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 b39f8b68e..2ba9cea8e 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 70b208e2b..4cabe91ff 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 92448ad47..aa7666c32 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 e5b0dbdc9..31a015254 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 53d623c95..a62e66ef2 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 92bdacebf..9a913867c 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 adcaab39b..73dd1dfd2 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 f696e89ea..d5a1591f8 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 a032ce7da..251d54b0e 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 d57d243e5..2bfaf23f0 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 83337a992..2032c687c 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 a6488cdb8..2c163e3aa 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 af80792e6..44742506c 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 ef3fa25a8..ce57c6873 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 f423f191b..04d452c9c 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 f4148eb4a..f32554598 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 7a74cc8c1..90d0d245a 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 323b39aba..c9abb049a 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 a08113919..16d07b5ab 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 fb44e7033..ae64f8884 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 ec7053508..79d5565f3 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 717bba8f0..45ad60298 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 094c61e33..45e96477a 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 0c4e950f9..c026a1ce3 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 395a3ae10..44a8f4701 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 fac875413..e5c0dd1b8 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 e48bb5009..912dbee52 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 728783316..46afce2e1 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 0e497db39..6c6548963 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 bc643005a..ae3d69398 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 be59cb4fe..de70e002a 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 b24317aac..fc054f13d 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 42c6dc776..fcaa26545 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 fc16cde87..9f1df9ebf 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 159d13d0a..9313e621c 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 "礼品卡产品不应与非零税率相关联,因为当礼品卡被兑换时将适用销售税。"