ReRun generate_config_translations

This commit is contained in:
leccelecce 2026-03-22 18:32:42 +00:00
parent 4b06af4093
commit cd3694a84b
2 changed files with 13 additions and 13 deletions

View File

@ -633,15 +633,15 @@
}, },
"timestamp": { "timestamp": {
"label": "Timestamp overlay", "label": "Timestamp overlay",
"description": "Overlay a timestamp on saved snapshots." "description": "Overlay a timestamp on snapshots from API."
}, },
"bounding_box": { "bounding_box": {
"label": "Bounding box overlay", "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": { "crop": {
"label": "Crop snapshot", "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": { "required_zones": {
"label": "Required zones", "label": "Required zones",
@ -649,11 +649,11 @@
}, },
"height": { "height": {
"label": "Snapshot 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": { "retain": {
"label": "Snapshot retention", "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": { "default": {
"label": "Default retention", "label": "Default retention",
"description": "Default number of days to retain snapshots." "description": "Default number of days to retain snapshots."
@ -668,8 +668,8 @@
} }
}, },
"quality": { "quality": {
"label": "WEBP quality", "label": "Snapshot quality",
"description": "WEBP encode quality for saved snapshots (0-100)." "description": "Encode quality for saved snapshots (0-100)."
} }
}, },
"timestamp_style": { "timestamp_style": {

View File

@ -1116,15 +1116,15 @@
}, },
"timestamp": { "timestamp": {
"label": "Timestamp overlay", "label": "Timestamp overlay",
"description": "Overlay a timestamp on snapshots." "description": "Overlay a timestamp on snapshots from API."
}, },
"bounding_box": { "bounding_box": {
"label": "Bounding box overlay", "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": { "crop": {
"label": "Crop snapshot", "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": { "required_zones": {
"label": "Required zones", "label": "Required zones",
@ -1132,7 +1132,7 @@
}, },
"height": { "height": {
"label": "Snapshot 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": { "retain": {
"label": "Snapshot retention", "label": "Snapshot retention",
@ -1151,8 +1151,8 @@
} }
}, },
"quality": { "quality": {
"label": "WEBP quality", "label": "Snapshot quality",
"description": "WEBP encode quality for saved snapshots (0-100)." "description": "Encode quality for saved snapshots (0-100)."
} }
}, },
"timestamp_style": { "timestamp_style": {