feat(Orders): add tracking shipment link and update translations

- Implemented a tracking shipment link in the OrdersTab component for DHL deliveries, enhancing user experience by allowing direct access to shipment tracking.
- Added 'trackShipment' translation key across multiple languages to support the new feature.
- Updated existing translations for consistency and improved localization in the orders module.
This commit is contained in:
sebseb7
2025-11-29 14:05:59 +01:00
parent d2ac8d3fc1
commit 2d6c8ff25f
23 changed files with 219 additions and 185 deletions

View File

@@ -1,8 +1,8 @@
export default {
"status": {
"new": "W trakcie realizacji",
"new": "w trakcie realizacji",
"pending": "Nowe",
"processing": "W trakcie realizacji",
"processing": "w trakcie realizacji",
"paid": "Opłacone",
"cancelled": "Anulowane",
"shipped": "Wysłane",
@@ -25,10 +25,11 @@ export default {
"cancelOrder": "Anuluj zamówienie"
},
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień.",
"trackShipment": "Śledź przesyłkę",
"details": {
"title": "Szczegóły zamówienia: {{orderId}}",
"deliveryAddress": "Adres dostawy",
"invoiceAddress": "Adres rozliczeniowy",
"invoiceAddress": "Adres do faktury",
"orderDetails": "Szczegóły zamówienia",
"deliveryMethod": "Metoda dostawy:",
"paymentMethod": "Metoda płatności:",