mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2077 from nyanmisaka/remux-translation
Add descriptions for Remux
This commit is contained in:
commit
3ea32c871c
4 changed files with 66 additions and 19 deletions
|
@ -164,8 +164,8 @@
|
|||
"DetectingDevices": "Detecting devices",
|
||||
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
|
||||
"DirectPlaying": "Direct playing",
|
||||
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc), but in an incompatible file container (mkv, avi, wmv, etc). The video will be re-packaged on the fly before being sent to the device.",
|
||||
"DirectStreamHelp2": "Direct stream uses very little processing power with a minimal loss in video quality.",
|
||||
"DirectStreamHelp1": "The video stream is compatible with the device, but has an incompatible audio format (DTS, TRUEHD, etc) or number of audio channels. The video stream will be repackaged losslessly on the fly before being sent to the device. Only the audio stream will be transcoded.",
|
||||
"DirectStreamHelp2": "Power consumed by direct streaming usually depends on the audio profile. Only the video stream is lossless.",
|
||||
"DirectStreaming": "Direct streaming",
|
||||
"Director": "Director",
|
||||
"Directors": "Directors",
|
||||
|
@ -1430,6 +1430,17 @@
|
|||
"Preview": "Preview",
|
||||
"LabelMaxMuxingQueueSize": "Max muxing queue size:",
|
||||
"LabelMaxMuxingQueueSizeHelp": "Maximum number of packets that can be buffered while waiting for all streams to initialize. Try to increase it if you still encounter \"Too many packets buffered for output stream\" error in ffmpeg logs. The recommended value is 2048.",
|
||||
"Remuxing": "Remuxing",
|
||||
"RemuxHelp1": "The media is in an incompatible file container (MKV, AVI, WMV, etc) but both the video stream and audio stream are compatible with the device. The media will be repackaged losslessly on the fly before being sent to the device.",
|
||||
"RemuxHelp2": "Remux uses very little processing power with a completely lossless media quality.",
|
||||
"LabelPlaybackInfo": "Playback Info",
|
||||
"LabelAudioInfo": "Audio Info",
|
||||
"LabelVideoInfo": "Video Info",
|
||||
"LabelTranscodingInfo": "Transcoding Info",
|
||||
"LabelDirectStreamingInfo": "Direct Streaming Info",
|
||||
"LabelRemuxingInfo": "Remuxing Info",
|
||||
"LabelOriginalMediaInfo": "Original Media Info",
|
||||
"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 content on supported devices.",
|
||||
"AllowHevcEncoding": "Allow encoding in HEVC format",
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
"DetectingDevices": "正在侦测设备",
|
||||
"DeviceAccessHelp": "这仅适用于可以唯一标识的设备,而不会阻止浏览器访问。限制用户设备访问会阻止使用未在此被批准的新增设备。",
|
||||
"DirectPlaying": "直接播放",
|
||||
"DirectStreamHelp2": "直接串流只占用占用很少的CPU并且视频的品质只会有极小程度的损失。",
|
||||
"DirectStreamHelp2": "直接串流占用的 CPU 资源通常取决于音频规格。只有视频流是无损的。",
|
||||
"DirectStreaming": "直接串流",
|
||||
"Director": "导演",
|
||||
"Disc": "光盘",
|
||||
|
@ -1143,7 +1143,7 @@
|
|||
"ErrorDeletingItem": "从服务器删除项目时出错。请检查Jellyfin是否拥有对媒体目录的写权限,然后重试。",
|
||||
"GroupBySeries": "按系列分组",
|
||||
"HeaderApp": "应用程序",
|
||||
"DirectStreamHelp1": "该媒体文件的分辨率和编码(H.264、AC3 等)与您的设备兼容,但文件格式(.mkv、.avi、.wmv 等)不受支持。因此,视频在串流至您的设备之前将会被即时封装为另一种格式。",
|
||||
"DirectStreamHelp1": "该媒体的载体(mkv、avi、wmv 等)不被设备支持,视频流在与您的设备兼容,但是音频流有着不被设备支持的媒体格式(DTS、TRUEHD 等)或声道数量(5.1、7.1 等)。因此视频流在串流至您的设备之前将被即时无损地再封装。只有音频流将被转码。",
|
||||
"HeaderAppearsOn": "同时出现于",
|
||||
"HeaderCancelSeries": "取消系列",
|
||||
"HeaderKeepRecording": "继续录制",
|
||||
|
@ -1433,6 +1433,17 @@
|
|||
"HeaderDeleteDevices": "删除所有设备",
|
||||
"DeleteDevicesConfirmation": "您确定要删除所有设备吗?所有其他会话将被注销。用户下次登录时,设备会重新出现。",
|
||||
"DeleteAll": "删除全部",
|
||||
"Remuxing": "转封装",
|
||||
"RemuxHelp1": "该媒体的载体(mkv、avi、wmv 等)不被设备支持,但视频流和音频流均与您的设备兼容,因此媒体在串流至您的设备之前将被即时无损地再封装。",
|
||||
"RemuxHelp2": "转封装只占用很少的 CPU 资源并且媒体将被完全无损地传输。",
|
||||
"LabelPlaybackInfo": "播放信息",
|
||||
"LabelAudioInfo": "音频信息",
|
||||
"LabelVideoInfo": "视频信息",
|
||||
"LabelTranscodingInfo": "转码信息",
|
||||
"LabelDirectStreamingInfo": "直接串流信息",
|
||||
"LabelRemuxingInfo": "转封装信息",
|
||||
"LabelOriginalMediaInfo": "媒体源信息",
|
||||
"LabelSyncPlayInfo": "同步播放信息",
|
||||
"PreferFmp4HlsContainer": "优先使用 fMP4-HLS 媒体容器",
|
||||
"PreferFmp4HlsContainerHelp": "优先使用 fMP4 作为 HLS 播放的默认容器,从而可以在支持的设备上直接串流 HEVC 格式的内容。",
|
||||
"AllowHevcEncoding": "允许以 HEVC 格式编码",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue