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

@@ -84,6 +84,11 @@ const jp: PartialLocaleType = {
Title: "フォントサイズ",
SubTitle: "チャット内容のフォントサイズ",
},
InjectSystemPrompts: {
Title: "システムプロンプトの挿入",
SubTitle:
"各リクエストのメッセージリストの先頭に、ChatGPTのシステムプロンプトを強制的に追加します",
},
InputTemplate: {
Title: "入力の前処理",
SubTitle: "新規入力がこのテンプレートに埋め込まれます",