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

Add media segment action settings

This commit is contained in:
Bill Thornton 2024-09-25 16:55:53 -04:00
parent c6b4d41535
commit 809dba510a
5 changed files with 68 additions and 4 deletions

View file

@ -446,6 +446,7 @@
"HeaderLyricDownloads": "Lyric Downloads",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Media Folders",
"HeaderMediaSegmentActions": "Media Segment Actions",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMoreLikeThis": "More Like This",
"HeaderMusicQuality": "Music Quality",
@ -751,6 +752,7 @@
"LabelMaxDaysForNextUpHelp": "Set the maximum amount of days a show should stay in the 'Next Up' list without watching it.",
"LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution",
"LabelMediaDetails": "Media details",
"LabelMediaSegmentsType": "{0} Segments",
"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",
@ -1065,6 +1067,14 @@
"MediaInfoTitle": "Title",
"MediaInfoVideoRange": "Video range",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"MediaSegmentAction.None": "None",
"MediaSegmentAction.Skip": "Skip",
"MediaSegmentType.Unknown": "Unknown",
"MediaSegmentType.Commercial": "Commercial",
"MediaSegmentType.Preview": "Preview",
"MediaSegmentType.Recap": "Recap",
"MediaSegmentType.Outro": "Outro",
"MediaSegmentType.Intro": "Intro",
"Menu": "Menu",
"MenuOpen": "Open Menu",
"MenuClose": "Close Menu",