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:
sebseb7
2025-11-29 13:21:35 +01:00
parent 87db7ba3ea
commit 8928b3f283
24 changed files with 154 additions and 145 deletions

View File

@@ -3,6 +3,7 @@ export default {
"new": "Prebieha",
"pending": "Nové",
"processing": "Prebieha",
"paid": "Zaplatené",
"cancelled": "Zrušené",
"shipped": "Odoslané",
"delivered": "Doručené",
@@ -36,14 +37,13 @@ export default {
"item": "Položka",
"quantity": "Množstvo",
"price": "Cena",
"vat": "DPH",
"total": "Spolu",
"cancelOrder": "Zrušiť objednávku"
},
"cancelConfirm": {
"title": "Zrušiť objednávku",
"message": "Naozaj chcete zrušiť túto objednávku?",
"confirm": "Zrušiť objednávku",
"message": "Ste si istý, že chcete zrušiť túto objednávku?",
"confirm": "Zrušiť",
"cancelling": "Zrušovanie..."
},
"processing": "Objednávka sa dokončuje..."