From cf7c9a7e5138a7fc06b75547eb3fdb3adcfd2b9b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 Dec 2025 15:15:45 +0100 Subject: 🌐 update localization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/de/LC_MESSAGES/django.po | 487 ++++++++++++++++++++-------------------- 1 file changed, 249 insertions(+), 238 deletions(-) (limited to 'locale/de') diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index ec1bda316..0fa0bafb4 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-29 18:37+0100\n" +"POT-Creation-Date: 2025-12-01 18:41+0100\n" "PO-Revision-Date: 2019-11-01 18:52+0000\n" "Last-Translator: Valérie-Emma Leroux \n" "Language-Team: German '0'\" will return all values greater than " +"or equal to 0, i.e. all completed lengths." msgstr "" #: ishtar_common/templates/widgets/search_input.html:85 +msgid "Greater than, lower than, before, after" +msgstr "" + +#: ishtar_common/templates/widgets/search_input.html:86 msgid "" "For searches such as larger, smaller (for numeric fields), before, after " "(for date fields), add the criterion from the form, then change the \"=\" " "sign to \"=>\" or \"=<\", depending on the desired result." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:86 +#: ishtar_common/templates/widgets/search_input.html:87 msgid "" "Example: the search \"year=>'2019'\" will return all items from 2019 and " "onwards." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:88 +#: ishtar_common/templates/widgets/search_input.html:89 msgid "Today" msgstr "" -#: ishtar_common/templates/widgets/search_input.html:89 +#: ishtar_common/templates/widgets/search_input.html:90 msgid "" "Searches can be performed in relation to today's date using the keyword " "\"today\". \"+\" and \"-\" sign can be used in order to add or remove day to " "the current date." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:90 +#: ishtar_common/templates/widgets/search_input.html:91 msgid "" "Example: the search \"created=>'today-10'\" will return all items created " "in the last 10 days." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:92 +#: ishtar_common/templates/widgets/search_input.html:93 #, fuzzy #| msgid "email address" msgid "OR operator" msgstr "E-Mail-Adresse" -#: ishtar_common/templates/widgets/search_input.html:93 +#: ishtar_common/templates/widgets/search_input.html:94 msgid "" "An OR operator is available for searches that include, for example, " "different criteria. This operator uses the notation \" || \"." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:94 +#: ishtar_common/templates/widgets/search_input.html:95 msgid "" "Example: the search \"material='Metal' || object-type='ingot'\" will include " "in the search all metallic finds as well as all finds whose object type is " "ingot." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:96 +#: ishtar_common/templates/widgets/search_input.html:97 #, fuzzy #| msgid "email address" msgid "AND operator" msgstr "E-Mail-Adresse" -#: ishtar_common/templates/widgets/search_input.html:97 +#: ishtar_common/templates/widgets/search_input.html:98 msgid "" "An AND operator is available to search on the same criterion with several " "values. This operator uses the notation \" && \"." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:98 +#: ishtar_common/templates/widgets/search_input.html:99 msgid "" "Example: the search \"material='Metal' && material='wood'\" will " "only include finds made of metal and wood." msgstr "" -#: ishtar_common/templates/widgets/search_input.html:100 +#: ishtar_common/templates/widgets/search_input.html:101 msgid "Full documentation for searches." msgstr "" -- cgit v1.2.3