Chatwoot/app/javascript/dashboard/i18n/locale/ml/report.json
Vishnu Narayanan 55892e37f9
Feature: Add Malayalam(മലയാളം) localization (#707) (#708)
* 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>
2020-04-13 21:14:17 +05:30

19 lines
1.4 KiB
JSON

{
"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 ദിവസം" }
]
}
}