Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (55 of 55 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (128 of 128 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (128 of 128 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (92 of 92 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (119 of 119 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/components-dialog/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-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-live/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hans/
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/views-classificationmodel
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate 2025-12-01 18:53:52 +01:00
parent 12dd8570df
commit c9c6dbb581
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
6 changed files with 27 additions and 8 deletions

View File

@ -64,7 +64,8 @@
"failed": "导出失败:{{error}}",
"endTimeMustAfterStartTime": "结束时间必须在开始时间之后",
"noVaildTimeSelected": "未选择有效的时间范围"
}
},
"view": "查看"
},
"fromTimeline": {
"saveExport": "保存导出",

View File

@ -144,7 +144,12 @@
"classifyFailed": "图片分类失败:{{error}}"
},
"generateSuccess": "样本图片生成成功",
"allImagesRequired_other": "请对所有图片进行分类。还有 {{count}} 张图片需要分类。"
"allImagesRequired_other": "请对所有图片进行分类。还有 {{count}} 张图片需要分类。",
"modelCreated": "模型创建成功。请在“最近分类”页面为缺失的状态添加图片,然后训练模型。",
"missingStatesWarning": {
"title": "缺失状态示例",
"description": "你尚未为所有状态选择示例。在所有状态都有图片数据之前,模型将不能训练。继续后,请使用“最近分类”视图为缺少图片的状态分类添加图片,然后再训练模型。"
}
}
},
"deleteModel": {

View File

@ -56,5 +56,8 @@
"clickToSeek": "点击从该时间进行寻找"
},
"zoomIn": "放大",
"zoomOut": "缩小"
"zoomOut": "缩小",
"normalActivity": "正常",
"needsReview": "需要核查",
"securityConcern": "安全隐患"
}

View File

@ -97,14 +97,14 @@
},
"tips": {
"mismatch_other": "检测到 {{count}} 个不可用的目标,并已包含在此核查项中。这些目标可能未达到警报或检测标准,或者已被清理/删除。",
"hasMissingObjects": "如果希望 Frigate 保存 <em>{{objects}}</em> 标签的追踪目标,请调整您的配置"
"hasMissingObjects": "如果希望 Frigate 保存 <em>{{objects}}</em> 标签的追踪目标,请调整您的配置"
},
"toast": {
"success": {
"regenerate": "已向 {{provider}} 请求新的描述。根据提供商的速度,生成新描述可能需要一些时间。",
"updatedSublabel": "成功更新子标签。",
"updatedLPR": "成功更新车牌。",
"audioTranscription": "成功请求音频转录。"
"audioTranscription": "成功请求音频转录。根据你运行 Frigate 的服务器速度,转录可能需要一些时间才能完成。"
},
"error": {
"regenerate": "调用 {{provider}} 生成新描述失败:{{errorMessage}}",
@ -259,7 +259,8 @@
"header": {
"zones": "区",
"ratio": "占比",
"area": "坐标区域"
"area": "坐标区域",
"score": "分数"
}
},
"annotationSettings": {

View File

@ -174,7 +174,11 @@
"noCameras": {
"title": "未设置摄像头",
"description": "准备开始连接摄像头至 Frigate 。",
"buttonText": "添加摄像头"
"buttonText": "添加摄像头",
"restricted": {
"title": "无可用摄像头",
"description": "你没有权限查看此分组中的任何摄像头。"
}
},
"snapshot": {
"takeSnapshot": "下载即时快照",

View File

@ -76,7 +76,12 @@
}
},
"npuMemory": "NPU内存",
"npuUsage": "NPU使用率"
"npuUsage": "NPU使用率",
"intelGpuWarning": {
"title": "Intel GPU 处于警告状态",
"message": "GPU 状态不可用",
"description": "这是 Intel 的 GPU 状态报告工具intel_gpu_top的已知问题该工具会失效并反复返回 GPU 使用率为 0%,即使在硬件加速和目标检测已在 (i)GPU 上正常运行的情况下也是如此,这并不是 Frigate 的 bug。你可以通过重启主机来临时修复该问题并确认 GPU 正常工作。该问题并不会影响性能。"
}
},
"otherProcesses": {
"title": "其他进程",