Add control room automations and uploader overrides
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-20 15:49:04 +01:00
parent e5e74febbd
commit 5e5b69f655
11 changed files with 738 additions and 33 deletions

View File

@@ -2484,6 +2484,34 @@
"moderation": "Moderation",
"live": "Live Show"
},
"automation": {
"title": "Automation",
"autoApproveHighlights": {
"label": "Auto-approve highlights",
"help": "When you highlight a pending photo it will be approved automatically."
},
"autoAddApproved": {
"label": "Auto-add approved to Live Show",
"help": "Approved or highlighted photos go straight to the Live Show.",
"locked": "Enabled because uploads are visible immediately."
},
"autoRemoveLive": {
"label": "Auto-remove from Live Show",
"help": "Hidden or rejected photos are removed from the Live Show automatically."
},
"uploaders": {
"title": "Uploader overrides",
"subtitle": "Pick devices from recent uploads to always approve or always review their photos.",
"trustedLabel": "Always approve",
"trustedHelp": "Uploads from these devices skip the approval queue.",
"forceLabel": "Always review",
"forceHelp": "Uploads from these devices always need approval.",
"add": "Add",
"remove": "Remove",
"empty": "No overrides yet."
},
"saveFailed": "Automation settings could not be saved."
},
"emptyModeration": "No uploads match this filter.",
"emptyLive": "No photos waiting for Live Show."
},