Skip to content

Commit

Permalink
Add Polish translations for some messages (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekll authored and Carlton Gibson committed Sep 4, 2017
1 parent de2832c commit 448fc30
Showing 1 changed file with 153 additions and 17 deletions.
170 changes: 153 additions & 17 deletions django_filters/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,63 +3,199 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#: conf.py:35 conf.py:36 conf.py:49
msgid ""
msgstr ""
"Project-Id-Version: django_filters 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-25 01:24+0200\n"
"POT-Creation-Date: 2017-09-01 17:21+0000\n"
"PO-Revision-Date: 2015-07-25 01:27+0100\n"
"Last-Translator: Adam Dobrawy <[email protected]>\n"
"Language-Team: Adam Dobrawy <[email protected]>\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 1.5.4\n"
"Language: pl_PL\n"

#: filters.py:56
msgid "This is an exclusion filter"
msgstr "Jest to filtr wykluczający"
#: conf.py:25
#, fuzzy
#| msgid "Any date"
msgid "date"
msgstr "Dowolna data"

#: conf.py:26
#, fuzzy
#| msgid "This year"
msgid "year"
msgstr "Ten rok"

#: filters.py:56
msgid "Filter"
msgstr "Filter"
#: conf.py:27
#, fuzzy
#| msgid "This month"
msgid "month"
msgstr "Ten miesiąc"

#: conf.py:28
#, fuzzy
#| msgid "Today"
msgid "day"
msgstr "Dziś"

#: conf.py:29
msgid "week day"
msgstr "dzień tygodnia"

#: conf.py:30
msgid "hour"
msgstr "godzina"

#: conf.py:31
msgid "minute"
msgstr "minuta"

#: conf.py:32
msgid "second"
msgstr ""

#: conf.py:37 conf.py:38
msgid "contains"
msgstr "zawiera"

#: conf.py:39
msgid "is in"
msgstr "zawiera się w"

#: conf.py:40
msgid "is greater than"
msgstr "powyżej"

#: conf.py:41
msgid "is greater than or equal to"
msgstr "powyżej lub równe"

#: conf.py:42
msgid "is less than"
msgstr "poniżej"

#: conf.py:43
msgid "is less than or equal to"
msgstr "poniżej lub równe"

#: conf.py:44 conf.py:45
msgid "starts with"
msgstr "zaczyna się od"

#: conf.py:46 conf.py:47
msgid "ends with"
msgstr "kończy się na"

#: conf.py:48
msgid "is in range"
msgstr "zawiera się w zakresie"

#: conf.py:50 conf.py:51
msgid "matches regex"
msgstr "pasuje do wyrażenia regularnego"

#: filters.py:226
#: conf.py:52 conf.py:60
msgid "search"
msgstr "szukaj"

#: conf.py:55
msgid "is contained by"
msgstr "zawiera się w"

#: conf.py:56
msgid "overlaps"
msgstr ""

#: conf.py:57
msgid "has key"
msgstr ""

#: conf.py:58
msgid "has keys"
msgstr ""

#: conf.py:59
msgid "has any keys"
msgstr ""

#: fields.py:172
msgid "Range query expects two values."
msgstr ""

#: filters.py:452
msgid "Any date"
msgstr "Dowolna data"

#: filters.py:227
#: filters.py:453
msgid "Today"
msgstr "Dziś"

#: filters.py:232
#: filters.py:458
msgid "Past 7 days"
msgstr "Ostatnie 7 dni"

#: filters.py:236
#: filters.py:462
msgid "This month"
msgstr "Ten miesiąc"

#: filters.py:240
#: filters.py:466
msgid "This year"
msgstr "Ten rok"

#: filters.py:243
#: filters.py:469
msgid "Yesterday"
msgstr "Wczoraj"

#: filterset.py:423 filterset.py:432
#: filters.py:535
msgid "Multiple values may be separated by commas."
msgstr "Wiele wartości można rozdzielić przecinkami"

#: filters.py:614
#, python-format
msgid "%s (descending)"
msgstr "%s (malejąco)"

#: filterset.py:434
#: filters.py:630
msgid "Ordering"
msgstr "Sortowanie"

#: widgets.py:63
#: rest_framework/filterset.py:34
#: templates/django_filters/rest_framework/form.html:5
msgid "Submit"
msgstr ""

#: templates/django_filters/rest_framework/crispy_form.html:4
#: templates/django_filters/rest_framework/form.html:2
#, fuzzy
#| msgid "Filter"
msgid "Field filters"
msgstr "Filter"

#: utils.py:225
msgid "exclude"
msgstr ""

#: widgets.py:66
msgid "All"
msgstr "Wszystko"

#: widgets.py:173
msgid "Unknown"
msgstr ""

#: widgets.py:174
msgid "Yes"
msgstr "Tak"

#: widgets.py:175
msgid "No"
msgstr "Nie"

#~ msgid "This is an exclusion filter"
#~ msgstr "Jest to filtr wykluczający"

0 comments on commit 448fc30

Please sign in to comment.