iachat/app/javascript/dashboard/i18n/locale/ta/login.json
Shivam Mishra 0491ffc94e
fix: signup form broken in production (#10206)
`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
2024-10-03 11:23:30 +05:30

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": "உள்நுழையவும்"
}
}