mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (116 of 116 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (425 of 425 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (61 of 61 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 99.1% (121 of 122 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (70 of 70 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (52 of 52 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/components-filter/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-facelibrary/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hans/ Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Josh Hawkins
co-authored by
GuoQing Liu
parent
364bff447b
commit
e35a904df4
@@ -4,14 +4,14 @@
|
||||
"exploreIsUnavailable": {
|
||||
"title": "浏览功能不可用",
|
||||
"embeddingsReindexing": {
|
||||
"context": "跟踪对象嵌入重新索引完成后,可以使用浏览功能。",
|
||||
"context": "完成跟踪目标嵌入重新索引后,才可以使用 浏览 功能。",
|
||||
"startingUp": "启动中…",
|
||||
"estimatedTime": "预计剩余时间:",
|
||||
"finishingShortly": "即将完成",
|
||||
"step": {
|
||||
"thumbnailsEmbedded": "缩略图嵌入:",
|
||||
"descriptionsEmbedded": "描述嵌入:",
|
||||
"trackedObjectsProcessed": "跟踪对象已处理:"
|
||||
"trackedObjectsProcessed": "跟踪目标已处理: "
|
||||
}
|
||||
},
|
||||
"downloadingModels": {
|
||||
@@ -23,25 +23,25 @@
|
||||
"textTokenizer": "文本分词器"
|
||||
},
|
||||
"tips": {
|
||||
"context": "模型下载完成后,您可能需要重新索引跟踪对象的嵌入。",
|
||||
"context": "模型下载完成后,您可能需要重新索引跟踪目标的嵌入。",
|
||||
"documentation": "阅读文档"
|
||||
},
|
||||
"error": "发生错误。请检查Frigate日志。"
|
||||
}
|
||||
},
|
||||
"trackedObjectDetails": "跟踪对象详情",
|
||||
"trackedObjectDetails": "目标追踪详情",
|
||||
"type": {
|
||||
"details": "详情",
|
||||
"snapshot": "快照",
|
||||
"video": "视频",
|
||||
"object_lifecycle": "对象生命周期"
|
||||
"object_lifecycle": "目标全周期"
|
||||
},
|
||||
"objectLifecycle": {
|
||||
"title": "对象生命周期",
|
||||
"title": "目标全周期",
|
||||
"noImageFound": "未找到此时间戳的图像。",
|
||||
"createObjectMask": "创建对象遮罩",
|
||||
"createObjectMask": "创建目标/物体遮罩",
|
||||
"adjustAnnotationSettings": "调整标注设置",
|
||||
"scrollViewTips": "滚动查看此对象生命周期的重要时刻。",
|
||||
"scrollViewTips": "滚动查看此目标全周期的关键节点。",
|
||||
"autoTrackingTips": "自动跟踪摄像头的边界框位置可能不准确。",
|
||||
"lifecycleItemDesc": {
|
||||
"visible": "检测到 {{label}}",
|
||||
@@ -65,7 +65,7 @@
|
||||
"title": "标注设置",
|
||||
"showAllZones": {
|
||||
"title": "显示所有区域",
|
||||
"desc": "在对象进入区域的帧上始终显示区域。"
|
||||
"desc": "始终在目标进入区域的帧上显示区域标记。"
|
||||
},
|
||||
"offset": {
|
||||
"label": "标注偏移",
|
||||
@@ -94,8 +94,8 @@
|
||||
"viewInExplore": "在 浏览 中查看"
|
||||
},
|
||||
"tips": {
|
||||
"mismatch_other": "检测到 {{count}} 个不可用的对象,并已包含在此核查项中。这些对象可能未达到警报或检测标准,或者已被清理/删除。",
|
||||
"hasMissingObjects": "如果希望 Frigate 保存以下标签的跟踪对象,请调整您的配置:<em>{{objects}}</em>"
|
||||
"mismatch_other": "检测到 {{count}} 个不可用的目标,并已包含在此核查项中。这些目标可能未达到警报或检测标准,或者已被清理/删除。",
|
||||
"hasMissingObjects": "如果希望 Frigate 保存以下标签的跟踪目标,请调整您的配置:<em>{{objects}}</em>"
|
||||
},
|
||||
"toast": {
|
||||
"success": {
|
||||
@@ -116,14 +116,14 @@
|
||||
"editSubLabel": {
|
||||
"title": "编辑子标签",
|
||||
"desc": "为 {{label}} 输入新的子标签",
|
||||
"descNoLabel": "为此跟踪对象输入新的子标签"
|
||||
"descNoLabel": "为此跟踪目标输入新的子标签"
|
||||
},
|
||||
"topScore": {
|
||||
"label": "最高得分",
|
||||
"info": "最高分是跟踪对象的最高中位数得分,因此可能与搜索结果缩略图上显示的得分不同。"
|
||||
"info": "最高分是追踪目标的中位分数最高值,因此可能与搜索结果缩略图中显示的分数有所不同。"
|
||||
},
|
||||
"estimatedSpeed": "预计速度",
|
||||
"objects": "对象",
|
||||
"objects": "目标/物体",
|
||||
"camera": "摄像头",
|
||||
"zones": "区域",
|
||||
"timestamp": "时间戳",
|
||||
@@ -131,13 +131,13 @@
|
||||
"findSimilar": "查找相似项",
|
||||
"regenerate": {
|
||||
"title": "重新生成",
|
||||
"label": "重新生成跟踪对象描述"
|
||||
"label": "重新生成追踪目标的描述"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"label": "描述",
|
||||
"placeholder": "跟踪对象的描述",
|
||||
"aiTips": "在跟踪对象的生命周期结束之前,Frigate 不会向您的生成式 AI 提供商请求描述。"
|
||||
"placeholder": "追踪目标的描述",
|
||||
"aiTips": "在追踪目标的目标全周期结束之前,Frigate 不会向您的生成式 AI 提供商请求描述。"
|
||||
},
|
||||
"expandRegenerationMenu": "展开重新生成菜单",
|
||||
"regenerateFromSnapshot": "从快照重新生成",
|
||||
@@ -148,7 +148,7 @@
|
||||
},
|
||||
"editLPR": {
|
||||
"desc": "为 {{label}} 输入新的车牌值",
|
||||
"descNoLabel": "为检测到的对象输入新的车牌值",
|
||||
"descNoLabel": "为检测到的目标输入新的车牌值",
|
||||
"title": "编辑车牌"
|
||||
},
|
||||
"recognizedLicensePlate": "识别的车牌",
|
||||
@@ -169,12 +169,12 @@
|
||||
"aria": "下载快照"
|
||||
},
|
||||
"viewObjectLifecycle": {
|
||||
"label": "查看对象生命周期",
|
||||
"aria": "显示对象的生命周期"
|
||||
"label": "查看目标全周期",
|
||||
"aria": "显示目标的全周期"
|
||||
},
|
||||
"findSimilar": {
|
||||
"label": "查找相似项",
|
||||
"aria": "查看相似的对象"
|
||||
"aria": "查看相似的目标/物体"
|
||||
},
|
||||
"submitToPlus": {
|
||||
"label": "提交至 Frigate+",
|
||||
@@ -185,11 +185,11 @@
|
||||
"aria": "在历史记录中查看"
|
||||
},
|
||||
"deleteTrackedObject": {
|
||||
"label": "删除此跟踪对象"
|
||||
"label": "删除此追踪目标"
|
||||
},
|
||||
"addTrigger": {
|
||||
"label": "添加触发器",
|
||||
"aria": "为该追踪对象添加触发器"
|
||||
"aria": "为该追踪目标添加触发器"
|
||||
},
|
||||
"audioTranscription": {
|
||||
"label": "转录",
|
||||
@@ -199,17 +199,17 @@
|
||||
"dialog": {
|
||||
"confirmDelete": {
|
||||
"title": "确认删除",
|
||||
"desc": "删除此跟踪对象将移除快照、所有已保存的嵌入数据以及任何关联的对象生命周期条目。但在历史视图中的录制视频<em>不会</em>被删除。<br /><br />你确定要继续删除吗?"
|
||||
"desc": "删除此追踪目标后将移除快照、所有已保存的嵌入向量数据以及任何相关的目标全周期条目,但在 历史 页面中跟踪对象的录制视频片段<em>不会</em>被删除。<br /><br />你确定要继续删除该追踪目标吗?"
|
||||
}
|
||||
},
|
||||
"noTrackedObjects": "未找到跟踪对象",
|
||||
"fetchingTrackedObjectsFailed": "获取跟踪对象失败:{{errorMessage}}",
|
||||
"trackedObjectsCount_other": "{{count}} 个跟踪对象 ",
|
||||
"noTrackedObjects": "未找到追踪目标",
|
||||
"fetchingTrackedObjectsFailed": "获取追踪目标失败:{{errorMessage}}",
|
||||
"trackedObjectsCount_other": "{{count}} 个追踪目标 ",
|
||||
"searchResult": {
|
||||
"deleteTrackedObject": {
|
||||
"toast": {
|
||||
"success": "跟踪对象删除成功。",
|
||||
"error": "删除跟踪对象失败:{{errorMessage}}"
|
||||
"success": "删除追踪目标成功。",
|
||||
"error": "删除追踪目标失败:{{errorMessage}}"
|
||||
}
|
||||
},
|
||||
"tooltip": "与 {{type}} 匹配度为 {{confidence}}%"
|
||||
|
||||
Reference in New Issue
Block a user