Skip to content

Commit b8b9b3a

Browse files
fix(dashboard): german translation issues (medusajs#13482)
I fixed those bad translations in German, as they were nearly unbearable. 🙈 Co-authored-by: William Bouchard <[email protected]>
1 parent 3a7a257 commit b8b9b3a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.changeset/wet-dolphins-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@medusajs/dashboard": patch
3+
---
4+
5+
fix(dashboard): german translation issues

packages/admin/dashboard/src/i18n/translations/de.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"goToLocations": "Standorte",
215215
"goToPublishableApiKeys": "Veröffentlichbare API-Schlüssel",
216216
"goToSecretApiKeys": "Geheime API-Schlüssel",
217-
"goToWorkflows": "Arbeitsabläufe",
217+
"goToWorkflows": "Workflows",
218218
"goToProfile": "Profil",
219219
"goToReturnReasons": "Rückgabegründe"
220220
}
@@ -250,7 +250,7 @@
250250
},
251251
"main": {
252252
"store": "Shop",
253-
"storeSettings": "Einstellungen speichern"
253+
"storeSettings": "Shop Einstellungen"
254254
},
255255
"settings": {
256256
"header": "Einstellungen",
@@ -267,7 +267,7 @@
267267
"disabled": "Das Ändern der sichtbaren Spalten ist deaktiviert."
268268
},
269269
"shortcuts": {
270-
"label": "Verknüpfungen",
270+
"label": "Tastenkürzel",
271271
"commands": {
272272
"undo": "Rückgängig machen",
273273
"redo": "Wiederholen",
@@ -359,8 +359,8 @@
359359
"label": "E-Mail"
360360
},
361361
"transferOwnership": {
362-
"header": "Eigentum übertragen",
363-
"label": "Eigentum übertragen",
362+
"header": "Bestellung übertragen",
363+
"label": "Bestellung übertragen",
364364
"details": {
365365
"order": "Bestelldetails",
366366
"draft": "Entwurfsdetails"
@@ -2502,7 +2502,7 @@
25022502
"invalidLinkHint": "Versuchen Sie erneut, Ihr Passwort zurückzusetzen."
25032503
},
25042504
"workflowExecutions": {
2505-
"domain": "Arbeitsabläufe",
2505+
"domain": "Workflows",
25062506
"subtitle": "Sehen Sie sich Workflow-Ausführungen in Ihrer Medusa-Anwendung an und verfolgen Sie sie.",
25072507
"transactionIdLabel": "Transaktions-ID",
25082508
"workflowIdLabel": "Workflow-ID",

0 commit comments

Comments
 (0)