Skip to content

Commit ad30b47

Browse files
committed
STYLE: 精简语音合成设置页文案
1 parent 68b741e commit ad30b47

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/l10n/app_localizations_zh.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ class AppLocalizationsZh extends AppLocalizations {
14481448

14491449
@override
14501450
String speechModelReady(String size) {
1451-
return '已就绪 · $size';
1451+
return '就绪 · $size';
14521452
}
14531453

14541454
@override
@@ -3736,10 +3736,10 @@ class AppLocalizationsZh extends AppLocalizations {
37363736
String get ttsVoice => '音色';
37373737

37383738
@override
3739-
String get ttsVoiceFemale => '女声';
3739+
String get ttsVoiceFemale => '';
37403740

37413741
@override
3742-
String get ttsVoiceMale => '男声';
3742+
String get ttsVoiceMale => '';
37433743

37443744
@override
37453745
String get ttsDeleteModel => '删除模型';

lib/l10n/app_zh.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
},
640640
"localSpeechRecognition": "本地语音识别",
641641
"speechModelSize": "模型大小:约 {size}",
642-
"speechModelReady": "已就绪 · {size}",
642+
"speechModelReady": "就绪 · {size}",
643643
"speechModelDownloading": "正在下载... {progress}",
644644
"speechModelDownloadFailed": "下载失败,点击重试。",
645645
"downloadErrorStorage": "存储空间不足,请清理后重试。",
@@ -1492,8 +1492,8 @@
14921492
"ttsAccentUk": "英音",
14931493
"ttsAccentHint": "(部分机型不区分美音和英音)",
14941494
"ttsVoice": "音色",
1495-
"ttsVoiceFemale": "女声",
1496-
"ttsVoiceMale": "男声",
1495+
"ttsVoiceFemale": "",
1496+
"ttsVoiceMale": "",
14971497
"ttsDeleteModel": "删除模型",
14981498
"ttsDeleteModelConfirm": "删除 Echo Loop 语音模型?可随时重新下载。",
14991499
"ttsCancelDownload": "取消",

0 commit comments

Comments
 (0)