diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index db4de76..c4297b1 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -745,5 +745,15 @@ "updated": "Steuersatz aktualisiert.", "deleted": "Steuersatz gelöscht.", "empty": "Keine Steuersätze" + }, + "sequences": { + "title": "Nummernkreise", + "create": "Nummernkreis erstellen", + "name": "Name", + "prefix": "Präfix", + "nextNumber": "Nächste Nummer", + "padding": "Stellen", + "created": "Nummernkreis erstellt.", + "empty": "Keine Nummernkreise" } } \ No newline at end of file