i18n generation

This commit is contained in:
Josh Hawkins 2026-02-27 16:26:37 -06:00
parent 4a0469a69c
commit 4217414e1d
2 changed files with 12 additions and 0 deletions

View File

@ -348,6 +348,9 @@
"label": "Object mask",
"description": "Mask polygon used to prevent object detection in specified areas."
},
"raw_mask": {
"label": "Raw Mask"
},
"genai": {
"label": "GenAI object config",
"description": "GenAI options for describing tracked objects and sending frames for generation.",
@ -860,6 +863,12 @@
"label": "Zone name",
"description": "A user-friendly name for the zone, displayed in the Frigate UI. If not set, a formatted version of the zone name will be used."
},
"enabled": {
"label": "Whether this zone is active. Disabled zones are ignored at runtime."
},
"enabled_in_config": {
"label": "Keep track of original state of zone."
},
"filters": {
"label": "Zone filters",
"description": "Filters to apply to objects within this zone. Used to reduce false positives or restrict which objects are considered present in the zone.",

View File

@ -1475,6 +1475,9 @@
"label": "Object mask",
"description": "Mask polygon used to prevent object detection in specified areas."
},
"raw_mask": {
"label": "Raw Mask"
},
"genai": {
"label": "GenAI object config",
"description": "GenAI options for describing tracked objects and sending frames for generation.",