diff --git a/web/public/locales/zh-CN/common.json b/web/public/locales/zh-CN/common.json index 0da7064b1..aa2d9a825 100644 --- a/web/public/locales/zh-CN/common.json +++ b/web/public/locales/zh-CN/common.json @@ -76,6 +76,7 @@ "button": { "apply": "应用", "reset": "重置", + "done": "完成", "enabled": "启用", "enable": "启用", "disabled": "禁用", @@ -104,7 +105,8 @@ "play": "播放", "unselect": "取消选择", "export": "导出", - "deleteNow": "立即删除" + "deleteNow": "立即删除", + "next": "下一个" }, "menu": { "system": "系统", diff --git a/web/public/locales/zh-CN/views/faceLibrary.json b/web/public/locales/zh-CN/views/faceLibrary.json index 72b3cba3d..e8a86a446 100644 --- a/web/public/locales/zh-CN/views/faceLibrary.json +++ b/web/public/locales/zh-CN/views/faceLibrary.json @@ -1,4 +1,7 @@ { + "description": { + "addFace": "我们将指导如何将新面孔添加到人脸库中。" + }, "documentTitle": "人脸库 - Frigate", "uploadFaceImage": { "title": "上传人脸图片", @@ -6,7 +9,8 @@ }, "createFaceLibrary": { "title": "创建人脸库", - "desc": "创建一个新的人脸库" + "desc": "创建一个新的人脸库", + "nextSteps": "建议使用“训练”选项卡为每个检测到的人选择并训练图像。在打好基础前,强烈建议训练仅使用正面图像。而不是从摄像机中识别到的角度拍摄的人脸图像。" }, "train": { "title": "训练", @@ -19,13 +23,14 @@ "uploadImage": "上传图片", "reprocessFace": "重新处理人脸" }, + "readTheDocs": "阅读文档查看更多有关为人脸库优化图像的详细信息", "trainFaceAs": "将人脸训练为:", "trainFaceAsPerson": "将人脸训练为人物", "toast": { "success": { "uploadedImage": "图片上传成功。", - "addFaceLibrary": "人脸库添加成功。", + "addFaceLibrary": "{{name}} 成功添加至人脸库。", "deletedFace": "人脸删除成功。", "trainedFace": "人脸训练成功。", "updatedFaceScore": "人脸分数更新成功。" diff --git a/web/public/locales/zh-CN/views/settings.json b/web/public/locales/zh-CN/views/settings.json index 8fcfb869e..707e6c9f0 100644 --- a/web/public/locales/zh-CN/views/settings.json +++ b/web/public/locales/zh-CN/views/settings.json @@ -25,6 +25,10 @@ "users": "用户", "notifications": "通知" }, + "cameraSetting": { + "camera": "相机", + "noCamera": "没有相机" + }, "general": { "title": "常规设置", "liveDashboard": { @@ -512,8 +516,35 @@ } } }, - "cameraSetting": { - "camera": "相机", - "noCamera": "没有相机" + "frigatePlus": { + "title": "Frigate+ 设置", + "apiKey": { + "title": "Frigate+ API 密钥", + "validated": "Frigate+ API 密钥已检测并验证通过", + "notValidated": "未检测到 Frigate+ API 密钥或验证未通过", + "desc": "Frigate+ API 密钥用于启用与 Frigate+ 服务的集成。", + "plusLink": "了解更多关于 Frigate+" + }, + "snapshotConfig": { + "title": "快照配置", + "desc": "提交到 Frigate+ 需要同时在配置中启用快照和 clean_copy 快照。", + "documentation": "阅读文档", + "cleanCopyWarning": "部分摄像头已启用快照但未启用 clean_copy。您需要在快照配置中启用 clean_copy,才能将这些摄像头的图像提交到 Frigate+。", + "table": { + "camera": "摄像头", + "snapshots": "快照", + "cleanCopySnapshots": "clean_copy 快照" + } + }, + "modelInfo": { + "title": "模型信息", + "modelType": "模型类型", + "trainDate": "训练日期", + "baseModel": "基础模型", + "supportedDetectors": "支持的检测器", + "cameras": "摄像头", + "loading": "正在加载模型信息...", + "error": "加载模型信息失败" + } } }