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