core/homeassistant/components/demo/translations/it.json

21 lines
547 B
JSON
Raw Normal View History

2019-11-21 00:32:11 +00:00
{
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Valore booleano facoltativo",
2020-07-22 00:02:30 +00:00
"constant": "Costante",
2020-02-19 00:31:49 +00:00
"int": "Input numerico"
}
},
"options_2": {
"data": {
"multi": "Selezione multipla",
"select": "Selezionare un'opzione",
"string": "Valore stringa"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-21 00:32:11 +00:00
}