feat(Orders): add 'paid' status and update translations across multiple languages
- Introduced 'paid' status to the orders system, enhancing order tracking capabilities. - Updated translations for 'paid' status in various languages including German, Spanish, French, and more. - Adjusted related UI components to reflect the new status and ensure consistent user experience across the application.
This commit is contained in:
@@ -3,6 +3,7 @@ export default {
|
||||
"new": "U tijeku",
|
||||
"pending": "Novo",
|
||||
"processing": "U tijeku",
|
||||
"paid": "Plaćeno",
|
||||
"cancelled": "Otkazano",
|
||||
"shipped": "Poslano",
|
||||
"delivered": "Isporučeno",
|
||||
@@ -23,7 +24,7 @@ export default {
|
||||
"viewDetails": "Pogledaj detalje",
|
||||
"cancelOrder": "Otkaži narudžbu"
|
||||
},
|
||||
"noOrders": "Još niste napravili nijednu narudžbu.",
|
||||
"noOrders": "Još niste izvršili nijednu narudžbu.",
|
||||
"details": {
|
||||
"title": "Detalji narudžbe: {{orderId}}",
|
||||
"deliveryAddress": "Adresa dostave",
|
||||
@@ -36,15 +37,14 @@ export default {
|
||||
"item": "Artikl",
|
||||
"quantity": "Količina",
|
||||
"price": "Cijena",
|
||||
"vat": "PDV",
|
||||
"total": "Ukupno",
|
||||
"cancelOrder": "Otkaži narudžbu"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Otkaži narudžbu",
|
||||
"message": "Jeste li sigurni da želite otkazati ovu narudžbu?",
|
||||
"confirm": "Otkaži narudžbu",
|
||||
"confirm": "Otkaži",
|
||||
"cancelling": "Otkazivanje..."
|
||||
},
|
||||
"processing": "Narudžba se dovršava...",
|
||||
"processing": "Narudžba se obrađuje..."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user