-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66c1186
commit e51f634
Showing
7 changed files
with
101 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# 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: 2019-01-31 12:09+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: apps.py:11 | ||
msgid "Range Filter" | ||
msgstr "" | ||
|
||
#: filter.py:133 filter.py:180 | ||
msgid "From date" | ||
msgstr "" | ||
|
||
#: filter.py:139 filter.py:186 | ||
msgid "To date" | ||
msgstr "" | ||
|
||
#: templates/rangefilter/date_filter.html:2 | ||
#: templates/rangefilter/date_filter_1_8.html:2 | ||
#, python-format | ||
msgid "By %(filter_title)s" | ||
msgstr "" | ||
|
||
#: templates/rangefilter/date_filter.html:133 | ||
#: templates/rangefilter/date_filter_1_8.html:89 | ||
msgid "Search" | ||
msgstr "" | ||
|
||
#: templates/rangefilter/date_filter.html:134 | ||
#: templates/rangefilter/date_filter_1_8.html:90 | ||
msgid "Reset" | ||
msgstr "" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# 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. | ||
# | ||
# Translators: | ||
# Dmitriy Sokolov <[email protected]>, 2019 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-01-31 12:09+0300\n" | ||
"PO-Revision-Date: 2019-01-31 09:16+0000\n" | ||
"Last-Translator: Sardorbek Imomaliev <[email protected]>, 2019\n" | ||
"Language-Team: Russian (https://www.transifex.com/django-admin-rangefilter/teams/95736/ru/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ru\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" | ||
|
||
#: apps.py:11 | ||
msgid "Range Filter" | ||
msgstr "Фильтр диапазона" | ||
|
||
#: filter.py:133 filter.py:180 | ||
msgid "From date" | ||
msgstr "С даты" | ||
|
||
#: filter.py:139 filter.py:186 | ||
msgid "To date" | ||
msgstr "По дату" | ||
|
||
#: templates/rangefilter/date_filter.html:2 | ||
#: templates/rangefilter/date_filter_1_8.html:2 | ||
#, python-format | ||
msgid "By %(filter_title)s" | ||
msgstr "%(filter_title)s" | ||
|
||
#: templates/rangefilter/date_filter.html:133 | ||
#: templates/rangefilter/date_filter_1_8.html:89 | ||
msgid "Search" | ||
msgstr "Поиск" | ||
|
||
#: templates/rangefilter/date_filter.html:134 | ||
#: templates/rangefilter/date_filter_1_8.html:90 | ||
msgid "Reset" | ||
msgstr "Сбросить" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters