mirror of https://github.com/arendst/Tasmota.git
Update Italian language (#22340)
This commit is contained in:
parent
f6699b529c
commit
4dfa016855
|
@ -28,7 +28,7 @@
|
||||||
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
|
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
|
||||||
* Use online command Prefix to translate cmnd, stat and tele.
|
* Use online command Prefix to translate cmnd, stat and tele.
|
||||||
*
|
*
|
||||||
* Updated until v9.4.0.1 - Last update 27.07.2024
|
* Updated until v9.4.0.1 - Last update 22.10.2024
|
||||||
\*********************************************************************/
|
\*********************************************************************/
|
||||||
|
|
||||||
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
||||||
|
@ -573,12 +573,12 @@
|
||||||
#define D_THERMOSTAT_AUTOTUNE_HYBRID "Regolazione automatica (ibrida)"
|
#define D_THERMOSTAT_AUTOTUNE_HYBRID "Regolazione automatica (ibrida)"
|
||||||
|
|
||||||
// xdrv_79_esp32_ble.ino
|
// xdrv_79_esp32_ble.ino
|
||||||
#define D_CONFIGURE_BLE "Configure BLE"
|
#define D_CONFIGURE_BLE "Configura BLE"
|
||||||
#define D_BLE_PARAMETERS "Bluetooth Settings"
|
#define D_BLE_PARAMETERS "Impostazioni Bluetooth"
|
||||||
#define D_MQTT_BLE_ENABLE "Enable Bluetooth"
|
#define D_MQTT_BLE_ENABLE "Abilita Bluetooth"
|
||||||
#define D_MQTT_BLE_ACTIVESCAN "Enable Active Scan(*)"
|
#define D_MQTT_BLE_ACTIVESCAN "Abilita scansione attiva (*)"
|
||||||
#define D_BLE_DEVICES "Devices Seen"
|
#define D_BLE_DEVICES "Scansione dispositivi"
|
||||||
#define D_BLE_REMARK "items marked (*) are not stored in config"
|
#define D_BLE_REMARK "gli elementi segnati con (*) non sono memorizzati in config"
|
||||||
|
|
||||||
// xsns_05_ds18b20.ino
|
// xsns_05_ds18b20.ino
|
||||||
#define D_SENSOR_BUSY "Sensore occupato"
|
#define D_SENSOR_BUSY "Sensore occupato"
|
||||||
|
|
Loading…
Reference in New Issue