Update cn.ts

This commit is contained in:
laoang1213 2023-04-25 23:05:07 +08:00 committed by GitHub
parent fe1a3303b7
commit 6fd9aaf7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import { SubmitKey } from "../store/config";
const cn = { const cn = {
WIP: "该功能仍在开发中……", WIP: "该功能仍在开发中……",
Error: { Error: {
Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码", Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码",
}, },
ChatItem: { ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`, ChatItemCount: (count: number) => `${count} 条对话`,
@ -75,6 +75,7 @@ const cn = {
it: "Italiano", it: "Italiano",
tr: "Türkçe", tr: "Türkçe",
jp: "日本語", jp: "日本語",
de: "Deutsch",
}, },
}, },
Avatar: "头像", Avatar: "头像",
@ -126,7 +127,7 @@ const cn = {
Usage: { Usage: {
Title: "余额查询", Title: "余额查询",
SubTitle(used: any, total: any) { SubTitle(used: any, total: any) {
return `本月已使用 ${(used / total * 100).toFixed(2)}%,订阅总额 100%`; return `本月已使用 $${used},订阅总额 $${total}`;
}, },
IsChecking: "正在检查…", IsChecking: "正在检查…",
Check: "重新检查", Check: "重新检查",