Files
reactShop/src/i18n/locales/pl/orders.js
sebseb7 4f5bc96c9b upd
2025-07-16 09:57:45 +02:00

24 lines
617 B
JavaScript

export default {
"status": {
"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",
"date": "Data",
"status": "Status",
"items": "Pozycje",
"total": "Razem",
"actions": "Akcje",
"viewDetails": "Pokaż szczegóły"
},
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień."
};