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

33 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Configuration updated for profile.",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component 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": {
"already_configured": "Account is already configured"
},
"flow_title": "{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": "Reauthenticate Integration"
}
}
}
}