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

20 lines
555 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
2020-03-04 18:13:24 +00:00
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "El servicio ya est\u00e1 configurado"
2020-03-04 18:13:24 +00:00
},
2019-04-09 15:34:20 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"invalid_key": "Clave API no v\u00e1lida",
2019-04-09 15:34:20 +00:00
"no_devices": "No se han encontrado dispositivos en la cuenta"
},
2019-02-28 00:34:13 +00:00
"step": {
"user": {
2019-04-09 15:34:20 +00:00
"data": {
"api_key": "Clave API",
"app_key": "Clave de aplicaci\u00f3n"
},
2019-02-28 00:34:13 +00:00
"title": "Completa tu informaci\u00f3n"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}