mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
i18n generation
This commit is contained in:
parent
4a0469a69c
commit
4217414e1d
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user