feat(core): add address i18n keys (de)

This commit is contained in:
2026-07-04 00:20:46 +00:00
parent bc0aae0325
commit 1e74efd2b4
+8
View File
@@ -708,5 +708,13 @@
"testConnection": "Verbindung testen", "testConnection": "Verbindung testen",
"selectAccountFirst": "Bitte zuerst ein Konto auswählen.", "selectAccountFirst": "Bitte zuerst ein Konto auswählen.",
"noEmail": "Keine E-Mail-Adresse" "noEmail": "Keine E-Mail-Adresse"
},
"address": {
"title": "Adresse",
"street": "Straße",
"city": "Stadt",
"zip": "PLZ",
"country": "Land",
"state": "Bundesland"
} }
} }