Skip to content

Commit

Permalink
Russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
timtch committed Jun 29, 2014
1 parent 7c41760 commit 4b106e3
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions client/t9n/russian.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ru =
signIn: "Войти"
signin: "Войти"
signOut: "Выйти"
signUp: "Регистрация"
OR: "ИЛИ"
forgotPassword: "Забыли пароль?"
emailAddress: "Email адрес"
emailResetLink: "Отправить email для сброса пароля"
dontHaveAnAccount: "Нет аккаунта?"
resetYourPassword: "Сбросить пароль"
updateYourPassword: "Обновить пароль"
password: "Пароль"
usernameOrEmail: "Имя пользователя или email"
email: "Email"
ifYouAlreadyHaveAnAccount: "Если у вас уже есть аккаунт"
signUpWithYourEmailAddress: "Зарегистрируйтесь с вашим адресом email"
username: "Имя пользователя"
optional: "Необязательно"
signupCode: "Регистрационный код"
clickAgree: "Нажав на Регистрация вы соглашаетесь с условиями"
privacyPolicy: "Политики безопасности"
terms: "Условиями пользования"
sign: "Подпись"
configure: "Конфигурировать"
with: "с"
createAccount: "Создать аккаунт"
and: "и"
"Match failed": "Не совпадает"
"User not found": "Пользователь не найден"

error:
minChar: "Минимальное кол-во символов для пароля 7."
pwOneLetter: "В пароле должна быть как минимум одна буква."
pwOneDigit: "В пароле должна быть как минимум одна цифра."
usernameRequired: "Имя пользователя обязательно."
emailRequired: "Email обязательно."
signupCodeRequired: "Необходим регистрациооный код."
signupCodeIncorrect: "Неправильный регистрационный код."
signInRequired: "Необходимо войти для чтобы продолжить."
usernameIsEmail: "Имя пользователя не может быть адресом email."

T9n.map "ru", ru

0 comments on commit 4b106e3

Please sign in to comment.