PlayerModal now accepts an optional queue + startIndex. The active item drives the player; it recreates per item (reusing the single-video resume / auto-watch / progress logic), auto-advances to the next item when one ends, and shows Previous / Next controls with an N / M indicator. The Playlists page passes the playlist as the queue from Play all or a clicked row. Trilingual previous/next strings.
19 lines
606 B
JSON
19 lines
606 B
JSON
{
|
|
"loading": "Wird geladen…",
|
|
"backToOriginal": "Zurück zum ursprünglichen Video",
|
|
"back": "Zurück",
|
|
"previous": "Vorheriges",
|
|
"next": "Nächstes",
|
|
"close": "Schließen",
|
|
"closeEsc": "Schließen (Esc)",
|
|
"description": "Beschreibung",
|
|
"noDescription": "Keine Beschreibung.",
|
|
"channel": "Kanal",
|
|
"views": "{{formattedCount}} Aufrufe",
|
|
"stream": "Stream",
|
|
"watched": "Angesehen",
|
|
"markWatched": "Als angesehen markieren",
|
|
"watchedUnmark": "Angesehen — zum Aufheben klicken",
|
|
"jumpToTime": "Zu dieser Stelle springen",
|
|
"playInApp": "Im integrierten Player abspielen"
|
|
}
|