mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
ReRun generate_config_translations
This commit is contained in:
parent
4b06af4093
commit
cd3694a84b
@ -633,15 +633,15 @@
|
||||
},
|
||||
"timestamp": {
|
||||
"label": "Timestamp overlay",
|
||||
"description": "Overlay a timestamp on saved snapshots."
|
||||
"description": "Overlay a timestamp on snapshots from API."
|
||||
},
|
||||
"bounding_box": {
|
||||
"label": "Bounding box overlay",
|
||||
"description": "Draw bounding boxes for tracked objects on saved snapshots."
|
||||
"description": "Draw bounding boxes for tracked objects on snapshots from API."
|
||||
},
|
||||
"crop": {
|
||||
"label": "Crop snapshot",
|
||||
"description": "Crop saved snapshots to the detected object's bounding box."
|
||||
"description": "Crop snapshots from API to the detected object's bounding box."
|
||||
},
|
||||
"required_zones": {
|
||||
"label": "Required zones",
|
||||
@ -649,11 +649,11 @@
|
||||
},
|
||||
"height": {
|
||||
"label": "Snapshot height",
|
||||
"description": "Height (pixels) to resize saved snapshots to; leave empty to preserve original size."
|
||||
"description": "Height (pixels) to resize snapshots from API to; leave empty to preserve original size."
|
||||
},
|
||||
"retain": {
|
||||
"label": "Snapshot retention",
|
||||
"description": "Retention settings for saved snapshots including default days and per-object overrides.",
|
||||
"description": "Retention settings for snapshots including default days and per-object overrides.",
|
||||
"default": {
|
||||
"label": "Default retention",
|
||||
"description": "Default number of days to retain snapshots."
|
||||
@ -668,8 +668,8 @@
|
||||
}
|
||||
},
|
||||
"quality": {
|
||||
"label": "WEBP quality",
|
||||
"description": "WEBP encode quality for saved snapshots (0-100)."
|
||||
"label": "Snapshot quality",
|
||||
"description": "Encode quality for saved snapshots (0-100)."
|
||||
}
|
||||
},
|
||||
"timestamp_style": {
|
||||
|
||||
@ -1116,15 +1116,15 @@
|
||||
},
|
||||
"timestamp": {
|
||||
"label": "Timestamp overlay",
|
||||
"description": "Overlay a timestamp on snapshots."
|
||||
"description": "Overlay a timestamp on snapshots from API."
|
||||
},
|
||||
"bounding_box": {
|
||||
"label": "Bounding box overlay",
|
||||
"description": "Draw bounding boxes for tracked objects on snapshots."
|
||||
"description": "Draw bounding boxes for tracked objects on snapshots from API."
|
||||
},
|
||||
"crop": {
|
||||
"label": "Crop snapshot",
|
||||
"description": "Crop saved snapshots to the detected object's bounding box."
|
||||
"description": "Crop snapshots from API to the detected object's bounding box."
|
||||
},
|
||||
"required_zones": {
|
||||
"label": "Required zones",
|
||||
@ -1132,7 +1132,7 @@
|
||||
},
|
||||
"height": {
|
||||
"label": "Snapshot height",
|
||||
"description": "Height (pixels) to resize snapshots to; leave empty to preserve original size."
|
||||
"description": "Height (pixels) to resize snapshots from API to; leave empty to preserve original size."
|
||||
},
|
||||
"retain": {
|
||||
"label": "Snapshot retention",
|
||||
@ -1151,8 +1151,8 @@
|
||||
}
|
||||
},
|
||||
"quality": {
|
||||
"label": "WEBP quality",
|
||||
"description": "WEBP encode quality for saved snapshots (0-100)."
|
||||
"label": "Snapshot quality",
|
||||
"description": "Encode quality for saved snapshots (0-100)."
|
||||
}
|
||||
},
|
||||
"timestamp_style": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user