Skip to content

Commit c8c6856

Browse files
Sergeybarm
authored andcommitted
added Russian localization
1 parent 2ee12d9 commit c8c6856

File tree

3 files changed

+115
-0
lines changed

3 files changed

+115
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ test_files/
1313
/.ve
1414
/.project
1515
/.pydevproject
16+
venv/
Binary file not shown.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
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: 2018-10-10 16:47+0300\n"
11+
"PO-Revision-Date: 2018-10-10 18:09+0300\n"
12+
"Language: ru_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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17+
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
18+
"Last-Translator: \n"
19+
"Language-Team: \n"
20+
"X-Generator: Poedit 2.2\n"
21+
22+
#: admin.py:77
23+
#, python-format
24+
msgid "Change history: %s"
25+
msgstr "История изменений: %s"
26+
27+
#: admin.py:96
28+
#, python-format
29+
msgid "The %(name)s \"%(obj)s\" was changed successfully."
30+
msgstr "%(name)s \"%(obj)s\" было успешно изменено."
31+
32+
#: admin.py:102
33+
msgid "You may edit it again below"
34+
msgstr "Вы можете отредактировать его снова ниже"
35+
36+
#: admin.py:160
37+
#, python-format
38+
msgid "Revert %s"
39+
msgstr "Восстановить %s"
40+
41+
#: models.py:304
42+
msgid "Created"
43+
msgstr "Создано"
44+
45+
#: models.py:305
46+
msgid "Changed"
47+
msgstr "Изменено"
48+
49+
#: models.py:306
50+
msgid "Deleted"
51+
msgstr "Удалено"
52+
53+
#: templates/simple_history/_object_history_list.html:9
54+
msgid "Object"
55+
msgstr "Объект"
56+
57+
#: templates/simple_history/_object_history_list.html:13
58+
msgid "Date/time"
59+
msgstr "Дата/время"
60+
61+
#: templates/simple_history/_object_history_list.html:14
62+
msgid "Comment"
63+
msgstr "Комментарий"
64+
65+
#: templates/simple_history/_object_history_list.html:15
66+
msgid "Changed by"
67+
msgstr "Изменено"
68+
69+
#: templates/simple_history/_object_history_list.html:36
70+
msgid "None"
71+
msgstr "None"
72+
73+
#: templates/simple_history/object_history.html:11
74+
msgid ""
75+
"Choose a date from the list below to revert to a previous version of this "
76+
"object."
77+
msgstr ""
78+
"Выберите дату из списка ниже, чтобы вернуться к предыдущей версии этого "
79+
"объекта."
80+
81+
#: templates/simple_history/object_history.html:17
82+
msgid "This object doesn't have a change history."
83+
msgstr "Этот объект не имеет истории изменений."
84+
85+
#: templates/simple_history/object_history_form.html:7
86+
msgid "Home"
87+
msgstr "Главная"
88+
89+
#: templates/simple_history/object_history_form.html:11
90+
msgid "History"
91+
msgstr "История"
92+
93+
#: templates/simple_history/object_history_form.html:12
94+
#, python-format
95+
msgid "Revert %(verbose_name)s"
96+
msgstr "Восстановить %(verbose_name)s"
97+
98+
#: templates/simple_history/object_history_form.html:21
99+
msgid ""
100+
"Press the 'Revert' button below to revert to this version of the object."
101+
msgstr ""
102+
"Нажмите кнопку 'Восстановить' ниже, чтобы вернуться к этой версии объекта."
103+
104+
#: templates/simple_history/object_history_form.html:21
105+
msgid "Or press the 'Change History' button to edit the history."
106+
msgstr "Или нажмите кнопку 'Изменить запись', чтобы изменить историю."
107+
108+
#: templates/simple_history/submit_line.html:3
109+
msgid "Revert"
110+
msgstr "Восстановить"
111+
112+
#: templates/simple_history/submit_line.html:4
113+
msgid "Change History"
114+
msgstr "Изменить запись"

0 commit comments

Comments
 (0)