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

23 lines
808 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
"config": {
2019-09-18 00:32:12 +00:00
"abort": {
2020-01-21 00:33:20 +00:00
"authorize_url_timeout": "Timeout generating authorize url.",
2020-04-08 00:08:19 +00:00
"missing_configuration": "The Withings integration is not configured. Please follow the documentation."
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
},
"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": {
"profile": "Profile"
},
"description": "Which profile did you select on the Withings website? It's important the profiles match, otherwise data will be mis-labeled.",
"title": "User 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
}