diff --git a/rest_auth/locale/ru/LC_MESSAGES/django.mo b/rest_auth/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000..b294581 Binary files /dev/null and b/rest_auth/locale/ru/LC_MESSAGES/django.mo differ diff --git a/rest_auth/locale/ru/LC_MESSAGES/django.po b/rest_auth/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..996e318 --- /dev/null +++ b/rest_auth/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-01 07:21+0300\n" +"PO-Revision-Date: 2016-08-01 07:48+0300\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"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 +msgid "View is not defined, pass it as a context variable" +msgstr "View неизвестен, передайте его как переменную контекста" + +#: rest_auth/registration/serializers.py:57 +msgid "Define adapter_class in view" +msgstr "Установите adapter_class в view" + +#: rest_auth/registration/serializers.py:76 +msgid "Define callback_url in view" +msgstr "Установите callback_url в view" + +#: rest_auth/registration/serializers.py:80 +msgid "Define client_class in view" +msgstr "Установите client_class в view" + +#: rest_auth/registration/serializers.py:100 +msgid "Incorrect input. access_token or code is required." +msgstr "Некорректный ввод. Необходим access_token или code." + +#: rest_auth/registration/serializers.py:109 +msgid "Incorrect value" +msgstr "Некорректное значение" + +#: rest_auth/registration/serializers.py:138 +msgid "A user is already registered with this e-mail address." +msgstr "Пользователь с таким email уже зарегистрирован." + +#: rest_auth/registration/serializers.py:146 +msgid "The two password fields didn't match." +msgstr "Пароли не совпадают." + +#: rest_auth/registration/views.py:79 +msgid "ok" +msgstr "ок" + +#: rest_auth/serializers.py:29 +msgid "Must include \"email\" and \"password\"." +msgstr "Должно включать \"email\" и \"password\"." + +#: rest_auth/serializers.py:40 +msgid "Must include \"username\" and \"password\"." +msgstr "Должно включать \"username\" и \"password\"." + +#: rest_auth/serializers.py:53 +msgid "Must include either \"username\" or \"email\" and \"password\"." +msgstr "Должно включать либо \"username\" либо \"email\" и \"password\"." + +#: rest_auth/serializers.py:94 +msgid "User account is disabled." +msgstr "Пользовательский аккаунт отключён." + +#: rest_auth/serializers.py:97 +msgid "Unable to log in with provided credentials." +msgstr "Невозможно войти в систему с указанными учётными данными." + +#: rest_auth/serializers.py:106 +msgid "E-mail is not verified." +msgstr "Email не подтверждён." + +#: rest_auth/views.py:119 +msgid "Successfully logged out." +msgstr "Успешно вышли." + +#: rest_auth/views.py:160 +msgid "Password reset e-mail has been sent." +msgstr "Письмо с восстановлением пароля выслано." + +#: rest_auth/views.py:181 +msgid "Password has been reset with the new password." +msgstr "Пароль изменён на новый." + +#: rest_auth/views.py:199 +msgid "New password has been saved." +msgstr "Новый пароль сохранён."