From 470e0cc08aec53815bf72a90258a696e1c7b7a5b Mon Sep 17 00:00:00 2001 From: provira Date: Fri, 27 Dec 2024 10:08:28 +0100 Subject: [PATCH 1/2] fix: fixed translations --- src/components/ui/VnFilterPanel.vue | 6 +++++- src/i18n/locale/en.yml | 3 ++- src/i18n/locale/es.yml | 10 ++++++++++ src/pages/Customer/CustomerFilter.vue | 4 ++++ src/pages/Entry/Card/EntryDescriptor.vue | 4 ++-- src/pages/Entry/Card/EntrySummary.vue | 4 ++-- src/pages/Entry/EntryLatestBuysFilter.vue | 8 ++++---- src/pages/Entry/EntryStockBoughtFilter.vue | 2 +- src/pages/InvoiceOut/InvoiceOutList.vue | 2 +- src/pages/Item/Card/ItemTags.vue | 2 +- src/pages/Item/ItemList.vue | 2 ++ src/pages/Item/ItemRequestFilter.vue | 2 ++ src/pages/Order/Card/OrderFilter.vue | 2 ++ src/pages/Route/Card/RouteAutonomousFilter.vue | 4 ++-- src/pages/Route/Card/RouteFilter.vue | 2 ++ src/pages/Route/RouteAutonomous.vue | 2 ++ .../Supplier/Card/SupplierConsumptionFilter.vue | 2 ++ src/pages/Supplier/Card/SupplierSummary.vue | 2 +- src/pages/Ticket/TicketFilter.vue | 13 +++++++++++++ src/pages/Travel/ExtraCommunity.vue | 2 ++ src/pages/Travel/TravelList.vue | 1 + src/pages/Wagon/WagonList.vue | 5 +++++ src/pages/Zone/locale/en.yml | 1 + src/pages/Zone/locale/es.yml | 1 + 24 files changed, 70 insertions(+), 16 deletions(-) diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index 2be508f9f..46c43356f 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -202,7 +202,11 @@ const getLocale = (label) => { style="position: fixed; z-index: 1; right: 0; bottom: 0" icon="search" @click="search()" - > + > + + {{ t('globals.search') }} + + diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 9b0d2e5a9..edcedae00 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -611,7 +611,7 @@ worker: fi: DNI/NIE/NIF birth: Birth isFreelance: Freelance - isSsDiscounted: Bonificación SS + isSsDiscounted: SS Bonification hasMachineryAuthorized: Machinery authorized isDisable: Disable notificationsManager: @@ -857,6 +857,7 @@ components: value: Value # ItemFixedPriceFilter buyerFk: Buyer + warehouseFk: Warehouse started: From ended: To mine: For me diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 652aed882..20700efef 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -608,6 +608,15 @@ worker: role: Rol sipExtension: Extensión locker: Taquilla + fiDueDate: F. caducidad DNI + sex: Sexo + seniority: Antigüedad + fi: DNI/NIE/NIF + birth: F. nacimiento + isFreelance: Autónomo + isSsDiscounted: Bonificación SS + hasMachineryAuthorized: Autorizado para maquinaria + isDisable: Deshabilitado notificationsManager: activeNotifications: Notificaciones activas availableNotifications: Notificaciones disponibles @@ -849,6 +858,7 @@ components: value: Valor # ItemFixedPriceFilter buyerFk: Comprador + warehouseFk: Almacen started: Desde ended: Hasta mine: Para mi diff --git a/src/pages/Customer/CustomerFilter.vue b/src/pages/Customer/CustomerFilter.vue index 96f670542..71ce57a4d 100644 --- a/src/pages/Customer/CustomerFilter.vue +++ b/src/pages/Customer/CustomerFilter.vue @@ -170,6 +170,8 @@ en: phone: Phone email: Email zoneFk: Zone + socialName : Social name + name: Name postcode: Postcode es: params: @@ -181,6 +183,8 @@ es: phone: Teléfono email: Email zoneFk: Zona + socialName : Razón social + name: Nombre postcode: CP FI: NIF Salesperson: Comercial diff --git a/src/pages/Entry/Card/EntryDescriptor.vue b/src/pages/Entry/Card/EntryDescriptor.vue index 188e66358..9814615a6 100644 --- a/src/pages/Entry/Card/EntryDescriptor.vue +++ b/src/pages/Entry/Card/EntryDescriptor.vue @@ -74,8 +74,8 @@ const showEntryReport = () => {