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:
@@ -6,8 +6,8 @@ export default {
|
||||
"cancelled": "Otkazano",
|
||||
"shipped": "Poslato",
|
||||
"delivered": "Isporučeno",
|
||||
"return": "Povrat",
|
||||
"partialReturn": "Delimični povrat",
|
||||
"return": "Povraćaj",
|
||||
"partialReturn": "Delimični povraćaj",
|
||||
"partialDelivered": "Delimično isporučeno"
|
||||
},
|
||||
"table": {
|
||||
@@ -19,7 +19,11 @@ export default {
|
||||
"actions": "Akcije",
|
||||
"viewDetails": "Pogledaj detalje"
|
||||
},
|
||||
"noOrders": "Još niste napravili nijednu porudžbinu.",
|
||||
"tooltips": {
|
||||
"viewDetails": "Pogledaj detalje",
|
||||
"cancelOrder": "Otkaži porudžbinu"
|
||||
},
|
||||
"noOrders": "Još uvek niste napravili nijednu porudžbinu.",
|
||||
"details": {
|
||||
"title": "Detalji porudžbine: {{orderId}}",
|
||||
"deliveryAddress": "Adresa za isporuku",
|
||||
@@ -32,8 +36,15 @@ export default {
|
||||
"item": "Artikal",
|
||||
"quantity": "Količina",
|
||||
"price": "Cena",
|
||||
"vat": "PDV",
|
||||
"total": "Ukupno",
|
||||
"cancelOrder": "Otkaži porudžbinu"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Otkaži porudžbinu",
|
||||
"message": "Da li ste sigurni da želite da otkažete ovu porudžbinu?",
|
||||
"confirm": "Otkaži porudžbinu",
|
||||
"cancelling": "Otkazivanje..."
|
||||
},
|
||||
"processing": "Porudžbina se obrađuje...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user