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 #19442

Merged
merged 1 commit into from
Sep 3, 2023
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
10 changes: 5 additions & 5 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 23.07.2023
* Updated until v9.4.0.1 - Last update 03.09.2023
\*********************************************************************/

#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
Expand Down Expand Up @@ -188,9 +188,9 @@
#define D_TRANSMIT "Trasmessi"
#define D_TRUE "Vero"
#define D_TVOC "TVOC"
#define D_TWILIGHT_ASTRONOMICAL "astronomical"
#define D_TWILIGHT_CIVIL "civil"
#define D_TWILIGHT_NAUTICAL "nautical"
#define D_TWILIGHT_ASTRONOMICAL "astronomico"
#define D_TWILIGHT_CIVIL "civile"
#define D_TWILIGHT_NAUTICAL "nautico"
#define D_UPGRADE "aggiornamento"
#define D_UPLOAD "Caricamento"
#define D_UPTIME "Tempo accensione"
Expand Down Expand Up @@ -655,7 +655,7 @@
#define D_SENSOR_I2S_BCLK_IN "I2S - WS IN"
#define D_SENSOR_I2S_DIN "I2S - DIN"
#define D_SENSOR_I2S_DOUT "I2S - DOUT"
#define D_SENSOR_HDMI_CEC "HDMI CEC"
#define D_SENSOR_HDMI_CEC "HDMI CEC"
#define D_SENSOR_WS2812 "WS2812"
#define D_SENSOR_DFR562 "Riproduttore MP3"
#define D_SENSOR_DFR562_BUSY "MP3 occupato"
Expand Down