upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "Probíhá", // in Bearbeitung
|
||||
"pending": "Nové", // Neu
|
||||
"processing": "Probíhá", // in Bearbeitung
|
||||
"cancelled": "Zrušeno", // Storniert
|
||||
"shipped": "Odesláno", // Verschickt
|
||||
"delivered": "Doručeno", // Geliefert
|
||||
"return": "Vrácení", // Retoure
|
||||
"partialReturn": "Částečné vrácení", // Teil Retoure
|
||||
"partialDelivered": "Částečně doručeno" // Teil geliefert
|
||||
"new": "Probíhá",
|
||||
"pending": "Nové",
|
||||
"processing": "Probíhá",
|
||||
"cancelled": "Zrušeno",
|
||||
"shipped": "Odesláno",
|
||||
"delivered": "Doručeno",
|
||||
"return": "Vrácení",
|
||||
"partialReturn": "Částečné vrácení",
|
||||
"partialDelivered": "Částečně doručeno"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Číslo objednávky", // Bestellnummer
|
||||
"date": "Datum", // Datum
|
||||
"status": "Stav", // Status
|
||||
"items": "Položky", // Artikel
|
||||
"total": "Celkem", // Summe
|
||||
"actions": "Akce", // Aktionen
|
||||
"viewDetails": "Zobrazit detaily" // Details anzeigen
|
||||
"orderNumber": "Číslo objednávky",
|
||||
"date": "Datum",
|
||||
"status": "Stav",
|
||||
"items": "Položky",
|
||||
"total": "Celkem",
|
||||
"actions": "Akce",
|
||||
"viewDetails": "Zobrazit detaily"
|
||||
},
|
||||
"noOrders": "Ještě jste neprovedli žádné objednávky." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Ještě jste neprovedli žádné objednávky."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user