From 3031e81b2ccf1cbd905fba70c7378b5ed603ae0a Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sat, 4 Jul 2026 00:24:41 +0000 Subject: [PATCH] feat(core): add sequence i18n keys (de) --- frontend/src/i18n/locales/de.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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