From 9d808ec733a97d5dd002d6b54c7e99fb89744a6b Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Fri, 12 Sep 2025 18:43:40 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=98=E5=8C=96=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/i18n/zh_CN.js | 2 +- main/manager-web/src/i18n/zh_TW.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/manager-web/src/i18n/zh_CN.js b/main/manager-web/src/i18n/zh_CN.js index 38bdb471..38870240 100644 --- a/main/manager-web/src/i18n/zh_CN.js +++ b/main/manager-web/src/i18n/zh_CN.js @@ -584,7 +584,7 @@ export default { 'roleConfig.intent': '意图识别(Intent)', 'roleConfig.memory': '记忆(Memory)', 'roleConfig.tts': '语音合成(TTS)', - 'roleConfig.voiceType': '角色音色(Voice Type)', + 'roleConfig.voiceType': '声音音色(Voice)', 'roleConfig.pleaseEnterContent': '请输入内容', 'roleConfig.pleaseEnterLangCode': '请输入语言编码,如:zh_CN', 'roleConfig.pleaseEnterLangName': '请输入交互语种,如:中文', diff --git a/main/manager-web/src/i18n/zh_TW.js b/main/manager-web/src/i18n/zh_TW.js index 1798d65f..1e893026 100644 --- a/main/manager-web/src/i18n/zh_TW.js +++ b/main/manager-web/src/i18n/zh_TW.js @@ -585,7 +585,7 @@ export default { 'roleConfig.tts': '語音合成(TTS)', 'roleConfig.memory': '記憶(Memory)', 'roleConfig.intent': '意圖識別(Intent)', - 'roleConfig.voiceType': '角色音色(Voice Type)', + 'roleConfig.voiceType': '聲音音色(Voice)', 'roleConfig.pleaseEnterContent': '請輸入內容', 'roleConfig.pleaseEnterLangCode': '請輸入語言編碼,如:zh_TW', 'roleConfig.pleaseEnterLangName': '請輸入交互語種,如:繁體中文',