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 progress", // in Bearbeitung
"pending": "New", // Neu
"processing": "In progress", // in Bearbeitung
"cancelled": "Cancelled", // Storniert
"shipped": "Shipped", // Verschickt
"delivered": "Delivered", // Geliefert
"return": "Return", // Retoure
"partialReturn": "Partial return", // Teil Retoure
"partialDelivered": "Partially delivered" // Teil geliefert
},
"table": {
"orderNumber": "Order number", // Bestellnummer
"date": "Date", // Datum
"status": "Status", // Status
"items": "Items", // Artikel
"total": "Total", // Summe
"actions": "Actions", // Aktionen
"viewDetails": "View details" // Details anzeigen
},
"noOrders": "You have not placed any orders yet." // Sie haben noch keine Bestellungen aufgegeben.
};