Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #1687

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions django_filters/locale/cs/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ msgstr ""
"Project-Id-Version: django-filter\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-10 11:07+0000\n"
"PO-Revision-Date: 2016-09-29 11:47+0300\n"
"Last-Translator: Eugena Mikhaylikova <eugena.mihailikova@gmail.com>\n"
"Language-Team: TextTempearture\n"
"PO-Revision-Date: 2024-09-13 20:26+0000\n"
"Last-Translator: Jakub Boukal <www.bagr@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/django-filter/"
"django-filter/cs/>\n"
"Language: cs\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 == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Poedit 1.8.9\n"
"X-Generator: Weblate 5.8-dev\n"

#: conf.py:16
msgid "date"
Expand Down Expand Up @@ -85,7 +86,7 @@ msgstr "v rozsahu"

#: conf.py:39
msgid "is null"
msgstr ""
msgstr "je null"

#: conf.py:40 conf.py:41
msgid "matches regex"
Expand Down Expand Up @@ -117,7 +118,7 @@ msgstr "má nějaké klíče"

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

#: fields.py:198
msgid "Range query expects two values."
Expand Down
Loading