mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 03:05:46 +08:00
feat: 翻译InjectSystemPrompts配置项为其他语言
This commit is contained in:
@@ -71,6 +71,11 @@ const ko: PartialLocaleType = {
|
||||
Title: "글꼴 크기",
|
||||
SubTitle: "채팅 내용의 글꼴 크기 조정",
|
||||
},
|
||||
InjectSystemPrompts: {
|
||||
Title: "시스템 프롬프트 주입",
|
||||
SubTitle:
|
||||
"각 요청의 메시지 목록의 시작에 ChatGPT 시스템 프롬프트를 강제로 추가합니다",
|
||||
},
|
||||
Update: {
|
||||
Version: (x: string) => `버전: ${x}`,
|
||||
IsLatest: "최신 버전",
|
||||
|
Reference in New Issue
Block a user