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": "Probíhá",
|
||||
"pending": "Nová",
|
||||
"processing": "Probíhá",
|
||||
"paid": "Zaplaceno",
|
||||
"cancelled": "Zrušeno",
|
||||
"shipped": "Odesláno",
|
||||
"delivered": "Doručeno",
|
||||
@@ -36,15 +37,14 @@ export default {
|
||||
"item": "Položka",
|
||||
"quantity": "Množství",
|
||||
"price": "Cena",
|
||||
"vat": "DPH",
|
||||
"total": "Celkem",
|
||||
"cancelOrder": "Zrušit objednávku"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Zrušit objednávku",
|
||||
"message": "Opravdu chcete tuto objednávku zrušit?",
|
||||
"confirm": "Zrušit objednávku",
|
||||
"cancelling": "Rušení..."
|
||||
"title": "Zrušit objednávku",
|
||||
"message": "Opravdu chcete tuto objednávku zrušit?",
|
||||
"confirm": "Zrušit",
|
||||
"cancelling": "Rušení..."
|
||||
},
|
||||
"processing": "Objednávka se dokončuje...",
|
||||
"processing": "Objednávka se dokončuje..."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user