mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Typos and translation
This commit is contained in:
@@ -443,12 +443,12 @@ class SubEvent(EventMixin, LoggedModel):
|
|||||||
presale_end = models.DateTimeField(
|
presale_end = models.DateTimeField(
|
||||||
null=True, blank=True,
|
null=True, blank=True,
|
||||||
verbose_name=_("End of presale"),
|
verbose_name=_("End of presale"),
|
||||||
help_text=_("No products will be sold after this date."),
|
help_text=_("Optional. No products will be sold after this date."),
|
||||||
)
|
)
|
||||||
presale_start = models.DateTimeField(
|
presale_start = models.DateTimeField(
|
||||||
null=True, blank=True,
|
null=True, blank=True,
|
||||||
verbose_name=_("Start of presale"),
|
verbose_name=_("Start of presale"),
|
||||||
help_text=_("No products will be sold before this date."),
|
help_text=_("Optional. No products will be sold before this date."),
|
||||||
)
|
)
|
||||||
location = I18nTextField(
|
location = I18nTextField(
|
||||||
null=True, blank=True,
|
null=True, blank=True,
|
||||||
|
|||||||
@@ -33,8 +33,8 @@
|
|||||||
{% if subevent_warning %}
|
{% if subevent_warning %}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{% blocktrans trimmed context "subevent" %}
|
{% blocktrans trimmed context "subevent" %}
|
||||||
If you select a sub-event, payment method fees will not be listed here as it might not be clear which
|
If you select a single date, payment method fees will not be listed here as it might not be clear which
|
||||||
sub-event they belong to.
|
date they belong to.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-07-10 12:26+0000\n"
|
"POT-Creation-Date: 2017-07-11 16:37+0000\n"
|
||||||
"PO-Revision-Date: 2017-06-01 12:56+0200\n"
|
"PO-Revision-Date: 2017-06-01 12:56+0200\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -42,7 +42,7 @@ msgstr "Bezahlte Bestellungen"
|
|||||||
msgid "Total revenue"
|
msgid "Total revenue"
|
||||||
msgstr "Gesamtumsatz"
|
msgstr "Gesamtumsatz"
|
||||||
|
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:47
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:10
|
||||||
msgid "Contacting Stripe …"
|
msgid "Contacting Stripe …"
|
||||||
msgstr "Kontaktiere Stripe …"
|
msgstr "Kontaktiere Stripe …"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-07-10 12:26+0000\n"
|
"POT-Creation-Date: 2017-07-11 16:37+0000\n"
|
||||||
"PO-Revision-Date: 2017-06-01 12:56+0200\n"
|
"PO-Revision-Date: 2017-06-01 12:56+0200\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -42,7 +42,7 @@ msgstr "Bezahlte Bestellungen"
|
|||||||
msgid "Total revenue"
|
msgid "Total revenue"
|
||||||
msgstr "Gesamtumsatz"
|
msgstr "Gesamtumsatz"
|
||||||
|
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:47
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:10
|
||||||
msgid "Contacting Stripe …"
|
msgid "Contacting Stripe …"
|
||||||
msgstr "Kontaktiere Stripe …"
|
msgstr "Kontaktiere Stripe …"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user