mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-24 21:31:53 +03:00
Coverage improvements (all reach 100%): - views/events.json: 66% → 100% (+22 keys) - views/live.json: 84% → 100% (+16 keys) - objects.json: 91% → 100% (+11 keys, incl. 6 manual labels) - views/explore.json: 93% → 100% (+11 keys, incl. 2 manual plural-one) - views/faceLibrary.json: 83% → 100% (+11 keys, incl. 6 manual) - components/camera.json: 98% → 100% (+1 key) - components/player.json: 96% → 100% (+1 key) Overall zh-Hant coverage: ~47% → ~50%. Also removed 52 obsolete keys across these files where en had restructured or removed entries that zh-Hant had not synced with: - views/events.json: 3 - views/live.json: 4 - views/explore.json: 34 (largest cleanup — objectLifecycle reorganization) - views/faceLibrary.json: 10 - components/camera.json: 1 Translation pipeline same as #23224 / #23225 / #23226 (OpenCC s2twp + Taiwan MS-style dictionary + manual review + plural-one manual fill).
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
||
"noRecordingsFoundForThisTime": "此時間段內沒有錄影",
|
||
"noPreviewFound": "找不到預覽",
|
||
"noPreviewFoundFor": "找不到 {{cameraName}} 的預覽",
|
||
"submitFrigatePlus": {
|
||
"title": "提交此畫面至 Frigate+?",
|
||
"submit": "提交",
|
||
"previewError": "無法載入快照預覽。該錄製當前可能不可用。"
|
||
},
|
||
"streamOffline": {
|
||
"desc": "{{cameraName}} 的 <code>detect</code> 串流未接收到任何畫面,請檢查錯誤日誌",
|
||
"title": "串流離線"
|
||
},
|
||
"cameraDisabled": "鏡頭已關閉",
|
||
"stats": {
|
||
"streamType": {
|
||
"title": "串流類型:",
|
||
"short": "類型"
|
||
},
|
||
"bandwidth": {
|
||
"title": "頻寬:",
|
||
"short": "頻寬"
|
||
},
|
||
"latency": {
|
||
"title": "延遲:",
|
||
"value": "{{seconds}} 秒",
|
||
"short": {
|
||
"title": "延遲",
|
||
"value": "{{seconds}} 秒"
|
||
}
|
||
},
|
||
"totalFrames": "總幀數:",
|
||
"droppedFrames": {
|
||
"title": "掉幀數:",
|
||
"short": {
|
||
"title": "掉幀",
|
||
"value": "{{droppedFrames}} 幀"
|
||
}
|
||
},
|
||
"decodedFrames": "已解碼幀數:",
|
||
"droppedFrameRate": "掉幀率:"
|
||
},
|
||
"livePlayerRequiredIOSVersion": "此串流類型需要 IOS 17.1 或以上版本。",
|
||
"toast": {
|
||
"success": {
|
||
"submittedFrigatePlus": "成功提交畫面至 Frigate+"
|
||
},
|
||
"error": {
|
||
"submitFrigatePlusFailed": "提交畫面至 Frigate+ 失敗"
|
||
}
|
||
}
|
||
}
|