Skip to content

Commit

Permalink
Improved German translations. (#1283)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Wiegand <cwiegand@wgdnet.de>
  • Loading branch information
christianwgd and Christian Wiegand committed Jan 24, 2021
1 parent bd260e2 commit 901f430
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Binary file modified django_filters/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
16 changes: 7 additions & 9 deletions django_filters/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

#: conf.py:17
msgid "date"
msgstr "Daten"
msgstr "Datum"

#: conf.py:18
msgid "year"
Expand All @@ -32,10 +32,8 @@ msgid "month"
msgstr "Monat"

#: conf.py:20
#, fuzzy
#| msgid "Today"
msgid "day"
msgstr "Heute"
msgstr "Tag"

#: conf.py:21
msgid "week day"
Expand All @@ -51,7 +49,7 @@ msgstr "Minute"

#: conf.py:24
msgid "second"
msgstr "zweite"
msgstr "Sekunde"

#: conf.py:29 conf.py:30
msgid "contains"
Expand Down Expand Up @@ -87,7 +85,7 @@ msgstr "endet mit"

#: conf.py:40
msgid "is in range"
msgstr "ist in Reichweite"
msgstr "ist im Bereich"

#: conf.py:42 conf.py:43
msgid "matches regex"
Expand Down Expand Up @@ -115,7 +113,7 @@ msgstr "hat Schlüssel"

#: conf.py:51
msgid "has any keys"
msgstr "hat irgendwelche Schlüssel"
msgstr "hat beliebige Schlüssel"

#: fields.py:178
msgid "Range query expects two values."
Expand Down Expand Up @@ -156,12 +154,12 @@ msgstr "%s (absteigend)"

#: filters.py:607
msgid "Ordering"
msgstr "Ordnung"
msgstr "Sortierung"

#: rest_framework/filterset.py:30
#: templates/django_filters/rest_framework/form.html:5
msgid "Submit"
msgstr "Einreichen"
msgstr "Absenden"

#: templates/django_filters/rest_framework/crispy_form.html:4
#: templates/django_filters/rest_framework/form.html:2
Expand Down

0 comments on commit 901f430

Please sign in to comment.