Skip to content

Commit

Permalink
Translations update from Hosted Weblate (#1570)
Browse files Browse the repository at this point in the history
* Translated using Weblate (Polish)

Currently translated at 100.0% (42 of 42 strings)

Translation: django-filter/django-filter
Translate-URL: https://hosted.weblate.org/projects/django-filter/django-filter/pl/

* Translated using Weblate (Polish)

Currently translated at 100.0% (42 of 42 strings)

Translation: django-filter/django-filter
Translate-URL: https://hosted.weblate.org/projects/django-filter/django-filter/pl/

---------

Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
Co-authored-by: Quadric <quadmachine@wp.pl>
  • Loading branch information
3 people committed Apr 30, 2023
1 parent 48b7b4d commit d966fc2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions django_filters/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: django_filters 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-10 11:07+0000\n"
"PO-Revision-Date: 2023-02-12 14:36+0000\n"
"PO-Revision-Date: 2023-04-10 20:47+0000\n"
"Last-Translator: Quadric <quadmachine@wp.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/django-filter/"
"django-filter/pl/>\n"
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && ("
"n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Generator: Weblate 4.16-dev\n"
"X-Generator: Weblate 4.17-dev\n"

#: conf.py:16
msgid "date"
Expand Down Expand Up @@ -91,7 +91,7 @@ msgstr "zawiera się w zakresie"

#: conf.py:39
msgid "is null"
msgstr ""
msgstr "jest wartością null"

#: conf.py:40 conf.py:41
msgid "matches regex"
Expand All @@ -107,27 +107,27 @@ msgstr "zawiera się w"

#: conf.py:45
msgid "overlaps"
msgstr ""
msgstr "nakłada się"

#: conf.py:46
msgid "has key"
msgstr ""
msgstr "posiada klucz"

#: conf.py:47
msgid "has keys"
msgstr ""
msgstr "posiada klucze"

#: conf.py:48
msgid "has any keys"
msgstr ""
msgstr "posiada jakiekolwiek klucze"

#: fields.py:94
msgid "Select a lookup."
msgstr ""
msgstr "Wybierz wyszukiwanie."

#: fields.py:198
msgid "Range query expects two values."
msgstr ""
msgstr "Zapytanie o zakres oczekuje dwóch wartości."

#: filters.py:437
msgid "Today"
Expand Down Expand Up @@ -174,15 +174,15 @@ msgstr "Filtry pola"

#: utils.py:308
msgid "exclude"
msgstr ""
msgstr "wyklucz"

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

#: widgets.py:162
msgid "Unknown"
msgstr ""
msgstr "Nieznane"

#: widgets.py:162
msgid "Yes"
Expand Down

0 comments on commit d966fc2

Please sign in to comment.