mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 10:35:02 +08:00
feat: update i18n
This commit is contained in:
@@ -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: "提示詞列表",
|
||||
|
||||
Reference in New Issue
Block a user