From 95faef0ef9dee5783da4e3f5fb4882f8f60b1ca3 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:47:26 +0000 Subject: [PATCH] Fix `player__sound_effect_features_tip` --- src/lang/en-us.json | 1 + src/lang/zh-cn.json | 2 +- src/lang/zh-tw.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 75de79de..60dcda47 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -267,6 +267,7 @@ "player__sound_effect_convolution_file_tim_omni_35_10_magnetic": "Rock 2", "player__sound_effect_convolution_main_gain": "Original Audio Gain", "player__sound_effect_convolution_send_gain": "Ambient Sound Effect Gain", + "player__sound_effect_features_tip": "Tip: The sound effect settings conflicts with the the custom audio output device. After enabling the sound effect settings, the audio output device will be reset to the default output device. This problem cannot be solved at present.", "player__sound_effect_panner": "3D stereo surround (need to use headphones)", "player__sound_effect_panner_enabled": "enable", "player__sound_effect_panner_sound_r": "Sound distance", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 003cc7ec..7ee6a364 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -267,7 +267,7 @@ "player__sound_effect_convolution_file_tim_omni_35_10_magnetic": "磁性立体声", "player__sound_effect_convolution_main_gain": "原始音频增益", "player__sound_effect_convolution_send_gain": "环境音效增益", - "player__sound_effect_features_tip": "提示:音效功能 与 自定义音频输出设备功能 冲突,启用音效功能后音频输出设备将会被重置为默认的输出设备,目前此问题暂无法解决。", + "player__sound_effect_features_tip": "提示:「音效设置」与「自定义音频输出设备」冲突,启用音效设置后音频输出设备将会被重置为默认的输出设备,目前此问题暂无法解决。", "player__sound_effect_panner": "3D立体环绕(需使用耳机)", "player__sound_effect_panner_enabled": "启用", "player__sound_effect_panner_sound_r": "声音距离", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index 8f5e127b..07fc0e20 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -267,6 +267,7 @@ "player__sound_effect_convolution_file_tim_omni_35_10_magnetic": "磁性立體聲", "player__sound_effect_convolution_main_gain": "原始音訊增益", "player__sound_effect_convolution_send_gain": "環境音效增益", + "player__sound_effect_features_tip": "提示:「音效設定」與「自訂音訊輸出設備」衝突,啟用音效設定後音訊輸出設備將會被重設為預設的輸出設備,目前此問題暫無法解決。", "player__sound_effect_panner": "3D立體環繞(需使用耳機)", "player__sound_effect_panner_enabled": "啟用", "player__sound_effect_panner_sound_r": "聲音距離",