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

35 lines
1.5 KiB
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
"config": {
2019-09-18 00:32:12 +00:00
"abort": {
2020-06-23 00:09:06 +00:00
"already_configured": "Configuration updated for profile.",
2020-10-08 00:06:03 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-09-11 00:09:17 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
2019-09-18 00:32:12 +00:00
},
2019-09-02 05:30:09 +00:00
"create_entry": {
2020-01-21 00:33:20 +00:00
"default": "Successfully authenticated with Withings."
2019-09-02 05:30:09 +00:00
},
2020-06-23 00:09:06 +00:00
"error": {
2020-10-15 00:03:50 +00:00
"already_configured": "Account is already configured",
2020-10-08 00:06:03 +00:00
"already_configured_account": "Account is already configured",
2020-06-23 00:09:06 +00:00
"profile_exists": "User profile is already configured. Please provide a unique profile name."
},
2020-06-17 00:11:42 +00:00
"flow_title": "Withings: {profile}",
2019-09-02 05:30:09 +00:00
"step": {
2020-01-21 00:33:20 +00:00
"pick_implementation": {
"title": "Pick Authentication Method"
},
2019-10-25 00:32:15 +00:00
"profile": {
"data": {
2020-06-23 00:09:06 +00:00
"profile": "Profile Name"
2019-10-25 00:32:15 +00:00
},
2020-06-23 00:09:06 +00:00
"description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.",
2019-10-25 00:32:15 +00:00
"title": "User Profile."
2020-06-17 00:11:42 +00:00
},
"reauth": {
"description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data.",
2020-06-23 00:09:06 +00:00
"title": "Re-authenticate Profile"
2019-09-02 05:30:09 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-02 05:30:09 +00:00
}