Skip to content

Commit

Permalink
Merge pull request #78 from andreynovikov/ru_locale
Browse files Browse the repository at this point in the history
Add Russian translation
  • Loading branch information
PetrDlouhy committed Mar 15, 2019
2 parents 6d0d17e + 57b3ad2 commit 9d33b92
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
Binary file added massadmin/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
79 changes: 79 additions & 0 deletions massadmin/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-24 16:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
"|| n%100>=20) ? 1 : 2);\n"

#: massadmin.py:72
msgid "Mass Edit"
msgstr "Множественное редактирование"

#: massadmin.py:106
#, python-format
msgid "Selected %(name)s were changed successfully."
msgstr "Выбранные %(name)s были успешно изменены."

#: massadmin.py:190
#, python-format
msgid "%(name)s object with primary key %(key)r does not exist."
msgstr "Объект %(name)s с первичным ключом %(key)r не существует."

#: massadmin.py:315
#, python-format
msgid "Change %s"
msgstr "Изменить %s"

#: templates/admin/includes/mass_fieldset.html:14
msgid "Mass Update?"
msgstr "Обновить массово?"

#: templates/admin/includes/mass_fieldset.html:17
msgid "Field"
msgstr "Поле"

#: templates/admin/includes/mass_fieldset.html:36
msgid "is read only."
msgstr "только для чтения."

#: templates/admin/includes/mass_fieldset.html:43
msgid "is unique."
msgstr "уникальное."

#: templates/admin/mass_change_form.html:25
msgid "Home"
msgstr "Домой"

#: templates/admin/mass_change_form.html:28
msgid "Add"
msgstr "Добавить"

#: templates/admin/mass_change_form.html:43
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Пожалуйста, исправьте ошибку ниже."
msgstr[1] "Пожалуйста, исправьте ошибки ниже."

#: templates/admin/mass_change_form.html:56
msgid "Mass Change"
msgstr "Массовое изменение"

#: templates/admin/save_only_submit_line.html:3
msgid "Save"
msgstr "Сохранить"

0 comments on commit 9d33b92

Please sign in to comment.