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

23 lines
660 B
JSON

{
"config": {
"abort": {
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"flow_title": "{device} ({ip_address})",
"step": {
"user": {
"data": {
"ip_address": "IP Address",
"password": "Password",
"username": "Username"
},
"description": "Provide requisite information below.",
"title": "Setup Gogogate2 or ismartgate"
}
}
}
}