upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "В процес", // in Bearbeitung
|
||||
"pending": "Ново", // Neu
|
||||
"processing": "В процес", // in Bearbeitung
|
||||
"cancelled": "Отменено", // Storniert
|
||||
"shipped": "Изпратено", // Verschickt
|
||||
"delivered": "Доставено", // Geliefert
|
||||
"return": "Връщане", // Retoure
|
||||
"partialReturn": "Частично връщане", // Teil Retoure
|
||||
"partialDelivered": "Частично доставено" // Teil geliefert
|
||||
"new": "В процес",
|
||||
"pending": "Ново",
|
||||
"processing": "В процес",
|
||||
"cancelled": "Отменено",
|
||||
"shipped": "Изпратено",
|
||||
"delivered": "Доставено",
|
||||
"return": "Връщане",
|
||||
"partialReturn": "Частично връщане",
|
||||
"partialDelivered": "Частично доставено"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Номер на поръчка", // Bestellnummer
|
||||
"date": "Дата", // Datum
|
||||
"status": "Статус", // Status
|
||||
"items": "Артикули", // Artikel
|
||||
"total": "Общо", // Summe
|
||||
"actions": "Действия", // Aktionen
|
||||
"viewDetails": "Виж подробности" // Details anzeigen
|
||||
"orderNumber": "Номер на поръчка",
|
||||
"date": "Дата",
|
||||
"status": "Статус",
|
||||
"items": "Артикули",
|
||||
"total": "Общо",
|
||||
"actions": "Действия",
|
||||
"viewDetails": "Виж детайли"
|
||||
},
|
||||
"noOrders": "Все още не сте направили поръчки." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Все още не сте направили поръчки."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user