Add live show player playback and effects
This commit is contained in:
@@ -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...',
|
||||
|
||||
Reference in New Issue
Block a user