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

20 lines
555 B
JSON

{
"config": {
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado"
},
"error": {
"invalid_key": "Clave API no v\u00e1lida",
"no_devices": "No se han encontrado dispositivos en la cuenta"
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"app_key": "Clave de aplicaci\u00f3n"
},
"title": "Completa tu informaci\u00f3n"
}
}
}
}