From 623d8e3d5613d251fe9a03a1e1216d85fee05e21 Mon Sep 17 00:00:00 2001 From: tianjunjie Date: Wed, 26 Apr 2023 17:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=88=E6=9D=83=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locales/cn.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 777cea59b..1fdb00fd2 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -3,7 +3,8 @@ import { SubmitKey } from "../store/config"; const cn = { WIP: "该功能仍在开发中……", Error: { - Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。", + Unauthorized: + "现在是未授权状态,扫码关注获取免费授权码,请点击左下角设置按钮输入访问密码。", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`,