Skip to content

Commit 0341919

Browse files
perf: System Settings - Parameter Configuration Copywriting Modification
1 parent 9c1f4cf commit 0341919

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

frontend/src/i18n/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"enter_variable_value": "Please Enter Variable Value"
3434
},
3535
"sync": {
36-
"records":"Displaying {num} records out of {total}",
37-
"confirm_upload":"Confirm Upload",
38-
"field_details":"Field Details",
36+
"records": "Displaying {num} records out of {total}",
37+
"confirm_upload": "Confirm Upload",
38+
"field_details": "Field Details",
3939
"integration": "Platform integration needs to be enabled.",
4040
"the_existing_user": "If the user already exists, overwrite the existing user.",
4141
"sync_users": "Sync Users",
@@ -65,9 +65,9 @@
6565
"context_record_count_hint": "Number of user question rounds",
6666
"model_thinking_process": "Expand Model Thinking Process",
6767
"rows_of_data": "Limit 1000 Rows of Data",
68-
"third_party_platform_settings": "Third-Party Platform Settings",
69-
"by_third_party_platform": "Automatic User Creation by Third-Party Platform",
70-
"platform_user_organization": "Third-Party Platform Workspace",
68+
"third_party_platform_settings": "Authentication Settings",
69+
"by_third_party_platform": "Automatic User Creation",
70+
"platform_user_organization": "Default Workspace",
7171
"platform_user_roles": "Third-Party Platform User Roles",
7272
"excessive_data_volume": "Disabling the 1000-row data limit may cause system lag due to excessive data volume.",
7373
"prompt": "Prompt",

frontend/src/i18n/ko-KR.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"context_record_count_hint": "사용자 질문 라운드 수",
6666
"model_thinking_process": "모델 사고 프로세스 확장",
6767
"rows_of_data": "데이터 1,000행 제한",
68-
"third_party_platform_settings": "타사 플랫폼 설정",
69-
"by_third_party_platform": "타사 플랫폼에 의한 자동 사용자 생성",
70-
"platform_user_organization": "제3자 플랫폼 작업 공간",
68+
"third_party_platform_settings": "로그인 인증 설정",
69+
"by_third_party_platform": "자동 사용자 생성",
70+
"platform_user_organization": "기본 작업 공간",
7171
"platform_user_roles": "타사 플랫폼 사용자 역할",
7272
"excessive_data_volume": "1,000행 데이터 제한을 비활성화하면 과도한 데이터 양으로 인해 시스템 지연이 발생할 수 있습니다.",
7373
"prompt": "프롬프트",
@@ -954,4 +954,4 @@
954954
"to_doc": "API 보기",
955955
"trigger_limit": "최대 {0}개의 API 키 생성 지원"
956956
}
957-
}
957+
}

frontend/src/i18n/zh-CN.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"enter_variable_value": "请输入变量值"
3434
},
3535
"sync": {
36-
"records":"显示 {num} 条数据,共 {total} 条",
37-
"confirm_upload":"确定上传",
38-
"field_details":"字段详情",
36+
"records": "显示 {num} 条数据,共 {total} 条",
37+
"confirm_upload": "确定上传",
38+
"field_details": "字段详情",
3939
"integration": "需开启平台对接",
4040
"the_existing_user": "若用户已存在,覆盖旧用户",
4141
"sync_users": "同步用户",
@@ -65,9 +65,9 @@
6565
"context_record_count_hint": "用户提问轮数",
6666
"model_thinking_process": "展开模型思考过程",
6767
"rows_of_data": "限制 1000 行数据",
68-
"third_party_platform_settings": "第三方平台设置",
69-
"by_third_party_platform": "第三方自动创建用户",
70-
"platform_user_organization": "第三方平台工作空间",
68+
"third_party_platform_settings": "登录认证设置",
69+
"by_third_party_platform": "自动创建用户",
70+
"platform_user_organization": "默认工作空间",
7171
"platform_user_roles": "第三方平台用户角色",
7272
"excessive_data_volume": "关闭1000行的数据限制后,数据量过大,可能会造成系统卡顿",
7373
"prompt": "提示",

0 commit comments

Comments
 (0)