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

31 lines
974 B
JSON
Raw Normal View History

2019-02-02 22:02:50 +00:00
{
"config": {
"abort": {
"already_configured": "ESP ya est\u00e1 configurado"
},
"error": {
"invalid_password": "\u00a1Contrase\u00f1a incorrecta!"
},
"step": {
"authenticate": {
"data": {
"password": "Contrase\u00f1a"
},
"description": "Escribe la contrase\u00f1a que hayas establecido en tu configuraci\u00f3n.",
"title": "Escribe la contrase\u00f1a"
},
2019-04-09 15:34:20 +00:00
"discovery_confirm": {
"description": "\u00bfQuieres a\u00f1adir el nodo `{name}` de ESPHome a Home Assistant?",
"title": "Nodo ESPHome descubierto"
},
2019-02-02 22:02:50 +00:00
"user": {
"data": {
"host": "Host",
"port": "Puerto"
2019-02-28 00:34:13 +00:00
},
"title": "ESPHome"
2019-02-02 22:02:50 +00:00
}
2019-02-28 00:34:13 +00:00
},
"title": "ESPHome"
2019-02-02 22:02:50 +00:00
}
}