From 8d4dc5d9e15616b6f2a98a69c5b89640b13c2efd Mon Sep 17 00:00:00 2001 From: jtubau Date: Mon, 27 Jan 2025 09:17:19 +0100 Subject: [PATCH 1/2] fix: refs #8316 fix broken localizations for entry descriptor menu and items filter panel --- src/components/ItemsFilterPanel.vue | 7 +++++++ src/pages/Entry/Card/EntryDescriptorMenu.vue | 2 +- src/pages/Entry/locale/en.yml | 2 ++ src/pages/Entry/locale/es.yml | 2 ++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/ItemsFilterPanel.vue b/src/components/ItemsFilterPanel.vue index 084feb377..1586cad73 100644 --- a/src/components/ItemsFilterPanel.vue +++ b/src/components/ItemsFilterPanel.vue @@ -349,4 +349,11 @@ es: floramondo: Floramondo salesPersonFk: Comprador categoryFk: Categoría + Plant: Planta + Flower: Flor + Handmade: Hecho a mano + Artificial: Artificial + Green: Verde + Accessories: Accesorios + Fruit: Fruta diff --git a/src/pages/Entry/Card/EntryDescriptorMenu.vue b/src/pages/Entry/Card/EntryDescriptorMenu.vue index a357b46fe..03cab2651 100644 --- a/src/pages/Entry/Card/EntryDescriptorMenu.vue +++ b/src/pages/Entry/Card/EntryDescriptorMenu.vue @@ -17,6 +17,6 @@ function showEntryReport() { diff --git a/src/pages/Entry/locale/en.yml b/src/pages/Entry/locale/en.yml index 97a3be32b..80f3491a8 100644 --- a/src/pages/Entry/locale/en.yml +++ b/src/pages/Entry/locale/en.yml @@ -76,6 +76,8 @@ entry: warehouseInFk: Warehouse in search: Search entries searchInfo: You can search by entry reference + descriptorMenu: + showEntryReport: Show entry report entryFilter: params: invoiceNumber: Invoice number diff --git a/src/pages/Entry/locale/es.yml b/src/pages/Entry/locale/es.yml index 993913417..a5b968016 100644 --- a/src/pages/Entry/locale/es.yml +++ b/src/pages/Entry/locale/es.yml @@ -75,6 +75,8 @@ entry: warehouseInFk: Alm. entrada daysOnward: Días adelante daysAgo: Días atras + descriptorMenu: + showEntryReport: Ver informe del pedido search: Buscar entradas searchInfo: Puedes buscar por referencia de entrada entryFilter: -- 2.40.1 From 6a17f87050bb0defa4c4d6352e8e5b6324ddb95f Mon Sep 17 00:00:00 2001 From: jtubau Date: Tue, 28 Jan 2025 07:46:16 +0100 Subject: [PATCH 2/2] refactor: refs #8316 update Spanish translations for ItemsFilterPanel --- src/components/ItemsFilterPanel.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ItemsFilterPanel.vue b/src/components/ItemsFilterPanel.vue index 1586cad73..be4d475b6 100644 --- a/src/components/ItemsFilterPanel.vue +++ b/src/components/ItemsFilterPanel.vue @@ -349,11 +349,11 @@ es: floramondo: Floramondo salesPersonFk: Comprador categoryFk: Categoría - Plant: Planta - Flower: Flor + Plant: Planta natural + Flower: Flor fresca Handmade: Hecho a mano Artificial: Artificial - Green: Verde - Accessories: Accesorios + Green: Verdes frescos + Accessories: Complementos florales Fruit: Fruta -- 2.40.1