quivr/frontend/public/locales/ru/signUp.json
Stepan Lebedev 672eec08bc
feat: Russian language translation (#903)
* feat(Russian Translation): Adds Russian Language option

* fix: Corrects Failedtofetch field in English Version

* fix: Adds missing translations on upload page
2023-08-09 11:17:12 +02:00

14 lines
610 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.

{
"title": "Регистрация",
"subtitle": "Создайте свой аккаунт",
"email": "Email",
"password": "Пароль",
"loginButton": "Вход",
"signUpButton": "Зарегистрироваться",
"or": "или",
"login": "Уже зарегистрированы? Войти",
"googleLogin": "Войти с Google",
"errorSignUp": "Ошибка при регистрации: {{errorMessage}}",
"mailSended": "Письмо с подтверждением отправлено, пожалуйста, проверьте вашу почту"
}