From 10a18edd24b5c05db15366f55865282280987c5f Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:29:45 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20Config=20Window:=20Whisper=E3=83=A2?= =?UTF-8?q?=E3=83=87=E3=83=AB=20=E8=AA=AC=E6=98=8E=E6=96=87=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=80=82=E5=AE=9F=E9=9A=9B=E3=81=ABmedium=E4=BB=A5?= =?UTF-8?q?=E4=B8=8A=E3=81=AE=E3=83=A2=E3=83=87=E3=83=AB=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E6=99=82=E3=80=81=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=89=E5=9B=B0?= =?UTF-8?q?=E9=9B=A3=E3=81=AA=E3=81=8F=E3=82=89=E3=81=84=E9=87=8D=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E3=80=81=E8=AD=A6=E5=91=8A=E3=81=AE=E6=84=8F?= =?UTF-8?q?=E5=91=B3=E3=82=92=E8=BE=BC=E3=82=81=E3=81=A6=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.yml | 6 +++--- locales/ja.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 1904261a..c885795f 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -195,7 +195,7 @@ config_window: whisper_weight_type: label: Select Whisper Model - desc: Generally, models with larger capacity tend to have higher accuracy, but this also results in longer transcription times and increased CPU usage. Please refer to the documentation for explanations of each model. + desc: "Generally, models with larger capacity tend to have higher accuracy, but this also results in longer transcription times and increased CPU usage. Please refer to the documentation for explanations of each model.\n※Larger models, especially those exceeding medium size, can be challenging to run even depending on the CPU's performance." model_template: "%{model_name} model (%{capacity})" recommended_model_template: "%{model_name} model (%{capacity}) (Recommended)" @@ -238,13 +238,13 @@ config_window: received_message_format: label: Format of Received Messages - desc: "Used for XSOverlay notification receiving feature.\n[message] will be replaced with the message. \n※It will be used in Speaker2Chatbox too" + desc: "Used for XSOverlay notification receiving feature.\n[message] will be replaced with the message. \n※It will be used in Speaker2Chatbox too." example_text: This is an example sentence. Actual display may vary, including font and line breaks. error_message: "Cannot use the term '[message]'." received_message_format_with_t: label: Format of Received Messages (with Translation) - 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" + 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. Actual display may vary, including font and line breaks. error_message: "Cannot use the terms '[message]' and '[translation]'." diff --git a/locales/ja.yml b/locales/ja.yml index 2befc4bd..d7d800e1 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -194,7 +194,7 @@ config_window: whisper_weight_type: label: Whisperモデルのタイプ - desc: 基本的に、容量が多いモデルほど精度は高いですが、文字起こしまでの時間が伸び、CPU使用率も増加します。各モデルの説明はドキュメントをご覧ください。 + desc: "基本的に、容量が多いモデルほど精度は高いですが、文字起こしまでの時間が伸び、CPU使用率も増加します。各モデルの説明はドキュメントをご覧ください。\n※特にmediumより容量の大きいモデルは、CPUの性能によっては使用すらも困難です。" model_template: "%{model_name} モデル (%{capacity})" recommended_model_template: "%{model_name} モデル (%{capacity}) (推奨)"