1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1430 from jellyfin/nowplaying-hotfixes

Player hotfixes and improvements
This commit is contained in:
Joshua M. Boniface 2020-07-02 12:09:17 -04:00 committed by GitHub
commit 995b376bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 769 additions and 523 deletions

View file

@ -1527,7 +1527,7 @@
"Vertical": "Vertical",
"VideoRange": "Video range",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"ViewAlbumArtist": "View album artist",
"ViewPlaybackInfo": "View playback info",
"Watched": "Watched",
"Wednesday": "Wednesday",
@ -1563,5 +1563,7 @@
"EnableBlurhashHelp": "Images that are still being loaded will be displayed with a blurred placeholder",
"ButtonSyncPlay": "SyncPlay",
"ButtonCast": "Cast",
"ButtonPlayer": "Player"
"ButtonPlayer": "Player",
"StopPlayback": "Stop playback",
"ClearQueue": "Clear queue"
}

View file

@ -1205,7 +1205,7 @@
"ValueTimeLimitSingleHour": "Tiempo límite: 1 hora",
"ValueVideoCodec": "Códec de video: {0}",
"ViewAlbum": "Ver album",
"ViewArtist": "Ver artista",
"ViewAlbumArtist": "Ver artista del álbum",
"ViewPlaybackInfo": "Ver información de la reproducción",
"Watched": "Visto",
"Wednesday": "Miércoles",
@ -1573,5 +1573,7 @@
"LabelRepositoryUrl": "URL del repositorio",
"HeaderNewRepository": "Nuevo repositorio",
"MessageNoRepositories": "Sin repositorios.",
"Writers": "Escritores"
"Writers": "Escritores",
"StopPlayback": "Detener la reproducción",
"ClearQueue": "Borrar la cola"
}