23 lines
664 B
JSON
23 lines
664 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again.",
|
|
"invalid_auth": "Invalid authentication.",
|
|
"too_many_requests": "Too many requests, retry later.",
|
|
"unknown": "Unexpected error."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"description": "Enter your credentials.",
|
|
"title": "Garmin Connect"
|
|
}
|
|
}
|
|
}
|
|
} |