diff --git a/src/pretix/locale/ang/LC_MESSAGES/django.po b/src/pretix/locale/ang/LC_MESSAGES/django.po index 09004be5b..a5b95f766 100644 --- a/src/pretix/locale/ang/LC_MESSAGES/django.po +++ b/src/pretix/locale/ang/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -2833,7 +2833,7 @@ msgid "" "image no larger than 10000 x 10000 pixels." msgstr "" -#: pretix/base/forms/questions.py:484 +#: pretix/base/forms/questions.py:484 pretix/helpers/images.py:75 msgid "" "Upload a valid image. The file you uploaded was either not an image or a " "corrupted image." @@ -23680,6 +23680,26 @@ msgstr "" msgid "The waitinglist entry has been transferred." msgstr "" +#: pretix/helpers/daterange.py:97 +#, python-brace-format +msgid "{date_from} – {date_to}" +msgstr "" + +#: pretix/helpers/images.py:61 pretix/helpers/images.py:67 +#: pretix/helpers/images.py:85 +msgid "" +"The file you uploaded has a very large number of pixels, please upload a " +"picture with smaller dimensions." +msgstr "" + +#: pretix/helpers/security.py:166 +msgid "Login from new source detected" +msgstr "" + +#: pretix/helpers/security.py:170 +msgid "Unknown country" +msgstr "" + #: pretix/multidomain/models.py:36 msgid "Known domain" msgstr "" diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index a455d6834..25d2b7ac4 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: 2022-06-06 18:00+0000\n" "Last-Translator: Abdullah \n" "Language-Team: Arabic \n" @@ -3051,7 +3051,7 @@ msgstr "" "El fitxer que heu pujat té massa píxels. Si us plau pugeu una imatge que no " "tingui més de 10000 x 10000 píxels." -#: pretix/base/forms/questions.py:484 +#: pretix/base/forms/questions.py:484 pretix/helpers/images.py:75 msgid "" "Upload a valid image. The file you uploaded was either not an image or a " "corrupted image." @@ -26847,6 +26847,36 @@ msgstr "Això no és una sèrie d'events." msgid "The waitinglist entry has been transferred." msgstr "S'ha completat la tasca." +#: pretix/helpers/daterange.py:97 +#, python-brace-format +msgid "{date_from} – {date_to}" +msgstr "" + +#: pretix/helpers/images.py:61 pretix/helpers/images.py:67 +#: pretix/helpers/images.py:85 +#, fuzzy +#| msgid "" +#| "The file you uploaded has a very large number of pixels, please upload an " +#| "image no larger than 10000 x 10000 pixels." +msgid "" +"The file you uploaded has a very large number of pixels, please upload a " +"picture with smaller dimensions." +msgstr "" +"El fitxer que heu pujat té massa píxels. Si us plau pugeu una imatge que no " +"tingui més de 10000 x 10000 píxels." + +#: pretix/helpers/security.py:166 +#, fuzzy +#| msgid "No order code detected" +msgid "Login from new source detected" +msgstr "No s'ha detectat cap codi de comanda" + +#: pretix/helpers/security.py:170 +#, fuzzy +#| msgid "Unknown country code." +msgid "Unknown country" +msgstr "Codi d'estat desconegut." + #: pretix/multidomain/models.py:36 msgid "Known domain" msgstr "Domini conegut" diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index e0b348a37..a5a5a190d 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: 2023-09-15 15:21+0000\n" "Last-Translator: Michael \n" "Language-Team: Czech \n" "Language-Team: Welsh \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: German (informal) \n" "Language-Team: LANGUAGE \n" @@ -2834,7 +2834,7 @@ msgid "" "image no larger than 10000 x 10000 pixels." msgstr "" -#: pretix/base/forms/questions.py:484 +#: pretix/base/forms/questions.py:484 pretix/helpers/images.py:75 msgid "" "Upload a valid image. The file you uploaded was either not an image or a " "corrupted image." @@ -23681,6 +23681,26 @@ msgstr "" msgid "The waitinglist entry has been transferred." msgstr "" +#: pretix/helpers/daterange.py:97 +#, python-brace-format +msgid "{date_from} – {date_to}" +msgstr "" + +#: pretix/helpers/images.py:61 pretix/helpers/images.py:67 +#: pretix/helpers/images.py:85 +msgid "" +"The file you uploaded has a very large number of pixels, please upload a " +"picture with smaller dimensions." +msgstr "" + +#: pretix/helpers/security.py:166 +msgid "Login from new source detected" +msgstr "" + +#: pretix/helpers/security.py:170 +msgid "Unknown country" +msgstr "" + #: pretix/multidomain/models.py:36 msgid "Known domain" msgstr "" diff --git a/src/pretix/locale/djangojs.pot b/src/pretix/locale/djangojs.pot index 61cdf7a94..16e06c79f 100644 --- a/src/pretix/locale/djangojs.pot +++ b/src/pretix/locale/djangojs.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index da3dbd32b..48c527c4a 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: 2023-07-11 11:38+0000\n" "Last-Translator: hara metaxa \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: Galician \n" "Language-Team: LANGUAGE \n" @@ -2835,7 +2835,7 @@ msgid "" "image no larger than 10000 x 10000 pixels." msgstr "" -#: pretix/base/forms/questions.py:484 +#: pretix/base/forms/questions.py:484 pretix/helpers/images.py:75 msgid "" "Upload a valid image. The file you uploaded was either not an image or a " "corrupted image." @@ -23710,6 +23710,26 @@ msgstr "" msgid "The waitinglist entry has been transferred." msgstr "" +#: pretix/helpers/daterange.py:97 +#, python-brace-format +msgid "{date_from} – {date_to}" +msgstr "" + +#: pretix/helpers/images.py:61 pretix/helpers/images.py:67 +#: pretix/helpers/images.py:85 +msgid "" +"The file you uploaded has a very large number of pixels, please upload a " +"picture with smaller dimensions." +msgstr "" + +#: pretix/helpers/security.py:166 +msgid "Login from new source detected" +msgstr "" + +#: pretix/helpers/security.py:170 +msgid "Unknown country" +msgstr "" + #: pretix/multidomain/models.py:36 msgid "Known domain" msgstr "" diff --git a/src/pretix/locale/hr/LC_MESSAGES/django.po b/src/pretix/locale/hr/LC_MESSAGES/django.po index 9bbe6c850..cbc1d28bb 100644 --- a/src/pretix/locale/hr/LC_MESSAGES/django.po +++ b/src/pretix/locale/hr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-03 09:22+0000\n" +"POT-Creation-Date: 2024-04-03 10:43+0000\n" "PO-Revision-Date: 2024-01-31 04:00+0000\n" "Last-Translator: Pavle Ergović \n" "Language-Team: Croatian \n" "Language-Team: Hungarian \n" "Language-Team: Indonesian \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Korean \n" "Language-Team: Latvian \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Dutch (informal) \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Portuguese (Portugal) \n" "Language-Team: Romanian \n" "Language-Team: Russian \n" "Language-Team: Sinhala \n" "Language-Team: Slovenian \n" "Language-Team: Swedish \n" "Language-Team: Thai \n" "Language-Team: Turkish \n" "Language-Team: Ukrainian \n" "Language-Team: Vietnamese \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional)