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": "Î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
},
"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
},
"noOrders": "Nu ați plasat încă nicio comandă." // Sie haben noch keine Bestellungen aufgegeben.
};