mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 90.0% (54 of 60 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (111 of 111 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 95.8% (23 of 24 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 98.1% (52 of 53 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/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-system/zh_Hans/ Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-system
This commit is contained in:
parent
57e933e68a
commit
caebc583da
@ -34,5 +34,6 @@
|
||||
"camera": "摄像头",
|
||||
"selected": "已选择 {{count}} 个",
|
||||
"selected_one": "已选择 {{count}} 个",
|
||||
"selected_other": "已选择 {{count}} 个"
|
||||
"selected_other": "已选择 {{count}} 个",
|
||||
"detected": "检测"
|
||||
}
|
||||
|
@ -193,6 +193,7 @@
|
||||
"success": "跟踪对象删除成功。",
|
||||
"error": "删除跟踪对象失败:{{errorMessage}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tooltip": "与 {{type}} 匹配度为 {{confidence}}%"
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,17 @@
|
||||
{
|
||||
"description": {
|
||||
"addFace": "我们将引导你如何向人脸库中添加新的特征集。",
|
||||
"placeholder": "请输入此特征集的名称"
|
||||
"addFace": "我们将引导你如何向人脸库中添加新的特征库。",
|
||||
"placeholder": "请输入此特征库的名称"
|
||||
},
|
||||
"details": {
|
||||
"person": "人",
|
||||
"confidence": "置信度",
|
||||
"face": "人脸详情",
|
||||
"faceDesc": "人脸及相关对象的详细信息",
|
||||
"timestamp": "时间戳"
|
||||
"faceDesc": "生成此人脸特征的跟踪对象详细信息",
|
||||
"timestamp": "时间戳",
|
||||
"subLabelScore": "子标签得分",
|
||||
"scoreInfo": "子标签分数是基于所有识别到的人脸置信度的加权评分,因此可能与快照中显示的分数有所不同。",
|
||||
"unknown": "未知"
|
||||
},
|
||||
"documentTitle": "人脸库 - Frigate",
|
||||
"uploadFaceImage": {
|
||||
@ -78,5 +81,6 @@
|
||||
"renameFace": {
|
||||
"desc": "为 {{name}} 输入新的名称",
|
||||
"title": "重命名人脸"
|
||||
}
|
||||
},
|
||||
"collections": "特征库"
|
||||
}
|
||||
|
@ -129,7 +129,16 @@
|
||||
"detect": "探测",
|
||||
"skipped": "跳过",
|
||||
"ffmpeg": "FFmpeg编码器",
|
||||
"capture": "捕获"
|
||||
"capture": "捕获",
|
||||
"overallFramesPerSecond": "每秒总帧数",
|
||||
"overallDetectionsPerSecond": "每秒总检测数",
|
||||
"overallSkippedDetectionsPerSecond": "每秒跳过检测数",
|
||||
"cameraCapture": "{{camName}} 捕获",
|
||||
"cameraDetect": "{{camName}} 检测",
|
||||
"cameraDetectionsPerSecond": "{{camName}} 每秒检测数",
|
||||
"cameraSkippedDetectionsPerSecond": "{{camName}} 每秒跳过检测数",
|
||||
"cameraFfmpeg": "{{camName}} FFmpeg",
|
||||
"cameraFramesPerSecond": "{{camName}} 每秒帧数"
|
||||
},
|
||||
"toast": {
|
||||
"success": {
|
||||
@ -142,7 +151,7 @@
|
||||
},
|
||||
"lastRefreshed": "最后刷新时间:",
|
||||
"stats": {
|
||||
"ffmpegHighCpuUsage": "{{camera}} 的 FFMPEG CPU 使用率较高({{ffmpegAvg}}%)",
|
||||
"ffmpegHighCpuUsage": "{{camera}} 的 FFmpeg CPU 使用率较高({{ffmpegAvg}}%)",
|
||||
"detectHighCpuUsage": "{{camera}} 的 探测 CPU 使用率较高({{detectAvg}}%)",
|
||||
"healthy": "系统运行正常",
|
||||
"reindexingEmbeddings": "正在重新索引嵌入(已完成 {{processed}}%)",
|
||||
|
Loading…
Reference in New Issue
Block a user