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,6 +19,10 @@ export default {
|
||||
"actions": "Akcje",
|
||||
"viewDetails": "Pokaż szczegóły"
|
||||
},
|
||||
"tooltips": {
|
||||
"viewDetails": "Pokaż szczegóły",
|
||||
"cancelOrder": "Anuluj zamówienie"
|
||||
},
|
||||
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień.",
|
||||
"details": {
|
||||
"title": "Szczegóły zamówienia: {{orderId}}",
|
||||
@@ -32,8 +36,15 @@ export default {
|
||||
"item": "Produkt",
|
||||
"quantity": "Ilość",
|
||||
"price": "Cena",
|
||||
"vat": "VAT",
|
||||
"total": "Razem",
|
||||
"cancelOrder": "Anuluj zamówienie"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Anuluj zamówienie",
|
||||
"message": "Czy na pewno chcesz anulować to zamówienie?",
|
||||
"confirm": "Anuluj zamówienie",
|
||||
"cancelling": "Anulowanie..."
|
||||
},
|
||||
"processing": "Zamówienie jest realizowane...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user