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

22 lines
837 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"
},
"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
},
2022-08-13 00:25:00 +00:00
"description": "- URL: la direcci\u00f3n de tu instancia nightscout. Por ejemplo: https://myhomeassistant.duckdns.org:5423\n- Clave de API (opcional): usar solo si tu instancia est\u00e1 protegida (auth_default_roles != legible).",
2022-08-14 00:25:47 +00:00
"title": "Introduce tu informaci\u00f3n del servidor Nightscout."
2020-08-27 00:04:55 +00:00
}
}
}
}