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

26 lines
655 B
JSON
Raw Normal View History

2019-11-21 00:32:11 +00:00
{
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"init": {
"data": {
"one": "uno",
2020-03-24 13:18:47 +00:00
"other": "altri"
2020-02-19 00:31:49 +00:00
}
},
"options_1": {
"data": {
"bool": "Valore booleano facoltativo",
"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
}