translate
This commit is contained in:
23
src/i18n/locales/hr/orders.js
Normal file
23
src/i18n/locales/hr/orders.js
Normal file
@@ -0,0 +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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"noOrders": "Još niste izvršili nijednu narudžbu." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user