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

33 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Configuration updated for profile.",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Withings integration is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
},
"create_entry": {
"default": "Successfully authenticated with Withings."
},
"error": {
"profile_exists": "User profile is already configured. Please provide a unique profile name."
},
"flow_title": "Withings: {profile}",
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
},
"profile": {
"data": {
"profile": "Profile Name"
},
"description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.",
"title": "User Profile."
},
"reauth": {
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data.",
"title": "Re-authenticate Profile"
}
}
}
}