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,8 +1,8 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "В процесі",
|
||||
"pending": "Нове",
|
||||
"processing": "В процесі",
|
||||
"new": "в процесі",
|
||||
"pending": "Новий",
|
||||
"processing": "в процесі",
|
||||
"paid": "Оплачено",
|
||||
"cancelled": "Скасовано",
|
||||
"shipped": "Відправлено",
|
||||
@@ -25,6 +25,7 @@ export default {
|
||||
"cancelOrder": "Скасувати замовлення"
|
||||
},
|
||||
"noOrders": "Ви ще не робили замовлень.",
|
||||
"trackShipment": "Відстежити відправлення",
|
||||
"details": {
|
||||
"title": "Деталі замовлення: {{orderId}}",
|
||||
"deliveryAddress": "Адреса доставки",
|
||||
|
||||
Reference in New Issue
Block a user