Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Italian language #20769

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tasmota/language/it_IT.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
* Use online command Prefix to translate cmnd, stat and tele.
*
* Updated until v9.4.0.1 - Last update 17.01.2024
* Updated until v9.4.0.1 - Last update 20.02.2024
\*********************************************************************/

#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
Expand Down Expand Up @@ -119,7 +119,7 @@
#define D_GROUP "Gruppo"
#define D_HOST "Host"
#define D_HALL_EFFECT "Effetto hall"
#define D_HEATINDEX "Heat index"
#define D_HEATINDEX "Indice calore"
#define D_HOSTNAME "Nome host"
#define D_HUMIDITY "Umidità"
#define D_ILLUMINANCE "Illuminazione"
Expand Down Expand Up @@ -555,7 +555,7 @@
#define D_THERMOSTAT_SENSOR "Temperatura attuale"
#define D_THERMOSTAT_GRADIENT "Gradiente temperatura"
#define D_THERMOSTAT_DUTY_CYCLE "Ciclo lavoro"
#define D_THERMOSTAT_VALVE_POSITION "Valve Position"
#define D_THERMOSTAT_VALVE_POSITION "Posizione valvola"
#define D_THERMOSTAT_CYCLE_TIME "Tempo ciclo"
#define D_THERMOSTAT_PI_AUTOTUNE "Regolazione automatica PI"
#define D_THERMOSTAT_CONTROL_METHOD "Metodo controllo"
Expand Down