mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
Currently translated at 100.0% (352 of 352 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (115 of 115 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (114 of 114 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (352 of 352 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (115 of 115 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (24 of 24 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (8 of 8 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (66 of 66 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: GuoQing Liu <842607283@qq.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hans/ Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
87 lines
3.0 KiB
JSON
87 lines
3.0 KiB
JSON
{
|
|
"group": {
|
|
"label": "摄像头组",
|
|
"add": "添加摄像头组",
|
|
"edit": "编辑摄像头组",
|
|
"delete": {
|
|
"label": "删除摄像头组",
|
|
"confirm": {
|
|
"title": "确认删除",
|
|
"desc": "你确定要删除摄像头组 <em>{{name}}</em> 吗?"
|
|
}
|
|
},
|
|
"name": {
|
|
"label": "名称",
|
|
"placeholder": "请输入名称…",
|
|
"errorMessage": {
|
|
"mustLeastCharacters": "摄像头组的名称必须至少有 2 个字符。",
|
|
"exists": "摄像头组名称已存在。",
|
|
"nameMustNotPeriod": "摄像头组名称不能包含英文句号(.)。",
|
|
"invalid": "无效的摄像头组名称。"
|
|
}
|
|
},
|
|
"cameras": {
|
|
"label": "摄像头",
|
|
"desc": "选择添加至该组的摄像头。"
|
|
},
|
|
"icon": "图标",
|
|
"success": "摄像头组({{name}})保存成功。",
|
|
"camera": {
|
|
"setting": {
|
|
"label": "摄像头视频流设置",
|
|
"title": "{{cameraName}} 视频流设置",
|
|
"desc": "更改此摄像头组仪表板的实时视频流选项。<em>这些设置特定于设备/浏览器。</em>",
|
|
"audioIsAvailable": "此视频流支持音频",
|
|
"audioIsUnavailable": "此视频流不支持音频",
|
|
"audio": {
|
|
"tips": {
|
|
"title": "音频必须从您的摄像头输出并在 go2rtc 中配置此流。",
|
|
"document": "阅读文档 "
|
|
}
|
|
},
|
|
"streamMethod": {
|
|
"label": "视频流方法",
|
|
"method": {
|
|
"noStreaming": {
|
|
"label": "无视频流",
|
|
"desc": "摄像头图像每分钟仅更新一次,不会进行实时视频流播放。"
|
|
},
|
|
"smartStreaming": {
|
|
"label": "智能视频流(推荐)",
|
|
"desc": "智能视频流在没有检测到活动时,每分钟更新一次摄像头图像,以节省带宽和资源。当检测到活动时,图像会无缝切换到实时视频流。"
|
|
},
|
|
"continuousStreaming": {
|
|
"label": "持续视频流",
|
|
"desc": {
|
|
"title": "当摄像头画面在仪表板上可见时,始终为实时视频流,即使未检测到活动。",
|
|
"warning": "持续视频流可能会导致高带宽使用和性能问题,请谨慎使用。"
|
|
}
|
|
}
|
|
},
|
|
"placeholder": "选择视频流传输方式"
|
|
},
|
|
"compatibilityMode": {
|
|
"label": "兼容模式",
|
|
"desc": "仅在摄像头的实时视频流显示颜色伪影,并且图像右侧有一条对角线时启用此选项。"
|
|
},
|
|
"stream": "视频流",
|
|
"placeholder": "选择视频流"
|
|
}
|
|
}
|
|
},
|
|
"debug": {
|
|
"options": {
|
|
"label": "设置",
|
|
"title": "选项",
|
|
"showOptions": "显示选项",
|
|
"hideOptions": "隐藏选项"
|
|
},
|
|
"boundingBox": "边界框",
|
|
"timestamp": "时间戳",
|
|
"zones": "区域",
|
|
"mask": "遮罩",
|
|
"motion": "运动",
|
|
"regions": "区域"
|
|
}
|
|
}
|