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:
@@ -1,14 +1,14 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "Në proces",
|
||||
"new": "në proces",
|
||||
"pending": "E re",
|
||||
"processing": "Në proces",
|
||||
"processing": "në proces",
|
||||
"paid": "E paguar",
|
||||
"cancelled": "Anuluar",
|
||||
"shipped": "Dërguar",
|
||||
"delivered": "Dorëzuar",
|
||||
"return": "Kthim",
|
||||
"partialReturn": "Kthim pjesërisht",
|
||||
"partialReturn": "Kthim i pjesshëm",
|
||||
"partialDelivered": "Dorëzuar pjesërisht"
|
||||
},
|
||||
"table": {
|
||||
@@ -25,6 +25,7 @@ export default {
|
||||
"cancelOrder": "Anulo porosinë"
|
||||
},
|
||||
"noOrders": "Nuk keni bërë ende asnjë porosi.",
|
||||
"trackShipment": "Ndjek dërgesën",
|
||||
"details": {
|
||||
"title": "Detajet e porosisë: {{orderId}}",
|
||||
"deliveryAddress": "Adresa e dorëzimit",
|
||||
|
||||
Reference in New Issue
Block a user