Chore: Include Tamil, Arabic, other language updates (#1018)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-07-08 00:59:30 +05:30
committed by GitHub
parent 0fc0dc1683
commit a77cc713c2
418 changed files with 19359 additions and 328 deletions

View File

@@ -48,6 +48,23 @@
"ERROR": "Voer een geldige naam in",
"PLACEHOLDER": "Voer je naam in, dit zou worden weergegeven in gesprekken"
},
"AVAILABILITY": {
"LABEL": "Availability",
"STATUSES_LIST": [
{
"value": "online",
"label": "Online"
},
{
"value": "busy",
"label": "Busy"
},
{
"value": "offline",
"label": "Offline"
}
]
},
"EMAIL": {
"LABEL": "Uw e-mailadres",
"ERROR": "Voer een geldig e-mailadres in",
@@ -66,8 +83,8 @@
}
},
"SIDEBAR_ITEMS": {
"CHANGE_ACCOUNTS": "Verwissel van profiel",
"SELECTOR_SUBTITLE": "Selecteer een account in de volgende lijst",
"CHANGE_ACCOUNTS": "Switch Account",
"SELECTOR_SUBTITLE": "Select an account from the following list",
"PROFILE_SETTINGS": "Profiel instellingen",
"LOGOUT": "Afmelden"
},
@@ -103,6 +120,7 @@
"INBOXES": "Inboxen",
"CANNED_RESPONSES": "Standaard antwoorden",
"INTEGRATIONS": "Integraties",
"ACCOUNT_SETTINGS": "Accountinstellingen"
"ACCOUNT_SETTINGS": "Accountinstellingen",
"LABELS": "Labelen"
}
}