From 36a045020f700af76604557feab825b9674d4cb7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 27 Aug 2021 16:05:40 +0200 Subject: [PATCH] Fix typo check --- src/pretix/control/views/item.py | 2 +- src/pretix/locale/ar/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/da/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de/wordlist.txt | 1 + src/pretix/locale/de_Informal/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de_Informal/wordlist.txt | 1 + src/pretix/locale/django.pot | 2 +- src/pretix/locale/el/LC_MESSAGES/django.po | 2 +- src/pretix/locale/es/LC_MESSAGES/django.po | 2 +- src/pretix/locale/fi/LC_MESSAGES/django.po | 2 +- src/pretix/locale/fr/LC_MESSAGES/django.po | 2 +- src/pretix/locale/hu/LC_MESSAGES/django.po | 2 +- src/pretix/locale/it/LC_MESSAGES/django.po | 2 +- src/pretix/locale/lv/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/sl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/sv/LC_MESSAGES/django.po | 2 +- src/pretix/locale/tr/LC_MESSAGES/django.po | 2 +- src/pretix/locale/zh_Hans/LC_MESSAGES/django.po | 2 +- 33 files changed, 33 insertions(+), 31 deletions(-) diff --git a/src/pretix/control/views/item.py b/src/pretix/control/views/item.py index 9947c5f50a..6c49069b2d 100644 --- a/src/pretix/control/views/item.py +++ b/src/pretix/control/views/item.py @@ -1424,7 +1424,7 @@ class ItemDelete(EventPermissionRequiredMixin, DeleteView): }) messages.error(self.request, _('The product could not be deleted as some constraints (e.g. data created by ' 'plug-ins) did not allow it. Deleting it could break reporting or other ' - 'functionality, so the procut has been disabled instead.')) + 'functionality, so the product has been disabled instead.')) else: messages.success(request, _('The selected product has been deleted.')) return HttpResponseRedirect(success_url) diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index c1581daa24..6a6f470710 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -19335,7 +19335,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "لا يمكن حذف النظام كما بعض القيود (مثل البيانات التي تم إنشاؤها من قبل " "المكونات الإضافية) لا تسمح بذلك." diff --git a/src/pretix/locale/ca/LC_MESSAGES/django.po b/src/pretix/locale/ca/LC_MESSAGES/django.po index 96cd39f557..bc24227d87 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/django.po +++ b/src/pretix/locale/ca/LC_MESSAGES/django.po @@ -19323,7 +19323,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index d125cc62f4..1cb33ec374 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -17689,7 +17689,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 7a564ec069..7d30732906 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -20222,7 +20222,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index f29131cf40..06b69f908a 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -19780,7 +19780,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "Das Produkt konnte nicht gelöscht werden, da einige Bedingungen (z.B. von " "Plugins erstellte Daten) es nicht erlauben. Ein Löschen des Produktes könnte " diff --git a/src/pretix/locale/de/wordlist.txt b/src/pretix/locale/de/wordlist.txt index d2d7fc8a4b..6a286eb637 100644 --- a/src/pretix/locale/de/wordlist.txt +++ b/src/pretix/locale/de/wordlist.txt @@ -166,6 +166,7 @@ Pay PayPal PayPals PCI +Platzhalterzeichen Play Plugin Plugins diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 6007295c91..658b822a62 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -19749,7 +19749,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "Das Produkt konnte nicht gelöscht werden, da einige Bedingungen (z.B. von " "Plugins erstellte Daten) es nicht erlauben. Ein Löschen des Produktes könnte " diff --git a/src/pretix/locale/de_Informal/wordlist.txt b/src/pretix/locale/de_Informal/wordlist.txt index d2d7fc8a4b..6a286eb637 100644 --- a/src/pretix/locale/de_Informal/wordlist.txt +++ b/src/pretix/locale/de_Informal/wordlist.txt @@ -166,6 +166,7 @@ Pay PayPal PayPals PCI +Platzhalterzeichen Play Plugin Plugins diff --git a/src/pretix/locale/django.pot b/src/pretix/locale/django.pot index 2ce4c05feb..d6b97bb26f 100644 --- a/src/pretix/locale/django.pot +++ b/src/pretix/locale/django.pot @@ -17529,7 +17529,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index 1ca3d34f0f..478820e930 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -20829,7 +20829,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "Η παραγγελία δεν μπόρεσε να διαγραφεί, καθώς ορισμένοι περιορισμοί (π.χ. " "δεδομένα που δημιουργήθηκαν από plug-ins) δεν το επιτρέπουν." diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index 7c515bc83b..4bacd583e7 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -20812,7 +20812,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "La orden no pudo ser eliminada ya que algunas restricciones (por ejemplo los " "datos creados por los plug-ins) no lo permiten." diff --git a/src/pretix/locale/fi/LC_MESSAGES/django.po b/src/pretix/locale/fi/LC_MESSAGES/django.po index 3a5614b40f..2377de30e4 100644 --- a/src/pretix/locale/fi/LC_MESSAGES/django.po +++ b/src/pretix/locale/fi/LC_MESSAGES/django.po @@ -17773,7 +17773,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/fr/LC_MESSAGES/django.po b/src/pretix/locale/fr/LC_MESSAGES/django.po index 709654303b..fddc2adb1e 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/django.po +++ b/src/pretix/locale/fr/LC_MESSAGES/django.po @@ -21233,7 +21233,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "L'événement n'a pas pu être supprimé car certaines contraintes (par exemple " "les données créées par les plug-ins) ne le permettent pas." diff --git a/src/pretix/locale/hu/LC_MESSAGES/django.po b/src/pretix/locale/hu/LC_MESSAGES/django.po index b52e21a8f8..a69a2bdb8d 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/django.po +++ b/src/pretix/locale/hu/LC_MESSAGES/django.po @@ -17730,7 +17730,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/it/LC_MESSAGES/django.po b/src/pretix/locale/it/LC_MESSAGES/django.po index 876c57cf03..f434eda969 100644 --- a/src/pretix/locale/it/LC_MESSAGES/django.po +++ b/src/pretix/locale/it/LC_MESSAGES/django.po @@ -18343,7 +18343,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/lv/LC_MESSAGES/django.po b/src/pretix/locale/lv/LC_MESSAGES/django.po index 887f49df55..d5bd202518 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/django.po +++ b/src/pretix/locale/lv/LC_MESSAGES/django.po @@ -18664,7 +18664,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po index ef992f5e83..7dc8a0df5d 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po @@ -17601,7 +17601,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index 56c5f61378..d30792286d 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -19751,7 +19751,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "De bestelling kon niet worden verwijderd omdat sommige beperkingen (bijv. " "data aangemaakt door plug-ins) het niet toestaan." diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po index 050e04821f..6fa51bc35a 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po @@ -17528,7 +17528,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index 21ec804a11..793fe025ea 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -19807,7 +19807,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "De bestelling kon niet worden verwijderd omdat sommige beperkingen (bijv. " "data aangemaakt door plug-ins) het niet toestaan." diff --git a/src/pretix/locale/pl/LC_MESSAGES/django.po b/src/pretix/locale/pl/LC_MESSAGES/django.po index d35edcd1db..fca8f7754e 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl/LC_MESSAGES/django.po @@ -18493,7 +18493,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po index 55b0804734..655ea0ec69 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po @@ -17532,7 +17532,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/pt/LC_MESSAGES/django.po b/src/pretix/locale/pt/LC_MESSAGES/django.po index b5993a6ce3..1294491e28 100644 --- a/src/pretix/locale/pt/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt/LC_MESSAGES/django.po @@ -17554,7 +17554,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index 65f2abbfc5..7ba422dc91 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -18970,7 +18970,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po index 5b57426155..d58dc59630 100644 --- a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po @@ -20000,7 +20000,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "A encomenda não pôde ser removida porque algumas limitações (por exemplo, " "dados criados por plug-ins) não permitem." diff --git a/src/pretix/locale/ro/LC_MESSAGES/django.po b/src/pretix/locale/ro/LC_MESSAGES/django.po index 144ae6750a..831f79ab63 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/django.po +++ b/src/pretix/locale/ro/LC_MESSAGES/django.po @@ -17530,7 +17530,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index 12162d0b70..e403d6a82c 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -18739,7 +18739,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/si/LC_MESSAGES/django.po b/src/pretix/locale/si/LC_MESSAGES/django.po index ca6c5df0e4..3e53cb9f10 100644 --- a/src/pretix/locale/si/LC_MESSAGES/django.po +++ b/src/pretix/locale/si/LC_MESSAGES/django.po @@ -17548,7 +17548,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/sl/LC_MESSAGES/django.po b/src/pretix/locale/sl/LC_MESSAGES/django.po index 0f437d044d..c9e373e02f 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/django.po +++ b/src/pretix/locale/sl/LC_MESSAGES/django.po @@ -18521,7 +18521,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/sv/LC_MESSAGES/django.po b/src/pretix/locale/sv/LC_MESSAGES/django.po index b32e245e2a..7acce74aaf 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/django.po +++ b/src/pretix/locale/sv/LC_MESSAGES/django.po @@ -18387,7 +18387,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" #: pretix/control/views/item.py:1429 diff --git a/src/pretix/locale/tr/LC_MESSAGES/django.po b/src/pretix/locale/tr/LC_MESSAGES/django.po index 0398b0e46e..37fb691bfb 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/django.po +++ b/src/pretix/locale/tr/LC_MESSAGES/django.po @@ -20875,7 +20875,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "" "Bazı kısıtlamalar (ör. Eklentiler tarafından oluşturulan veriler) izin " "vermediğinden, etkinlik silinemedi." diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po index 020a42f58a..9c3ba7690e 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po @@ -19660,7 +19660,7 @@ msgstr "" msgid "" "The product could not be deleted as some constraints (e.g. data created by " "plug-ins) did not allow it. Deleting it could break reporting or other " -"functionality, so the procut has been disabled instead." +"functionality, so the product has been disabled instead." msgstr "无法删除订单,因为某些约束(例如插件创建的数据)不允许删除。" #: pretix/control/views/item.py:1429