Skip to content

Commit 8a50233

Browse files
committed
feat: Add parameter configuration to hide show SQL button & hide execute log in chat
1 parent 6fecd7d commit 8a50233

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"platform_user_roles": "Third-Party Platform User Roles",
8484
"excessive_data_volume": "Disabling the 1000-row data limit may cause system lag due to excessive data volume.",
8585
"sqlbot_name": "Data Query Assistant Name",
86-
"show_sql": "Show SQL Button",
86+
"show_sql": "Allow Viewing SQL Statements",
8787
"show_log": "Show Execution Log",
8888
"prompt": "Prompt",
8989
"disabling_successfully": "Disabling Successfully",

frontend/src/i18n/ko-KR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"platform_user_roles": "타사 플랫폼 사용자 역할",
8484
"excessive_data_volume": "1,000행 데이터 제한을 비활성화하면 과도한 데이터 양으로 인해 시스템 지연이 발생할 수 있습니다.",
8585
"sqlbot_name": "데이터 질의 도우미 이름",
86-
"show_sql": "SQL 버튼 표시",
86+
"show_sql": "SQL 문 보기 허용",
8787
"show_log": "실행 로그 표시",
8888
"prompt": "프롬프트",
8989
"disabling_successfully": "비활성화 완료",

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"platform_user_roles": "第三方平台用户角色",
8484
"excessive_data_volume": "关闭1000行的数据限制后,数据量过大,可能会造成系统卡顿",
8585
"sqlbot_name": "问数小助手名称",
86-
"show_sql": "显示展示SQL按钮",
86+
"show_sql": "允许查看SQL语句",
8787
"show_log": "显示执行日志",
8888
"prompt": "提示",
8989
"disabling_successfully": "关闭成功",

frontend/src/i18n/zh-TW.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"platform_user_roles": "第三方平台使用者角色",
8484
"excessive_data_volume": "關閉1000列的資料限制後,資料量過大,可能會造成系統卡頓",
8585
"sqlbot_name": "問數小助手名稱",
86-
"show_sql": "顯示展示SQL按鈕",
86+
"show_sql": "允許查看SQL語句",
8787
"show_log": "顯示執行日誌",
8888
"prompt": "提示",
8989
"disabling_successfully": "關閉成功",

0 commit comments

Comments
 (0)