From b26e2e3c5d100aa2efa95b90cad7121526cb8dd5 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sat, 4 Jul 2026 00:22:26 +0000 Subject: [PATCH] feat(core): add currency and tax i18n keys (de) --- frontend/src/i18n/locales/de.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index c5f1007..db4de76 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -716,5 +716,34 @@ "zip": "PLZ", "country": "Land", "state": "Bundesland" + }, + "currencies": { + "title": "Währungen", + "create": "Währung erstellen", + "edit": "Währung bearbeiten", + "code": "Code", + "name": "Name", + "symbol": "Symbol", + "isDefault": "Standardwährung", + "created": "Währung erstellt.", + "updated": "Währung aktualisiert.", + "deleted": "Währung gelöscht.", + "createFailed": "Währung konnte nicht erstellt werden.", + "updateFailed": "Währung konnte nicht aktualisiert werden.", + "deleteFailed": "Währung konnte nicht gelöscht werden.", + "empty": "Keine Währungen" + }, + "taxes": { + "title": "Steuersätze", + "create": "Steuersatz erstellen", + "edit": "Steuersatz bearbeiten", + "name": "Bezeichnung", + "rate": "Steuersatz (%)", + "isDefault": "Standardsteuersatz", + "country": "Land", + "created": "Steuersatz erstellt.", + "updated": "Steuersatz aktualisiert.", + "deleted": "Steuersatz gelöscht.", + "empty": "Keine Steuersätze" } } \ No newline at end of file