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

21 lines
551 B
JSON
Raw Normal View History

2019-11-18 00:32:22 +00:00
{
2020-02-20 00:31:46 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Booleano opcional",
2020-07-08 00:02:43 +00:00
"constant": "Constante",
2020-02-20 00:31:46 +00:00
"int": "Entrada num\u00e9rica"
}
},
"options_2": {
"data": {
"multi": "Multiselecci\u00f3n",
2020-02-21 00:33:51 +00:00
"select": "Selecciona una opci\u00f3n",
"string": "Valor de cadena"
2020-02-20 00:31:46 +00:00
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-18 00:32:22 +00:00
}