diff --git a/web/public/locales/zh-CN/common.json b/web/public/locales/zh-CN/common.json
index 883984507..dd6d34fa2 100644
--- a/web/public/locales/zh-CN/common.json
+++ b/web/public/locales/zh-CN/common.json
@@ -71,12 +71,20 @@
"formattedTimestampFilename": {
"12hour": "yy年MM月dd日 ah时mm分ss秒",
"24hour": "yy年MM月dd日 HH时mm分ss秒"
+ },
+ "formattedTimestampMonthDayYear": {
+ "12hour": "yy年MM月dd日",
+ "24hour": "yy年MM月dd日"
}
},
"unit": {
"speed": {
"mph": "英里/小时",
"kph": "公里/小时"
+ },
+ "length": {
+ "feet": "英尺",
+ "meters": "米"
}
},
"label": {
@@ -171,7 +179,8 @@
"sk": "斯拉夫语 (Slovenčina)",
"ru": "俄语 (Русский)",
"cs": "捷克语 (Čeština)",
- "yue": "粤语 (粵語)"
+ "yue": "粤语 (粵語)",
+ "th": "泰语(ไทย)"
},
"appearance": "外观",
"darkMode": {
diff --git a/web/public/locales/zh-CN/components/camera.json b/web/public/locales/zh-CN/components/camera.json
index 982c74b30..fb1390d46 100644
--- a/web/public/locales/zh-CN/components/camera.json
+++ b/web/public/locales/zh-CN/components/camera.json
@@ -36,7 +36,7 @@
"audio": {
"tips": {
"title": "音频必须从您的摄像头输出并在 go2rtc 中配置此流。",
- "document": "阅读文档(英文) "
+ "document": "阅读文档 "
}
},
"streamMethod": {
@@ -57,12 +57,15 @@
"warning": "持续视频流可能会导致高带宽使用和性能问题,请谨慎使用。"
}
}
- }
+ },
+ "placeholder": "选择视频流传输方式"
},
"compatibilityMode": {
"label": "兼容模式",
"desc": "仅在摄像头的实时视频流显示颜色伪影,并且图像右侧有一条对角线时启用此选项。"
- }
+ },
+ "stream": "视频流",
+ "placeholder": "选择视频流"
}
}
},
diff --git a/web/public/locales/zh-CN/components/dialog.json b/web/public/locales/zh-CN/components/dialog.json
index 6a1631c35..e7670d1e6 100644
--- a/web/public/locales/zh-CN/components/dialog.json
+++ b/web/public/locales/zh-CN/components/dialog.json
@@ -77,7 +77,7 @@
"disabled": "此摄像头未启用视频流转发功能。",
"desc": {
"title": "为此摄像头设置 go2rtc,以获取额外的实时预览选项和音频支持。",
- "readTheDocumentation": "阅读文档(英文)"
+ "readTheDocumentation": "阅读文档"
}
},
"showStats": {
@@ -105,6 +105,10 @@
"title": "确认删除",
"desc": {
"selected": "你确定要删除与此核查项相关的所有录制视频吗?
提示:按住 Shift 键点击删除可跳过此对话框。"
+ },
+ "toast": {
+ "success": "已删除与所选核查项关联的视频片段。",
+ "error": "删除失败:{{error}}"
}
},
"button": {
diff --git a/web/public/locales/zh-CN/components/filter.json b/web/public/locales/zh-CN/components/filter.json
index e8c9d57bc..4a87b2da0 100644
--- a/web/public/locales/zh-CN/components/filter.json
+++ b/web/public/locales/zh-CN/components/filter.json
@@ -21,7 +21,8 @@
"all": {
"title": "所有日期",
"short": "日期"
- }
+ },
+ "selectPreset": "选择预定时间…"
},
"more": "更多筛选项",
"reset": {
diff --git a/web/public/locales/zh-CN/views/configEditor.json b/web/public/locales/zh-CN/views/configEditor.json
index d3b858308..79e9b398c 100644
--- a/web/public/locales/zh-CN/views/configEditor.json
+++ b/web/public/locales/zh-CN/views/configEditor.json
@@ -11,5 +11,6 @@
"error": {
"savingError": "保存配置时出错"
}
- }
+ },
+ "confirm": "是否退出并不保存?"
}
diff --git a/web/public/locales/zh-CN/views/events.json b/web/public/locales/zh-CN/views/events.json
index 64ec7199e..b7cefb7e8 100644
--- a/web/public/locales/zh-CN/views/events.json
+++ b/web/public/locales/zh-CN/views/events.json
@@ -35,5 +35,5 @@
"selected": "已选择 {{count}} 个",
"selected_one": "已选择 {{count}} 个",
"selected_other": "已选择 {{count}} 个",
- "detected": "检测"
+ "detected": "已检测"
}
diff --git a/web/public/locales/zh-CN/views/explore.json b/web/public/locales/zh-CN/views/explore.json
index 0cfbee18e..2552f552a 100644
--- a/web/public/locales/zh-CN/views/explore.json
+++ b/web/public/locales/zh-CN/views/explore.json
@@ -24,7 +24,7 @@
},
"tips": {
"context": "模型下载完成后,您可能需要重新索引跟踪对象的嵌入。",
- "documentation": "阅读文档(英文)"
+ "documentation": "阅读文档"
},
"error": "发生错误。请检查Frigate日志。"
}
@@ -70,15 +70,20 @@
"offset": {
"label": "标注偏移",
"desc": "这些数据来自摄像头的检测源,但是叠加在录制源的图像上。这两个流不太可能完全同步。因此,边界框和录像不会完全对齐。但是,可以使用 annotation_offset
字段来调整这个问题。",
- "documentation": "阅读文档(英文) ",
+ "documentation": "阅读文档 ",
"millisecondsToOffset": "检测标注的偏移毫秒数。默认值:0",
- "tips": "提示:假设有一个人从左向右走的事件片段。如果事件时间线上的边界框始终在人的左侧,则应该减小该值。同样,如果一个人从左向右走,而边界框始终在人的前面,则应该增加该值。"
+ "tips": "提示:假设有一个人从左向右走的事件片段。如果事件时间线上的边界框始终在人的左侧,则应该减小该值。同样,如果一个人从左向右走,而边界框始终在人的前面,则应该增加该值。",
+ "toast": {
+ "success": "{{camera}} 的标注偏移量已成功保存至配置文件。请重启Frigate生效。"
+ }
}
},
"carousel": {
"previous": "上一张",
"next": "下一张"
- }
+ },
+ "count": "第 {{first}} 个,共 {{second}} 个",
+ "trackedPoint": "追踪点"
},
"details": {
"item": {
@@ -195,5 +200,6 @@
}
},
"tooltip": "与 {{type}} 匹配度为 {{confidence}}%"
- }
+ },
+ "exploreMore": "浏览更多 {{label}} 对象"
}
diff --git a/web/public/locales/zh-CN/views/faceLibrary.json b/web/public/locales/zh-CN/views/faceLibrary.json
index 951ee6076..7fb906bcd 100644
--- a/web/public/locales/zh-CN/views/faceLibrary.json
+++ b/web/public/locales/zh-CN/views/faceLibrary.json
@@ -1,7 +1,8 @@
{
"description": {
"addFace": "我们将引导你如何向人脸库中添加新的特征库。",
- "placeholder": "请输入此特征库的名称"
+ "placeholder": "请输入此特征库的名称",
+ "invalidName": "名称无效。名称只能包含字母、数字、空格、撇号、下划线和连字符。"
},
"details": {
"person": "人",
@@ -26,7 +27,8 @@
},
"train": {
"title": "训练",
- "aria": "选择训练"
+ "aria": "选择训练",
+ "empty": "近期未检测到人脸识别操作"
},
"selectItem": "选择 {{item}}",
"selectFace": "选择人脸",
@@ -35,7 +37,7 @@
"desc": "确定要删除特征库 {{name}} 吗?此操作将永久删除所有关联的人脸特征数据。"
},
"button": {
- "deleteFaceAttempts": "尝试删除人脸",
+ "deleteFaceAttempts": "删除人脸",
"addFace": "添加人脸",
"uploadImage": "上传图片",
"reprocessFace": "重新处理人脸",
@@ -76,11 +78,20 @@
"steps": {
"faceName": "输入人脸姓名",
"uploadFace": "上传人脸照片",
- "nextSteps": "下一步"
+ "nextSteps": "下一步",
+ "description": {
+ "uploadFace": "上传一张{{name}}的正面人脸照片。图片无需裁剪为仅显示面部。"
+ }
},
"renameFace": {
"desc": "为 {{name}} 输入新的名称",
"title": "重命名人脸"
},
- "collections": "特征库"
+ "collections": "特征库",
+ "deleteFaceAttempts": {
+ "desc_other": "你确定要删除 {{count}} 张人脸数据吗?此操作不可撤销。",
+ "title": "删除人脸"
+ },
+ "pixels": "{{area}} 像素",
+ "nofaces": "没有可用的人脸"
}
diff --git a/web/public/locales/zh-CN/views/search.json b/web/public/locales/zh-CN/views/search.json
index 2f1bdf7ad..8845379b6 100644
--- a/web/public/locales/zh-CN/views/search.json
+++ b/web/public/locales/zh-CN/views/search.json
@@ -43,7 +43,7 @@
}
},
"tips": {
- "title": "如何使用文本筛选器(英文)",
+ "title": "如何使用文本筛选器",
"desc": {
"text": "筛选器可帮助您缩小搜索范围。注意,目前还暂不支持中文搜索。以下是在输入字段中使用筛选器的方法:",
"step": "
https://…
)。这是浏览器的限制。请通过安全方式访问 Frigate 以使用通知功能。",
- "documentation": "阅读文档(英文)"
+ "documentation": "阅读文档"
},
"email": {
"title": "电子邮箱",
@@ -545,7 +567,9 @@
"error": {
"registerFailed": "通知注册失败。"
}
- }
+ },
+ "unsavedRegistrations": "未保存通知注册",
+ "unsavedChanges": "未保存通知设置更改"
},
"frigatePlus": {
"title": "Frigate+ 设置",
@@ -589,6 +613,69 @@
"success": "Frigate+ 设置已保存。请重启 Frigate 以应用更改。",
"error": "配置更改保存失败:{{errorMessage}}"
},
- "restart_required": "需要重启(Frigate+模型已修改)"
+ "restart_required": "需要重启(Frigate+模型已修改)",
+ "unsavedChanges": "未保存Frigate+变更设置"
+ },
+ "enrichments": {
+ "title": "增强功能设置",
+ "birdClassification": {
+ "desc": "鸟类分类通过量化的TensorFlow模型识别已知鸟类。当识别到已知鸟类时,其通用名称将作为子标签(sub_label)添加。此信息包含在用户界面、筛选器以及通知中。",
+ "title": "鸟类分类"
+ },
+ "semanticSearch": {
+ "reindexNow": {
+ "desc": "重建索引将为所有跟踪对象重新生成特征向量。该过程将在后台运行,可能会使CPU满载,所需时间取决于跟踪对象的数量。",
+ "label": "立即重建索引",
+ "confirmTitle": "确认重建索引",
+ "confirmDesc": "确定要为所有跟踪对象重建特征向量索引吗?此过程将在后台运行,但可能会导致CPU满载并耗费较长时间。您可以在 浏览 页面查看进度。",
+ "confirmButton": "重建索引",
+ "success": "重建索引已成功启动。",
+ "alreadyInProgress": "重建索引已在执行中。",
+ "error": "启动重建索引失败:{{errorMessage}}"
+ },
+ "modelSize": {
+ "label": "模型大小",
+ "desc": "用于语义搜索的语言模型大小。",
+ "small": {
+ "title": "小",
+ "desc": "使用 小模型。该模型将使用较少的内存,在CPU上也能较快的运行。质量较好。"
+ },
+ "large": {
+ "title": "大",
+ "desc": "使用 大模型。该模型采用了完整的Jina模型,并在适用的情况下使用GPU。"
+ }
+ },
+ "title": "分类搜索",
+ "desc": "Frigate中的语义搜索功能允许您通过使用图像本身、用户自定义的文本描述,或自动生成的文本描述等方式在核查项目中查找被追踪对象。",
+ "readTheDocumentation": "阅读文档"
+ },
+ "licensePlateRecognition": {
+ "desc": "Frigate 可以识别车辆的车牌,并自动将检测到的字符添加到 recognized_license_plate 字段中,或将已知名称作为子标签添加到汽车类型的对象中。常见的使用场景可能是读取驶入车道的汽车车牌或经过街道的汽车车牌。",
+ "title": "车牌识别",
+ "readTheDocumentation": "阅读文档"
+ },
+ "faceRecognition": {
+ "desc": "人脸识别功能允许为人物分配名称,当识别到他们的面孔时,Frigate 会将人物的名字作为子标签进行分配。这些信息会显示在界面、过滤器以及通知中。",
+ "title": "人脸识别",
+ "readTheDocumentation": "阅读文档",
+ "modelSize": {
+ "label": "模型大小",
+ "desc": "用于人脸识别的模型大小。",
+ "small": {
+ "title": "小",
+ "desc": "使用小模型将采用FaceNet人脸特征提取模型,可在大多数CPU上高效运行。"
+ },
+ "large": {
+ "title": "大",
+ "desc": "使用大模型将采用ArcFace人脸特征提取模型,若条件允许将自动使用GPU运行。"
+ }
+ }
+ },
+ "toast": {
+ "success": "增强功能设置已保存。请重启 Frigate 以应用更改。",
+ "error": "配置更改保存失败:{{errorMessage}}"
+ },
+ "unsavedChanges": "增强功能设置未保存",
+ "restart_required": "需要重启(增强功能设置已保存)"
}
}
diff --git a/web/public/locales/zh-CN/views/system.json b/web/public/locales/zh-CN/views/system.json
index 9c581c891..e8c9f1495 100644
--- a/web/public/locales/zh-CN/views/system.json
+++ b/web/public/locales/zh-CN/views/system.json
@@ -121,7 +121,8 @@
"error": "错误:{{error}}",
"tips": {
"title": "摄像头信息"
- }
+ },
+ "aspectRatio": "宽高比"
},
"framesAndDetections": "帧数/检测次数",
"label": {