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

34 lines
1004 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"config": "Connection or login error: please check your configuration"
},
"step": {
"user": {
"data": {
"host": "Host (Optional)",
"password": "Password",
"port": "Port (Optional)",
"ssl": "Uses an SSL certificate",
"username": "Username (Optional)"
},
"description": "Default host: {host}\nDefault username: {username}",
"title": "Netgear"
}
}
},
"options": {
"step": {
"init": {
"data": {
"consider_home": "Consider home time (seconds)"
},
"description": "Specify optional settings",
"title": "Netgear"
}
}
}
}