52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured_account": "Account is already configured",
|
|
"ezviz_cloud_account_missing": "EZVIZ cloud account missing. Please reconfigure EZVIZ cloud account",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"invalid_host": "Invalid hostname or IP address"
|
|
},
|
|
"flow_title": "{serial}",
|
|
"step": {
|
|
"confirm": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
},
|
|
"description": "Enter RTSP credentials for EZVIZ camera {serial} with IP {ip_address}",
|
|
"title": "Discovered EZVIZ Camera"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"url": "URL",
|
|
"username": "Username"
|
|
},
|
|
"title": "Connect to EZVIZ Cloud"
|
|
},
|
|
"user_custom_url": {
|
|
"data": {
|
|
"password": "Password",
|
|
"url": "URL",
|
|
"username": "Username"
|
|
},
|
|
"description": "Manually specify your region URL",
|
|
"title": "Connect to custom EZVIZ URL"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras",
|
|
"timeout": "Request Timeout (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |