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

31 lines
831 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "Canary: {name}",
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Connect to Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras",
"timeout": "Request Timeout (seconds)"
}
}
}
}
}