iachat/app/javascript/dashboard/i18n/locale/uk/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.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LOGIN": {
"TITLE": "Увійти до Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example{'@'}companyname.com",
"ERROR": "Будь ласка, введіть коректну адресу електронної пошти"
},
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль"
},
"API": {
"SUCCESS_MESSAGE": "Вхід успішний",
"ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз.",
"UNAUTH": "Неправильне ім'я користувача / пароль. Будь ласка, спробуйте ще раз."
},
"OAUTH": {
"GOOGLE_LOGIN": "Увійти через Google",
"BUSINESS_ACCOUNTS_ONLY": "Будь ласка, використовуйте робочу адресу електронної пошти для входу",
"NO_ACCOUNT_FOUND": "Ми не змогли знайти аккаунт для вашої адреси електронної пошти."
},
"FORGOT_PASSWORD": "Забули пароль?",
"CREATE_NEW_ACCOUNT": "Створити новий обліковий запис",
"SUBMIT": "Увійти"
}
}