iachat/app/javascript/dashboard/i18n/locale/fa/login.json
Shivam Mishra c8657c55a8 fix: parsing of @ in i18n values (#10334)
Vue i18n has a new [linked message
syntax.](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#linked-messages)
When it encounters `@` it assumes that we're trying to use a linked
message. And tries to parse it as such, in any case, it breaks since the
syntax is not valid and the params are not present. So it causes an
error. This works on dev but on production the error is bubbled up to
the top and rendering breaks.

A lot of folks use Chatwoot with default locale set in the env, this
surfaced the issue for the languages for which the syntax was not
updated

Fixes: https://github.com/chatwoot/chatwoot/issues/10313
2024-10-22 16:02:10 +05:30

28 lines
1.1 KiB
JSON

{
"LOGIN": {
"TITLE": "ورود به چت ووت",
"EMAIL": {
"LABEL": "ایمیل",
"PLACEHOLDER": "ایمیل به عنوان مثال: someone{'@'}example.com",
"ERROR": "لطفا ایمیل خود را به شکل صحیح وارد کنید"
},
"PASSWORD": {
"LABEL": "رمز عبور",
"PLACEHOLDER": "رمز عبور"
},
"API": {
"SUCCESS_MESSAGE": "ورود موفق",
"ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید",
"UNAUTH": "این نام کاربری و رمز عبور صحیح نیست"
},
"OAUTH": {
"GOOGLE_LOGIN": "با گوگل وارد شوید",
"BUSINESS_ACCOUNTS_ONLY": "لطفا از آدرس ایمیل شرکت خود برای ورود استفاده کنید",
"NO_ACCOUNT_FOUND": "ما نتوانستیم حسابی برای آدرس ایمیل شما پیدا کنیم."
},
"FORGOT_PASSWORD": "رمز عبورتان را فراموش کردید؟",
"CREATE_NEW_ACCOUNT": "حساب جدید بسازید",
"SUBMIT": "ورود"
}
}