From 1962499d18685347302fd7d8491c6e3e7a355fcb Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 7 Feb 2021 12:55:40 +0100 Subject: [PATCH] Sorted locales ref #5 --- src/locales/de.json | 36 ++++++++++++++++++------------------ src/locales/en.json | 34 +++++++++++++++++----------------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index 0157138..7fd4d49 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1,20 +1,20 @@ { - "firstname": "Vorname", - "lastname": "Nachname", - "group": "Team/Klasse", - "id": "ID", - "sponsoring_title": "Sponsoringerklärung", - "please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben", - "address": "Adresse", - "sponsor": "Sponsor", - "street": "Straße", - "house_number": "Hausnummer", - "postalcode": "Postleitzahl", - "city": "Stadt", - "date": "Datum", - "signature": "Unterschrift", - "location": "Ort", - "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_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen." + "address": "Adresse", + "city": "Stadt", + "date": "Datum", + "firstname": "Vorname", + "group": "Team/Klasse", + "house_number": "Hausnummer", + "id": "ID", + "lastname": "Nachname", + "location": "Ort", + "please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben", + "postalcode": "Postleitzahl", + "signature": "Unterschrift", + "sponsor": "Sponsor", + "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_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_title": "Sponsoringerklärung", + "street": "Straße" } \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index 084afc8..317b9b6 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,19 +1,19 @@ { - "firstname": "First name", - "lastname": "Last name", - "please_use_blockletters": "Please write in BLOCK LETTERS.", - "sponsoring_title": "Sponsoring contract", - "group": "Team/class", - "address": "Address", - "sponsor": "sponsor", - "street": "Street", - "house_number": "House number", - "postalcode": "Postal code", - "city": "City", - "location": "Location", - "date": "date", - "signature": "Signature", - "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_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run." + "address": "Address", + "city": "City", + "date": "date", + "firstname": "First name", + "group": "Team/class", + "house_number": "House number", + "lastname": "Last name", + "location": "Location", + "please_use_blockletters": "Please write in BLOCK LETTERS.", + "postalcode": "Postal code", + "signature": "Signature", + "sponsor": "sponsor", + "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_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run.", + "sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support", + "sponsoring_title": "Sponsoring contract", + "street": "Street" } \ No newline at end of file