i18n Settings fixes (#17398)

This commit is contained in:
leccelecce 2025-03-26 23:51:54 +00:00 committed by GitHub
parent 53c8aa25cb
commit a37f804469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

View File

@ -11,9 +11,9 @@
"frigatePlus": "Frigate+ Settings - Frigate"
},
"menu": {
"uiSettings": "UI Settings",
"classificationSettings": "Classification Settings",
"cameraSettings": "Camera Settings",
"ui": "UI",
"classification": "Classification",
"cameras": "Camera Settings",
"masksAndZones": "Masks / Zones",
"motionTuner": "Motion Tuner",
"debug": "Debug",

View File

@ -11,9 +11,9 @@
"frigatePlus": "Frigate+ 设置 - Frigate"
},
"menu": {
"uiSettings": "界面设置",
"classificationSettings": "分类设置",
"cameraSettings": "摄像头设置",
"ui": "界面设置",
"classification": "分类设置",
"cameras": "摄像头设置",
"masksAndZones": "遮罩/ 区域",
"motionTuner": "运动调整器",
"debug": "调试",
@ -109,16 +109,16 @@
"desc": "人脸识别功能允许为人物分配名称当识别到他们的面孔时Frigate 会将人物的名字作为子标签进行分配。这些信息会显示在界面、过滤器以及通知中。",
"readTheDocumentation": "阅读文档(英文)",
"modelSize": {
"label": "模型大小",
"desc": "用于人脸识别的模型尺寸。",
"small": {
"title": "小模型",
"desc": "使用<em>小模型</em>将采用OpenCV的局部二值模式直方图(LBPH)算法可在大多数CPU上高效运行。"
},
"large": {
"title": "大模型",
"desc": "使用<em>大模型</em>将采用ArcFace人脸嵌入模型若适用将自动在GPU上运行。"
}
"label": "模型大小",
"desc": "用于人脸识别的模型尺寸。",
"small": {
"title": "小模型",
"desc": "使用<em>小模型</em>将采用OpenCV的局部二值模式直方图(LBPH)算法可在大多数CPU上高效运行。"
},
"large": {
"title": "大模型",
"desc": "使用<em>大模型</em>将采用ArcFace人脸嵌入模型若适用将自动在GPU上运行。"
}
}
},
"licensePlateRecognition": {
@ -565,8 +565,8 @@
"modelSelect": "您可以在Frigate+上选择可用的模型。请注意,只能选择与当前探测器配置兼容的模型。"
},
"toast": {
"success": "Frigate+ 设置已保存。请重启 Frigate 以应用更改。",
"error": "配置更改保存失败:{{errorMessage}}"
"success": "Frigate+ 设置已保存。请重启 Frigate 以应用更改。",
"error": "配置更改保存失败:{{errorMessage}}"
}
}
}