Add live show player playback and effects
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-05 18:31:01 +01:00
parent 11dc0d77b4
commit 53eb560aa5
17 changed files with 1612 additions and 2 deletions

View File

@@ -45,6 +45,30 @@ export const messages: Record<LocaleCode, NestedMessages> = {
tabStatus: 'Upload-Status',
},
},
liveShowPlayer: {
title: 'Live Show',
loading: 'Live Show wird geladen...',
connection: {
live: 'Live',
sync: 'Sync',
},
controls: {
play: 'Weiter',
pause: 'Pause',
fullscreen: 'Vollbild',
exitFullscreen: 'Vollbild verlassen',
offline: 'Offline',
paused: 'Pausiert',
},
empty: {
title: 'Noch keine Live-Fotos',
description: 'Warte auf die ersten Uploads...',
},
error: {
title: 'Live Show nicht erreichbar',
description: 'Bitte überprüfe den Live-Link.',
},
},
eventAccess: {
loading: {
title: 'Wir prüfen deinen Zugang...',
@@ -753,6 +777,30 @@ export const messages: Record<LocaleCode, NestedMessages> = {
tabStatus: 'Upload status',
},
},
liveShowPlayer: {
title: 'Live Show',
loading: 'Loading Live Show...',
connection: {
live: 'Live',
sync: 'Sync',
},
controls: {
play: 'Play',
pause: 'Pause',
fullscreen: 'Fullscreen',
exitFullscreen: 'Exit fullscreen',
offline: 'Offline',
paused: 'Paused',
},
empty: {
title: 'No live photos yet',
description: 'Waiting for the first uploads...',
},
error: {
title: 'Live Show unavailable',
description: 'Please check the live link.',
},
},
eventAccess: {
loading: {
title: 'Checking your access...',