From 3af788604e0564589b6640bb72df8c1324d6d445 Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:40:54 +0800 Subject: [PATCH] Update cn.ts --- app/locales/cn.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 66436e12f..85582ecb5 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -67,12 +67,12 @@ const cn = { }, Update: { - Version: (x: string) => `当前版本:${x}`, + Version: (x: string) => `免梯子版ChatGPT`, IsLatest: "已是最新版本", CheckUpdate: "检查更新", IsChecking: "正在检查更新...", - FoundUpdate: (x: string) => `发现新版本:${x}`, - GoToUpdate: "前往更新", + FoundUpdate: (x: string) => `采用官方ChatGPT数据接口`, + GoToUpdate: "点我购买授权码", }, SendKey: "发送键", Theme: "主题",