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,15 +1,15 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "В процес",
|
||||
"pending": "Нова",
|
||||
"processing": "В процес",
|
||||
"paid": "Платена",
|
||||
"cancelled": "Отменена",
|
||||
"shipped": "Изпратена",
|
||||
"delivered": "Доставена",
|
||||
"new": "в процес",
|
||||
"pending": "Ново",
|
||||
"processing": "в процес",
|
||||
"paid": "Платено",
|
||||
"cancelled": "Отменено",
|
||||
"shipped": "Изпратено",
|
||||
"delivered": "Доставено",
|
||||
"return": "Връщане",
|
||||
"partialReturn": "Частично връщане",
|
||||
"partialDelivered": "Частично доставена"
|
||||
"partialDelivered": "Частично доставено"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Номер на поръчка",
|
||||
@@ -18,20 +18,21 @@ export default {
|
||||
"items": "Артикули",
|
||||
"total": "Общо",
|
||||
"actions": "Действия",
|
||||
"viewDetails": "Виж детайли"
|
||||
"viewDetails": "Виж подробности"
|
||||
},
|
||||
"tooltips": {
|
||||
"viewDetails": "Виж детайли",
|
||||
"viewDetails": "Виж подробности",
|
||||
"cancelOrder": "Отмени поръчката"
|
||||
},
|
||||
"noOrders": "Все още не сте направили поръчки.",
|
||||
"trackShipment": "Проследи пратката",
|
||||
"details": {
|
||||
"title": "Детайли за поръчка: {{orderId}}",
|
||||
"title": "Подробности за поръчка: {{orderId}}",
|
||||
"deliveryAddress": "Адрес за доставка",
|
||||
"invoiceAddress": "Адрес за фактура",
|
||||
"orderDetails": "Детайли за поръчката",
|
||||
"deliveryMethod": "Метод на доставка:",
|
||||
"paymentMethod": "Метод на плащане:",
|
||||
"orderDetails": "Подробности за поръчката",
|
||||
"deliveryMethod": "Начин на доставка:",
|
||||
"paymentMethod": "Начин на плащане:",
|
||||
"notSpecified": "Не е посочено",
|
||||
"orderedItems": "Поръчани артикули",
|
||||
"item": "Артикул",
|
||||
|
||||
Reference in New Issue
Block a user