diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index e0134352..f87d3a58 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -83,7 +83,7 @@ "platform_user_roles": "Third-Party Platform User Roles", "excessive_data_volume": "Disabling the 1000-row data limit may cause system lag due to excessive data volume.", "sqlbot_name": "Data Query Assistant Name", - "show_sql": "Show SQL Button", + "show_sql": "Allow Viewing SQL Statements", "show_log": "Show Execution Log", "prompt": "Prompt", "disabling_successfully": "Disabling Successfully", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 89319a77..e5027582 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -83,7 +83,7 @@ "platform_user_roles": "타사 플랫폼 사용자 역할", "excessive_data_volume": "1,000행 데이터 제한을 비활성화하면 과도한 데이터 양으로 인해 시스템 지연이 발생할 수 있습니다.", "sqlbot_name": "데이터 질의 도우미 이름", - "show_sql": "SQL 버튼 표시", + "show_sql": "SQL 문 보기 허용", "show_log": "실행 로그 표시", "prompt": "프롬프트", "disabling_successfully": "비활성화 완료", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 3a51d53a..12c2f05f 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -83,7 +83,7 @@ "platform_user_roles": "第三方平台用户角色", "excessive_data_volume": "关闭1000行的数据限制后,数据量过大,可能会造成系统卡顿", "sqlbot_name": "问数小助手名称", - "show_sql": "显示展示SQL按钮", + "show_sql": "允许查看SQL语句", "show_log": "显示执行日志", "prompt": "提示", "disabling_successfully": "关闭成功", diff --git a/frontend/src/i18n/zh-TW.json b/frontend/src/i18n/zh-TW.json index 573ea9d9..2eda931a 100644 --- a/frontend/src/i18n/zh-TW.json +++ b/frontend/src/i18n/zh-TW.json @@ -83,7 +83,7 @@ "platform_user_roles": "第三方平台使用者角色", "excessive_data_volume": "關閉1000列的資料限制後,資料量過大,可能會造成系統卡頓", "sqlbot_name": "問數小助手名稱", - "show_sql": "顯示展示SQL按鈕", + "show_sql": "允許查看SQL語句", "show_log": "顯示執行日誌", "prompt": "提示", "disabling_successfully": "關閉成功",