From c1683df1fd993ac71bfa101396ef2ae69b982e6e Mon Sep 17 00:00:00 2001 From: sweenu Date: Mon, 6 Jul 2026 12:54:33 +0300 Subject: [PATCH] Allow to update -> Allow updating (#6131) --- src/pretix/base/settings.py | 2 +- src/pretix/locale/ang/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ar/LC_MESSAGES/django.po | 2 +- src/pretix/locale/az/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ca/LC_MESSAGES/django.po | 2 +- src/pretix/locale/cs/LC_MESSAGES/django.po | 2 +- src/pretix/locale/cy/LC_MESSAGES/django.po | 2 +- src/pretix/locale/da/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de_Informal/LC_MESSAGES/django.po | 2 +- src/pretix/locale/django.pot | 2 +- src/pretix/locale/el/LC_MESSAGES/django.po | 2 +- src/pretix/locale/enm/LC_MESSAGES/django.po | 2 +- src/pretix/locale/es/LC_MESSAGES/django.po | 2 +- src/pretix/locale/es_419/LC_MESSAGES/django.po | 2 +- src/pretix/locale/et/LC_MESSAGES/django.po | 2 +- src/pretix/locale/eu/LC_MESSAGES/django.po | 2 +- src/pretix/locale/fi/LC_MESSAGES/django.po | 2 +- src/pretix/locale/fo/LC_MESSAGES/django.po | 2 +- src/pretix/locale/fr/LC_MESSAGES/django.po | 2 +- src/pretix/locale/gl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/he/LC_MESSAGES/django.po | 2 +- src/pretix/locale/hr/LC_MESSAGES/django.po | 2 +- src/pretix/locale/hu/LC_MESSAGES/django.po | 2 +- src/pretix/locale/id/LC_MESSAGES/django.po | 2 +- src/pretix/locale/it/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ja/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ko/LC_MESSAGES/django.po | 2 +- src/pretix/locale/lb/LC_MESSAGES/django.po | 2 +- src/pretix/locale/lt/LC_MESSAGES/django.po | 2 +- src/pretix/locale/lv/LC_MESSAGES/django.po | 2 +- src/pretix/locale/nan/LC_MESSAGES/django.po | 2 +- src/pretix/locale/nb_NO/LC_MESSAGES/django.po | 2 +- src/pretix/locale/nl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/nl_BE/LC_MESSAGES/django.po | 2 +- src/pretix/locale/nl_Informal/LC_MESSAGES/django.po | 2 +- src/pretix/locale/pl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/pl_Informal/LC_MESSAGES/django.po | 2 +- src/pretix/locale/pt/LC_MESSAGES/django.po | 2 +- src/pretix/locale/pt_BR/LC_MESSAGES/django.po | 2 +- src/pretix/locale/pt_PT/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ro/LC_MESSAGES/django.po | 2 +- src/pretix/locale/ru/LC_MESSAGES/django.po | 2 +- src/pretix/locale/si/LC_MESSAGES/django.po | 2 +- src/pretix/locale/sk/LC_MESSAGES/django.po | 2 +- src/pretix/locale/sl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/sq/LC_MESSAGES/django.po | 2 +- src/pretix/locale/sv/LC_MESSAGES/django.po | 2 +- src/pretix/locale/th/LC_MESSAGES/django.po | 2 +- src/pretix/locale/tr/LC_MESSAGES/django.po | 2 +- src/pretix/locale/uk/LC_MESSAGES/django.po | 2 +- src/pretix/locale/vi/LC_MESSAGES/django.po | 2 +- src/pretix/locale/vls/LC_MESSAGES/django.po | 2 +- src/pretix/locale/zh_Hans/LC_MESSAGES/django.po | 2 +- src/pretix/locale/zh_Hant/LC_MESSAGES/django.po | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index a5df46af0e..53fbbfda37 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -1276,7 +1276,7 @@ DEFAULTS = { 'serializer_class': serializers.BooleanField, 'write_permission': 'event.settings.invoicing:write', 'form_kwargs': dict( - label=_("Allow to update existing invoices"), + label=_("Allow updating existing invoices"), help_text=_("By default, invoices can never again be changed once they are issued. In most countries, we " "recommend to leave this option turned off and always issue a new invoice if a change needs " "to be made."), diff --git a/src/pretix/locale/ang/LC_MESSAGES/django.po b/src/pretix/locale/ang/LC_MESSAGES/django.po index 1e15d839a9..cc8bde38f9 100644 --- a/src/pretix/locale/ang/LC_MESSAGES/django.po +++ b/src/pretix/locale/ang/LC_MESSAGES/django.po @@ -10045,7 +10045,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index 72190644fe..315abad95f 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -11440,7 +11440,7 @@ msgstr "" "في لوحة التحكم." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/az/LC_MESSAGES/django.po b/src/pretix/locale/az/LC_MESSAGES/django.po index 7d462ecf23..8ed3c9a38e 100644 --- a/src/pretix/locale/az/LC_MESSAGES/django.po +++ b/src/pretix/locale/az/LC_MESSAGES/django.po @@ -10047,7 +10047,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ca/LC_MESSAGES/django.po b/src/pretix/locale/ca/LC_MESSAGES/django.po index ecbc344364..fd3dbb6392 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/django.po +++ b/src/pretix/locale/ca/LC_MESSAGES/django.po @@ -11564,7 +11564,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index b1e84aedd5..81bd0db212 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -11019,7 +11019,7 @@ msgstr "" "provedené prostřednictvím backendu." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Umožnit aktualizaci stávajících faktur" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/cy/LC_MESSAGES/django.po b/src/pretix/locale/cy/LC_MESSAGES/django.po index cd52db3e75..69129a07c9 100644 --- a/src/pretix/locale/cy/LC_MESSAGES/django.po +++ b/src/pretix/locale/cy/LC_MESSAGES/django.po @@ -10101,7 +10101,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 3a0504458c..ae43d27306 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -11034,7 +11034,7 @@ msgstr "" "Denne indstilling påvirker ikke ændringer, der foretages via backend'et." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Tillad opdatering af eksisterende fakturaer" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index 2ec0b5c7f6..499ec569fd 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -11114,7 +11114,7 @@ msgstr "" "Einstellung betrifft keine Änderungen, die über das Backend getätigt werden." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Existierende Rechnungen dürfen neu generiert werden" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 699cd98e25..5348c12d01 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -11101,7 +11101,7 @@ msgstr "" "Einstellung betrifft keine Änderungen, die über das Backend getätigt werden." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Existierende Rechnungen dürfen neu generiert werden" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/django.pot b/src/pretix/locale/django.pot index 0a2398b932..84b93ac6d1 100644 --- a/src/pretix/locale/django.pot +++ b/src/pretix/locale/django.pot @@ -10046,7 +10046,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index f1ad59f043..0101b96817 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -11944,7 +11944,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/enm/LC_MESSAGES/django.po b/src/pretix/locale/enm/LC_MESSAGES/django.po index 30bcaa69fb..06add51510 100644 --- a/src/pretix/locale/enm/LC_MESSAGES/django.po +++ b/src/pretix/locale/enm/LC_MESSAGES/django.po @@ -10045,7 +10045,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index 00674d3a97..624ccb8d13 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -11123,7 +11123,7 @@ msgstr "" "ajuste no afecta los cambios realizados a través del backend." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Permitir actualizar facturas existentes" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/es_419/LC_MESSAGES/django.po b/src/pretix/locale/es_419/LC_MESSAGES/django.po index 0146143e01..5034a8a88c 100644 --- a/src/pretix/locale/es_419/LC_MESSAGES/django.po +++ b/src/pretix/locale/es_419/LC_MESSAGES/django.po @@ -10232,7 +10232,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/et/LC_MESSAGES/django.po b/src/pretix/locale/et/LC_MESSAGES/django.po index af76e41f5d..61069a7118 100644 --- a/src/pretix/locale/et/LC_MESSAGES/django.po +++ b/src/pretix/locale/et/LC_MESSAGES/django.po @@ -10047,7 +10047,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/eu/LC_MESSAGES/django.po b/src/pretix/locale/eu/LC_MESSAGES/django.po index 2f9429e8ce..f02b88b37e 100644 --- a/src/pretix/locale/eu/LC_MESSAGES/django.po +++ b/src/pretix/locale/eu/LC_MESSAGES/django.po @@ -11222,7 +11222,7 @@ msgstr "" "Konfigurazio honek ez die eragiten backend-aren bidez egindako aldaketei." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Sortutako fakturak eguneratzeko baimena ematea" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/fi/LC_MESSAGES/django.po b/src/pretix/locale/fi/LC_MESSAGES/django.po index 7fe1e97640..a2b0d47b53 100644 --- a/src/pretix/locale/fi/LC_MESSAGES/django.po +++ b/src/pretix/locale/fi/LC_MESSAGES/django.po @@ -11159,7 +11159,7 @@ msgstr "" "taustajärjestelmän kautta tehtyihin muutoksiin." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Salli olemassa olevien laskujen päivittäminen" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/fo/LC_MESSAGES/django.po b/src/pretix/locale/fo/LC_MESSAGES/django.po index e0a48671b7..0a6c7857ac 100644 --- a/src/pretix/locale/fo/LC_MESSAGES/django.po +++ b/src/pretix/locale/fo/LC_MESSAGES/django.po @@ -10117,7 +10117,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/fr/LC_MESSAGES/django.po b/src/pretix/locale/fr/LC_MESSAGES/django.po index ef24bda4f9..85e161579b 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/django.po +++ b/src/pretix/locale/fr/LC_MESSAGES/django.po @@ -11192,7 +11192,7 @@ msgstr "" "principal." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Autoriser la mise à jour des factures existantes" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/gl/LC_MESSAGES/django.po b/src/pretix/locale/gl/LC_MESSAGES/django.po index 083ade7032..6eebc1633f 100644 --- a/src/pretix/locale/gl/LC_MESSAGES/django.po +++ b/src/pretix/locale/gl/LC_MESSAGES/django.po @@ -11443,7 +11443,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/he/LC_MESSAGES/django.po b/src/pretix/locale/he/LC_MESSAGES/django.po index 1ffddf5276..0671442b6a 100644 --- a/src/pretix/locale/he/LC_MESSAGES/django.po +++ b/src/pretix/locale/he/LC_MESSAGES/django.po @@ -10785,7 +10785,7 @@ msgstr "" "ותונפק חשבונית חדשה. הגדרה זו לא משפיעה על שינויים שנעשו דרך הממשק האחורי." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "אפשר לעדכן חשבוניות קיימות" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/hr/LC_MESSAGES/django.po b/src/pretix/locale/hr/LC_MESSAGES/django.po index 6512e516e2..3d603e4a32 100644 --- a/src/pretix/locale/hr/LC_MESSAGES/django.po +++ b/src/pretix/locale/hr/LC_MESSAGES/django.po @@ -10843,7 +10843,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Dopusti ažuriranje postojećih računa" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/hu/LC_MESSAGES/django.po b/src/pretix/locale/hu/LC_MESSAGES/django.po index c89c9fdc95..d1cb9f83d3 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/django.po +++ b/src/pretix/locale/hu/LC_MESSAGES/django.po @@ -10427,7 +10427,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/id/LC_MESSAGES/django.po b/src/pretix/locale/id/LC_MESSAGES/django.po index 262f88a323..6ef9525095 100644 --- a/src/pretix/locale/id/LC_MESSAGES/django.po +++ b/src/pretix/locale/id/LC_MESSAGES/django.po @@ -11318,7 +11318,7 @@ msgstr "" "Pengaturan ini tidak mempengaruhi perubahan yang dilakukan melalui backend." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Izinkan untuk memperbarui faktur yang ada" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/it/LC_MESSAGES/django.po b/src/pretix/locale/it/LC_MESSAGES/django.po index c37c8e2488..b1a96328cc 100644 --- a/src/pretix/locale/it/LC_MESSAGES/django.po +++ b/src/pretix/locale/it/LC_MESSAGES/django.po @@ -11229,7 +11229,7 @@ msgstr "" "backend." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Consenti l'aggiornamento delle fatture esistenti" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ja/LC_MESSAGES/django.po b/src/pretix/locale/ja/LC_MESSAGES/django.po index d14bcd8014..52c7844d4e 100644 --- a/src/pretix/locale/ja/LC_MESSAGES/django.po +++ b/src/pretix/locale/ja/LC_MESSAGES/django.po @@ -10850,7 +10850,7 @@ msgstr "" "響しません。" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "既存の請求書を更新することを許可" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ko/LC_MESSAGES/django.po b/src/pretix/locale/ko/LC_MESSAGES/django.po index 2e0ed5e5ef..4f80914c05 100644 --- a/src/pretix/locale/ko/LC_MESSAGES/django.po +++ b/src/pretix/locale/ko/LC_MESSAGES/django.po @@ -10871,7 +10871,7 @@ msgstr "" "발행됩니다. 이 설정은 백엔드를 통한 변경 사항에 영향을 미치지 않습니다." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "기존 송장 업데이트 허용" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/lb/LC_MESSAGES/django.po b/src/pretix/locale/lb/LC_MESSAGES/django.po index a14d741002..3eac7e4c62 100644 --- a/src/pretix/locale/lb/LC_MESSAGES/django.po +++ b/src/pretix/locale/lb/LC_MESSAGES/django.po @@ -10331,7 +10331,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/lt/LC_MESSAGES/django.po b/src/pretix/locale/lt/LC_MESSAGES/django.po index 2362776acb..3651812d9f 100644 --- a/src/pretix/locale/lt/LC_MESSAGES/django.po +++ b/src/pretix/locale/lt/LC_MESSAGES/django.po @@ -10050,7 +10050,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/lv/LC_MESSAGES/django.po b/src/pretix/locale/lv/LC_MESSAGES/django.po index c519618de3..48e2dff939 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/django.po +++ b/src/pretix/locale/lv/LC_MESSAGES/django.po @@ -11104,7 +11104,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/nan/LC_MESSAGES/django.po b/src/pretix/locale/nan/LC_MESSAGES/django.po index 48230a0335..4c202c5e2b 100644 --- a/src/pretix/locale/nan/LC_MESSAGES/django.po +++ b/src/pretix/locale/nan/LC_MESSAGES/django.po @@ -10045,7 +10045,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po index 80c3836fbe..9ddf6edb04 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po @@ -11365,7 +11365,7 @@ msgstr "" "innstillingen påvirker ikke endringer som gjøres via baksystemet." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Tillat oppdatering av eksisterende fakturaer." #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index 23cf555b99..2514279263 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -11133,7 +11133,7 @@ msgstr "" "backend worden aangebracht." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Sta wijziging van bestaande facturen toe" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po index 2b409166ed..2e16dd5af4 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po @@ -11130,7 +11130,7 @@ msgstr "" "backend worden aangebracht." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Sta wijziging van bestaande facturen toe" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index aa84375202..329c787e69 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -11154,7 +11154,7 @@ msgstr "" "toepassing op wijzigingen die in de backend worden gemaakt." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Sta wijziging van bestaande facturen toe" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/pl/LC_MESSAGES/django.po b/src/pretix/locale/pl/LC_MESSAGES/django.po index b3cd7b950b..6804c60a22 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl/LC_MESSAGES/django.po @@ -11246,7 +11246,7 @@ msgstr "" "wewnętrznego." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Pozwól na aktualizację istniejących faktur" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po index 320c171b02..3ce877e82a 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po @@ -10422,7 +10422,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/pt/LC_MESSAGES/django.po b/src/pretix/locale/pt/LC_MESSAGES/django.po index 7a24edff22..68b55eb01a 100644 --- a/src/pretix/locale/pt/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt/LC_MESSAGES/django.po @@ -10337,7 +10337,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index ad3dec874d..af0e6bd4bc 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -11081,7 +11081,7 @@ msgstr "" "configuração não afeta as alterações feitas por meio do back-end." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Permitir alterar faturas existentes" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po index bc53326e9b..a2d5831d74 100644 --- a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po @@ -11226,7 +11226,7 @@ msgstr "" "definição não afecta as alterações feitas através do backend." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Permitir atualizar as faturas existentes" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ro/LC_MESSAGES/django.po b/src/pretix/locale/ro/LC_MESSAGES/django.po index a003a70eee..02aa45b8f1 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/django.po +++ b/src/pretix/locale/ro/LC_MESSAGES/django.po @@ -11595,7 +11595,7 @@ msgstr "" "Această setare nu afectează modificările efectuate prin backend." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Permiteți actualizarea facturilor existente" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index 702151bc46..1d6856bcbd 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -11488,7 +11488,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/si/LC_MESSAGES/django.po b/src/pretix/locale/si/LC_MESSAGES/django.po index 2e8ace9383..8fd025457d 100644 --- a/src/pretix/locale/si/LC_MESSAGES/django.po +++ b/src/pretix/locale/si/LC_MESSAGES/django.po @@ -10118,7 +10118,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/sk/LC_MESSAGES/django.po b/src/pretix/locale/sk/LC_MESSAGES/django.po index 61a92b9668..8bc63e2113 100644 --- a/src/pretix/locale/sk/LC_MESSAGES/django.po +++ b/src/pretix/locale/sk/LC_MESSAGES/django.po @@ -11122,7 +11122,7 @@ msgstr "" "vplyv na zmeny vykonané prostredníctvom backendu." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Umožniť aktualizáciu existujúcich faktúr" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/sl/LC_MESSAGES/django.po b/src/pretix/locale/sl/LC_MESSAGES/django.po index c88cf96f78..a9898b038b 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/django.po +++ b/src/pretix/locale/sl/LC_MESSAGES/django.po @@ -11467,7 +11467,7 @@ msgstr "" "opravljene prek zalednega dela." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/sq/LC_MESSAGES/django.po b/src/pretix/locale/sq/LC_MESSAGES/django.po index 96021ac05a..635846ae18 100644 --- a/src/pretix/locale/sq/LC_MESSAGES/django.po +++ b/src/pretix/locale/sq/LC_MESSAGES/django.po @@ -10057,7 +10057,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/sv/LC_MESSAGES/django.po b/src/pretix/locale/sv/LC_MESSAGES/django.po index d21481a830..e14d26ab98 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/django.po +++ b/src/pretix/locale/sv/LC_MESSAGES/django.po @@ -11223,7 +11223,7 @@ msgstr "" "inställning påverkar inte ändringar som görs via admin." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Tillåt att uppdatera befintliga fakturor" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/th/LC_MESSAGES/django.po b/src/pretix/locale/th/LC_MESSAGES/django.po index d61600b789..67cafd459e 100644 --- a/src/pretix/locale/th/LC_MESSAGES/django.po +++ b/src/pretix/locale/th/LC_MESSAGES/django.po @@ -10589,7 +10589,7 @@ msgstr "" "การตั้งค่านี้ไม่มีผลกับการแก้ไขผ่านระบบหลังบ้าน" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "อนุญาตให้แก้ไขใบแจ้งหนี้ที่มีอยู่เดิม" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/tr/LC_MESSAGES/django.po b/src/pretix/locale/tr/LC_MESSAGES/django.po index 81aaa82182..fe0702f105 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/django.po +++ b/src/pretix/locale/tr/LC_MESSAGES/django.po @@ -11865,7 +11865,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/uk/LC_MESSAGES/django.po b/src/pretix/locale/uk/LC_MESSAGES/django.po index 127aed42fa..55efadde1b 100644 --- a/src/pretix/locale/uk/LC_MESSAGES/django.po +++ b/src/pretix/locale/uk/LC_MESSAGES/django.po @@ -11439,7 +11439,7 @@ msgstr "" "налаштування не впливає на будь-які зміни, що вносяться за допомогою бекенду." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Дозволити оновити існуючі рахунки" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/vi/LC_MESSAGES/django.po b/src/pretix/locale/vi/LC_MESSAGES/django.po index b94660cf26..ac4933c108 100644 --- a/src/pretix/locale/vi/LC_MESSAGES/django.po +++ b/src/pretix/locale/vi/LC_MESSAGES/django.po @@ -10844,7 +10844,7 @@ msgstr "" "hóa đơn sẽ tự động bị hủy và hóa đơn mới sẽ được cấp." #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "Cho phép cập nhật hóa đơn hiện có" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/vls/LC_MESSAGES/django.po b/src/pretix/locale/vls/LC_MESSAGES/django.po index d5b1f31c64..be59a523cf 100644 --- a/src/pretix/locale/vls/LC_MESSAGES/django.po +++ b/src/pretix/locale/vls/LC_MESSAGES/django.po @@ -10045,7 +10045,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po index ba05c8a71a..5b24a539b1 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po @@ -11458,7 +11458,7 @@ msgstr "" "响。" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "" #: pretix/base/settings.py:1280 diff --git a/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po index f70b059751..cd57fb7e0c 100644 --- a/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hant/LC_MESSAGES/django.po @@ -10633,7 +10633,7 @@ msgstr "" "過後端所做的更改。" #: pretix/base/settings.py:1279 -msgid "Allow to update existing invoices" +msgid "Allow updating existing invoices" msgstr "允許更新現有發票" #: pretix/base/settings.py:1280