upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "V teku", // in Bearbeitung
|
||||
"pending": "Novo", // Neu
|
||||
"processing": "V teku", // in Bearbeitung
|
||||
"cancelled": "Preklicano", // Storniert
|
||||
"shipped": "Poslano", // Verschickt
|
||||
"delivered": "Dostavljeno", // Geliefert
|
||||
"return": "Vrnitev", // Retoure
|
||||
"partialReturn": "Delna vrnitev", // Teil Retoure
|
||||
"partialDelivered": "Delno dostavljeno" // Teil geliefert
|
||||
"new": "V teku",
|
||||
"pending": "Novo",
|
||||
"processing": "V teku",
|
||||
"cancelled": "Preklicano",
|
||||
"shipped": "Poslano",
|
||||
"delivered": "Dostavljeno",
|
||||
"return": "Vrnitev",
|
||||
"partialReturn": "Delna vrnitev",
|
||||
"partialDelivered": "Delno dostavljeno"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Številka naročila", // Bestellnummer
|
||||
"date": "Datum", // Datum
|
||||
"status": "Status", // Status
|
||||
"items": "Izdelki", // Artikel
|
||||
"total": "Skupaj", // Summe
|
||||
"actions": "Dejanja", // Aktionen
|
||||
"viewDetails": "Poglej podrobnosti" // Details anzeigen
|
||||
"orderNumber": "Številka naročila",
|
||||
"date": "Datum",
|
||||
"status": "Status",
|
||||
"items": "Izdelki",
|
||||
"total": "Skupaj",
|
||||
"actions": "Dejanja",
|
||||
"viewDetails": "Poglej podrobnosti"
|
||||
},
|
||||
"noOrders": "Še niste oddali nobenega naročila." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Še niste oddali nobenega naročila."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user