feat(core): add currency and tax i18n keys (de)

This commit is contained in:
2026-07-04 00:22:26 +00:00
parent d3033056fd
commit b26e2e3c5d
+29
View File
@@ -716,5 +716,34 @@
"zip": "PLZ", "zip": "PLZ",
"country": "Land", "country": "Land",
"state": "Bundesland" "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"
} }
} }