translate
This commit is contained in:
23
src/i18n/locales/sl/orders.js
Normal file
23
src/i18n/locales/sl/orders.js
Normal file
@@ -0,0 +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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"noOrders": "Še niste oddali nobenega naročila." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user