Chore: Add translated languages to account settings (#826)

* Add available languages in account settings

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2020-05-06 13:38:36 +05:30
committed by GitHub
parent d6d15c8c3c
commit c7120e9637
37 changed files with 473 additions and 250 deletions

View File

@@ -58,5 +58,37 @@
"SIDEBAR_ITEMS": {
"PROFILE_SETTINGS": "Configuració del Perfil",
"LOGOUT": "Sortir"
},
"APP_GLOBAL": {
"TRIAL_MESSAGE": "dies de prova restants.",
"TRAIL_BUTTON": "Comprar ara"
},
"COMPONENTS": {
"CODE": {
"BUTTON_TEXT": "Copiar",
"COPY_SUCCESSFUL": "Codi copiat al porta-retalls correctament"
},
"FILE_BUBBLE": {
"DOWNLOAD": "Descarrega",
"UPLOADING": "S'està pujant..."
}
},
"CONFIRM_EMAIL": "S'està verificant...",
"SETTINGS": {
"INBOXES": {
"NEW_INBOX": "Afegeix una safata d'entrada"
}
},
"SIDEBAR": {
"CONVERSATIONS": "Conversacions",
"REPORTS": "Informes",
"SETTINGS": "Configuració",
"HOME": "Inici",
"AGENTS": "Agents",
"INBOXES": "Safates d'entrada",
"CANNED_RESPONSES": "Respostes Predeterminades",
"BILLING": "Facturació",
"INTEGRATIONS": "Integracions",
"ACCOUNT_SETTINGS": "Configuració del compte"
}
}