feat: 翻译InjectSystemPrompts配置项为其他语言

This commit is contained in:
imldy
2023-07-10 20:14:10 +08:00
parent 2930ba0457
commit f59235bd5a
15 changed files with 74 additions and 2 deletions

View File

@@ -69,6 +69,10 @@ const tw: PartialLocaleType = {
Title: "字型大小",
SubTitle: "聊天內容的字型大小",
},
InjectSystemPrompts: {
Title: "注入系統提示",
SubTitle: "強制在每個請求的訊息列表開頭添加一個模擬 ChatGPT 的系統提示",
},
Update: {
Version: (x: string) => `當前版本:${x}`,
IsLatest: "已是最新版本",