translate

This commit is contained in:
sebseb7
2025-07-16 09:21:40 +02:00
parent 510907b48a
commit 08c04909e0
466 changed files with 7185 additions and 5018 deletions

View File

@@ -0,0 +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
},
"table": {
"orderNumber": "Номер на поръчка", // Bestellnummer
"date": "Дата", // Datum
"status": "Статус", // Status
"items": "Артикули", // Artikel
"total": "Общо", // Summe
"actions": "Действия", // Aktionen
"viewDetails": "Виж подробности" // Details anzeigen
},
"noOrders": "Все още не сте направили поръчки." // Sie haben noch keine Bestellungen aufgegeben.
};