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

46 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"invalid_unique_id": "Impossible to determine a valid unique id for the device",
"no_unique_id": "A device without a valid unique id is already configured. Configuration of multiple instance is not possible"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"pwd_and_ssh": "Only provide password or SSH key file",
"pwd_or_ssh": "Please provide password or SSH key file",
"ssh_not_file": "SSH key file not found",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"mode": "Mode",
"name": "Name",
"password": "Password",
"port": "Port (leave empty for protocol default)",
"protocol": "Communication protocol to use",
"ssh_key": "Path to your SSH key file (instead of password)",
"username": "Username"
},
"description": "Set required parameter to connect to your router",
"title": "AsusWRT"
}
}
},
"options": {
"step": {
"init": {
"data": {
"consider_home": "Seconds to wait before considering a device away",
"dnsmasq": "The location in the router of the dnsmasq.leases files",
"interface": "The interface that you want statistics from (e.g. eth0,eth1 etc)",
"require_ip": "Devices must have IP (for access point mode)",
"track_unknown": "Track unknown / unnamed devices"
},
"title": "AsusWRT Options"
}
}
}
}