Skip to content

Commit 2d96278

Browse files
weblateZhaiSoul
andcommitted
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (207 of 207 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (98 of 98 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (125 of 125 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (88 of 88 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (596 of 596 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (124 of 124 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (39 of 39 strings) Co-authored-by: GuoQing Liu <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/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-settings/zh_Hans/ Translation: Frigate NVR/common Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-settings
1 parent 625352f commit 2d96278

File tree

5 files changed

+43
-13
lines changed

5 files changed

+43
-13
lines changed

web/public/locales/zh-CN/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@
283283
},
284284
"list": {
285285
"two": "{{0}} 和 {{1}}",
286-
"many": "{{items}} 以及 {{last}}"
286+
"many": "{{items}} 以及 {{last}}",
287+
"separatorWithSpace": ""
287288
},
288289
"field": {
289290
"optional": "可选",

web/public/locales/zh-CN/views/events.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,17 @@
4444
"trackedObject_one": "目标或物体",
4545
"trackedObject_other": "目标或物体",
4646
"noObjectDetailData": "没有目标详细信息。",
47-
"label": "详细信息"
47+
"label": "详细信息",
48+
"settings": "详细视图设置",
49+
"alwaysExpandActive": {
50+
"title": "始终展开当前项",
51+
"desc": "在可用情况下,将始终展开当前核查项的对象详细信息。"
52+
}
4853
},
4954
"objectTrack": {
5055
"trackedPoint": "追踪点",
5156
"clickToSeek": "点击从该时间进行寻找"
52-
}
57+
},
58+
"zoomIn": "放大",
59+
"zoomOut": "缩小"
5360
}

web/public/locales/zh-CN/views/explore.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"details": "详情",
3535
"snapshot": "快照",
3636
"video": "视频",
37-
"object_lifecycle": "目标全周期"
37+
"object_lifecycle": "目标全周期",
38+
"thumbnail": "缩略图"
3839
},
3940
"objectLifecycle": {
4041
"title": "目标全周期",
@@ -236,7 +237,7 @@
236237
"noImageFound": "在该时间内没找到图片。",
237238
"createObjectMask": "创建目标遮罩",
238239
"adjustAnnotationSettings": "调整注释设置",
239-
"scrollViewTips": "滚动以查看该目标全周期中的关键时刻",
240+
"scrollViewTips": "点击以查看该目标全周期中的关键时刻",
240241
"autoTrackingTips": "自动追踪摄像头的边框定位可能不准确。",
241242
"count": "{{first}} / {{second}}",
242243
"trackedPoint": "追踪点",
@@ -266,7 +267,7 @@
266267
},
267268
"offset": {
268269
"label": "标记偏移量",
269-
"desc": "此数据来自摄像头的检测视频流,但叠加在录制视频流的图像上。由于两个视频流通常不会完全同步,因此边框与画面可能无法完全对齐。不过,可以使用 <code>annotation_offset</code> 字段进行调整",
270+
"desc": "此数据来自摄像头的检测视频流,但叠加在录制视频流的画面上。两个视频流可能不会完全同步,因此边框与画面可能无法完全对齐。可以使用此设置将标记在时间轴上向前或向后偏移,以更好地与录制画面对齐",
270271
"millisecondsToOffset": "用于偏移检测标记的毫秒数。<em> 默认值:0</em>",
271272
"tips": "提示:假设有一段人从左向右走的事件录制,如果事件时间轴中的边框始终在人的左侧(即后方),则应该减小偏移值;反之,如果边框始终领先于人物,则应增大偏移值。",
272273
"toast": {

web/public/locales/zh-CN/views/settings.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"playAlertVideos": {
5252
"label": "播放警报视频",
5353
"desc": "默认情况下,实时监控页面上的最新警报会以一小段循环视频的形式进行播放。禁用此选项将仅显示浏览器本地缓存的静态图片。"
54+
},
55+
"displayCameraNames": {
56+
"label": "始终显示摄像头名称",
57+
"desc": "在有多摄像头情况下的实时监控页面,将始终显示摄像头名称标签。"
5458
}
5559
},
5660
"storedLayouts": {
@@ -761,7 +765,9 @@
761765
},
762766
"actions": {
763767
"alert": "标记为警报",
764-
"notification": "发送通知"
768+
"notification": "发送通知",
769+
"sub_label": "添加子标签",
770+
"attribute": "添加属性"
765771
},
766772
"dialog": {
767773
"createTrigger": {
@@ -816,7 +822,7 @@
816822
},
817823
"actions": {
818824
"title": "动作",
819-
"desc": "默认情况下,Frigate 会为所有触发器发送 MQTT 消息。请选择此触发器触发时需要执行的附加操作",
825+
"desc": "默认情况下,Frigate 会为所有触发器发送 MQTT 消息。子标签会将触发器名称添加到对象标签中。属性是可搜索的元数据,独立存储在追踪对象的元数据中",
820826
"error": {
821827
"min": "必须至少选择一项动作。"
822828
}

web/public/locales/zh-Hans/views/classificationModel.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,25 @@
55
"renameCategory": "重命名类别",
66
"deleteCategory": "删除类别",
77
"deleteImages": "删除图片",
8-
"trainModel": "训练模型"
8+
"trainModel": "训练模型",
9+
"addClassification": "添加分类",
10+
"deleteModels": "删除模型"
911
},
1012
"toast": {
1113
"success": {
1214
"deletedCategory": "删除类别",
1315
"deletedImage": "删除图片",
1416
"categorizedImage": "成功分类图片",
1517
"trainedModel": "训练模型成功。",
16-
"trainingModel": "已开始训练模型。"
18+
"trainingModel": "已开始训练模型。",
19+
"deletedModel": "已删除 {{count}} 个模型"
1720
},
1821
"error": {
1922
"deleteImageFailed": "删除失败:{{errorMessage}}",
2023
"deleteCategoryFailed": "删除类别失败:{{errorMessage}}",
2124
"categorizeFailed": "图片分类失败:{{errorMessage}}",
22-
"trainingFailed": "开始训练模型失败:{{errorMessage}}"
25+
"trainingFailed": "开始训练模型失败:{{errorMessage}}",
26+
"deleteModelFailed": "删除模型失败:{{errorMessage}}"
2327
}
2428
},
2529
"deleteCategory": {
@@ -43,7 +47,8 @@
4347
},
4448
"train": {
4549
"title": "最近分类记录",
46-
"aria": "选择最近分类记录"
50+
"aria": "选择最近分类记录",
51+
"titleShort": "最近"
4752
},
4853
"categories": "类别",
4954
"createCategory": {
@@ -98,7 +103,8 @@
98103
"stateRequiresTwoClasses": "状态模型至少需要两个类别",
99104
"objectLabelRequired": "请选择一个目标标签",
100105
"objectTypeRequired": "请选择一个目标标签"
101-
}
106+
},
107+
"states": "状态"
102108
},
103109
"step2": {
104110
"description": "选择摄像头,并为摄像头定义要监控的区域。模型将对这些区域的状态进行分类。",
@@ -131,5 +137,14 @@
131137
},
132138
"generateSuccess": "样本图片生成成功"
133139
}
140+
},
141+
"deleteModel": {
142+
"title": "删除分类模型",
143+
"single": "你确定要删除 {{name}} 吗?此操作将永久删除所有相关数据,包括图片和训练数据,且无法撤销。",
144+
"desc": "你确定要删除 {{count}} 个模型吗?此操作将永久删除所有相关数据,包括图片和训练数据,且无法撤销。"
145+
},
146+
"menu": {
147+
"objects": "目标",
148+
"states": "状态"
134149
}
135150
}

0 commit comments

Comments
 (0)