Translated on translate.pretix.eu (German (informal))

Currently translated at 100.0% (3208 of 3208 strings)

Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/

powered by weblate
This commit is contained in:
Raphael Michel
2019-08-09 08:25:46 +00:00
committed by pretix Translation Platform
parent 1ab225f40a
commit 7bafb0bc76

View File

@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-09 07:58+0000\n"
"PO-Revision-Date: 2019-08-08 08:47+0000\n"
"PO-Revision-Date: 2019-08-09 08:26+0000\n"
"Last-Translator: Raphael Michel <michel@rami.io>\n"
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
"pretix/pretix/de_Informal/>\n"
@@ -555,11 +555,9 @@ msgstr "Land"
#: pretix/control/templates/pretixcontrol/order/index.html:667
#: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104
#: pretix/presale/templates/pretixpresale/event/order.html:212
#, fuzzy
#| msgid "Status"
msgctxt "address"
msgid "State"
msgstr "Status"
msgstr "Bundesstaat"
#: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:212
#: pretix/base/exporters/orderlist.py:306
@@ -1093,11 +1091,9 @@ msgid "Street and Number"
msgstr "Straße und Hausnummer"
#: pretix/base/forms/questions.py:409
#, fuzzy
#| msgid "Presale not started"
msgctxt "address"
msgid "Select state"
msgstr "noch nicht gestartet"
msgstr "Bundesstaat auswählen"
#: pretix/base/forms/questions.py:471
msgid "You need to provide a company name."
@@ -4010,14 +4006,7 @@ msgid "Your export did not contain any data."
msgstr "Der Export enthielt keine Daten."
#: pretix/base/services/invoices.py:73
#, fuzzy, python-brace-format
#| msgctxt "invoice"
#| msgid ""
#| "{i.company}\n"
#| "{i.name}\n"
#| "{i.street}\n"
#| "{i.zipcode} {i.city}\n"
#| "{country}"
#, python-brace-format
msgctxt "invoice"
msgid ""
"{i.company}\n"
@@ -4029,7 +4018,7 @@ msgstr ""
"{i.company}\n"
"{i.name}\n"
"{i.street}\n"
"{i.zipcode} {i.city}\n"
"{i.zipcode} {i.city} {state}\n"
"{country}"
#: pretix/base/services/invoices.py:148