From cdf600cbd0d0bf1f3793c16894f50e5c4b771c57 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 10 Feb 2025 11:04:42 +0100 Subject: [PATCH] fix: replace i18n --- src/components/ItemsFilterPanel.vue | 2 -- src/i18n/locale/es.yml | 1 - src/pages/Customer/Card/CustomerConsumption.vue | 2 +- src/pages/Customer/locale/es.yml | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/ItemsFilterPanel.vue b/src/components/ItemsFilterPanel.vue index 48f607a30..b6209d8e2 100644 --- a/src/components/ItemsFilterPanel.vue +++ b/src/components/ItemsFilterPanel.vue @@ -328,7 +328,6 @@ en: active: Is active visible: Is visible floramondo: Is floramondo - salesPersonFk: Buyer categoryFk: Category es: @@ -339,7 +338,6 @@ es: active: Activo visible: Visible floramondo: Floramondo - salesPersonFk: Comprador categoryFk: Categoría Plant: Planta natural Flower: Flor fresca diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index a082ca88d..4b8aca499 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -653,7 +653,6 @@ supplier: tableVisibleColumns: nif: NIF/CIF account: Cuenta - summary: responsible: Responsable verified: Verificado diff --git a/src/pages/Customer/Card/CustomerConsumption.vue b/src/pages/Customer/Card/CustomerConsumption.vue index 14b69492b..38582384d 100644 --- a/src/pages/Customer/Card/CustomerConsumption.vue +++ b/src/pages/Customer/Card/CustomerConsumption.vue @@ -64,7 +64,7 @@ const columns = computed(() => [ { align: 'left', name: 'buyerId', - label: t('components.itemsFilterPanel.salesPersonFk'), + label: t('customer.params.buyerId'), component: 'select', attrs: { url: 'TicketRequests/getItemTypeWorker', diff --git a/src/pages/Customer/locale/es.yml b/src/pages/Customer/locale/es.yml index 1cc9ff26d..f50d049da 100644 --- a/src/pages/Customer/locale/es.yml +++ b/src/pages/Customer/locale/es.yml @@ -109,7 +109,7 @@ customer: socialName: Razón social campaign: Campaña typeId: Familia - buyerId: Familia + buyerId: Comprador categoryId: Reino city: Ciudad phone: Teléfono