From 9bfd81b835d3f902f4803627cc339e339f8261a3 Mon Sep 17 00:00:00 2001 From: pckjpckj <128143441+pckjpckj@users.noreply.github.com> Date: Thu, 20 Apr 2023 21:05:12 +0800 Subject: [PATCH] Update cn.ts --- app/locales/cn.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 1c198195e..2b3c50ec8 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -84,14 +84,7 @@ const cn = { SubTitle: "聊天内容的字体大小", }, - Update: { - Version: (x: string) => `当前版本:${x}`, - IsLatest: "已是最新版本", - CheckUpdate: "检查更新", - IsChecking: "正在检查更新...", - FoundUpdate: (x: string) => `发现新版本:${x}`, - GoToUpdate: "前往更新", - }, + SendKey: "发送键", Theme: "主题", TightBorder: "无边框模式",