mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add lyric settings to music library management
This commit is contained in:
parent
92c02f8d99
commit
931d981801
3 changed files with 73 additions and 1 deletions
|
@ -417,6 +417,7 @@
|
|||
"HeaderLibrarySettings": "Library Settings",
|
||||
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
|
||||
"HeaderLoginFailure": "Login Failure",
|
||||
"HeaderLyricDownloads": "Lyric Downloads",
|
||||
"HeaderMedia": "Media",
|
||||
"HeaderMediaFolders": "Media Folders",
|
||||
"HeaderMetadataSettings": "Metadata Settings",
|
||||
|
@ -706,11 +707,12 @@
|
|||
"LabelLineup": "Lineup",
|
||||
"LabelLocalCustomCss": "Custom CSS code for styling which applies to this client only. You may want to disable server custom CSS code.",
|
||||
"LabelLocalHttpServerPortNumber": "Local HTTP port number",
|
||||
"LabelLocalHttpServerPortNumberHelp": "The TCP port number for the HTTP server.",
|
||||
"LabelLocalHttpServerPortNudmberHelp": "The TCP port number for the HTTP server.",
|
||||
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
|
||||
"LabelLoginDisclaimer": "Login disclaimer",
|
||||
"LabelLoginDisclaimerHelp": "A message that will be displayed at the bottom of the login page.",
|
||||
"LabelLogs": "Logs",
|
||||
"LabelLyricDownloaders": "Lyric downloaders",
|
||||
"LabelMaxAudiobookResume": "Audiobook remaining minutes to resume",
|
||||
"LabelMaxAudiobookResumeHelp": "Titles are assumed fully played if stopped when the remaining duration is less than this value.",
|
||||
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item",
|
||||
|
@ -966,6 +968,7 @@
|
|||
"Lyric": "Lyric",
|
||||
"Lyricist": "Lyricist",
|
||||
"Lyrics": "Lyrics",
|
||||
"LyricDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
|
||||
"ManageLibrary": "Manage library",
|
||||
"ManageRecording": "Manage recording",
|
||||
"MapChannels": "Map Channels",
|
||||
|
@ -1347,6 +1350,8 @@
|
|||
"Saturday": "Saturday",
|
||||
"Save": "Save",
|
||||
"SaveChanges": "Save changes",
|
||||
"SaveLyricsIntoMediaFolders": "Save lyrics into media folders",
|
||||
"SaveLyricsIntoMediaFoldersHelp": "Storing lyrics next to audio files will allow them to be more easily managed.",
|
||||
"SavePassword": "Save Password",
|
||||
"SaveRecordingNFO": "Save recording EPG metadata in NFO",
|
||||
"SaveRecordingNFOHelp": "Save metadata from EPG listings provider along side media.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue