From 3e8e454e92112293a239ffa7e7d72ba4bea94ae2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 12 Apr 2022 10:53:03 +0200 Subject: [PATCH] Fix gettext formatting issues --- src/pretix/control/forms/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 | 4 ++-- src/pretix/locale/de_Informal/LC_MESSAGES/django.po | 4 ++-- 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/gl/LC_MESSAGES/django.po | 2 +- src/pretix/locale/he/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/ja/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/uk/LC_MESSAGES/django.po | 2 +- src/pretix/locale/zh_Hans/LC_MESSAGES/django.po | 2 +- 35 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/pretix/control/forms/item.py b/src/pretix/control/forms/item.py index b39f8b68e3..2ba9cea8e1 100644 --- a/src/pretix/control/forms/item.py +++ b/src/pretix/control/forms/item.py @@ -566,7 +566,7 @@ class ItemUpdateForm(I18nModelForm): if d['tax_rule'] and d['tax_rule'].rate > 0: self.add_error( 'tax_rule', - _("Gift card products should use a tax rule with a rate of 0% since sales tax will be applied when the gift card is redeemed.") + _("Gift card products should use a tax rule with a rate of 0 percent since sales tax will be applied when the gift card is redeemed.") ) if d['admission']: self.add_error( diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index 70b208e2b7..4cabe91ffe 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -10738,7 +10738,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "يجب ألا ترتبط منتجات بطاقات الهدايا بمعدلات ضريبية غير صفرية حيث سيتم تطبيق " diff --git a/src/pretix/locale/ca/LC_MESSAGES/django.po b/src/pretix/locale/ca/LC_MESSAGES/django.po index 92448ad475..aa7666c326 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/django.po +++ b/src/pretix/locale/ca/LC_MESSAGES/django.po @@ -11047,7 +11047,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Els vals regal haurien d'estar associats a una taxa impositiva, perquè en el " diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index e5b0dbdc93..31a0152544 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -9864,7 +9864,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Na dárkové karty by se neměly vztahovat nenulové daňové sazby, protože při " diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 53d623c950..a62e66ef22 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -10497,7 +10497,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index 92bdacebfa..9a913867c4 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -11086,10 +11086,10 @@ msgstr "Keine Mitgliedschaft angelegt" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" -"Wertgutscheine müssen einem 0%-Steuersatz zugeordnet sein, da Umsatzsteuer " +"Wertgutscheine müssen einem 0-Prozent-Steuersatz zugeordnet sein, da Umsatzsteuer " "berechnet wird, wenn der Gutschein eingelöst wird." #: pretix/control/forms/item.py:650 pretix/control/forms/item.py:647 diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index adcaab39bd..73dd1dfd2a 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -11070,10 +11070,10 @@ msgstr "Keine Mitgliedschaft angelegt" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" -"Wertgutscheine müssen einem 0%-Steuersatz zugeordnet sein, da Umsatzsteuer " +"Wertgutscheine müssen einem 0-Prozent-Steuersatz zugeordnet sein, da Umsatzsteuer " "berechnet wird, wenn der Gutschein eingelöst wird." #: pretix/control/forms/item.py:650 pretix/control/forms/item.py:647 diff --git a/src/pretix/locale/django.pot b/src/pretix/locale/django.pot index f696e89ea2..d5a1591f81 100644 --- a/src/pretix/locale/django.pot +++ b/src/pretix/locale/django.pot @@ -9641,7 +9641,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index a032ce7da5..251d54b0e5 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -11507,7 +11507,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index d57d243e5e..2bfaf23f0e 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -11365,7 +11365,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Las tarjetas de regalo deberán tener asociada una tasa impositiva, dado que " diff --git a/src/pretix/locale/fi/LC_MESSAGES/django.po b/src/pretix/locale/fi/LC_MESSAGES/django.po index 83337a992c..2032c687cb 100644 --- a/src/pretix/locale/fi/LC_MESSAGES/django.po +++ b/src/pretix/locale/fi/LC_MESSAGES/django.po @@ -9747,7 +9747,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/fr/LC_MESSAGES/django.po b/src/pretix/locale/fr/LC_MESSAGES/django.po index a6488cdb81..2c163e3aab 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/django.po +++ b/src/pretix/locale/fr/LC_MESSAGES/django.po @@ -11640,7 +11640,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Les cartes-cadeaux ne doivent pas être associées à des taux d'imposition non " diff --git a/src/pretix/locale/gl/LC_MESSAGES/django.po b/src/pretix/locale/gl/LC_MESSAGES/django.po index af80792e63..44742506c6 100644 --- a/src/pretix/locale/gl/LC_MESSAGES/django.po +++ b/src/pretix/locale/gl/LC_MESSAGES/django.po @@ -11650,7 +11650,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "As tarxetas regalo non deben ter asociadas unha taxa impositiva. Aplicarase " diff --git a/src/pretix/locale/he/LC_MESSAGES/django.po b/src/pretix/locale/he/LC_MESSAGES/django.po index ef3fa25a82..ce57c6873c 100644 --- a/src/pretix/locale/he/LC_MESSAGES/django.po +++ b/src/pretix/locale/he/LC_MESSAGES/django.po @@ -9642,7 +9642,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/hu/LC_MESSAGES/django.po b/src/pretix/locale/hu/LC_MESSAGES/django.po index f423f191b4..04d452c9c6 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/django.po +++ b/src/pretix/locale/hu/LC_MESSAGES/django.po @@ -9770,7 +9770,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/it/LC_MESSAGES/django.po b/src/pretix/locale/it/LC_MESSAGES/django.po index f4148eb4a7..f325545984 100644 --- a/src/pretix/locale/it/LC_MESSAGES/django.po +++ b/src/pretix/locale/it/LC_MESSAGES/django.po @@ -10184,7 +10184,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "I prodotti con Gift card non dovrebbero essere associati ad aliquote fiscali " diff --git a/src/pretix/locale/ja/LC_MESSAGES/django.po b/src/pretix/locale/ja/LC_MESSAGES/django.po index 7a74cc8c16..90d0d245ae 100644 --- a/src/pretix/locale/ja/LC_MESSAGES/django.po +++ b/src/pretix/locale/ja/LC_MESSAGES/django.po @@ -9668,7 +9668,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "引換券をご利用の際には、付加価値税が課されるため、税率を0%に設定する必要があ" diff --git a/src/pretix/locale/lv/LC_MESSAGES/django.po b/src/pretix/locale/lv/LC_MESSAGES/django.po index 323b39aba8..c9abb049a2 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/django.po +++ b/src/pretix/locale/lv/LC_MESSAGES/django.po @@ -10051,7 +10051,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po index a081139191..16d07b5ab7 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/django.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/django.po @@ -9728,7 +9728,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Gavekortprodukter bør ikke assosieres med med nullsumsavgifter, da " diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index fb44e70336..ae64f88845 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -10987,7 +10987,7 @@ msgstr "Geen lidmaatschap toegekend" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Cadeaukaartproducten moeten niet worden gekoppeld aan een positief " diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po index ec7053508c..79d5565f3c 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/django.po @@ -9640,7 +9640,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index 717bba8f02..45ad602985 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -10955,7 +10955,7 @@ msgstr "Geen lidmaatschap toegekend" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Cadeaukaartproducten moeten niet worden gekoppeld aan een positief " diff --git a/src/pretix/locale/pl/LC_MESSAGES/django.po b/src/pretix/locale/pl/LC_MESSAGES/django.po index 094c61e334..45e96477aa 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl/LC_MESSAGES/django.po @@ -10344,7 +10344,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po index 0c4e950f99..c026a1ce38 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/django.po @@ -9641,7 +9641,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/pt/LC_MESSAGES/django.po b/src/pretix/locale/pt/LC_MESSAGES/django.po index 395a3ae10f..44a8f47011 100644 --- a/src/pretix/locale/pt/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt/LC_MESSAGES/django.po @@ -9699,7 +9699,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Os produtos de vales-presente não devem estar associados a taxas de imposto " diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index fac875413b..e5c0dd1b81 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -10523,7 +10523,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Cartões de presente não devem ser associados com impostos diferentes de zero " diff --git a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po index e48bb50096..912dbee527 100644 --- a/src/pretix/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_PT/LC_MESSAGES/django.po @@ -11084,7 +11084,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Produtos de cartão-presente não devem ser associados a taxas de imposto " diff --git a/src/pretix/locale/ro/LC_MESSAGES/django.po b/src/pretix/locale/ro/LC_MESSAGES/django.po index 7287833161..46afce2e14 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/django.po +++ b/src/pretix/locale/ro/LC_MESSAGES/django.po @@ -9643,7 +9643,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index 0e497db39c..6c6548963d 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -10581,7 +10581,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/si/LC_MESSAGES/django.po b/src/pretix/locale/si/LC_MESSAGES/django.po index bc643005a4..ae3d693984 100644 --- a/src/pretix/locale/si/LC_MESSAGES/django.po +++ b/src/pretix/locale/si/LC_MESSAGES/django.po @@ -9672,7 +9672,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/sl/LC_MESSAGES/django.po b/src/pretix/locale/sl/LC_MESSAGES/django.po index be59cb4fe3..de70e002a3 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/django.po +++ b/src/pretix/locale/sl/LC_MESSAGES/django.po @@ -10424,7 +10424,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Darilne kartice ne smejo biti povezani z ničelnimi davčnimi stopnjami, saj " diff --git a/src/pretix/locale/sv/LC_MESSAGES/django.po b/src/pretix/locale/sv/LC_MESSAGES/django.po index b24317aac5..fc054f13de 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/django.po +++ b/src/pretix/locale/sv/LC_MESSAGES/django.po @@ -10458,7 +10458,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" "Presentkorts-produkter bör bara kopplas till skattesatser som är noll, " diff --git a/src/pretix/locale/tr/LC_MESSAGES/django.po b/src/pretix/locale/tr/LC_MESSAGES/django.po index 42c6dc7760..fcaa265459 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/django.po +++ b/src/pretix/locale/tr/LC_MESSAGES/django.po @@ -11585,7 +11585,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/uk/LC_MESSAGES/django.po b/src/pretix/locale/uk/LC_MESSAGES/django.po index fc16cde874..9f1df9ebf0 100644 --- a/src/pretix/locale/uk/LC_MESSAGES/django.po +++ b/src/pretix/locale/uk/LC_MESSAGES/django.po @@ -9641,7 +9641,7 @@ msgstr "" #: pretix/control/forms/item.py:569 #, python-format msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "" diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po index 159d13d0a2..9313e621c1 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/django.po @@ -10820,7 +10820,7 @@ msgstr "" #| "Gift card products should not be associated with non-zero tax rates since " #| "sales tax will be applied when the gift card is redeemed." msgid "" -"Gift card products should use a tax rule with a rate of 0% since sales tax " +"Gift card products should use a tax rule with a rate of 0 percent since sales tax " "will be applied when the gift card is redeemed." msgstr "礼品卡产品不应与非零税率相关联,因为当礼品卡被兑换时将适用销售税。"