Files
HomeAssistantVS/custom_components/frigate/translations/zh-Hans.json
T

39 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"config": {
"step": {
"user": {
"description": "您用于访问 Frigate 的 URL(例如:`http://frigate:5000/`\n\n如果您正在使用带有插件的 HassOSURL 应该是 `http://ccab4aaf-frigate:5000/`\n\nHome Assistant 需要访问端口 5000API)和 8554/8555RTSPWebRTC)才能使用所有功能。\n\n该集成将设置传感器、摄像头和媒体浏览器功能。\n\n传感器:\n- 监控 Frigate 性能的统计数据\n- 所有区域和摄像头的对象计数\n\n摄像头:\n- 每个摄像头最后检测到的对象图像的摄像头\n- 支持流的摄像头实体\n\n媒体浏览器:\n- 带有缩略图的丰富用户界面,用于浏览事件剪辑\n- 丰富的用户界面,用于按月、日、摄像头、时间浏览全天候录像\n\nAPI:\n- 通知 API,具有用于通知中图像的公共接口",
"data": {
"url": "URL",
"validate_ssl": "验证 SSL",
"username": "用户名(可选)",
"password": "密码(可选)"
}
}
},
"error": {
"cannot_connect": "连接失败",
"invalid_url": "无效的 URL"
},
"abort": {
"already_configured": "设备已配置"
}
},
"options": {
"step": {
"init": {
"data": {
"enable_webrtc": "使用 Frigate 原生 WebRTC 支持",
"rtsp_url_template": "RTSP URL 模板(参见文档)",
"media_browser_enable": "启用媒体浏览器",
"notification_proxy_enable": "启用未经身份验证的通知事件代理",
"notification_proxy_expire_after_seconds": "在指定秒数后禁止未经身份验证的通知访问(0=永不)"
}
}
},
"abort": {
"only_advanced_options": "高级模式已禁用,且只有高级选项可用"
}
}
}