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
627 B
JSON
19 lines
627 B
JSON
{
|
|
"loading": "Betöltés…",
|
|
"backToOriginal": "Vissza az eredeti videóhoz",
|
|
"back": "Vissza",
|
|
"previous": "Előző",
|
|
"next": "Következő",
|
|
"close": "Bezárás",
|
|
"closeEsc": "Bezárás (Esc)",
|
|
"description": "Leírás",
|
|
"noDescription": "Nincs leírás.",
|
|
"channel": "Csatorna",
|
|
"views": "{{formattedCount}} megtekintés",
|
|
"stream": "élő adás",
|
|
"watched": "Megtekintve",
|
|
"markWatched": "Megtekintettnek jelöl",
|
|
"watchedUnmark": "Megtekintve — kattints a jelölés visszavonásához",
|
|
"jumpToTime": "Ugrás erre az időpontra",
|
|
"playInApp": "Lejátszás a beépített lejátszóban"
|
|
}
|