home-automation-home-assistant/custom_components/reolink_dev/translations/en.json
2021-08-28 21:21:19 +02:00

54 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "This camera is already configured"
},
"error": {
"cannot_connect": "Failed to connect with the camera",
"invalid_auth": "Invalid username or password",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port",
"username": "Username",
"password": "Password"
}
},
"nvr": {
"data": {
"channel": "Channel"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"protocol": "Protocol",
"stream": "Stream",
"timeout": "Timeout (seconds)",
"motion_off_delay": "Motion sensor off delay (seconds)",
"playback_months": "Playback range (months)",
"playback_thumbnails": "Create thumbnails for playback items",
"playback_thumbnail_path": "Custom thumbnail path"
}
}
}
},
"device_automation": {
"trigger_type": {
"new_vod": "New motion video detected"
},
"action_type": {
"capture_vod_thumbnail": "Save snapshot as motion thumbnail"
},
"condition_type": {
"vod_no_thumbnail": "Latest motion video has no thumbnail",
"vod_has_thumbnail": "Latest motion video has a thumbnail"
}
}
}