|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: \n" |
| 9 | +"Report-Msgid-Bugs-To: \n" |
| 10 | +"POT-Creation-Date: 2016-11-27 09:24+0300\n" |
| 11 | +"PO-Revision-Date: 2016-08-01 07:48+0300\n" |
| 12 | +"Last-Translator: \n" |
| 13 | +"Language-Team: \n" |
| 14 | +"Language: ru\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" |
| 19 | +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" |
| 20 | +"%100>=11 && n%100<=14)? 2 : 3);\n" |
| 21 | +"X-Generator: Poedit 1.8.5\n" |
| 22 | + |
| 23 | +#: registration/serializers.py:52 |
| 24 | +msgid "View is not defined, pass it as a context variable" |
| 25 | +msgstr "View неизвестен, передайте его как переменную контекста" |
| 26 | + |
| 27 | +#: registration/serializers.py:57 |
| 28 | +msgid "Define adapter_class in view" |
| 29 | +msgstr "Установите adapter_class в view" |
| 30 | + |
| 31 | +#: registration/serializers.py:76 |
| 32 | +msgid "Define callback_url in view" |
| 33 | +msgstr "Установите callback_url в view" |
| 34 | + |
| 35 | +#: registration/serializers.py:80 |
| 36 | +msgid "Define client_class in view" |
| 37 | +msgstr "Установите client_class в view" |
| 38 | + |
| 39 | +#: registration/serializers.py:100 |
| 40 | +msgid "Incorrect input. access_token or code is required." |
| 41 | +msgstr "Некорректный ввод. Необходим access_token или code." |
| 42 | + |
| 43 | +#: registration/serializers.py:109 |
| 44 | +msgid "Incorrect value" |
| 45 | +msgstr "Некорректное значение" |
| 46 | + |
| 47 | +#: registration/serializers.py:138 |
| 48 | +msgid "A user is already registered with this e-mail address." |
| 49 | +msgstr "Пользователь с таким e-mail уже зарегистрирован." |
| 50 | + |
| 51 | +#: registration/serializers.py:146 |
| 52 | +msgid "The two password fields didn't match." |
| 53 | +msgstr "Пароли не совпадают." |
| 54 | + |
| 55 | +#: registration/views.py:78 |
| 56 | +msgid "ok" |
| 57 | +msgstr "ок" |
| 58 | + |
| 59 | +#: serializers.py:29 |
| 60 | +msgid "Must include \"email\" and \"password\"." |
| 61 | +msgstr "Должно включать \"email\" и \"password\"." |
| 62 | + |
| 63 | +#: serializers.py:40 |
| 64 | +msgid "Must include \"username\" and \"password\"." |
| 65 | +msgstr "Должно включать \"username\" и \"password\"." |
| 66 | + |
| 67 | +#: serializers.py:53 |
| 68 | +msgid "Must include either \"username\" or \"email\" and \"password\"." |
| 69 | +msgstr "Должно включать либо \"username\" либо \"email\" и \"password\"." |
| 70 | + |
| 71 | +#: serializers.py:94 |
| 72 | +msgid "User account is disabled." |
| 73 | +msgstr "Пользовательский аккаунт отключён." |
| 74 | + |
| 75 | +#: serializers.py:97 |
| 76 | +msgid "Unable to log in with provided credentials." |
| 77 | +msgstr "Невозможно войти в систему с указанными учётными данными." |
| 78 | + |
| 79 | +#: serializers.py:106 |
| 80 | +msgid "E-mail is not verified." |
| 81 | +msgstr "E-mail не подтверждён." |
| 82 | + |
| 83 | +#: views.py:118 |
| 84 | +msgid "Successfully logged out." |
| 85 | +msgstr "Успешно вышли." |
| 86 | + |
| 87 | +#: views.py:160 |
| 88 | +msgid "Password reset e-mail has been sent." |
| 89 | +msgstr "Письмо с инструкциями по восстановлению пароля выслано." |
| 90 | + |
| 91 | +#: views.py:181 |
| 92 | +msgid "Password has been reset with the new password." |
| 93 | +msgstr "Пароль изменён на новый." |
| 94 | + |
| 95 | +#: views.py:199 |
| 96 | +msgid "New password has been saved." |
| 97 | +msgstr "Новый пароль сохранён." |
0 commit comments