mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add media type specific translation in up next dialog (#6307)
* allow dedicated translation of all video types * fix linter issue
This commit is contained in:
parent
ec1f6336a0
commit
e4e9a7a5d3
2 changed files with 14 additions and 5 deletions
|
@ -460,8 +460,10 @@
|
|||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderNewPlaylist": "New Playlist",
|
||||
"HeaderNewRepository": "New Repository",
|
||||
"HeaderNextItem": "Next {0}",
|
||||
"HeaderNextItemPlayingInValue": "Next {0} Playing in {1}",
|
||||
"HeaderNextEpisode": "Next Episode",
|
||||
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
|
||||
"HeaderNextVideo": "Next Video",
|
||||
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
|
||||
"HeaderNoLyrics": "No lyrics found",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderOtherItems": "Other Items",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue