From 587cfbd716f4fc254e3dc1198db1a5e9099bc4e4 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Thu, 14 Mar 2024 10:29:26 +0800 Subject: [PATCH] chore: update local --- app/locales/cn.ts | 4 ++-- app/locales/en.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index f60cffa75..5661f943a 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -79,8 +79,8 @@ const cn = { return inputHints + ",/ 触发补全,: 触发命令"; }, Send: "发送", - StartSpeak: "开始说话", - StopSpeak: "停止说话", + StartSpeak: "说话", + StopSpeak: "停止", Config: { Reset: "清除记忆", SaveAs: "存为面具", diff --git a/app/locales/en.ts b/app/locales/en.ts index b3154714d..1c4350ee8 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -81,8 +81,8 @@ const en: LocaleType = { return inputHints + ", / to search prompts, : to use commands"; }, Send: "Send", - StartSpeak: "Start talking", - StopSpeak: "Stop talking", + StartSpeak: "Talk", + StopSpeak: "Stop", Config: { Reset: "Reset to Default", SaveAs: "Save as Mask",