From ae2d406ce85c6c8f76d6cc5d29261d79778cba9e Mon Sep 17 00:00:00 2001 From: laoang1213 <130898753+laoang1213@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:42:15 +0800 Subject: [PATCH 1/3] Update cn.ts --- app/locales/cn.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index aa99227ce..e3021b95a 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -3,7 +3,7 @@ import { SubmitKey } from "../store/app"; const cn = { WIP: "该功能仍在开发中……", Error: { - Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。", + Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`, @@ -74,7 +74,6 @@ const cn = { it: "Italiano", tr: "Türkçe", jp: "日本語", - de: "Deutsch", }, }, Avatar: "头像", @@ -121,7 +120,7 @@ const cn = { Usage: { Title: "余额查询", SubTitle(used: any, total: any) { - return `本月已使用 $${used},订阅总额 $${total}`; + return `本月已使用 ${(used / total * 100).toFixed(2)}%,订阅总额 100%`; }, IsChecking: "正在检查…", Check: "重新检查", From d22ec62ddb46f849144d1f7397fe4f5de61bd45f Mon Sep 17 00:00:00 2001 From: laoang1213 <130898753+laoang1213@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:51:37 +0800 Subject: [PATCH 2/3] Update cn.ts From 6fd9aaf7aebdf7a91703d6d89dcf74c87cf94292 Mon Sep 17 00:00:00 2001 From: laoang1213 <130898753+laoang1213@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:05:07 +0800 Subject: [PATCH 3/3] Update cn.ts --- app/locales/cn.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index d7d72d0be..777cea59b 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -3,7 +3,7 @@ import { SubmitKey } from "../store/config"; const cn = { WIP: "该功能仍在开发中……", Error: { - Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码", + Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`, @@ -75,6 +75,7 @@ const cn = { it: "Italiano", tr: "Türkçe", jp: "日本語", + de: "Deutsch", }, }, Avatar: "头像", @@ -126,7 +127,7 @@ const cn = { Usage: { Title: "余额查询", SubTitle(used: any, total: any) { - return `本月已使用 ${(used / total * 100).toFixed(2)}%,订阅总额 100%`; + return `本月已使用 $${used},订阅总额 $${total}`; }, IsChecking: "正在检查…", Check: "重新检查",