iachat/app/javascript/dashboard/i18n/locale/ru/signup.json
Sojan Jose 677f56f802
chore: Update translations (#1536)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: AlguienSama
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: Frederik
Co-authored-by: Ambler (ambler)
Co-authored-by: Hossein Sadeghi (ssageghi)
Co-authored-by: korho
Co-authored-by: vfasoulas
Co-authored-by: Thiago Ramos (thiago)
Co-authored-by: Ehab hakawati (ehab.hakawati)
Co-authored-by: Karl Marx (taylanguney)
Co-authored-by: Fernando Sousa (Fernando)
Co-authored-by: Matt (duartemvix)
2020-12-22 18:01:10 +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": "Enter an account name. eg: Wayne Enterprises",
"ERROR": "Account name is too short"
},
"FULL_NAME": {
"LABEL": "Full name",
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
"ERROR": "Full name is too short"
},
"EMAIL": {
"LABEL": "Work email",
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
"ERROR": "Email address is invalid"
},
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль",
"ERROR": "Пароль слишком короткий"
},
"CONFIRM_PASSWORD": {
"LABEL": "Подтвердить пароль",
"PLACEHOLDER": "Подтвердить пароль",
"ERROR": "Пароли не совпадают"
},
"API": {
"SUCCESS_MESSAGE": "Успешная регистрация",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже"
},
"SUBMIT": "Отправить",
"HAVE_AN_ACCOUNT": "Already have an account?"
}
}