Sorted locales

ref #5
This commit is contained in:
Nicolai Ort 2021-02-07 12:55:40 +01:00
parent 1e67672ef0
commit 1962499d18
2 changed files with 35 additions and 35 deletions

View File

@ -1,20 +1,20 @@
{ {
"firstname": "Vorname", "address": "Adresse",
"lastname": "Nachname", "city": "Stadt",
"group": "Team/Klasse", "date": "Datum",
"id": "ID", "firstname": "Vorname",
"sponsoring_title": "Sponsoringerklärung", "group": "Team/Klasse",
"please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben", "house_number": "Hausnummer",
"address": "Adresse", "id": "ID",
"sponsor": "Sponsor", "lastname": "Nachname",
"street": "Straße", "location": "Ort",
"house_number": "Hausnummer", "please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben",
"postalcode": "Postleitzahl", "postalcode": "Postleitzahl",
"city": "Stadt", "signature": "Unterschrift",
"date": "Datum", "sponsor": "Sponsor",
"signature": "Unterschrift", "sponsoring_address_condition": "Muss ausgefüllt werden, wenn Sie eine Spendenquittung benötigen - Spendenquittungen können erst ab einem Gesamtbetrag von {{sponsoring_receipt_minimum_amount}}{{currency_symbol}} ausgestellt werden",
"location": "Ort", "sponsoring_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen.",
"sponsoring_subtitle": "Ich/Wir sind bereit anlässlich des {{eventname}}", "sponsoring_subtitle": "Ich/Wir sind bereit anlässlich des {{eventname}}",
"sponsoring_address_condition": "Muss ausgefüllt werden, wenn Sie eine Spendenquittung benötigen - Spendenquittungen können erst ab einem Gesamtbetrag von {{sponsoring_receipt_minimum_amount}}{{currency_symbol}} ausgestellt werden", "sponsoring_title": "Sponsoringerklärung",
"sponsoring_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen." "street": "Straße"
} }

View File

@ -1,19 +1,19 @@
{ {
"firstname": "First name", "address": "Address",
"lastname": "Last name", "city": "City",
"please_use_blockletters": "Please write in BLOCK LETTERS.", "date": "date",
"sponsoring_title": "Sponsoring contract", "firstname": "First name",
"group": "Team/class", "group": "Team/class",
"address": "Address", "house_number": "House number",
"sponsor": "sponsor", "lastname": "Last name",
"street": "Street", "location": "Location",
"house_number": "House number", "please_use_blockletters": "Please write in BLOCK LETTERS.",
"postalcode": "Postal code", "postalcode": "Postal code",
"city": "City", "signature": "Signature",
"location": "Location", "sponsor": "sponsor",
"date": "date", "sponsoring_address_condition": "You have to provide an address if you want a donation receipt - Donation receipts can't be issued for total donation amounts under {{sponsoring_receipt_minimum_amount}}{{currency_symbol}}",
"signature": "Signature", "sponsoring_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run.",
"sponsoring_address_condition": "You have to provide an address if you want a donation receipt - Donation receipts can't be issued for total donation amounts under {{sponsoring_receipt_minimum_amount}}{{currency_symbol}}", "sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support",
"sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support", "sponsoring_title": "Sponsoring contract",
"sponsoring_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run." "street": "Street"
} }