core/homeassistant/components/tuya/translations/sensor.it.json

21 lines
613 B
JSON
Raw Normal View History

2021-10-29 00:30:22 +00:00
{
"state": {
2022-02-10 00:15:56 +00:00
"tuya__air_quality": {
"good": "Buona",
"great": "Grande",
"mild": "Lieve",
"severe": "Forte"
},
2021-10-29 00:30:22 +00:00
"tuya__status": {
"boiling_temp": "Temperatura di ebollizione",
"cooling": "Raffreddamento",
"heating": "Riscaldamento",
"heating_temp": "Temperatura di riscaldamento",
"reserve_1": "Riserva 1",
"reserve_2": "Riserva 2",
"reserve_3": "Riserva 3",
"standby": "Pausa",
"warm": "Conservazione del calore"
}
}
}