mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 22:16:09 +05:00
Video player with playback speed, PIP and Download support (#497)
* video playback support with play button in details view and torrent card * added translation keys and minor bug fix * removed unused "play" string * updated required go dependency * rearranged go dependencies to remove the warnings * reverted the build related changes * Added Playback speed, PIP and Dowload support * added translation keys for all languages and updated getVideoCaption function logic --------- Co-authored-by: nikk <1551446+tsynik@users.noreply.github.com>
This commit is contained in:
@@ -83,6 +83,16 @@
|
||||
"PiecesCount": "Брой парчета",
|
||||
"PiecesLength": "Дължина на парчетата",
|
||||
"Playlist": "Плейлист",
|
||||
"Play":"Възпроизвеждане",
|
||||
"Pause":"Пауза",
|
||||
"Rewind-10-Sec":"Върни 10 сек",
|
||||
"Forward-10-Sec":"Напред 10 сек",
|
||||
"Unmute":"Включи звук",
|
||||
"Mute":"Изключи звук",
|
||||
"PIP":"PIP",
|
||||
"Download":"Изтегляне",
|
||||
"ExitFullscreen":"Изход от цял екран",
|
||||
"Fullscreen":"Цял екран",
|
||||
"Preload": "Предварително зареждане",
|
||||
"ProjectSource": "GitHub на проекта",
|
||||
"PWAGuide": {
|
||||
|
||||
Reference in New Issue
Block a user