From ebf1bcd62e4484a3ad862b8bbcfd33daf6a71283 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 2 Oct 2020 09:29:37 +0200 Subject: [PATCH] fix translations --- Thermo.Active.Utils/languages/IT.xml | 9 ++++++++- Thermo.Active.Utils/languages/en.xml | 9 ++++++++- Thermo.Active/Dict/Labels_italian.txt | 5 +---- Thermo.Active/wwwroot/assets/styles/base/setup.less | 13 +++++-------- Thermo.Active/wwwroot/assets/styles/style.css | 11 ++++------- 5 files changed, 26 insertions(+), 21 deletions(-) diff --git a/Thermo.Active.Utils/languages/IT.xml b/Thermo.Active.Utils/languages/IT.xml index 9f506083..ca375cfb 100644 --- a/Thermo.Active.Utils/languages/IT.xml +++ b/Thermo.Active.Utils/languages/IT.xml @@ -1,5 +1,5 @@ - + Italiano Effettuare manutenzione @@ -301,4 +301,11 @@ Tempo vuoto Consumo energia netto Consumo energia lordo + Carica ricetta + Setup ricetta + Pre-riscaldo + Dashboard + Potenza + Vuoto + Aria \ No newline at end of file diff --git a/Thermo.Active.Utils/languages/en.xml b/Thermo.Active.Utils/languages/en.xml index 7585c603..8e5ecda6 100644 --- a/Thermo.Active.Utils/languages/en.xml +++ b/Thermo.Active.Utils/languages/en.xml @@ -1,5 +1,5 @@ - + English Maintenance request @@ -301,4 +301,11 @@ Vacuum time Net cycle energy Gross cycle energy + Load recype + Setup recype + Pre-Heating + Dashboard + Power + Vacuum + Air \ No newline at end of file diff --git a/Thermo.Active/Dict/Labels_italian.txt b/Thermo.Active/Dict/Labels_italian.txt index 61cadd9d..e40c9d4e 100644 --- a/Thermo.Active/Dict/Labels_italian.txt +++ b/Thermo.Active/Dict/Labels_italian.txt @@ -343,7 +343,4 @@ options_thermoregulator_8_setpoint,Setpoint options_thermoregulator_9_enabled,Abilitazione options_thermoregulator_9_setpoint,Setpoint options_thermoregulator_10_enabled,Abilitazione -options_thermoregulator_10_setpoint,Setpoint -gauge_potenza,potenza -gauge_vuoto,vuoto -gauge_aria,aria \ No newline at end of file +options_thermoregulator_10_setpoint,Setpoint \ No newline at end of file diff --git a/Thermo.Active/wwwroot/assets/styles/base/setup.less b/Thermo.Active/wwwroot/assets/styles/base/setup.less index 644298f1..68ceee21 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/setup.less +++ b/Thermo.Active/wwwroot/assets/styles/base/setup.less @@ -275,13 +275,10 @@ } i { - grid-column-start: -1; - grid-column-end: 1; - grid-row: 2; z-index: 2; margin: auto; position: absolute; - top: -10px; + top: -47px; left: 47px; font-size: 25px; width: 14px; @@ -398,10 +395,10 @@ } - i { - grid-column-start: -1; - grid-column-end: 1; - grid-row: 2; + i { + position: absolute; + bottom: 6px; + left: 93px; z-index: 2; margin: auto; font-size: 36px; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 3698f0ce..c3e98fd7 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -230,13 +230,10 @@ box-shadow: -3px -5px 5px rgba(0, 0, 0, 0.2) inset; } .setup .modal-footer-navigator .setup-button i { - grid-column-start: -1; - grid-column-end: 1; - grid-row: 2; z-index: 2; margin: auto; position: absolute; - top: -10px; + top: -47px; left: 47px; font-size: 25px; width: 14px; @@ -332,9 +329,9 @@ margin: auto; } .setup-button i { - grid-column-start: -1; - grid-column-end: 1; - grid-row: 2; + position: absolute; + bottom: 6px; + left: 93px; z-index: 2; margin: auto; font-size: 36px;