upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "U toku", // in Bearbeitung
|
||||
"pending": "Novo", // Neu
|
||||
"processing": "U toku", // in Bearbeitung
|
||||
"cancelled": "Otkazano", // Storniert
|
||||
"shipped": "Poslato", // Verschickt
|
||||
"delivered": "Isporučeno", // Geliefert
|
||||
"return": "Povrat", // Retoure
|
||||
"partialReturn": "Delimični povrat", // Teil Retoure
|
||||
"partialDelivered": "Delimično isporučeno" // Teil geliefert
|
||||
"new": "U toku",
|
||||
"pending": "Novo",
|
||||
"processing": "U toku",
|
||||
"cancelled": "Otkazano",
|
||||
"shipped": "Poslato",
|
||||
"delivered": "Isporučeno",
|
||||
"return": "Povrat",
|
||||
"partialReturn": "Delimični povrat",
|
||||
"partialDelivered": "Delimično isporučeno"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Broj porudžbine", // Bestellnummer
|
||||
"date": "Datum", // Datum
|
||||
"status": "Status", // Status
|
||||
"items": "Artikli", // Artikel
|
||||
"total": "Ukupno", // Summe
|
||||
"actions": "Akcije", // Aktionen
|
||||
"viewDetails": "Prikaži detalje" // Details anzeigen
|
||||
"orderNumber": "Broj porudžbine",
|
||||
"date": "Datum",
|
||||
"status": "Status",
|
||||
"items": "Artikli",
|
||||
"total": "Ukupno",
|
||||
"actions": "Akcije",
|
||||
"viewDetails": "Pogledaj detalje"
|
||||
},
|
||||
"noOrders": "Još niste izvršili nijednu porudžbinu." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Još niste izvršili nijednu porudžbinu."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user