Commit Graph

2 Commits

Author SHA1 Message Date
fascinate722
fdb4c38f6f Add zh-Hant (Traditional Chinese) translations for 5 views
Coverage improvements (all reach 100%):
- views/chat.json:                  + 40 keys
- views/replay.json:                + 45 keys
- views/motionSearch.json:          + 59 keys
- views/exports.json:               + 74 keys (and removed 1 obsolete key 'deleteExport' that was replaced by a nested deleteExport.* structure in en)
- views/classificationModel.json:   + 58 keys

Total: +276 net (excluding obsolete cleanup), bringing overall zh-Hant
coverage from ~39% to ~45%.

Translation approach (same pipeline as #23224): OpenCC s2twp for base
conversion from zh-CN + Taiwan Microsoft-style terminology dictionary +
manual translation for 19 plural-one variants (Chinese has no plural form
distinction). New AI-review patches added to the dictionary based on
issues found in this batch:

- 響應→回應 (response in chat UI context)
- 語義→語意 (semantic, Taiwan convention)
- 檢測→偵測 (detect, MS style)
- 合集→案件 (Frigate Case files)
- 異動變化→動態變化 (motion search description)
- 事兒→事 (remove Beijing colloquialism)
2026-05-18 12:53:41 +08:00
Josh Hawkins
4e90d254ed
Miscellaneous fixes (#23177)
* add optional onClick to EmptyCard

* show EmptyCard in face rec when face library is empty

* add loading indicator

* add description to camera management pane

* Cleanup when use snapshot but can't load snapshot

* Migrate files

* fix birdseye color distortion when configured aspect ratio is unsupported

* Skip processing end for object descriptions

* don't crash if stats is null

* fix genai roles in migration

* frigate+ pane updates

- allow users to select a plus model from the select even when one was not previously loaded
- always show model summary card
- add model filter popover
- add restart button totast

* fix frigate+ pane layout and buttons to match other settings panes

* match button layout in go2rtc settings view

* make audio maintainer respond to dynamic config updates

* check correct zone name in publish state

* fix nested translation extraction for Optional dict and list fields

* mypy

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2026-05-12 10:20:39 -06:00