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": "Në proces",
|
||||
"pending": "E re",
|
||||
"processing": "Në proces",
|
||||
"paid": "E paguar",
|
||||
"cancelled": "Anuluar",
|
||||
"shipped": "Dërguar",
|
||||
"delivered": "Dorëzuar",
|
||||
@@ -36,15 +37,14 @@ export default {
|
||||
"item": "Artikulli",
|
||||
"quantity": "Sasia",
|
||||
"price": "Çmimi",
|
||||
"vat": "TVSH",
|
||||
"total": "Totali",
|
||||
"cancelOrder": "Anulo porosinë"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Anulo Porosinë",
|
||||
"title": "Anulo porosinë",
|
||||
"message": "A jeni i sigurt që dëshironi të anuloni këtë porosi?",
|
||||
"confirm": "Anulo Porosinë",
|
||||
"confirm": "Anulo",
|
||||
"cancelling": "Duke anuluar..."
|
||||
},
|
||||
"processing": "Porosia po përpunohet...",
|
||||
"processing": "Porosia po përpunohet..."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user