iachat/app/javascript/dashboard/i18n/locale/uk/login.json
2023-02-27 18:15:34 -08:00

27 lines
1019 B
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": "Email як: someone@example.com"
},
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль"
},
"API": {
"SUCCESS_MESSAGE": "Вхід успішно здійснено",
"ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше",
"UNAUTH": "Неправильне ім'я користувача / пароль. Будь ласка, спробуйте ще раз"
},
"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": "Увійти"
}
}