diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index d56c9ee3d..16f38ce60 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -1,34 +1,34 @@ { "all_emails": "Alle Nutzer", + "back": "zurück", "contributionLink": { - "repetition": "Wiederholung", - "cycle": "Zyclus", - "maximumAmount": "maximaler Betrag", - "create": "Anlegen", - "clear": "Löschen", - "startDate": "Start-Datum", - "endDate": "End-Datum", - "name": "Name", - "memo": "Nachricht", "amount": "Betrag", + "clear": "Löschen", + "create": "Anlegen", + "cycle": "Zyclus", + "endDate": "End-Datum", + "maximumAmount": "maximaler Betrag", + "memo": "Nachricht", + "name": "Name", + "noEndDate": "Kein End-Datum gewählt.", + "noStartDate": "Kein Start-Datum gewählt.", "options": { "cycle": { - "null": "Bitter wähle einen Zyclus", - "none": "kein Zyclus", - "hourly": "stündlich", "daily": "täglich", - "weekly": "wöchentlich", + "hourly": "stündlich", "monthly": "monatlich", + "none": "kein Zyclus", + "null": "Bitter wähle einen Zyclus", + "weekly": "wöchentlich", "yearly": "jährlich" }, "repetition": { "null": "Bitte wähle eine Wiederholung" } }, - "noStartDate": "Kein Start-Datum gewählt.", - "noEndDate": "Kein End-Datum gewählt." + "repetition": "Wiederholung", + "startDate": "Start-Datum" }, - "back": "zurück", "creation": "Schöpfung", "creationList": "Schöpfungsliste", "creation_form": { diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 81ac6a99c..836f18d02 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -1,34 +1,34 @@ { "all_emails": "All users", + "back": "back", "contributionLink": { - "repetition": "Repetition", - "cycle": "Cycle", - "maximumAmount": "Maximum amount", - "create": "Create", - "clear": "Clear", - "startDate": "Start-Date", - "endDate": "End-Date", - "name": "Name", - "memo": "Memo", "amount": "Amount", + "clear": "Clear", + "create": "Create", + "cycle": "Cycle", + "endDate": "End-Date", + "maximumAmount": "Maximum amount", + "memo": "Memo", + "name": "Name", + "noEndDate": "No end Date", + "noStartDate": "No start Date", "options": { "cycle": { - "null": "Please select an cycle", - "none": "no cycle", - "hourly": "hourly", "daily": "daily", - "weekly": "weekly", + "hourly": "hourly", "monthly": "monthly", + "none": "no cycle", + "null": "Please select an cycle", + "weekly": "weekly", "yearly": "yearly" }, "repetition": { "null": "Please select an repetition" } }, - "noStartDate": "No start Date", - "noEndDate": "No end Date" + "repetition": "Repetition", + "startDate": "Start-Date" }, - "back": "back", "creation": "Creation", "creationList": "Creation list", "creation_form": {