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,12 +3,13 @@ export default {
|
||||
"new": "Σε εξέλιξη",
|
||||
"pending": "Νέο",
|
||||
"processing": "Σε εξέλιξη",
|
||||
"paid": "Πληρωμένο",
|
||||
"cancelled": "Ακυρώθηκε",
|
||||
"shipped": "Απεστάλη",
|
||||
"delivered": "Παραδόθηκε",
|
||||
"shipped": "Απεσταλμένο",
|
||||
"delivered": "Παραδομένο",
|
||||
"return": "Επιστροφή",
|
||||
"partialReturn": "Μερική επιστροφή",
|
||||
"partialDelivered": "Μερικώς παραδόθηκε"
|
||||
"partialDelivered": "Μερικώς παραδομένο"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Αριθμός παραγγελίας",
|
||||
@@ -36,14 +37,13 @@ export default {
|
||||
"item": "Είδος",
|
||||
"quantity": "Ποσότητα",
|
||||
"price": "Τιμή",
|
||||
"vat": "ΦΠΑ",
|
||||
"total": "Σύνολο",
|
||||
"cancelOrder": "Ακύρωση παραγγελίας"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Ακύρωση παραγγελίας",
|
||||
"message": "Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτήν την παραγγελία;",
|
||||
"confirm": "Ακύρωση παραγγελίας",
|
||||
"message": "Είστε βέβαιοι ότι θέλετε να ακυρώσετε αυτή την παραγγελία;",
|
||||
"confirm": "Ακύρωση",
|
||||
"cancelling": "Ακύρωση..."
|
||||
},
|
||||
"processing": "Η παραγγελία ολοκληρώνεται..."
|
||||
|
||||
Reference in New Issue
Block a user