Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (1294 of 1294 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (74 of 74 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (808 of 808 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (474 of 474 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (141 of 141 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (239 of 239 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (1294 of 1294 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (109 of 109 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (808 of 808 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (474 of 474 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/common/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/zh_Hans/
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-classificationmodel/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/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/views-classificationmodel
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate
2026-07-26 17:36:43 -05:00
committed by Josh Hawkins
co-authored by GuoQing Liu
parent 5be587787d
commit b9bf0ff0a0
7 changed files with 51 additions and 29 deletions
@@ -178,7 +178,20 @@
"title": "编辑分类模型",
"descriptionState": "编辑此状态分类模型的类别;更改后需要重新训练模型。",
"descriptionObject": "编辑此目标分类模型的目标类型和分类类型。",
"stateClassesInfo": "注意:更改状态类别后需使用更新后的类别重新训练模型。"
"stateClassesInfo": "模型已更新。请重新训练模型以使类别更改生效。",
"enabled": "开启",
"enabledDesc": "运行此模型。禁用后,它将停止运行且不再进行分类。",
"saveAttempts": "保存尝试",
"saveAttemptsDesc": "保存在近期分类记录界面中显示的分类快照数量。",
"motion": "画面变动时运行",
"motionDesc": "检测到配置的裁剪区域内发生移动时,运行分类。",
"interval": "间隔",
"intervalDesc": "定期分类运行之间的间隔秒数。留空则仅在检测到移动时运行。",
"intervalPlaceholder": "无间隔",
"errors": {
"saveAttemptsInvalid": "保存在近期分类记录数量必须是大于或等于 0 的整数",
"intervalInvalid": "间隔必须是大于 0 的整数"
}
},
"tooltip": {
"trainingInProgress": "模型正在训练中",
@@ -188,5 +201,6 @@
},
"none": "无标签",
"reclassifyImageAs": "重新分类图片为:",
"reclassifyImage": "重新分类图片"
"reclassifyImage": "重新分类图片",
"disabled": "关闭"
}
+9 -2
View File
@@ -1655,7 +1655,14 @@
"keyLabel": "键",
"valueLabel": "值",
"keyPlaceholder": "新键名",
"remove": "移除"
"remove": "移除",
"providerNameLabel": "提供商名称",
"providerNamePlaceholder": "例如:openai、deepseek",
"variableNameLabel": "变量名",
"variableNamePlaceholder": "例如:MY_VARIABLE",
"loggerNameLabel": "日志模块名称",
"loggerNamePlaceholder": "例如:frigate.record",
"keyPatternError": "只能使用字母、数字、连字符和下划线(不包含空格)"
},
"roleMap": {
"empty": "未配置权限组映射",
@@ -2174,7 +2181,7 @@
},
"review": {
"imageSource": {
"recordings": "录制文件",
"recordings": "录制",
"previews": "预览"
}
},