From f1febef06360e5c94e21fc820105d942d6509b3f Mon Sep 17 00:00:00 2001 From: wbuezas Date: Thu, 30 Nov 2023 18:03:58 -0300 Subject: [PATCH] tab i18n --- src/pages/InvoiceOut/InvoiceOutList.vue | 16 +++++----- src/pages/Travel/TravelFilter.vue | 40 ++++++++++++------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 9f708df00..580b206d0 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -254,14 +254,14 @@ const downloadCsv = (rows) => { en: - searchInvoice: Search issued invoice - fileDenied: Browser denied file download... - fileAllowed: Successful download of CSV file - youCanSearchByInvoiceReference: You can search by invoice reference + searchInvoice: Search issued invoice + fileDenied: Browser denied file download... + fileAllowed: Successful download of CSV file + youCanSearchByInvoiceReference: You can search by invoice reference es: - searchInvoice: Buscar factura emitida - fileDenied: El navegador denegó la descarga de archivos... - fileAllowed: Descarga exitosa de archivo CSV - youCanSearchByInvoiceReference: Puedes buscar por referencia de la factura + searchInvoice: Buscar factura emitida + fileDenied: El navegador denegó la descarga de archivos... + fileAllowed: Descarga exitosa de archivo CSV + youCanSearchByInvoiceReference: Puedes buscar por referencia de la factura diff --git a/src/pages/Travel/TravelFilter.vue b/src/pages/Travel/TravelFilter.vue index fc7fbfae3..76c55ab0d 100644 --- a/src/pages/Travel/TravelFilter.vue +++ b/src/pages/Travel/TravelFilter.vue @@ -282,26 +282,26 @@ const decrement = (paramsObj, key) => { en: - params: - search: Id/Reference - agencyModeFk: Agency - warehouseInFk: Warehouse In - warehouseOutFk: Warehouse Out - scopeDays: Days onward - landedFrom: Landed from - landedTo: Landed to - continent: Continent out - totalEntries: Total entries + params: + search: Id/Reference + agencyModeFk: Agency + warehouseInFk: Warehouse In + warehouseOutFk: Warehouse Out + scopeDays: Days onward + landedFrom: Landed from + landedTo: Landed to + continent: Continent out + totalEntries: Total entries es: - params: - search: Id/Referencia - agencyModeFk: Agencia - warehouseInFk: Alm. entrada - warehouseOutFk: Alm. salida - scopeDays: Días adelante - landedFrom: Llegada desde - landedTo: Llegada hasta - continent: Cont. Salida - totalEntries: Ent. totales + params: + search: Id/Referencia + agencyModeFk: Agencia + warehouseInFk: Alm. entrada + warehouseOutFk: Alm. salida + scopeDays: Días adelante + landedFrom: Llegada desde + landedTo: Llegada hasta + continent: Cont. Salida + totalEntries: Ent. totales