diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index c0f7bd7b..edb5551f 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -21,7 +21,7 @@ "prompt": "Prompt", "disabling_successfully": "Disabling Successfully", "closed_by_default": "In the Question Count window, control whether the model thinking process is expanded or closed by default.", - "and_platform_integration": "Scope includes authentication settings and platform integration.", + "and_platform_integration": "Authentication-related", "login_settings": "Login Settings", "default_login": "Default Login Method" }, diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 0132d645..203f2a6c 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -21,7 +21,7 @@ "prompt": "프롬프트", "disabling_successfully": "비활성화 완료", "closed_by_default": "질문 수 창에서 모델 사고 프로세스를 기본적으로 확장할지 또는 닫을지 여부를 제어합니다.", - "and_platform_integration": "범위에는 인증 설정 및 플랫폼 통합이 포함됩니다.", + "and_platform_integration": "인증 관련", "login_settings": "로그인 설정", "default_login": "기본 로그인 방식" }, @@ -820,4 +820,4 @@ "modelType": { "llm": "대형 언어 모델" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 47826a2b..d96421c2 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -21,7 +21,7 @@ "prompt": "提示", "disabling_successfully": "关闭成功", "closed_by_default": "在问数窗口中,控制模型思考过程默认展开或者关闭", - "and_platform_integration": "作用域包括认证设置和平台对接", + "and_platform_integration": "登录认证相关", "login_settings": "登录设置", "default_login": "默认登录方式" },