[Update] Config Window: Message Formats. 文言の変更。

This commit is contained in:
Sakamoto Shiina
2024-02-14 10:57:14 +09:00
parent 158b139415
commit e012f92e06
2 changed files with 19 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ config_window:
transcription_internal_model: Transcription Model transcription_internal_model: Transcription Model
others: Others others: Others
others_send_message_formats: Message Formats (Send) others_send_message_formats: Message Formats (Send)
others_received_message_formats: Message Formats (Received) others_received_message_formats: Message Formats (XSOverlay & Speaker2Chatbox)
others_speaker2chatbox: Speaker2Chatbox others_speaker2chatbox: Speaker2Chatbox
advanced_settings: Advanced Settings advanced_settings: Advanced Settings
@@ -227,25 +227,26 @@ config_window:
label: Message Format label: Message Format
desc: "You can change the decoration of the message you want to send.\n[message] will be replaced with the message." desc: "You can change the decoration of the message you want to send.\n[message] will be replaced with the message."
example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display. example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display.
error_message: "The characters '[message]' cannot be used." error_message: "Cannot use the term '[message]'."
send_message_format_with_t: send_message_format_with_t:
label: Message Format (With translation) label: Message Format (with Translation)
desc: "You can change the decoration of the message you want to send.\n[message] will be replaced with the message, and [translation] will be replaced with the translated message." desc: "You can change the decoration of the message you want to send.\n[message] will be replaced with the message, and [translation] will be replaced with the translated message."
example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display. example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display.
error_message: "The characters '[message]' and '[translation]' cannot be used." error_message: "Cannot use the terms '[message]' and '[translation]'."
received_message_format: received_message_format:
label: Message Format label: Format of Received Messages
desc: "You can change the decoration of the received message you want to send.\n[message] will be replaced with the message.\nIt will be used in Notification XSOverlay too." desc: "Used for XSOverlay notification receiving feature.\n[message] will be replaced with the message. \nIt will be used in Speaker2Chatbox too"
example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display. example_text: This is an example sentence. Actual display may vary, including font and line breaks.
error_message: "The characters '[message]' cannot be used." error_message: "Cannot use the term '[message]'."
received_message_format_with_t: received_message_format_with_t:
label: Message Format (With translation) label: Format of Received Messages (with Translation)
desc: It will be used in Notification XSOverlay too. desc: "Used for XSOverlay notification receiving feature.\n[message] will be replaced with the message, and [translation] will be replaced with the translated message.\n※It will be used in Speaker2Chatbox too"
example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display. example_text: This is an example sentence. Actual display may vary, including font and line breaks.
error_message: "The characters '[message]' and '[translation]' cannot be used." error_message: "Cannot use the terms '[message]' and '[translation]'."
# Note: Speaker2Chatbox localization is fine only in English. Do not translate it into other languages. # Note: Speaker2Chatbox localization is fine only in English. Do not translate it into other languages.
# Speaker2Chatbox # Speaker2Chatbox

View File

@@ -81,6 +81,8 @@ config_window:
transcription_speaker: スピーカー transcription_speaker: スピーカー
transcription_internal_model: 音声認識モデル transcription_internal_model: 音声認識モデル
others: その他 others: その他
others_send_message_formats: メッセージフォーマット (送信)
others_received_message_formats: メッセージフォーマット (XSOverlay & Speaker2Chatbox)
advanced_settings: 高度な設定 advanced_settings: 高度な設定
@@ -234,14 +236,14 @@ config_window:
error_message: "[message]と[translation]という文字は使えません。" error_message: "[message]と[translation]という文字は使えません。"
received_message_format: received_message_format:
label: 信するメッセージのフォーマット label: 信するメッセージのフォーマット
desc: "VRChatで相手に実際に見えるフォーマットを変更できます。\n[message]がメッセージに置換されます。\n※XSOverlayでの通知受け取り機能にも使われます。" desc: "XSOverlay通知受け取り機能で使用されます。\n[message]がメッセージに置換されます。\n※Speaker2Chatboxでの送信機能にも使われます。"
example_text: これは例文です。フォントや改行箇所など、実際の表示とは異なる場合があります。 example_text: これは例文です。フォントや改行箇所など、実際の表示とは異なる場合があります。
error_message: "[message]という文字は使えません。" error_message: "[message]という文字は使えません。"
received_message_format_with_t: received_message_format_with_t:
label: 信するメッセージのフォーマット(翻訳付き) label: 信するメッセージのフォーマット(翻訳付き)
desc: "VRChatで相手に実際に見えるフォーマットを変更できます。\n[message]がメッセージに置換され、[translation]が翻訳されたメッセージに置換されます。\n※XSOverlayでの通知受け取り機能にも使われます。" desc: "XSOverlay通知受け取り機能で使用されます。\n[message]がメッセージに置換され、[translation]が翻訳されたメッセージに置換されます。\n※Speaker2Chatboxでの送信機能にも使われます。"
example_text: これは例文です。フォントや改行箇所など、実際の表示とは異なる場合があります。 example_text: これは例文です。フォントや改行箇所など、実際の表示とは異なる場合があります。
error_message: "[message]と[translation]という文字は使えません。" error_message: "[message]と[translation]という文字は使えません。"