[bugfix/Update] Config Page: Others: Sound: fix japanese localize. add description.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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に送信します。
|
||||
|
||||
@@ -132,6 +132,7 @@ const EnableNotificationVrcSfxContainer = () => {
|
||||
return (
|
||||
<CheckboxContainer
|
||||
label={t("config_page.others.notification_vrc_sfx.label")}
|
||||
desc={t("config_page.others.notification_vrc_sfx.desc")}
|
||||
variable={currentEnableNotificationVrcSfx}
|
||||
toggleFunction={toggleEnableNotificationVrcSfx}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user