This commit is contained in:
sebseb7
2025-07-16 09:57:45 +02:00
parent 3e3e676ded
commit 4f5bc96c9b
185 changed files with 2367 additions and 2022 deletions

View File

@@ -1,23 +1,23 @@
export default {
"status": {
"new": "W trakcie realizacji", // in Bearbeitung
"pending": "Nowe", // Neu
"processing": "W trakcie realizacji", // in Bearbeitung
"cancelled": "Anulowano", // Storniert
"shipped": "Wysłano", // Verschickt
"delivered": "Dostarczono", // Geliefert
"return": "Zwrot", // Retoure
"partialReturn": "Częściowy zwrot", // Teil Retoure
"partialDelivered": "Częściowo dostarczono" // Teil geliefert
"new": "W trakcie realizacji",
"pending": "Nowe",
"processing": "W trakcie realizacji",
"cancelled": "Anulowano",
"shipped": "Wysłano",
"delivered": "Dostarczono",
"return": "Zwrot",
"partialReturn": "Częściowy zwrot",
"partialDelivered": "Częściowo dostarczono"
},
"table": {
"orderNumber": "Numer zamówienia", // Bestellnummer
"date": "Data", // Datum
"status": "Status", // Status
"items": "Produkty", // Artikel
"total": "Razem", // Summe
"actions": "Akcje", // Aktionen
"viewDetails": "Pokaż szczegóły" // Details anzeigen
"orderNumber": "Numer zamówienia",
"date": "Data",
"status": "Status",
"items": "Pozycje",
"total": "Razem",
"actions": "Akcje",
"viewDetails": "Pokaż szczegóły"
},
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień." // Sie haben noch keine Bestellungen aufgegeben.
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień."
};