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

Add tooltips for header icons

This commit is contained in:
ferferga 2020-06-19 19:08:09 +02:00
parent f48d06291a
commit 483f5076d7
3 changed files with 11 additions and 8 deletions

View file

@ -1553,6 +1553,7 @@
"OnApplicationStartup": "On application startup",
"UnsupportedPlayback": "Jellyfin cannot decrypt content protected by DRM but all content will be attempted regardless, including protected titles. Some files may appear completely black due to encryption or other unsupported features, such as interactive titles.",
"EnableBlurhash": "Enable blurred placeholders for images",
"EnableBlurhashHelp": "Images that are still being loaded will be displayed with a blurred placeholder"
"EnableBlurhashHelp": "Images that are still being loaded will be displayed with a blurred placeholder",
"ButtonSyncPlay": "SyncPlay",
"ButtonCast": "Cast"
}

View file

@ -1560,5 +1560,7 @@
"EnableDetailsBannerHelp": "Mostrar imagen de banner en el tope de la página de detalles del elemento.",
"EnableDetailsBanner": "Barra de Detalles",
"ShowMore": "Mostrar más",
"ShowLess": "Mostrar menos"
"ShowLess": "Mostrar menos",
"ButtonSyncPlay": "SyncPlay",
"ButtonCast": "Enviar"
}