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

Merge pull request #5324 from nielsvanvelzen/mom-im-scared

This commit is contained in:
Bill Thornton 2024-03-25 14:01:15 -04:00 committed by GitHub
commit abd7d5aa20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -441,6 +441,9 @@ const UserParentalControl: FunctionComponent = () => {
btnIcon='add' btnIcon='add'
isLinkVisible={false} isLinkVisible={false}
/> />
<div className='fieldDescription'>
{globalize.translate('AllowContentWithTagsHelp')}
</div>
<div className='allowedTags' style={{ marginTop: '.5em' }}> <div className='allowedTags' style={{ marginTop: '.5em' }}>
{allowedTags?.map(tag => { {allowedTags?.map(tag => {
return <TagList return <TagList
@ -462,6 +465,9 @@ const UserParentalControl: FunctionComponent = () => {
btnIcon='add' btnIcon='add'
isLinkVisible={false} isLinkVisible={false}
/> />
<div className='fieldDescription'>
{globalize.translate('BlockContentWithTagsHelp')}
</div>
<div className='blockedTags' style={{ marginTop: '.5em' }}> <div className='blockedTags' style={{ marginTop: '.5em' }}>
{blockedTags.map(tag => { {blockedTags.map(tag => {
return <TagList return <TagList

View file

@ -23,6 +23,7 @@
"AllLibraries": "All libraries", "AllLibraries": "All libraries",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.", "AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"AllowCollectionManagement": "Allow this user to manage collections", "AllowCollectionManagement": "Allow this user to manage collections",
"AllowContentWithTagsHelp": "Only show media with at least one of the specified tags.",
"AllowSubtitleManagement": "Allow this user to edit subtitles", "AllowSubtitleManagement": "Allow this user to edit subtitles",
"AllowFfmpegThrottling": "Throttle Transcodes", "AllowFfmpegThrottling": "Throttle Transcodes",
"AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume less resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.", "AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume less resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.",
@ -66,6 +67,7 @@
"BirthLocation": "Birth location", "BirthLocation": "Birth location",
"BirthPlaceValue": "Birth place: {0}", "BirthPlaceValue": "Birth place: {0}",
"Blacklist": "Blacklist", "Blacklist": "Blacklist",
"BlockContentWithTagsHelp": "Hide media with at least one of the specified tags.",
"BookLibraryHelp": "Audio and text books are supported. Review the {0} book naming guide {1}.", "BookLibraryHelp": "Audio and text books are supported. Review the {0} book naming guide {1}.",
"Books": "Books", "Books": "Books",
"Box": "Box", "Box": "Box",