feat: update i18n

This commit is contained in:
DDMeaqua
2024-07-23 15:21:38 +08:00
parent 00be2be24f
commit 86b8bfcb1f
15 changed files with 5705 additions and 1694 deletions

View File

@@ -3,7 +3,7 @@ import { SubmitKey } from "../store/config";
const isApp = !!getClientConfig()?.isApp;
const tw = {
const tw: PartialLocaleType = {
WIP: "此功能仍在開發中……",
Error: {
Unauthorized: isApp
@@ -241,7 +241,7 @@ const tw = {
},
List: "自訂提示詞列表",
ListCount: (builtin: number, custom: number) =>
`內建 ${builtin} 條,使用者自訂 ${custom}`,
`內建 ${builtin} 條,使用者自訂 ${custom}`,
Edit: "編輯",
Modal: {
Title: "提示詞列表",