From 68298b9ba66a272e05b37476a74b4cc82be1ac83 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 1 Jul 2024 19:03:17 +0200 Subject: [PATCH] feat: rreplace eti by labeler --- src/i18n/locale/en.yml | 2 +- src/i18n/locale/es.yml | 2 +- src/pages/Entry/locale/en.yml | 2 +- src/pages/Entry/locale/es.yml | 2 +- src/router/modules/entry.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index ef2d6bf30..ac5e99da6 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -314,7 +314,7 @@ entry: pageTitles: entries: Entries list: List - eti: Labeler + labeler: Labeler summary: Summary basicData: Basic data buys: Buys diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 8b282963c..12707d33a 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -313,7 +313,7 @@ entry: pageTitles: entries: Entradas list: Listado - eti: Etiquetar + labeler: Etiquetar summary: Resumen basicData: Datos básicos buys: Compras diff --git a/src/pages/Entry/locale/en.yml b/src/pages/Entry/locale/en.yml index 00ea4cf9d..164b501af 100644 --- a/src/pages/Entry/locale/en.yml +++ b/src/pages/Entry/locale/en.yml @@ -1,5 +1,5 @@ entryList: - eti: eti + labeler: Labeler list: inventoryEntry: Inventory entry virtualEntry: Virtual entry diff --git a/src/pages/Entry/locale/es.yml b/src/pages/Entry/locale/es.yml index cf4d9297f..7f85d2659 100644 --- a/src/pages/Entry/locale/es.yml +++ b/src/pages/Entry/locale/es.yml @@ -2,7 +2,7 @@ Search entries: Buscar entradas You can search by entry reference: Puedes buscar por referencia de la entrada entryList: - eti: Etiquetas + labeler: Etiquetas list: inventoryEntry: Es inventario virtualEntry: Es una redada diff --git a/src/router/modules/entry.js b/src/router/modules/entry.js index e88ff57cd..4f5f05231 100644 --- a/src/router/modules/entry.js +++ b/src/router/modules/entry.js @@ -34,7 +34,7 @@ export default { path: 'my', name: 'MyEntries', meta: { - title: 'eti', + title: 'labeler', icon: 'sell', }, component: () => import('src/pages/Entry/MyEntries.vue'),