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

Merge pull request #1485 from jellyfin/missing-tooltip

Add missing tooltip for TV layout
This commit is contained in:
dkanada 2020-06-28 04:33:32 +09:00 committed by GitHub
commit 77e8333732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -1561,5 +1561,6 @@
"EnableBlurhash": "Enable blurred placeholders for images",
"EnableBlurhashHelp": "Images that are still being loaded will be displayed with a blurred placeholder",
"ButtonSyncPlay": "SyncPlay",
"ButtonCast": "Cast"
"ButtonCast": "Cast",
"ButtonPlayer": "Player"
}

View file

@ -1563,5 +1563,6 @@
"ButtonCast": "Enviar",
"MessageNoGenresAvailable": "Permitir a algunos proveedores de metadatos extraer géneros de Internet.",
"EnableDecodingColorDepth10Vp9": "Habilite la decodificación por hardware de 10 bits para Vp9",
"EnableDecodingColorDepth10Hevc": "Habilite la decodificación por hardware de 10 bits para HEVC"
"EnableDecodingColorDepth10Hevc": "Habilite la decodificación por hardware de 10 bits para HEVC",
"ButtonPlayer": "Reproductor"
}