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": "Folyamatban",
|
||||
"pending": "Új",
|
||||
"processing": "Folyamatban",
|
||||
"paid": "Fizetve",
|
||||
"cancelled": "Törölve",
|
||||
"shipped": "Kiszállítva",
|
||||
"delivered": "Kézbesítve",
|
||||
@@ -36,14 +37,13 @@ export default {
|
||||
"item": "Termék",
|
||||
"quantity": "Mennyiség",
|
||||
"price": "Ár",
|
||||
"vat": "ÁFA",
|
||||
"total": "Összesen",
|
||||
"cancelOrder": "Rendelés törlése"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Rendelés törlése",
|
||||
"message": "Biztosan törölni szeretné ezt a rendelést?",
|
||||
"confirm": "Rendelés törlése",
|
||||
"confirm": "Törlés",
|
||||
"cancelling": "Törlés folyamatban..."
|
||||
},
|
||||
"processing": "A rendelés feldolgozása folyamatban..."
|
||||
|
||||
Reference in New Issue
Block a user