mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-06 20:11:15 +03:00
Coverage improvements (all reach 100%): - components/dialog.json: 50% → 100% (+46 keys, +9 manual plural-one) - config/groups.json: 0% → 100% (+25 keys) - config/validation.json: 0% → 100% (+22 keys) Total: +93 net (after obsolete cleanup). Overall zh-Hant coverage now ~47%. Translation approach (same pipeline as #23224 / #23225): OpenCC s2twp + Taiwan MS-style dictionary + manual review. New AI-review patches added to the dictionary in this batch: - 訪問→存取 (access, MS style) - 許可權→權限 (permission, Taiwan convention) Also manually corrected 4 keys in config/validation.json where zh-CN had mistranslated "role" as "功能" (feature) — corrected to "角色" (role), and rewrote dialog.json shareTimestamp description for clarity. Removed 1 obsolete key (streaming.restreaming.desc.readTheDocumentation) that no longer exists in the en locale.
74 lines
1.3 KiB
JSON
74 lines
1.3 KiB
JSON
{
|
|
"audio": {
|
|
"global": {
|
|
"detection": "全域性偵測",
|
|
"sensitivity": "全域性靈敏度"
|
|
},
|
|
"cameras": {
|
|
"detection": "偵測",
|
|
"sensitivity": "靈敏度"
|
|
}
|
|
},
|
|
"timestamp_style": {
|
|
"global": {
|
|
"appearance": "全域性外觀"
|
|
},
|
|
"cameras": {
|
|
"appearance": "外觀"
|
|
}
|
|
},
|
|
"motion": {
|
|
"global": {
|
|
"sensitivity": "全域性靈敏度",
|
|
"algorithm": "全域性演算法"
|
|
},
|
|
"cameras": {
|
|
"sensitivity": "靈敏度",
|
|
"algorithm": "演算法"
|
|
}
|
|
},
|
|
"snapshots": {
|
|
"global": {
|
|
"display": "全域性顯示"
|
|
},
|
|
"cameras": {
|
|
"display": "顯示"
|
|
}
|
|
},
|
|
"detect": {
|
|
"global": {
|
|
"resolution": "全域性解析度",
|
|
"tracking": "全域性追蹤"
|
|
},
|
|
"cameras": {
|
|
"resolution": "解析度",
|
|
"tracking": "追蹤"
|
|
}
|
|
},
|
|
"objects": {
|
|
"global": {
|
|
"tracking": "全域性追蹤",
|
|
"filtering": "全域性篩選"
|
|
},
|
|
"cameras": {
|
|
"tracking": "追蹤",
|
|
"filtering": "篩選"
|
|
}
|
|
},
|
|
"record": {
|
|
"global": {
|
|
"retention": "全域性保留",
|
|
"events": "全域性事件"
|
|
},
|
|
"cameras": {
|
|
"retention": "保留",
|
|
"events": "事件"
|
|
}
|
|
},
|
|
"ffmpeg": {
|
|
"cameras": {
|
|
"cameraFfmpeg": "攝影機特定的 FFmpeg 引數"
|
|
}
|
|
}
|
|
}
|