* Add Malayalam localization * Added Malayalam translations for dashboard locales (UI) Translations for * webhooks, signup, settings, set a new password, reset password, report, login, integrations * Added Malayalam translations for dashboard translations for UI * Added dashboard Malayalam translations for contact, conversation, general settings and inbox management. * [707] Add Malayalam translations for dashboard * [707] Add support for Malayalam * [707] Fix review comments * [707] fix review commetns Co-authored-by: sony-mathew <ynos1234@gmail.com>
This commit is contained in:
19
app/javascript/dashboard/i18n/locale/ml/report.json
Normal file
19
app/javascript/dashboard/i18n/locale/ml/report.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"REPORT": {
|
||||
"HEADER": "റിപ്പോർട്ടുകൾ",
|
||||
"LOADING_CHART": "ചാർട്ട് ഡാറ്റ ലോഡു ചെയ്യുകയാണ്...",
|
||||
"NO_ENOUGH_DATA": "റിപ്പോർട്ട് സൃഷ്ടിക്കുന്നതിന് ആവശ്യമായ ഡാറ്റ ഞങ്ങൾക്ക് ലഭിച്ചിട്ടില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക.",
|
||||
"METRICS": [
|
||||
{ "NAME": "സംഭാഷണങ്ങൾ", "KEY": "conversations_count", "DESC": "(ആകെ)" },
|
||||
{ "NAME": "ഇൻകമിംഗ് സന്ദേശങ്ങൾ", "KEY": "incoming_messages_count", "DESC": "( ആകെ )" },
|
||||
{ "NAME": "ഔട്ട് ഗോയിങ് സന്ദേശങ്ങൾ", "KEY": "outgoing_messages_count", "DESC": "( ആകെ )" },
|
||||
{ "NAME": "ആദ്യ പ്രതികരണ സമയം", "KEY": "avg_first_response_time", "DESC": "( ശരാശരി )" },
|
||||
{ "NAME": "മിഴിവ് സമയം", "KEY": "avg_resolution_time", "DESC": "( ശരാശരി )" },
|
||||
{ "NAME": "മിഴിവ് എണ്ണം", "KEY": "resolutions_count", "DESC": "( ആകെ )" }
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{ "id": 0, "name": "കഴിഞ്ഞ 7 ദിവസം" },
|
||||
{ "id": 1, "name": "കഴിഞ്ഞ 30 ദിവസം" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user