From 3061ca4218cd38b9eed0a9c80b09839707013b93 Mon Sep 17 00:00:00 2001 From: jorgebl Date: Wed, 10 Mar 2021 11:20:40 +0100 Subject: [PATCH] QA put translates and put line breaks in lines with more than 80 characters --- front/salix/components/home/home.html | 140 ++++++++++++++++------ front/salix/components/home/locale/es.yml | 4 + 2 files changed, 107 insertions(+), 37 deletions(-) diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html index 9c91fbc0c1..a7d085cfbf 100644 --- a/front/salix/components/home/home.html +++ b/front/salix/components/home/home.html @@ -72,59 +72,125 @@ -
ACCESO RÁPIDO
+
SHORTCUTS
- - - - - - - + + + + + + + - - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + - - - - - - - + + + + + + + -
Ctrl+Altr+A🠮 - + + Ctrl + + + + + Altr + + + + + A + + 🠮 + + + + + ITEMS ARTÍCULOS
Ctrl+Altr+T🠮 - + + Ctrl + + + + + Altr + + + + + T + + 🠮 + + + + + TICKETS TICKETS
Ctrl+Altr+R🠮 - + + Ctrl RECLAMACIONES + + + + Altr + + + + + R + + 🠮 + + + + CLAIMS
Ctrl+Altr+C🠮 - + + Ctrl + + + + + Altr + + + + + C + + 🠮 + + + + + CLIENTS CLIENTES
diff --git a/front/salix/components/home/locale/es.yml b/front/salix/components/home/locale/es.yml index 0da3ff292b..174ed1085a 100644 --- a/front/salix/components/home/locale/es.yml +++ b/front/salix/components/home/locale/es.yml @@ -1,5 +1,9 @@ Favorites: Favoritos Shortcuts: Acceso rápido +SHORTCUTS: ACCESO RÁPIDO +ITEMS: ARTÍCULOS +CLAIMS: RECLAMACIONES +CLIENTS: CLIENTES You can set modules as favorites by clicking their icon: Puedes establecer módulos como favoritos haciendo clic en el icono Add to favorites: Añadir a favoritos. Remove from favorites: Quitar de favoritos. \ No newline at end of file