mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
Currently translated at 42.2% (19 of 45 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 50.0% (20 of 40 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 33.8% (20 of 59 strings) Added translation using Weblate (Chinese (Simplified Han script)) Added translation using Weblate (Chinese (Simplified Han script)) Added translation using Weblate (Chinese (Simplified Han script)) Co-authored-by: GuoQing Liu <842607283@qq.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/zh_Hans/ Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-replay
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
{
|
|
"title": "调试回放",
|
|
"description": "回放摄像头录像以供调试。目标列表会延时展示已检测目标的汇总信息,消息标签页则实时展示回放录像对应的 Frigate 内部日志信息流。",
|
|
"websocket_messages": "消息",
|
|
"dialog": {
|
|
"title": "开始调试回放",
|
|
"description": "创建临时回放摄像头,循环播放历史录制视频,用于调试目标检测与追踪相关问题。临时回放的摄像头将沿用原摄像头的检测配置。请选择一个时间范围开始。",
|
|
"camera": "原摄像头",
|
|
"timeRange": "时间范围",
|
|
"preset": {
|
|
"1m": "最后 1 分钟",
|
|
"5m": "最后 5 分钟",
|
|
"timeline": "从时间线",
|
|
"custom": "自定义"
|
|
},
|
|
"startButton": "开始回放",
|
|
"selectFromTimeline": "选择",
|
|
"starting": "开始回放…",
|
|
"startLabel": "开始",
|
|
"endLabel": "结束",
|
|
"toast": {
|
|
"error": "调试回放启动失败:{{error}}",
|
|
"alreadyActive": "已有回放会话正在运行",
|
|
"stopError": "调试回放停止失败:{{error}}"
|
|
}
|
|
}
|
|
}
|