diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 67d7a2bee..4a78811e6 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -861,6 +861,7 @@ components: ended: To mine: For me hasMinPrice: Minimum price + warehouseFk: Warehouse # LatestBuysFilter salesPersonFk: Buyer from: From diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 4fa8699c9..2bfe7ec4b 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -853,6 +853,7 @@ components: ended: Hasta mine: Para mi hasMinPrice: Precio mínimo + wareHouseFk: Almacén # LatestBuysFilter salesPersonFk: Comprador active: Activo diff --git a/src/pages/Item/ItemFixedPriceFilter.vue b/src/pages/Item/ItemFixedPriceFilter.vue index a8f7d0c5f..531c7e09e 100644 --- a/src/pages/Item/ItemFixedPriceFilter.vue +++ b/src/pages/Item/ItemFixedPriceFilter.vue @@ -32,7 +32,7 @@ const itemTypeWorkersOptions = ref([]); + +en: + params: + buyerFk: Buyer + warehouseFk: Warehouse + started: Started + ended: Ended + mine: Mine + showBadDates: Show future items + hasMinPrice: Has Min Price +es: + params: + buyerFk: Comprador + warehouseFk: Almacén + started: Desde + ended: Hasta + mine: Para mi + showBadDates: Ver items a futuro + hasMinPrice: Precio mínimo + diff --git a/src/pages/Monitor/Ticket/MonitorTicketFilter.vue b/src/pages/Monitor/Ticket/MonitorTicketFilter.vue index 82578a61f..48710d696 100644 --- a/src/pages/Monitor/Ticket/MonitorTicketFilter.vue +++ b/src/pages/Monitor/Ticket/MonitorTicketFilter.vue @@ -281,6 +281,7 @@ en: problems: With problems pending: Pending alertLevel: Grouped State + department: Department FREE: Free DELIVERED: Delivered ON_PREPARATION: On preparation @@ -300,6 +301,7 @@ es: problems: Con problemas pending: Pendiente alertLevel: Estado agrupado + department: Departamento FREE: Libre DELIVERED: Servido ON_PREPARATION: En preparación