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

33 lines
1.5 KiB
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"config": {
2019-09-30 00:32:17 +00:00
"abort": {
2020-06-24 00:08:54 +00:00
"already_configured": "Configuraci\u00f3n actualizada para el perfil.",
2022-05-16 00:24:28 +00:00
"authorize_url_timeout": "Tiempo de espera agotado durante la generaci\u00f3n de la URL de autorizaci\u00f3n.",
2020-10-09 00:04:33 +00:00
"missing_configuration": "El componente no est\u00e1 configurado. Consulta la documentaci\u00f3n.",
2020-09-15 00:09:18 +00:00
"no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})"
2019-09-30 00:32:17 +00:00
},
2019-09-05 10:11:41 +00:00
"create_entry": {
2020-05-13 18:27:21 +00:00
"default": "Autenticado correctamente con Withings."
2019-09-05 10:11:41 +00:00
},
2020-06-24 00:08:54 +00:00
"error": {
2022-05-16 00:24:28 +00:00
"already_configured": "La cuenta ya est\u00e1 configurada"
2020-06-24 00:08:54 +00:00
},
2022-05-16 00:24:28 +00:00
"flow_title": "{profile}",
2019-09-05 10:11:41 +00:00
"step": {
2020-01-26 00:33:06 +00:00
"pick_implementation": {
2020-10-09 00:04:33 +00:00
"title": "Selecciona el m\u00e9todo de autenticaci\u00f3n"
2020-01-26 00:33:06 +00:00
},
2019-11-13 00:32:12 +00:00
"profile": {
"data": {
2022-05-16 00:24:28 +00:00
"profile": "Nombre de perfil"
2019-11-13 00:32:12 +00:00
},
"description": "\u00bfQu\u00e9 perfil seleccion\u00f3 en el sitio web de Withings? Es importante que los perfiles coincidan, de lo contrario los datos se etiquetar\u00e1n incorrectamente.",
"title": "Perfil de usuario."
2020-06-18 00:08:13 +00:00
},
"reauth": {
"description": "El perfil \"{profile}\" debe volver a autenticarse para continuar recibiendo datos de Withings.",
2020-07-20 00:03:01 +00:00
"title": "Re-autentificar el perfil"
2019-09-05 10:11:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-05 10:11:41 +00:00
}