Skip to content

Commit 3917e0f

Browse files
[skip ci] Sync translation Translate en_US.json in zh_CN
100% reviewed source file: 'en_US.json' on 'zh_CN'.
1 parent 1b3f5dc commit 3917e0f

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

Hi3Helper.Core/Lang/zh_CN.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@
553553
"VideoBackground_IsEnableAcrylicBackground": "使用视频背景时使用亚克力效果",
554554
"VideoBackground_AudioVolume": "音量",
555555
"VideoBackground_UseFFmpeg": "使用 FFmpeg 进行视频解码",
556+
"VideoBackground_FFmpegVideoDecodingMethod": "FFmpeg 解码模式",
556557
"VideoBackground_FFmpegInstallStatus": "安装状态:",
557558
"VideoBackground_FFmpegInstallStatus_Installed": "已安装",
558559
"VideoBackground_FFmpegInstallStatus_NotInstalled": "未安装",
@@ -993,7 +994,9 @@
993994
"FeedbackSendFailure": "发送反馈失败!请检查日志或控制台以获取更多信息。",
994995

995996
"Tag_Deprecated": "废弃",
996-
"Generic_GameFeatureDeprecation": "因不可预见的游戏变化,该功能已被弃用,并将在未来移除。使用此功能可能会导致意料外的行为。"
997+
"Generic_GameFeatureDeprecation": "因不可预见的游戏变化,该功能已被弃用,并将在未来移除。使用此功能可能会导致意料外的行为。",
998+
999+
"DescriptionNotAvailable": "描述不可用。"
9971000
},
9981001

9991002
"_BackgroundNotification": {
@@ -1800,6 +1803,20 @@
18001803
"Genshin Impact": "千星沙箱"
18011804
},
18021805

1806+
"_DictKvpFFmpegDecodingMode": {
1807+
"Automatic": "自动",
1808+
"AutomaticSystemDecoder": "自动使用系统解码器",
1809+
"ForceSystemDecoder": "强制使用系统解码器",
1810+
"ForceFFmpegSoftwareDecoder": "强制使用 FFmpeg 软件解码器"
1811+
},
1812+
1813+
"_DictKvpFFmpegDecodingModeTooltip": {
1814+
"Automatic": "自动选择最佳可用解码器(如果可用,将优先选用硬件加速解码器)。",
1815+
"AutomaticSystemDecoder": "与“自动”模式相同,但如果可用,FFmpeg 将使用内置的系统解码器进行解码。",
1816+
"ForceSystemDecoder": "FFmpeg 将强制使用内置的系统解码器,而非 FFmpeg 库中自带的解码器。如果该解码器不可用,您可能需要安装额外的 Windows Media Foundation 编解码器才能在此模式下播放视频,否则可能无法正常播放。",
1817+
"ForceFFmpegSoftwareDecoder": "与“自动”模式相同,但 FFmpeg 将强制使用软件解码器,而非硬件加速解码器。"
1818+
},
1819+
18031820
"_OOBEAgreementMenu": {
18041821
"AgreementTitle": "用户协议:"
18051822
},

0 commit comments

Comments
 (0)