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

Translated using Weblate (Chinese (Simplified))

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
This commit is contained in:
wolong gl 2021-08-13 15:58:28 +00:00 committed by Weblate
parent 49dff3858c
commit 2893dd0602

View file

@ -1521,5 +1521,23 @@
"UseEpisodeImagesInNextUp": "在下一步和继续观看模块中使用剧集图片",
"LabelLocalCustomCss": "自定义 CSS 样式并仅应用于本客户端。您可能想要禁用服务器自定义 CSS。",
"LabelDisableCustomCss": "禁用由服务器提供的自定义 CSS 主题/品牌。",
"DisableCustomCss": "禁用服务器提供的自定义 CSS"
"DisableCustomCss": "禁用服务器提供的自定义 CSS",
"VideoLevelNotSupported": "视频编码的级别不支持",
"AudioProfileNotSupported": "音频编码的配置文件不支持",
"AudioBitDepthNotSupported": "音频的比特深度不支持",
"VideoProfileNotSupported": "视频编码的配置文件不支持",
"VideoFramerateNotSupported": "视频的帧率不支持",
"VideoBitDepthNotSupported": "视频的比特深度不支持",
"RefFramesNotSupported": "参考帧不支持",
"SecondaryAudioNotSupported": "二级音轨不支持",
"InterlacedVideoNotSupported": "隔行扫描视频不支持",
"AnamorphicVideoNotSupported": "变形视频不支持",
"AudioSampleRateNotSupported": "音频的采样率不支持",
"VideoResolutionNotSupported": "视频的分辨率不支持",
"AudioChannelsNotSupported": "音频通道数不支持",
"AudioBitrateNotSupported": "音频的比特率不支持",
"VideoCodecNotSupported": "视频编码不支持",
"SubtitleCodecNotSupported": "字幕解码不支持",
"ContainerNotSupported": "该容器不支持",
"AudioCodecNotSupported": "音频编码不支持"
}