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

23 lines
660 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
"abort": {
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"flow_title": "{device} ({ip_address})",
2020-05-17 00:02:56 +00:00
"step": {
"user": {
"data": {
"ip_address": "IP Address",
"password": "Password",
"username": "Username"
},
2020-07-03 00:03:38 +00:00
"description": "Provide requisite information below.",
"title": "Setup Gogogate2 or ismartgate"
2020-05-17 00:02:56 +00:00
}
}
}
}