Skip to content

Commit 2d54117

Browse files
committed
added russian language
1 parent e9215f4 commit 2d54117

File tree

2 files changed

+97
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)