diff --git a/locales/en.yml b/locales/en.yml index 2879e404..7b22aa26 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -257,6 +257,7 @@ config_page: desc: There is a way to use it without sending messages to VRChat, but it is not supported. Enable this feature when you intend to send a message to VRChat. notification_vrc_sfx: label: Enable Notification Sound When Sending Chat + desc: Disabling this feature will send chats quietly without playing a notification sound that others can hear. send_received_message_to_vrc: label: Send Received Message To VRChat desc: Send the message you received from the speaker's sound to VRChat's chatbox. diff --git a/locales/ja.yml b/locales/ja.yml index 4603d81e..4230db80 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -254,7 +254,8 @@ config_page: label: VRChatにメッセージを送信する desc: サポート対象外ですが、VRChatにメッセージを送信せずに使う方法があります。送信したい場合、この機能を有効にする事を忘れないでください。 notification_vrc_sfx: - label: チャット送信時に音を鳴らさない + label: チャット送信時にチャットボックスの通知音を鳴らす + desc: この機能を無効にすると、他の人が聞こえるチャットボックスの通知音を鳴らさず、静かに送信します。 send_received_message_to_vrc: label: 受信したメッセージをVRChatに送信する desc: スピーカーから聞き取り、文字起こしされたメッセージをVRChatに送信します。 diff --git a/src-ui/app/config_page/setting_section/setting_box/others/Others.jsx b/src-ui/app/config_page/setting_section/setting_box/others/Others.jsx index 25fa5495..d8d7b818 100644 --- a/src-ui/app/config_page/setting_section/setting_box/others/Others.jsx +++ b/src-ui/app/config_page/setting_section/setting_box/others/Others.jsx @@ -132,6 +132,7 @@ const EnableNotificationVrcSfxContainer = () => { return (