From d85b1219f6320e9e292b4e88c9b4d471482d520a Mon Sep 17 00:00:00 2001 From: mracat <38930499+mracat@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:10:48 +0800 Subject: [PATCH] Update cn.ts --- {app/locales => App/地点}/cn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {app/locales => App/地点}/cn.ts (97%) diff --git a/app/locales/cn.ts b/App/地点/cn.ts similarity index 97% rename from app/locales/cn.ts rename to App/地点/cn.ts index 033e1c2cf..410384995 100644 --- a/app/locales/cn.ts +++ b/App/地点/cn.ts @@ -3,7 +3,7 @@ import { SubmitKey } from "../store/app"; const cn = { WIP: "该功能仍在开发中……", Error: { - Unauthorized: "现在是未授权状态,请在设置页输入访问密码。", + Unauthorized: "现在是未授权状态,请在设置页输入访问密码。在设置中使用自己的OPEN AI KEY将不限制任何功能,如需低价批量购买KEY请邮件admin@mracat.com", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`,