* 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:
40
app/javascript/dashboard/i18n/ml.js
Normal file
40
app/javascript/dashboard/i18n/ml.js
Normal file
@@ -0,0 +1,40 @@
|
||||
import ml from './locale/ml';
|
||||
|
||||
export default {
|
||||
...ml,
|
||||
APP_GLOBAL: {
|
||||
TRIAL_MESSAGE: 'ദിവസത്തെ ട്രയൽ ശേഷിക്കുന്നു.',
|
||||
TRAIL_BUTTON: 'ഇപ്പോൾ വാങ്ങുക',
|
||||
},
|
||||
COMPONENTS: {
|
||||
CODE: {
|
||||
BUTTON_TEXT: 'പകർത്തുക',
|
||||
COPY_SUCCESSFUL: 'കോഡ് വിജയകരമായി ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി',
|
||||
},
|
||||
FILE_BUBBLE: {
|
||||
DOWNLOAD: 'ഡൗൺലോഡുചെയ്യുക',
|
||||
UPLOADING: 'അപ്ലോഡുചെയ്യുന്നു...',
|
||||
},
|
||||
FORM_BUBBLE: {
|
||||
SUBMIT: 'സമർപ്പിക്കുക',
|
||||
},
|
||||
},
|
||||
CONFIRM_EMAIL: 'പരിശോധിച്ചുറപ്പിക്കുന്നു...',
|
||||
SETTINGS: {
|
||||
INBOXES: {
|
||||
NEW_INBOX: 'ഇൻബോക്സ് ചേർക്കുക',
|
||||
},
|
||||
},
|
||||
SIDEBAR: {
|
||||
CONVERSATIONS: 'സംഭാഷണങ്ങൾ',
|
||||
REPORTS: 'റിപ്പോർട്ടുകൾ',
|
||||
SETTINGS: 'ക്രമീകരണങ്ങൾ',
|
||||
HOME: 'ഹോം',
|
||||
AGENTS: 'ഏജന്റുമാർ',
|
||||
INBOXES: 'ഇൻബോക്സുകൾ',
|
||||
CANNED_RESPONSES: 'ക്യാൻഡ് പ്രതികരണങ്ങൾ',
|
||||
BILLING: 'ബില്ലിംഗ്',
|
||||
INTEGRATIONS: 'സംയോജനങ്ങൾ',
|
||||
ACCOUNT_SETTINGS: 'അക്കൗണ്ട് ക്രമീകരണങ്ങൾ',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user