translate
This commit is contained in:
23
src/i18n/locales/de/orders.js
Normal file
23
src/i18n/locales/de/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "in Bearbeitung",
|
||||
"pending": "Neu",
|
||||
"processing": "in Bearbeitung",
|
||||
"cancelled": "Storniert",
|
||||
"shipped": "Verschickt",
|
||||
"delivered": "Geliefert",
|
||||
"return": "Retoure",
|
||||
"partialReturn": "Teil Retoure",
|
||||
"partialDelivered": "Teil geliefert"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Bestellnummer",
|
||||
"date": "Datum",
|
||||
"status": "Status",
|
||||
"items": "Artikel",
|
||||
"total": "Summe",
|
||||
"actions": "Aktionen",
|
||||
"viewDetails": "Details anzeigen"
|
||||
},
|
||||
"noOrders": "Sie haben noch keine Bestellungen aufgegeben."
|
||||
};
|
||||
Reference in New Issue
Block a user