upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "În curs", // in Bearbeitung
|
||||
"pending": "Nou", // Neu
|
||||
"processing": "În curs", // in Bearbeitung
|
||||
"cancelled": "Anulat", // Storniert
|
||||
"shipped": "Expediat", // Verschickt
|
||||
"delivered": "Livrat", // Geliefert
|
||||
"return": "Returnare", // Retoure
|
||||
"partialReturn": "Returnare parțială", // Teil Retoure
|
||||
"partialDelivered": "Livrat parțial" // Teil geliefert
|
||||
"new": "În curs",
|
||||
"pending": "Nou",
|
||||
"processing": "În curs",
|
||||
"cancelled": "Anulat",
|
||||
"shipped": "Expediat",
|
||||
"delivered": "Livrat",
|
||||
"return": "Returnare",
|
||||
"partialReturn": "Returnare parțială",
|
||||
"partialDelivered": "Livrat parțial"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Număr comandă", // Bestellnummer
|
||||
"date": "Data", // Datum
|
||||
"status": "Status", // Status
|
||||
"items": "Articole", // Artikel
|
||||
"total": "Total", // Summe
|
||||
"actions": "Acțiuni", // Aktionen
|
||||
"viewDetails": "Vezi detalii" // Details anzeigen
|
||||
"orderNumber": "Număr comandă",
|
||||
"date": "Data",
|
||||
"status": "Status",
|
||||
"items": "Articole",
|
||||
"total": "Total",
|
||||
"actions": "Acțiuni",
|
||||
"viewDetails": "Vezi detalii"
|
||||
},
|
||||
"noOrders": "Nu ați plasat încă nicio comandă." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Nu ați plasat încă nicio comandă."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user