update language file

This commit is contained in:
Egor Poderyagin 2016-11-27 09:25:48 +03:00
parent a9c6900e26
commit 89b48ce053

View File

@ -7,8 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-01 07:21+0300\n"
"POT-Creation-Date: 2016-11-27 09:24+0300\n"
"PO-Revision-Date: 2016-08-01 07:48+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -16,82 +18,80 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
"Last-Translator: \n"
"Language-Team: \n"
"X-Generator: Poedit 1.8.5\n"
#: rest_auth/registration/serializers.py:52
#: registration/serializers.py:52
msgid "View is not defined, pass it as a context variable"
msgstr "View неизвестен, передайте его как переменную контекста"
#: rest_auth/registration/serializers.py:57
#: registration/serializers.py:57
msgid "Define adapter_class in view"
msgstr "Установите adapter_class в view"
#: rest_auth/registration/serializers.py:76
#: registration/serializers.py:76
msgid "Define callback_url in view"
msgstr "Установите callback_url в view"
#: rest_auth/registration/serializers.py:80
#: registration/serializers.py:80
msgid "Define client_class in view"
msgstr "Установите client_class в view"
#: rest_auth/registration/serializers.py:100
#: registration/serializers.py:100
msgid "Incorrect input. access_token or code is required."
msgstr "Некорректный ввод. Необходим access_token или code."
#: rest_auth/registration/serializers.py:109
#: registration/serializers.py:109
msgid "Incorrect value"
msgstr "Некорректное значение"
#: rest_auth/registration/serializers.py:138
#: registration/serializers.py:138
msgid "A user is already registered with this e-mail address."
msgstr "Пользователь с таким email уже зарегистрирован."
#: rest_auth/registration/serializers.py:146
#: registration/serializers.py:146
msgid "The two password fields didn't match."
msgstr "Пароли не совпадают."
#: rest_auth/registration/views.py:79
#: registration/views.py:78
msgid "ok"
msgstr "ок"
#: rest_auth/serializers.py:29
#: serializers.py:29
msgid "Must include \"email\" and \"password\"."
msgstr "Должно включать \"email\" и \"password\"."
#: rest_auth/serializers.py:40
#: serializers.py:40
msgid "Must include \"username\" and \"password\"."
msgstr "Должно включать \"username\" и \"password\"."
#: rest_auth/serializers.py:53
#: serializers.py:53
msgid "Must include either \"username\" or \"email\" and \"password\"."
msgstr "Должно включать либо \"username\" либо \"email\" и \"password\"."
#: rest_auth/serializers.py:94
#: serializers.py:94
msgid "User account is disabled."
msgstr "Пользовательский аккаунт отключён."
#: rest_auth/serializers.py:97
#: serializers.py:97
msgid "Unable to log in with provided credentials."
msgstr "Невозможно войти в систему с указанными учётными данными."
#: rest_auth/serializers.py:106
#: serializers.py:106
msgid "E-mail is not verified."
msgstr "Email не подтверждён."
#: rest_auth/views.py:119
#: views.py:118
msgid "Successfully logged out."
msgstr "Успешно вышли."
#: rest_auth/views.py:160
#: views.py:160
msgid "Password reset e-mail has been sent."
msgstr "Письмо с восстановлением пароля выслано."
#: rest_auth/views.py:181
#: views.py:181
msgid "Password has been reset with the new password."
msgstr "Пароль изменён на новый."
#: rest_auth/views.py:199
#: views.py:199
msgid "New password has been saved."
msgstr "Новый пароль сохранён."