feat(core): add currency and tax i18n keys (de)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user