From 2b2e13d905eba5cd1f731778729978fc4a6195e3 Mon Sep 17 00:00:00 2001 From: 1600822305 <161661698+1600822305@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:56:06 +0800 Subject: [PATCH] Update zh-cn.json --- src/renderer/src/i18n/locales/zh-cn.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/renderer/src/i18n/locales/zh-cn.json b/src/renderer/src/i18n/locales/zh-cn.json index fc53207c0b..d6864760d7 100644 --- a/src/renderer/src/i18n/locales/zh-cn.json +++ b/src/renderer/src/i18n/locales/zh-cn.json @@ -1329,6 +1329,11 @@ "reset_help": "如果音色或模型显示异常,可以尝试重置所有自定义项", "api_settings": "API设置", "service_type": "服务类型", + "play": "播放语音", + "stop": "停止播放", + "speak": "播放语音", + "stop_global": "停止所有语音播放", + "stopped": "已停止语音播放" "service_type.openai": "OpenAI", "service_type.edge": "Edge TTS", "service_type.refresh": "刷新TTS服务类型设置",