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": "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."
};