送信メッセージと、受信したメッセージを送信する際のメッセージフォーマット設定項目追加。また、翻訳付きとそうじゃない場合のメッセージフォーマット設定項目を追加。 それに伴いリファクタリングなど。 ※config.jsonのMESSAGE_FORMAT項目は消えます。ユーザーが元々設定していたデータは今のところ引き継げない状態です。
227 lines
10 KiB
YAML
227 lines
10 KiB
YAML
main_window:
|
|
translation: Translation
|
|
transcription_send: Voice2Chatbox
|
|
transcription_receive: Speaker2Log
|
|
foreground: Foreground
|
|
|
|
language_settings: Language Settings
|
|
your_language: Your Language
|
|
both_direction_desc: Translate Each Other
|
|
swap_button_label: Swap Languages
|
|
target_language: Target Language
|
|
|
|
textbox_tab_all: All
|
|
textbox_tab_sent: Sent
|
|
textbox_tab_received: Received
|
|
textbox_tab_system: System
|
|
|
|
textbox_system_message:
|
|
enabled_translation: Translation feature is turned on.
|
|
disabled_translation: Translation feature is turned off.
|
|
enabled_voice2chatbox: Transcription from the microphone has started.
|
|
disabled_voice2chatbox: Transcription from the microphone has been stopped.
|
|
enabled_speaker2log: Transcription from the speaker has started.
|
|
disabled_speaker2log: Transcription from the speaker has been stopped.
|
|
enabled_foreground: The screen is fixed in the foreground.
|
|
disabled_foreground: The foreground fixation has been released.
|
|
|
|
auth_key_success: Auth key update completed.
|
|
auth_key_error: Auth Key is incorrect or Usage limit reached.
|
|
|
|
no_mic_device_detected_error: No mic device detected.
|
|
no_speaker_device_detected_error: No speaker device detected.
|
|
translation_engine_limit_error: It has automatically disabled the translation feature. Access has been temporarily restricted due to an excessive number of requests to the translation engine. Please wait for a while, restart VRCT, and try again.
|
|
|
|
detected_by_word_filter: The word %{detected_message} has not been sent due to detection by the word filter.
|
|
|
|
selected_your_language: "\"Your Language\" has set to %{your_language}."
|
|
selected_target_language: "\"Target Language\" has set to %{target_language}."
|
|
switched_language_preset_tab: Switched to Language Preset Tab No.%{tab_no}."
|
|
latest_language_setting: "Currently, \"Your Language\" is set to %{your_language}, and \"Target Language\" is set to %{target_language}."
|
|
|
|
opened_web_page_booth: Opened Booth page in your web browser.
|
|
opened_web_page_vrct_documents: "Opened VRCT Documents page in your web browser.\nFor any issues, requests, or inquiries, please feel free to contact us through the links at the bottom of the documents page, the \"Contact Form,\" or via X (formerly Twitter)!"
|
|
|
|
update_available: New version is here!
|
|
|
|
cover_message: The functionality is temporarily disabled until the settings window is closed.
|
|
|
|
confirmation_message:
|
|
update_software: "Download new version and restart automatically.\nIt'll take a while. Do it now?"
|
|
deny_update_software: Do it later
|
|
accept_update_software: Update and Restart
|
|
updating: Now updating...
|
|
|
|
detected_over_ui_size: "Current UI Size: %{current_ui_size}\nVRCT's window size may be larger than your display size.\n* Depending on your display size, you may need to adjust it multiple times."
|
|
deny_adjust_ui_size: "Keep it at this size"
|
|
accept_adjust_ui_size: "Set it smaller and restart"
|
|
|
|
|
|
translation_engine_limit_error: "It has automatically disabled the translation feature.\nAccess has been temporarily restricted\ndue to an excessive number of requests to the translation engine.\nPlease wait for a while, restart VRCT, and try again."
|
|
accept_translation_engine_limit_error: Accept and close
|
|
|
|
|
|
selectable_language_window:
|
|
title_your_language: Select Your Language
|
|
title_target_language: Select Target Language
|
|
go_back_button: Go Back
|
|
|
|
|
|
config_window:
|
|
config_title: Settings
|
|
compact_mode: Compact Mode
|
|
version: version %{version}
|
|
restart_message: Apply changes with a restart.
|
|
common_error_message:
|
|
invalid_value: Invalid value.
|
|
|
|
side_menu_labels:
|
|
appearance: Appearance
|
|
translation: Translation
|
|
transcription: Transcription
|
|
transcription_mic: Mic
|
|
transcription_speaker: Speaker
|
|
others: Others
|
|
others_send_message_formats: Message Formats(Send)
|
|
others_received_message_formats: Message Formats(Received)
|
|
others_speaker2chatbox: Speaker2Chatbox
|
|
advanced_settings: Advanced Settings
|
|
|
|
|
|
transparency:
|
|
label: Transparency
|
|
desc: Change the main window's transparency.
|
|
|
|
appearance_theme:
|
|
label: Theme
|
|
desc: Change the color theme.
|
|
|
|
ui_size:
|
|
label: UI Size
|
|
|
|
textbox_ui_size:
|
|
label: Text Box Font Size
|
|
desc: You can adjust the font size used in the logs relative to the UI size.
|
|
|
|
font_family:
|
|
label: Font Family
|
|
|
|
ui_language:
|
|
label: UI Language
|
|
|
|
deepl_auth_key:
|
|
label: DeepL Auth Key
|
|
|
|
mic_host:
|
|
label: Mic Host/Driver
|
|
|
|
mic_device:
|
|
label: Mic Device
|
|
|
|
mic_dynamic_energy_threshold:
|
|
label_for_automatic: "Mic Energy Threshold (Current Setting: Automatic)"
|
|
desc_for_automatic: "Automatically determine microphone input sensitivity."
|
|
label_for_manual: "Mic Energy Threshold (Current Setting: Manual)"
|
|
desc_for_manual: "Manually determine the microphone input sensitivity using the slider. Press the microphone icon to input your voice and adjust the sensitivity while monitoring the volume."
|
|
error_message: You can set it with a value between 0 to %{max}.
|
|
|
|
mic_record_timeout:
|
|
label: Mic Record Timeout
|
|
desc: Detects silence and, when the specified number of seconds has passed, considers the mic input to have ended. (Second(s))
|
|
error_message: It cannot be greater than '%{mic_phrase_timeout_label}' with a value of 0 or more.
|
|
|
|
mic_phrase_timeout:
|
|
label: Mic Phrase Timeout
|
|
desc: Transcription processing is performed at intervals of the specified number of seconds.
|
|
error_message: It cannot be set lower than '%{mic_record_timeout_label}' with a value of 0 or more.
|
|
|
|
mic_max_phrase:
|
|
label: Mic Max Words
|
|
desc: It is the lower limit for the number of transcribed words, and only when this number is exceeded will the transcription results be displayed logs and send to VRChat.
|
|
error_message: You can set a number equal to or greater than 0.
|
|
|
|
mic_word_filter:
|
|
label: Mic Word Filter
|
|
desc: "If a registered word is detected, the text will not be sent. To add multiple words at once, separate them with a \",\" (comma). \n*Duplicate words will not be registered."
|
|
add_button_label: Add
|
|
count_desc: "Current registered word count: %{count}"
|
|
|
|
|
|
speaker_dynamic_energy_threshold:
|
|
label_for_automatic: "Speaker Energy Threshold (Current Setting: Automatic)"
|
|
desc_for_automatic: "Automatically determine speaker input sensitivity."
|
|
label_for_manual: "Speaker Energy Threshold (Current Setting: Manual)"
|
|
desc_for_manual: "Manually determine the speaker input sensitivity using the slider. Press the headphones icon to listen to the audio and adjust the sensitivity while monitoring the volume."
|
|
error_message: You can set it with a value between 0 to %{max}.
|
|
no_device_error_message: No speaker device detected.
|
|
|
|
speaker_record_timeout:
|
|
label: Speaker Record Timeout
|
|
desc: Detects silence and, when the specified number of seconds has passed, considers the speaker input to have ended. (Second(s))
|
|
error_message: It cannot be greater than '%{speaker_phrase_timeout_label}' with a value of 0 or more.
|
|
|
|
speaker_phrase_timeout:
|
|
label: Speaker Phrase Timeout
|
|
desc: Transcription processing is performed at intervals of the specified number of seconds.
|
|
error_message: It cannot be set lower than '%{speaker_record_timeout_label}' with a value of 0 or more.
|
|
|
|
speaker_max_phrase:
|
|
label: Speaker Max Words
|
|
desc: It is the lower limit for the number of transcribed words, and only when this number is exceeded will the transcription results be displayed logs.
|
|
error_message: You can set a number equal to or greater than 0.
|
|
|
|
|
|
auto_clear_the_message_box:
|
|
label: Auto Clear The Message Box
|
|
|
|
notice_xsoverlay:
|
|
label: Notification XSOverlay (VR Only)
|
|
desc: Notify received messages by using XSOverlay's notification feature.
|
|
|
|
auto_export_message_logs:
|
|
label: Auto Export Message Logs
|
|
desc: Automatically export the conversation messages as a text file.
|
|
|
|
send_message_to_vrc:
|
|
label: Send Message To VRChat
|
|
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.
|
|
|
|
|
|
send_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."
|
|
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."
|
|
|
|
send_message_format_with_t:
|
|
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."
|
|
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."
|
|
|
|
received_message_format:
|
|
label: Message Format
|
|
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."
|
|
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."
|
|
|
|
received_message_format_with_t:
|
|
label: Message Format(With translation)
|
|
desc: It will be used in Notification XSOverlay too.
|
|
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."
|
|
|
|
# Speaker2Chatbox
|
|
send_received_message_to_vrc:
|
|
label: Send Received Message To VRChat
|
|
# Speaker2Chatbox
|
|
|
|
|
|
osc_ip_address:
|
|
label: OSC IP Address
|
|
|
|
osc_port:
|
|
label: OSC Port
|
|
|
|
open_config_filepath:
|
|
label: Open Config File |