Add Live Show settings in admin app
This commit is contained in:
@@ -306,6 +306,7 @@
|
||||
"qr": "QR code layouts",
|
||||
"images": "Image management",
|
||||
"liveShow": "Live Show queue",
|
||||
"liveShowSettings": "Live Show settings",
|
||||
"guests": "Guest management",
|
||||
"guestMessages": "Guest messages",
|
||||
"branding": "Branding & theme",
|
||||
@@ -2183,6 +2184,84 @@
|
||||
"notEligible": "Not eligible",
|
||||
"actionFailed": "Live Show update failed."
|
||||
},
|
||||
"liveShowSettings": {
|
||||
"title": "Live Show settings",
|
||||
"subtitle": "Tune the playback, pacing, and effects shown on the screen.",
|
||||
"loadFailed": "Live Show settings could not be loaded.",
|
||||
"save": "Save settings",
|
||||
"saveSuccess": "Live Show settings updated.",
|
||||
"saveFailed": "Live Show settings could not be saved.",
|
||||
"sections": {
|
||||
"moderation": "Moderation",
|
||||
"playback": "Playback",
|
||||
"effects": "Effects & layout"
|
||||
},
|
||||
"fields": {
|
||||
"moderationMode": "Moderation mode",
|
||||
"retention": "Retention window (hours)",
|
||||
"playbackMode": "Playback mode",
|
||||
"paceMode": "Pace",
|
||||
"fixedInterval": "Fixed interval (seconds)",
|
||||
"layoutMode": "Layout",
|
||||
"backgroundMode": "Background",
|
||||
"effectPreset": "Effect preset",
|
||||
"effectIntensity": "Effect intensity"
|
||||
},
|
||||
"hints": {
|
||||
"moderation": "Trusted sources include admin uploads and photobooths.",
|
||||
"retention": "Controls how long approved photos remain in rotation.",
|
||||
"playback": "Balance newer uploads with highlights when the queue is busy.",
|
||||
"pace": "Auto adapts to new uploads; fixed keeps a steady rhythm.",
|
||||
"layout": "Split and grid layouts are used when enough photos are available."
|
||||
},
|
||||
"moderation": {
|
||||
"off": "No moderation",
|
||||
"manual": "Manual approval",
|
||||
"trustedOnly": "Trusted sources only"
|
||||
},
|
||||
"playback": {
|
||||
"newest": "Newest first",
|
||||
"balanced": "Balanced mix",
|
||||
"curated": "Curated"
|
||||
},
|
||||
"pace": {
|
||||
"auto": "Auto",
|
||||
"fixed": "Fixed"
|
||||
},
|
||||
"layout": {
|
||||
"single": "Single",
|
||||
"split": "Split",
|
||||
"gridBurst": "Grid burst"
|
||||
},
|
||||
"background": {
|
||||
"blurLast": "Blur last photo",
|
||||
"gradient": "Soft gradient",
|
||||
"solid": "Solid color",
|
||||
"brand": "Brand colors"
|
||||
},
|
||||
"effects": {
|
||||
"filmCut": {
|
||||
"title": "Film cut",
|
||||
"description": "Clean fades with a subtle cinematic feel."
|
||||
},
|
||||
"shutterFlash": {
|
||||
"title": "Shutter flash",
|
||||
"description": "Snappy flash and slide transitions."
|
||||
},
|
||||
"polaroidToss": {
|
||||
"title": "Polaroid toss",
|
||||
"description": "Card-like frames with a gentle rotation settle."
|
||||
},
|
||||
"parallaxGlide": {
|
||||
"title": "Parallax glide",
|
||||
"description": "Slow zoom with a soft depth backdrop."
|
||||
},
|
||||
"light": {
|
||||
"title": "Light effects",
|
||||
"description": "Minimal transitions for lower-powered devices."
|
||||
}
|
||||
}
|
||||
},
|
||||
"mobileProfile": {
|
||||
"title": "Profile",
|
||||
"settings": "Settings",
|
||||
|
||||
Reference in New Issue
Block a user