Skip to content

Commit 48b2af8

Browse files
authored
Bugfix/orders (#20)
* Partially fixed orders when reload * Fix order flow
1 parent 2ea3091 commit 48b2af8

6 files changed

Lines changed: 715 additions & 96 deletions

File tree

apps/web/src/locales/ca.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
"emptyOrderHint": "Toca un producte per afegir-lo",
102102
"total": "Total",
103103
"sendToKitchen": "Enviar a la cuina",
104-
"pendingReasonWarning": "Afegeix un motiu abans de reenviar",
104+
"continueToKitchen": "Continuar",
105105
"cancelReasonTitle": "Motiu de cancel·lació",
106-
"cancelReasonSubtitle": "Aquesta comanda ja és a la cuina. Indica per què elimines aquest article.",
106+
"cancelReasonSubtitle": "S'han eliminat articles d'una comanda ja a la cuina. Indica el motiu perquè l'equip de cuina estigui informat.",
107107
"cancelReasonLabel": "Motiu",
108108
"cancelReasonPlaceholder": "Ex. El client ha canviat d'opinió...",
109109
"cancelReasonMinChars": "caràct. mín.",
110-
"cancelReasonConfirm": "Eliminar article"
110+
"cancelReasonConfirm": "Confirmar i enviar"
111111
},
112112
"sidebar": {
113113
"dashboard": "Taulell",

apps/web/src/locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
"emptyOrderHint": "Tap a product to add it",
102102
"total": "Total",
103103
"sendToKitchen": "Send to kitchen",
104-
"pendingReasonWarning": "Provide a reason before resending",
104+
"continueToKitchen": "Continue",
105105
"cancelReasonTitle": "Cancellation reason",
106-
"cancelReasonSubtitle": "This order is already in the kitchen. Explain why you are removing this item.",
106+
"cancelReasonSubtitle": "Some items were removed from an order already in the kitchen. Explain why so the kitchen team is informed.",
107107
"cancelReasonLabel": "Reason",
108108
"cancelReasonPlaceholder": "e.g. Customer changed their mind...",
109109
"cancelReasonMinChars": "min. chars",
110-
"cancelReasonConfirm": "Remove item"
110+
"cancelReasonConfirm": "Confirm and send"
111111
},
112112
"sidebar": {
113113
"dashboard": "Dashboard",

apps/web/src/locales/es.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
"emptyOrderHint": "Pulsa un producto para añadirlo",
102102
"total": "Total",
103103
"sendToKitchen": "Enviar a cocina",
104-
"pendingReasonWarning": "Añade un motivo antes de reenviar",
104+
"continueToKitchen": "Continuar",
105105
"cancelReasonTitle": "Motivo de cancelación",
106-
"cancelReasonSubtitle": "Este pedido ya está en cocina. Indica por qué eliminas este artículo.",
106+
"cancelReasonSubtitle": "Se han eliminado artículos de un pedido ya en cocina. Indica el motivo para que el equipo de cocina esté informado.",
107107
"cancelReasonLabel": "Motivo",
108108
"cancelReasonPlaceholder": "Ej. El cliente cambió de opinión...",
109109
"cancelReasonMinChars": "caract. mín.",
110-
"cancelReasonConfirm": "Eliminar artículo"
110+
"cancelReasonConfirm": "Confirmar y enviar"
111111
},
112112
"sidebar": {
113113
"dashboard": "Tablero",

0 commit comments

Comments
 (0)