-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
timtch
committed
Jun 29, 2014
1 parent
7c41760
commit 4b106e3
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |