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:
sebseb7
2026-03-24 07:27:40 +01:00
parent 1840512aac
commit e5a3b7bcce
24 changed files with 477 additions and 446 deletions

View File

@@ -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..."
};
};