mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4733 from robert-hamilton36/LyricsSupport
Add Lyric support
This commit is contained in:
commit
3f967f70f5
13 changed files with 456 additions and 7 deletions
|
@ -162,6 +162,7 @@
|
|||
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"ConfirmDeleteSeries": "Deleting this series will delete ALL {0} episodes from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"ConfirmDeleteLyrics": "Deleting these lyrics will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"ConfirmDeletion": "Confirm Deletion",
|
||||
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
|
||||
"Connect": "Connect",
|
||||
|
@ -191,6 +192,7 @@
|
|||
"DeleteDevicesConfirmation": "Are you sure you wish to delete all devices? All other sessions will be logged out. Devices will reappear the next time a user signs in.",
|
||||
"DeleteImage": "Delete Image",
|
||||
"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
|
||||
"DeleteLyrics": "Delete lyrics",
|
||||
"DeleteMedia": "Delete media",
|
||||
"DeleteSeries": "Delete Series",
|
||||
"DeleteEpisode": "Delete Episode",
|
||||
|
@ -277,6 +279,7 @@
|
|||
"ErrorAddingXmlTvFile": "There was an error accessing the XMLTV file. Please ensure the file exists and try again.",
|
||||
"ErrorDefault": "There was an error processing the request. Please try again later.",
|
||||
"ErrorDeletingItem": "There was an error deleting the item from the server. Please check that Jellyfin has write access to the media folder and try again.",
|
||||
"ErrorDeletingLyrics": "There was an error deleting the lyrics from the server. Please check that Jellyfin has write access to the media folder and try again.",
|
||||
"ErrorGettingTvLineups": "There was an error downloading TV lineups. Please ensure your information is correct and try again.",
|
||||
"ErrorPlayerNotFound": "No player found for the requested media.",
|
||||
"ErrorPleaseSelectLineup": "Please select a lineup and try again. If no lineups are available, then please check that your username, password, and postal code is correct.",
|
||||
|
@ -371,6 +374,7 @@
|
|||
"HeaderDeleteItem": "Delete Item",
|
||||
"HeaderDeleteSeries": "Delete Series",
|
||||
"HeaderDeleteItems": "Delete Items",
|
||||
"HeaderDeleteLyrics": "Delete Lyrics",
|
||||
"HeaderDeleteProvider": "Delete Provider",
|
||||
"HeaderDeleteTaskTrigger": "Delete Task Trigger",
|
||||
"HeaderDetectMyDevices": "Detect My Devices",
|
||||
|
@ -428,6 +432,7 @@
|
|||
"HeaderNewRepository": "New Repository",
|
||||
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
|
||||
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
|
||||
"HeaderNoLyrics": "No lyrics found",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderOtherItems": "Other Items",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
|
@ -962,6 +967,7 @@
|
|||
"LogoScreensaver": "Logo Screensaver",
|
||||
"Lyric": "Lyric",
|
||||
"Lyricist": "Lyricist",
|
||||
"Lyrics": "Lyrics",
|
||||
"ManageLibrary": "Manage library",
|
||||
"ManageRecording": "Manage recording",
|
||||
"MapChannels": "Map Channels",
|
||||
|
@ -1522,6 +1528,7 @@
|
|||
"VideoAudio": "Video Audio",
|
||||
"ViewAlbum": "View album",
|
||||
"ViewAlbumArtist": "View album artist",
|
||||
"ViewLyrics": "View lyrics",
|
||||
"ViewPlaybackInfo": "View playback info",
|
||||
"Watched": "Watched",
|
||||
"Wednesday": "Wednesday",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue