mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (1074 of 1074 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (469 of 469 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (790 of 790 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/config-cameras/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/views-settings
This commit is contained in:
parent
db11504812
commit
aa365d7456
@ -127,7 +127,7 @@
|
|||||||
},
|
},
|
||||||
"classifier": {
|
"classifier": {
|
||||||
"label": "开启视觉分类器",
|
"label": "开启视觉分类器",
|
||||||
"description": "使用视觉分类器,即使检测框有轻微抖动,也能准确判断物体是真的静止。"
|
"description": "使用视觉分类器,即使检测框有轻微抖动,也能准确判断物体是否为静止。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"annotation_offset": {
|
"annotation_offset": {
|
||||||
@ -388,19 +388,19 @@
|
|||||||
"label": "原始遮罩"
|
"label": "原始遮罩"
|
||||||
},
|
},
|
||||||
"genai": {
|
"genai": {
|
||||||
"label": "GenAI 目标配置",
|
"label": "生成式 AI 目标配置",
|
||||||
"description": "用于描述追踪目标和发送帧进行生成的 GenAI 选项。",
|
"description": "用于发送画面给生成式 AI 进行生成和描述追踪目标的选项。",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "开启 GenAI",
|
"label": "开启生成式 AI",
|
||||||
"description": "默认启用 GenAI 生成追踪目标的描述。"
|
"description": "默认开启生成式 AI 生成追踪目标的描述。"
|
||||||
},
|
},
|
||||||
"use_snapshot": {
|
"use_snapshot": {
|
||||||
"label": "使用快照",
|
"label": "使用快照",
|
||||||
"description": "使用目标快照而不是缩略图进行 GenAI 描述生成。"
|
"description": "使用目标快照而不是缩略图给生成式 AI 进行描述生成。"
|
||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"label": "字幕提示",
|
"label": "字幕提示",
|
||||||
"description": "使用 GenAI 生成描述时使用的默认提示模板。"
|
"description": "使用生成式 AI 生成描述时使用的默认提示模板。"
|
||||||
},
|
},
|
||||||
"object_prompts": {
|
"object_prompts": {
|
||||||
"label": "目标提示",
|
"label": "目标提示",
|
||||||
@ -520,7 +520,7 @@
|
|||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"label": "预览配置",
|
"label": "预览配置",
|
||||||
"description": "控制 UI 中显示的录像预览质量的设置。",
|
"description": "控制界面中显示的录像预览质量的设置。",
|
||||||
"quality": {
|
"quality": {
|
||||||
"label": "预览质量",
|
"label": "预览质量",
|
||||||
"description": "预览质量级别(very_low、low、medium、high、very_high)。"
|
"description": "预览质量级别(very_low、low、medium、high、very_high)。"
|
||||||
@ -622,7 +622,7 @@
|
|||||||
"description": "描述什么是和什么不是可疑活动的自定义提示,为 GenAI 摘要提供上下文。"
|
"description": "描述什么是和什么不是可疑活动的自定义提示,为 GenAI 摘要提供上下文。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "控制此摄像头的警报、检测和 GenAI 核查摘要的设置,用于 UI 和存储。"
|
"description": "控制此摄像头的警报、检测和生成式 AI 核查总结的设置,这些设置会被界面与存储功能使用。"
|
||||||
},
|
},
|
||||||
"snapshots": {
|
"snapshots": {
|
||||||
"label": "快照",
|
"label": "快照",
|
||||||
@ -841,7 +841,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"label": "摄像头 UI",
|
"label": "摄像头页面",
|
||||||
"description": "此摄像头在 UI 中的显示顺序和可见性。顺序影响默认仪表板。如需更精细的控制,请使用摄像头组。",
|
"description": "此摄像头在 UI 中的显示顺序和可见性。顺序影响默认仪表板。如需更精细的控制,请使用摄像头组。",
|
||||||
"order": {
|
"order": {
|
||||||
"label": "UI 顺序",
|
"label": "UI 顺序",
|
||||||
|
|||||||
@ -231,7 +231,7 @@
|
|||||||
},
|
},
|
||||||
"classifier": {
|
"classifier": {
|
||||||
"label": "开启视觉分类器",
|
"label": "开启视觉分类器",
|
||||||
"description": "使用视觉分类器,即使检测框有轻微抖动,也能准确判断物体是真的静止。"
|
"description": "使用视觉分类器,即使检测框有轻微抖动,也能准确判断物体是否为静止。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"annotation_offset": {
|
"annotation_offset": {
|
||||||
@ -1474,7 +1474,7 @@
|
|||||||
},
|
},
|
||||||
"roles": {
|
"roles": {
|
||||||
"label": "功能",
|
"label": "功能",
|
||||||
"description": "生成式 AI 功能(工具、视觉、嵌入);每个功能单独一个提供商。"
|
"description": "生成式 AI 功能(对话、描述、嵌入);每个功能单独一个提供商。"
|
||||||
},
|
},
|
||||||
"provider_options": {
|
"provider_options": {
|
||||||
"label": "提供商选项",
|
"label": "提供商选项",
|
||||||
@ -1606,19 +1606,19 @@
|
|||||||
"label": "原始遮罩"
|
"label": "原始遮罩"
|
||||||
},
|
},
|
||||||
"genai": {
|
"genai": {
|
||||||
"label": "GenAI 目标配置",
|
"label": "生成式 AI 目标配置",
|
||||||
"description": "用于描述追踪目标和发送帧进行生成的 GenAI 选项。",
|
"description": "用于发送画面给生成式 AI 进行生成和描述追踪目标的选项。",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "开启 GenAI",
|
"label": "开启生成式 AI",
|
||||||
"description": "默认启用 GenAI 生成追踪目标的描述。"
|
"description": "默认开启生成式 AI 生成追踪目标的描述。"
|
||||||
},
|
},
|
||||||
"use_snapshot": {
|
"use_snapshot": {
|
||||||
"label": "使用快照",
|
"label": "使用快照",
|
||||||
"description": "使用目标快照而不是缩略图进行 GenAI 描述生成。"
|
"description": "使用目标快照而不是缩略图给生成式 AI 进行描述生成。"
|
||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"label": "字幕提示",
|
"label": "字幕提示",
|
||||||
"description": "使用 GenAI 生成描述时使用的默认提示模板。"
|
"description": "使用生成式 AI 生成描述时使用的默认提示模板。"
|
||||||
},
|
},
|
||||||
"object_prompts": {
|
"object_prompts": {
|
||||||
"label": "目标提示",
|
"label": "目标提示",
|
||||||
@ -1739,7 +1739,7 @@
|
|||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"label": "预览配置",
|
"label": "预览配置",
|
||||||
"description": "控制 UI 中显示的录像预览质量的设置。",
|
"description": "控制界面中显示的录像预览质量的设置。",
|
||||||
"quality": {
|
"quality": {
|
||||||
"label": "预览质量",
|
"label": "预览质量",
|
||||||
"description": "预览质量级别(very_low、low、medium、high、very_high)。"
|
"description": "预览质量级别(very_low、low、medium、high、very_high)。"
|
||||||
|
|||||||
@ -358,7 +358,8 @@
|
|||||||
"object_mask": "目标遮罩"
|
"object_mask": "目标遮罩"
|
||||||
},
|
},
|
||||||
"revertOverride": {
|
"revertOverride": {
|
||||||
"title": "恢复为默认配置"
|
"title": "恢复为默认配置",
|
||||||
|
"desc": "这将移除针对 {{type}} <em>{{name}}</em> 的配置覆盖,并恢复为基础配置。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"speed": {
|
"speed": {
|
||||||
@ -1161,7 +1162,7 @@
|
|||||||
},
|
},
|
||||||
"testStream": "测试连接",
|
"testStream": "测试连接",
|
||||||
"testSuccess": "视频流测试成功!",
|
"testSuccess": "视频流测试成功!",
|
||||||
"testFailed": "视频流测试失败",
|
"testFailed": "连接测试失败,请检查您的输入后重试。",
|
||||||
"testFailedTitle": "测试失败",
|
"testFailedTitle": "测试失败",
|
||||||
"connected": "已连接",
|
"connected": "已连接",
|
||||||
"notConnected": "未连接",
|
"notConnected": "未连接",
|
||||||
@ -1493,7 +1494,7 @@
|
|||||||
"tls": "TLS",
|
"tls": "TLS",
|
||||||
"proxy": "代理",
|
"proxy": "代理",
|
||||||
"go2rtc": "go2rtc",
|
"go2rtc": "go2rtc",
|
||||||
"ffmpeg": "FFmpeg",
|
"ffmpeg": "FFmpeg 编解码",
|
||||||
"detectors": "检测器",
|
"detectors": "检测器",
|
||||||
"genai": "生成式 AI",
|
"genai": "生成式 AI",
|
||||||
"face_recognition": "人脸识别",
|
"face_recognition": "人脸识别",
|
||||||
@ -1519,7 +1520,7 @@
|
|||||||
"remove": "移除"
|
"remove": "移除"
|
||||||
},
|
},
|
||||||
"roleMap": {
|
"roleMap": {
|
||||||
"empty": "未配置角色映射。",
|
"empty": "未配置权限组映射",
|
||||||
"addMapping": "添加角色映射",
|
"addMapping": "添加角色映射",
|
||||||
"roleLabel": "角色",
|
"roleLabel": "角色",
|
||||||
"groupsLabel": "用户组",
|
"groupsLabel": "用户组",
|
||||||
@ -1655,7 +1656,12 @@
|
|||||||
"summary": "已选择 {{count}} 个标签",
|
"summary": "已选择 {{count}} 个标签",
|
||||||
"empty": "暂无可用标签"
|
"empty": "暂无可用标签"
|
||||||
},
|
},
|
||||||
"addCustomLabel": "添加自定义标签…"
|
"addCustomLabel": "添加自定义标签…",
|
||||||
|
"genaiModel": {
|
||||||
|
"placeholder": "选择模型…",
|
||||||
|
"search": "搜索模型…",
|
||||||
|
"noModels": "暂无模型"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"cameraConfig": {
|
"cameraConfig": {
|
||||||
"title": "摄像头配置",
|
"title": "摄像头配置",
|
||||||
@ -1795,7 +1801,7 @@
|
|||||||
"deleteSection": "删除节点覆盖",
|
"deleteSection": "删除节点覆盖",
|
||||||
"deleteSectionConfirm": "是否要移除摄像机 {{camera}} 上针对配置文件 {{profile}} 的 {{section}} 覆盖设置?",
|
"deleteSectionConfirm": "是否要移除摄像机 {{camera}} 上针对配置文件 {{profile}} 的 {{section}} 覆盖设置?",
|
||||||
"deleteSectionSuccess": "已移除 {{profile}} 的 {{section}} 覆盖设置",
|
"deleteSectionSuccess": "已移除 {{profile}} 的 {{section}} 覆盖设置",
|
||||||
"enableSwitch": "开启配置文件",
|
"enableSwitch": "开启配置模板",
|
||||||
"enabledDescription": "配置文件功能已启用。请在下方创建新的配置文件,进入摄像头配置页面进行修改并保存,修改即可生效。",
|
"enabledDescription": "配置文件功能已启用。请在下方创建新的配置文件,进入摄像头配置页面进行修改并保存,修改即可生效。",
|
||||||
"disabledDescription": "配置文件功能可以让你创建一组带名称的摄像头自定义参数(比如布防、离家、夜间模式),并随时切换启用。"
|
"disabledDescription": "配置文件功能可以让你创建一组带名称的摄像头自定义参数(比如布防、离家、夜间模式),并随时切换启用。"
|
||||||
},
|
},
|
||||||
@ -1884,7 +1890,8 @@
|
|||||||
"detectDisabled": "目标检测已禁用。快照是根据追踪到的目标生成的,因此将不会创建快照。"
|
"detectDisabled": "目标检测已禁用。快照是根据追踪到的目标生成的,因此将不会创建快照。"
|
||||||
},
|
},
|
||||||
"detectors": {
|
"detectors": {
|
||||||
"mixedTypes": "所有检测器必须为同一类型。若要更换为其他类型,请先移除现有的检测器。"
|
"mixedTypes": "所有检测器必须为同一类型。若要更换为其他类型,请先移除现有的检测器。",
|
||||||
|
"mixedTypesSuggestion": "所有检测器必须使用相同类型。请移除现有检测器,或选择 {{type}}。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user