This commit is contained in:
sebseb7
2025-07-16 10:12:06 +02:00
parent 4f5bc96c9b
commit a8c77e1107
203 changed files with 2392 additions and 2133 deletions

View File

@@ -1,23 +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
"new": "V teku",
"pending": "Novo",
"processing": "V teku",
"cancelled": "Preklicano",
"shipped": "Poslano",
"delivered": "Dostavljeno",
"return": "Vrnitev",
"partialReturn": "Delna vrnitev",
"partialDelivered": "Delno dostavljeno"
},
"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
"orderNumber": "Številka naročila",
"date": "Datum",
"status": "Status",
"items": "Izdelki",
"total": "Skupaj",
"actions": "Dejanja",
"viewDetails": "Poglej podrobnosti"
},
"noOrders": "Še niste oddali nobenega naročila." // Sie haben noch keine Bestellungen aufgegeben.
"noOrders": "Še niste oddali nobenega naročila."
};