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

23 lines
662 B
JSON
Raw Normal View History

{
2020-01-28 00:31:59 +00:00
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_configured": "Account is already configured"
2020-01-28 00:31:59 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-01-28 00:31:59 +00:00
"too_many_requests": "Too many requests, retry later.",
2020-10-04 00:05:05 +00:00
"unknown": "Unexpected error"
2020-01-28 00:31:59 +00:00
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Enter your credentials.",
"title": "Garmin Connect"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-28 00:31:59 +00:00
}