Chatwoot/app/javascript/dashboard/i18n/locale/ml/signup.json

39 lines
2.2 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "ഒരു അക്കൗണ്ട് രജിസ്റ്റർ ചെയ്യുക",
"TITLE": "രജിസ്റ്റർ",
"TERMS_ACCEPT": "സൈൻ അപ്പ് ചെയ്യുന്നതിലൂടെ, നിങ്ങൾ ഞങ്ങളുടെ <a href=\"https://www.chatwoot.com/terms\">ഉപാധികളും നിബന്ധനകളും</a> <a href=\"https://www.chatwoot.com/privacy-policy\">സ്വകാര്യതാ നയങ്ങളും </a> അംഗീകരിക്കുന്നു",
"ACCOUNT_NAME": {
"LABEL": "അക്കൗണ്ടിന്റെ പേര്",
"PLACEHOLDER": "Enter an account name. eg: Wayne Enterprises",
"ERROR": "Account name is too short"
},
"FULL_NAME": {
"LABEL": "Full name",
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
"ERROR": "Full name is too short"
},
"EMAIL": {
"LABEL": "Work email",
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
"ERROR": "Email address is invalid"
},
"PASSWORD": {
"LABEL": "പാസ്‌വേഡ്",
"PLACEHOLDER": "പാസ്‌വേഡ്",
"ERROR": "പാസ്‌വേഡ് വളരെ ചെറുതാണ്",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക",
"PLACEHOLDER": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക",
"ERROR": "പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല"
},
"API": {
"SUCCESS_MESSAGE": "രജിസ്ട്രേഷൻ വിജയകരമാണ്",
"ERROR_MESSAGE": "സെർവറിലേക്ക് കണക്റ്റുചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക"
},
"SUBMIT": "സമർപ്പിക്കുക",
"HAVE_AN_ACCOUNT": "Already have an account?"
}
}