File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 => '删除模型' ;
Original file line number Diff line number Diff line change 639639 },
640640 "localSpeechRecognition": "本地语音识别",
641641 "speechModelSize": "模型大小:约 {size}",
642- "speechModelReady": "已就绪 · {size}",
642+ "speechModelReady": "就绪 · {size}",
643643 "speechModelDownloading": "正在下载... {progress}",
644644 "speechModelDownloadFailed": "下载失败,点击重试。",
645645 "downloadErrorStorage": "存储空间不足,请清理后重试。",
14921492 "ttsAccentUk": "英音",
14931493 "ttsAccentHint": "(部分机型不区分美音和英音)",
14941494 "ttsVoice": "音色",
1495- "ttsVoiceFemale": "女声 ",
1496- "ttsVoiceMale": "男声 ",
1495+ "ttsVoiceFemale": "女 ",
1496+ "ttsVoiceMale": "男 ",
14971497 "ttsDeleteModel": "删除模型",
14981498 "ttsDeleteModelConfirm": "删除 Echo Loop 语音模型?可随时重新下载。",
14991499 "ttsCancelDownload": "取消",
You can’t perform that action at this time.
0 commit comments