feat: Update translation models and enhance order status handling in OrdersTab with new 'picked_up' status and corresponding translations across multiple locales
This commit is contained in:
@@ -7,6 +7,7 @@ export default {
|
||||
"cancelled": "Storniert",
|
||||
"shipped": "Verschickt",
|
||||
"delivered": "Geliefert",
|
||||
"picked_up": "Abgeholt",
|
||||
"return": "Retoure",
|
||||
"partialReturn": "Teil Retoure",
|
||||
"partialDelivered": "Teil geliefert",
|
||||
@@ -69,4 +70,4 @@ export default {
|
||||
"cancelling": "Wird storniert..."
|
||||
},
|
||||
"processing": "Bestellung wird abgeschlossen..."
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user