mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rewrite and relocate translation to alphabetical order
This commit is contained in:
parent
8cc0dd58cd
commit
dca5e1c88c
1 changed files with 2 additions and 2 deletions
|
@ -1019,6 +1019,8 @@
|
|||
"LibraryScanFanoutConcurrency": "Parallel library scan tasks limit",
|
||||
"LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Setting this to 0 will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.",
|
||||
"LibraryInvalidItemIdError": "The library is in an invalid state and cannot be edited. You are possibly encountering a bug: the path in the database is not the correct path on the filesystem.",
|
||||
"LimitSegmentLength": "Use shorter HLS segments",
|
||||
"LimitSegmentLengthHelp": "Enabling this option may help prevent the HLS player from hanging during seeking on certain devices, such as webOS TVs.",
|
||||
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
|
||||
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
|
||||
"List": "List",
|
||||
|
@ -1682,8 +1684,6 @@
|
|||
"LabelSyncPlayInfo": "SyncPlay Info",
|
||||
"PreferFmp4HlsContainer": "Prefer fMP4-HLS Media Container",
|
||||
"PreferFmp4HlsContainerHelp": "Prefer to use fMP4 as the default container for HLS, making it possible to direct stream HEVC and AV1 content on supported devices.",
|
||||
"LimitSegmentLengthHelp": "This can help with compatibility on some devices. For example, when playback on Jellyfin WebOS reached a mismatched segment, playback would stop. Using a shorter hls_time value of 1 second ensures that the playlist generated by FFmpeg matches the one created ahead of playback.",
|
||||
"LimitSegmentLength": "Limit segment length to 1 second (hls_time).",
|
||||
"AllowHevcEncoding": "Allow encoding in HEVC format",
|
||||
"LabelAllowedAudioChannels": "Maximum Allowed Audio Channels",
|
||||
"LabelSelectAudioChannels": "Channels",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue