`vue-i18n` has a new [linked message format](https://vue-i18n.intlify.dev/guide/essentials/syntax#linked-messages), this however conflicts with raw usage an email address like `hey@chatwoot.com`. The way to solve this as prescribed by then is to use [literal interpolation](https://vue-i18n.intlify.dev/guide/essentials/syntax#literal-interpolation), like `hey{'@'}chatwoot.com`. This PR does that for the entire translation files
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "ചാറ്റ് വൂട്ടിലേക്ക് ലോഗിൻ ചെയ്യുക",
|
|
"EMAIL": {
|
|
"LABEL": "ഇമെയിൽ",
|
|
"PLACEHOLDER": "example{'@'}companyname.com",
|
|
"ERROR": "ദയവായി സാധുവായ ഒരു ഇമെയിൽ വിലാസം നൽകുക"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "പാസ്വേഡ്",
|
|
"PLACEHOLDER": "പാസ്വേഡ്"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Login successful",
|
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
|
|
"UNAUTH": "Username or password is incorrect. Please try again."
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "Login with Google",
|
|
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
|
|
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
|
|
},
|
|
"FORGOT_PASSWORD": "നിങ്ങളുടെ പാസ്വേഡ് മറന്നോ?",
|
|
"CREATE_NEW_ACCOUNT": "പുതിയ അക്കൗണ്ട് സൃഷ്ടിക്കുക",
|
|
"SUBMIT": "സൈൻ ഇൻ"
|
|
}
|
|
}
|