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,11 +3,12 @@ export default {
|
||||
"new": "U toku",
|
||||
"pending": "Novo",
|
||||
"processing": "U toku",
|
||||
"paid": "Plaćeno",
|
||||
"cancelled": "Otkazano",
|
||||
"shipped": "Poslato",
|
||||
"delivered": "Isporučeno",
|
||||
"return": "Povraćaj",
|
||||
"partialReturn": "Delimični povraćaj",
|
||||
"return": "Povrat",
|
||||
"partialReturn": "Delimični povrat",
|
||||
"partialDelivered": "Delimično isporučeno"
|
||||
},
|
||||
"table": {
|
||||
@@ -23,7 +24,7 @@ export default {
|
||||
"viewDetails": "Pogledaj detalje",
|
||||
"cancelOrder": "Otkaži porudžbinu"
|
||||
},
|
||||
"noOrders": "Još uvek niste napravili nijednu porudžbinu.",
|
||||
"noOrders": "Još niste napravili nijednu porudžbinu.",
|
||||
"details": {
|
||||
"title": "Detalji porudžbine: {{orderId}}",
|
||||
"deliveryAddress": "Adresa za isporuku",
|
||||
@@ -36,15 +37,14 @@ 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..."
|
||||
"confirm": "Otkaži",
|
||||
"cancelling": "Otkaživanje..."
|
||||
},
|
||||
"processing": "Porudžbina se obrađuje...",
|
||||
"processing": "Porudžbina se obrađuje..."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user