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