Skip to content

Commit

Permalink
Update Italian language (#21437)
Browse files Browse the repository at this point in the history
* Update Italian language

* Update Italian language (2)

---------

Co-authored-by: Theo Arends <[email protected]>
  • Loading branch information
bovirus and arendst authored May 20, 2024
1 parent 239ddfc commit 62af6f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 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 26.04.2024
* Updated until v9.4.0.1 - Last update 19.05.2024
\*********************************************************************/

#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
Expand Down Expand Up @@ -76,7 +76,8 @@
#define D_COMMAND "Comando"
#define D_CONNECTED "Connesso"
#define D_CORS_DOMAIN "Dominio CORS"
#define D_COLOR "Color"

#define D_COLOR "Colore"
#define D_COUNT "Conteggio"
#define D_COUNTER "Contatore"
#define D_CT_POWER "Alimentazione CT"
Expand Down Expand Up @@ -793,6 +794,8 @@
#define D_GPIO_ASR650X_TX "ASR650X - Tx"
#define D_GPIO_ASR650X_RX "ASR650X - Rx"
#define D_GPIO_LORA_CS "LoRa - CS"
#define D_GPIO_ASR650X_TX "ASR650x - TX"
#define D_GPIO_ASR650X_RX "ASR650x - RX"
#define D_GPIO_LORA_RST "LoRa - Rst"
#define D_GPIO_LORA_BUSY "LoRa - Busy"
#define D_GPIO_LORA_DI "LoRa - DIO" // Suffix "0","1","2"
Expand Down

0 comments on commit 62af6f3

Please sign in to comment.