Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (431 of 431 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% (85 of 85 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (25 of 25 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (431 of 431 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (85 of 85 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (121 of 121 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (10 of 10 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% (53 of 53 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (191 of 191 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/components-player/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/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-search/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/components-player
Translation: Frigate NVR/views-configeditor
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate
2025-08-20 20:34:21 -06:00
committed by Nicolas Mowen
co-authored by GuoQing Liu
parent 51d1bc883b
commit f83e528461
9 changed files with 194 additions and 9 deletions
+16 -3
View File
@@ -43,7 +43,15 @@
"label": "点击将PTZ摄像头画面居中"
}
},
"presets": "PTZ摄像头预设"
"presets": "PTZ摄像头预设",
"focus": {
"in": {
"label": "PTZ摄像头聚焦"
},
"out": {
"label": "PTZ摄像头拉远"
}
}
},
"camera": {
"enable": "开启摄像头",
@@ -135,7 +143,8 @@
"recording": "录制",
"snapshots": "快照",
"audioDetection": "音频检测",
"autotracking": "自动跟踪"
"autotracking": "自动跟踪",
"transcription": "音频转录"
},
"history": {
"label": "显示历史录像"
@@ -151,8 +160,12 @@
"editLayout": {
"label": "编辑布局",
"group": {
"label": "编辑摄像分组"
"label": "编辑摄像分组"
},
"exitEdit": "退出编辑"
},
"transcription": {
"enable": "启用实时音频转录",
"disable": "关闭实时音频转录"
}
}