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

21 lines
501 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
2020-12-12 00:06:00 +00:00
},
"step": {
"one": "Vac\u00edo",
"other": "Vac\u00edo"
2020-09-15 00:09:18 +00:00
}
2020-11-13 09:40:51 +00:00
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Tiempo m\u00ednimo entre actualizaciones de entidad [s]"
},
"title": "Opciones DSMR"
}
}
2020-09-15 00:09:18 +00:00
}
}