mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1680 from KucharczykL/previous-next-tooltips
Add tooltips for Skip to previous/next buttons
This commit is contained in:
commit
8e7f1aa0d7
2 changed files with 4 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
<span class="xlargePaperIconButton material-icons fiber_manual_record"></span>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnPreviousTrack autoSize hide">
|
||||
<button is="paper-icon-button-light" class="btnPreviousTrack autoSize hide" title="${PreviousTrack}">
|
||||
<span class="xlargePaperIconButton material-icons skip_previous"></span>
|
||||
</button>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
<span class="xlargePaperIconButton material-icons fast_forward"></span>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnNextTrack autoSize hide">
|
||||
<button is="paper-icon-button-light" class="btnNextTrack autoSize hide" title="${NextTrack}">
|
||||
<span class="xlargePaperIconButton material-icons skip_next"></span>
|
||||
</button>
|
||||
|
||||
|
|
|
@ -1094,6 +1094,7 @@
|
|||
"NewEpisodesOnly": "New episodes only",
|
||||
"News": "News",
|
||||
"Next": "Next",
|
||||
"NextTrack": "Skip to next",
|
||||
"NextUp": "Next Up",
|
||||
"No": "No",
|
||||
"NoCreatedLibraries": "Seems like you haven't created any libraries yet. {0}Would you like to create one now?{1}",
|
||||
|
@ -1307,6 +1308,7 @@
|
|||
"Premiere": "Premiere",
|
||||
"Premieres": "Premieres",
|
||||
"Previous": "Previous",
|
||||
"PreviousTrack": "Skip to previous",
|
||||
"Primary": "Primary",
|
||||
"Producer": "Producer",
|
||||
"ProductionLocations": "Production locations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue