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

20 lines
486 B
JSON
Raw Normal View History

2020-11-21 00:08:32 +00:00
{
"config": {
"abort": {
"device_exists": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"step": {
2022-01-09 00:15:18 +00:00
"discovery_confirm": {
"description": "\u00bfQuieres configurar {name} - {model} ({host})?"
},
2020-11-21 00:08:32 +00:00
"user": {
"data": {
2022-05-16 00:24:28 +00:00
"host": "Host"
2022-04-29 00:22:21 +00:00
}
2020-11-21 00:08:32 +00:00
}
}
}
}