Add tooltips and cancellation confirmation for orders: Enhanced localization by adding tooltips for viewing details and canceling orders across multiple languages. Implemented cancellation confirmation messages to improve user experience when canceling orders.
This commit is contained in:
@@ -19,7 +19,11 @@ export default {
|
||||
"actions": "Дії",
|
||||
"viewDetails": "Переглянути деталі"
|
||||
},
|
||||
"noOrders": "Ви ще не зробили жодного замовлення.",
|
||||
"tooltips": {
|
||||
"viewDetails": "Переглянути деталі",
|
||||
"cancelOrder": "Скасувати замовлення"
|
||||
},
|
||||
"noOrders": "Ви ще не робили замовлень.",
|
||||
"details": {
|
||||
"title": "Деталі замовлення: {{orderId}}",
|
||||
"deliveryAddress": "Адреса доставки",
|
||||
@@ -32,8 +36,15 @@ export default {
|
||||
"item": "Товар",
|
||||
"quantity": "Кількість",
|
||||
"price": "Ціна",
|
||||
"vat": "ПДВ",
|
||||
"total": "Всього",
|
||||
"cancelOrder": "Скасувати замовлення"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Скасувати замовлення",
|
||||
"message": "Ви впевнені, що хочете скасувати це замовлення?",
|
||||
"confirm": "Скасувати замовлення",
|
||||
"cancelling": "Скасування..."
|
||||
},
|
||||
"processing": "Замовлення обробляється...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user