From 1af67db6443836ba228aed19f100c20f45617c63 Mon Sep 17 00:00:00 2001 From: jtubau Date: Mon, 13 Jan 2025 08:37:01 +0100 Subject: [PATCH] refactor: refs #8316 move order localization --- src/i18n/locale/en.yml | 21 --------------------- src/i18n/locale/es.yml | 24 ------------------------ src/pages/Order/locale/en.yml | 20 ++++++++++++++++++++ src/pages/Order/locale/es.yml | 23 +++++++++++++++++++++++ 4 files changed, 43 insertions(+), 45 deletions(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 4a78811e6..0c90144ad 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -558,27 +558,6 @@ parking: searchBar: info: You can search by parking code label: Search parking... -order: - field: - salesPersonFk: Sales Person - form: - clientFk: Client - addressFk: Address - agencyModeFk: Agency - list: - newOrder: New Order - summary: - basket: Basket - notConfirmed: Not confirmed - created: Created - createdFrom: Created From - address: Address - total: Total - items: Items - orderTicketList: Order Ticket List - amount: Amount - confirm: Confirm - confirmLines: Confirm lines department: chat: Chat bossDepartment: Boss Department diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 2bfe7ec4b..3f3eebc4e 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -544,30 +544,6 @@ invoiceOut: comercial: Comercial errors: downloadCsvFailed: Error al descargar CSV -order: - field: - salesPersonFk: Comercial - form: - clientFk: Cliente - addressFk: Dirección - agencyModeFk: Agencia - list: - newOrder: Nuevo Pedido - summary: - basket: Cesta - notConfirmed: No confirmada - created: Creado - createdFrom: Creado desde - address: Dirección - total: Total - vat: IVA - state: Estado - alias: Alias - items: Artículos - orderTicketList: Tickets del pedido - amount: Monto - confirm: Confirmar - confirmLines: Confirmar lineas shelving: list: parking: Parking diff --git a/src/pages/Order/locale/en.yml b/src/pages/Order/locale/en.yml index 04b0f1444..14e41c559 100644 --- a/src/pages/Order/locale/en.yml +++ b/src/pages/Order/locale/en.yml @@ -22,5 +22,25 @@ lines: params: tagGroups: Tags order: + field: + salesPersonFk: Sales Person + form: + clientFk: Client + addressFk: Address + agencyModeFk: Agency + list: + newOrder: New Order + summary: + basket: Basket + notConfirmed: Not confirmed + created: Created + createdFrom: Created From + address: Address + total: Total + items: Items + orderTicketList: Order Ticket List + amount: Amount + confirm: Confirm + confirmLines: Confirm lines search: Search orders searchInfo: You can search orders by ticket id diff --git a/src/pages/Order/locale/es.yml b/src/pages/Order/locale/es.yml index 8366f0ec4..44e243ad1 100644 --- a/src/pages/Order/locale/es.yml +++ b/src/pages/Order/locale/es.yml @@ -22,5 +22,28 @@ lines: params: tagGroups: Tags order: + field: + salesPersonFk: Comercial + form: + clientFk: Cliente + addressFk: Dirección + agencyModeFk: Agencia + list: + newOrder: Nuevo Pedido + summary: + basket: Cesta + notConfirmed: No confirmada + created: Creado + createdFrom: Creado desde + address: Dirección + total: Total + vat: IVA + state: Estado + alias: Alias + items: Artículos + orderTicketList: Tickets del pedido + amount: Monto + confirm: Confirmar + confirmLines: Confirmar lineas search: Buscar pedido searchInfo: Buscar pedidos por el número de ticket