mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Russian locale added
This commit is contained in:
parent
343d459406
commit
69d6c6040a
2 changed files with 43 additions and 0 deletions
BIN
model_utils/locale/ru/LC_MESSAGES/django.mo
Normal file
BIN
model_utils/locale/ru/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
43
model_utils/locale/ru/LC_MESSAGES/django.po
Normal file
43
model_utils/locale/ru/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# This file is distributed under the same license as the django-model-utils package.
|
||||
#
|
||||
# Translators:
|
||||
# Arseny Sysolyatin <arseny.sysolyatin@gmail.com>, 2017.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django-model-utils\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-22 19:46+0300\n"
|
||||
"PO-Revision-Date: 2017-05-22 19:46+0300\n"
|
||||
"Last-Translator: Arseny Sysolyatin <arseny.sysolyatin@gmail.com>\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"
|
||||
|
||||
#: models.py:24
|
||||
msgid "created"
|
||||
msgstr "создано"
|
||||
|
||||
#: models.py:25
|
||||
msgid "modified"
|
||||
msgstr "изменено"
|
||||
|
||||
#: models.py:37
|
||||
msgid "start"
|
||||
msgstr "начало"
|
||||
|
||||
#: models.py:38
|
||||
msgid "end"
|
||||
msgstr "конец"
|
||||
|
||||
#: models.py:53
|
||||
msgid "status"
|
||||
msgstr "статус"
|
||||
|
||||
#: models.py:54
|
||||
msgid "status changed"
|
||||
msgstr "статус изменен"
|
||||
Loading…
Reference in a new issue