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

23 lines
811 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-09-28 00:03:28 +00:00
"already_configured": "Device is already configured"
},
"error": {
2020-09-28 00:03:28 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
2021-05-12 00:04:03 +00:00
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
2020-09-28 00:03:28 +00:00
"api_key": "API Key",
"url": "URL"
},
2021-09-09 00:11:32 +00:00
"description": "- URL: the address of your nightscout instance. I.e.: https://myhomeassistant.duckdns.org:5423\n- API Key (optional): Only use if your instance is protected (auth_default_roles != readable).",
"title": "Enter your Nightscout server information."
}
}
}
}