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
3 changed files with 5 additions and 3 deletions
+2 -1
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"
}
+2 -1
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"
}