diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 77cf39abb..2256c1252 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -7,6 +7,7 @@ "contributionLinks": "Beitragslinks", "create": "Anlegen", "cycle": "Zyklus", + "deleteNow": "Automatische Creations wirklich löschen?", "maximumAmount": "maximaler Betrag", "maxPerCycle": "Wiederholungen", "memo": "Nachricht", @@ -24,14 +25,10 @@ "once": "einmalig", "weekly": "wöchentlich", "yearly": "jährlich" - }, - "maxPerCycle": { - "null": "Bitte wähle eine Wiederholung" } }, "validFrom": "Startdatum", - "validTo": "Enddatum", - "deleteNow":"Automatische Creations wirklich löschen?" + "validTo": "Enddatum" }, "creation": "Schöpfung", "creationList": "Schöpfungsliste", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index c24120756..0c8cc8c62 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -7,6 +7,7 @@ "contributionLinks": "Contribution Links", "create": "Create", "cycle": "Cycle", + "deleteNow": "Do you really delete automatic creations?", "maximumAmount": "Maximum amount", "maxPerCycle": "Repetition", "memo": "Memo", @@ -24,14 +25,10 @@ "once": "once", "weekly": "weekly", "yearly": "yearly" - }, - "maxPerCycle": { - "null": "please select a repetition" } }, "validFrom": "Start-date", - "validTo": "End-Date", - "deleteNow":"Do you really delete automatic creations?" + "validTo": "End-Date" }, "creation": "Creation", "creationList": "Creation list",