iachat/app/javascript/dashboard/i18n/locale/uk/login.json
Sojan Jose 3fcd367952
Chore: New Crowdin translations (#747)
Brings in new translation files from Crowdin.
2020-04-23 23:52:16 +05:30

22 lines
792 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": "Неправильне ім'я користувача / пароль. Будь ласка, спробуйте ще раз"
},
"FORGOT_PASSWORD": "Забули пароль?",
"CREATE_NEW_ACCOUNT": "Створити новий обліковий запис",
"SUBMIT": "Увійти"
}
}