translate
This commit is contained in:
23
src/i18n/locales/pl/orders.js
Normal file
23
src/i18n/locales/pl/orders.js
Normal file
@@ -0,0 +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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user