Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "비활성화 완료",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"platform_user_roles": "第三方平台用户角色",
"excessive_data_volume": "关闭1000行的数据限制后,数据量过大,可能会造成系统卡顿",
"sqlbot_name": "问数小助手名称",
"show_sql": "显示展示SQL按钮",
"show_sql": "允许查看SQL语句",
"show_log": "显示执行日志",
"prompt": "提示",
"disabling_successfully": "关闭成功",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"platform_user_roles": "第三方平台使用者角色",
"excessive_data_volume": "關閉1000列的資料限制後,資料量過大,可能會造成系統卡頓",
"sqlbot_name": "問數小助手名稱",
"show_sql": "顯示展示SQL按鈕",
"show_sql": "允許查看SQL語句",
"show_log": "顯示執行日誌",
"prompt": "提示",
"disabling_successfully": "關閉成功",
Expand Down
Loading