Chatwoot/app/javascript/dashboard/i18n/locale/ru/signup.json
Sojan Jose e07ecd547b
chore: Update translations (#1502)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: Matt (duartemvix)
Co-authored-by: vfasoulas
Co-authored-by: Fernando Sousa (fernando)
Co-authored-by: korho
2020-12-09 16:43:51 +05:30

39 lines
1.6 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.

{
"REGISTER": {
"TRY_WOOT": "Создать аккаунт",
"TITLE": "Регистрация",
"TERMS_ACCEPT": "Зарегистрировавшись, вы соглашаетесь с нашими <a href=\"https://www.chatwoot.com/terms\">правилами пользования</a> и <a href=\"https://www.chatwoot.com/privacy-policy\">политикой конфиденциальности</a>",
"ACCOUNT_NAME": {
"LABEL": "Имя аккаунта",
"PLACEHOLDER": "Wayne Enterprises",
"ERROR": "Имя аккаунта слишком короткое"
},
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Bruce@wayne.enterprises",
"ERROR": "Неверный адрес электронной почты"
},
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль",
"ERROR": "Пароль слишком короткий"
},
"CONFIRM_PASSWORD": {
"LABEL": "Подтвердить пароль",
"PLACEHOLDER": "Подтвердить пароль",
"ERROR": "Пароли не совпадают"
},
"API": {
"SUCCESS_MESSAGE": "Успешная регистрация",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже"
},
"SUBMIT": "Отправить",
"FEATURES": {
"UNLIMITED_INBOXES": "Unlimited inboxes",
"ROBUST_REPORTING": "Robust Reporting",
"CANNED_RESPONSES": "Шаблонные ответы",
"AUTO_ASSIGNMENT": "Auto Assignment",
"SECURITY": "Enterprise level security"
}
}
}