Skip to content

Commit 9aed268

Browse files
perf: Optimize internationalization for third-party platform settings
1 parent 2dc6da8 commit 9aed268

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prompt": "Prompt",
2222
"disabling_successfully": "Disabling Successfully",
2323
"closed_by_default": "In the Question Count window, control whether the model thinking process is expanded or closed by default.",
24-
"and_platform_integration": "Scope includes authentication settings and platform integration.",
24+
"and_platform_integration": "Authentication-related",
2525
"login_settings": "Login Settings",
2626
"default_login": "Default Login Method"
2727
},

frontend/src/i18n/ko-KR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prompt": "프롬프트",
2222
"disabling_successfully": "비활성화 완료",
2323
"closed_by_default": "질문 수 창에서 모델 사고 프로세스를 기본적으로 확장할지 또는 닫을지 여부를 제어합니다.",
24-
"and_platform_integration": "범위에는 인증 설정 및 플랫폼 통합이 포함됩니다.",
24+
"and_platform_integration": "인증 관련",
2525
"login_settings": "로그인 설정",
2626
"default_login": "기본 로그인 방식"
2727
},
@@ -820,4 +820,4 @@
820820
"modelType": {
821821
"llm": "대형 언어 모델"
822822
}
823-
}
823+
}

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prompt": "提示",
2222
"disabling_successfully": "关闭成功",
2323
"closed_by_default": "在问数窗口中,控制模型思考过程默认展开或者关闭",
24-
"and_platform_integration": "作用域包括认证设置和平台对接",
24+
"and_platform_integration": "登录认证相关",
2525
"login_settings": "登录设置",
2626
"default_login": "默认登录方式"
2727
},

0 commit comments

Comments
 (0)