Merge pull request #284 from Akay7/RussianLanguage

Russian language
This commit is contained in:
Maxim Kukhtenkov 2016-12-10 13:52:13 -05:00 committed by GitHub
commit 5ec3b73dec
2 changed files with 97 additions and 0 deletions

Binary file not shown.

View File

@ -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 <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \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"
"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"
"X-Generator: Poedit 1.8.5\n"
#: registration/serializers.py:52
msgid "View is not defined, pass it as a context variable"
msgstr "View неизвестен, передайте его как переменную контекста"
#: registration/serializers.py:57
msgid "Define adapter_class in view"
msgstr "Установите adapter_class в view"
#: registration/serializers.py:76
msgid "Define callback_url in view"
msgstr "Установите callback_url в view"
#: registration/serializers.py:80
msgid "Define client_class in view"
msgstr "Установите client_class в view"
#: registration/serializers.py:100
msgid "Incorrect input. access_token or code is required."
msgstr "Некорректный ввод. Необходим access_token или code."
#: registration/serializers.py:109
msgid "Incorrect value"
msgstr "Некорректное значение"
#: registration/serializers.py:138
msgid "A user is already registered with this e-mail address."
msgstr "Пользователь с таким e-mail уже зарегистрирован."
#: registration/serializers.py:146
msgid "The two password fields didn't match."
msgstr "Пароли не совпадают."
#: registration/views.py:78
msgid "ok"
msgstr "ок"
#: serializers.py:29
msgid "Must include \"email\" and \"password\"."
msgstr "Должно включать \"email\" и \"password\"."
#: serializers.py:40
msgid "Must include \"username\" and \"password\"."
msgstr "Должно включать \"username\" и \"password\"."
#: serializers.py:53
msgid "Must include either \"username\" or \"email\" and \"password\"."
msgstr "Должно включать либо \"username\" либо \"email\" и \"password\"."
#: serializers.py:94
msgid "User account is disabled."
msgstr "Пользовательский аккаунт отключён."
#: serializers.py:97
msgid "Unable to log in with provided credentials."
msgstr "Невозможно войти в систему с указанными учётными данными."
#: serializers.py:106
msgid "E-mail is not verified."
msgstr "E-mail не подтверждён."
#: views.py:118
msgid "Successfully logged out."
msgstr "Успешно вышли."
#: views.py:160
msgid "Password reset e-mail has been sent."
msgstr "Письмо с инструкциями по восстановлению пароля выслано."
#: views.py:181
msgid "Password has been reset with the new password."
msgstr "Пароль изменён на новый."
#: views.py:199
msgid "New password has been saved."
msgstr "Новый пароль сохранён."