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

23 lines
893 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar",
2020-09-29 00:03:20 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2020-08-27 00:04:55 +00:00
"unknown": "Error inesperado"
},
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
2020-09-29 00:03:20 +00:00
"api_key": "Clave API",
2020-08-27 00:04:55 +00:00
"url": "URL"
2020-09-29 00:03:20 +00:00
},
2020-10-09 00:04:33 +00:00
"description": "- URL: la direcci\u00f3n de tu instancia de nightscout. Por ejemplo: https://myhomeassistant.duckdns.org:5423 \n- Clave API (opcional): util\u00edzala s\u00f3lo si tu instancia est\u00e1 protegida (auth_default_roles! = readable).",
2020-09-29 00:03:20 +00:00
"title": "Introduce la informaci\u00f3n del servidor de Nightscout."
2020-08-27 00:04:55 +00:00
}
}
}
}