|
75 | 75 | "qa": { |
76 | 76 | "new_chat": "New Chat", |
77 | 77 | "start_sqlbot": "Start SQLBot", |
78 | | - "title": "Smart Query", |
79 | | - "placeholder": "Enter your question", |
| 78 | + "title": "Smart Data Query", |
| 79 | + "placeholder": "Please enter your question", |
80 | 80 | "ask": "Ask", |
81 | 81 | "loading": "Loading...", |
82 | | - "no_data": "No Data", |
| 82 | + "no_data": "No data available", |
83 | 83 | "error": "An error occurred, please try again later", |
84 | | - "question_placeholder": "Press Enter to submit, or use Ctrl + Enter for new line", |
85 | | - "greeting": "Hi, I'm SQLBot, nice to serve you", |
86 | | - "hint_description": "I can help query data, generate charts, detect data anomalies, predict data, etc. Please select a data source to start smart querying~", |
| 84 | + "question_placeholder": "Press Enter to submit, or use Ctrl + Enter for a new line", |
| 85 | + "greeting": "Hello, I'm SQLBot. How can I assist you today?", |
| 86 | + "hint_description": "I can query data, generate charts, detect anomalies, predict trends, and more. Please select a data source to begin!", |
87 | 87 | "select_datasource": "Select Data Source", |
88 | 88 | "view_more": "View More", |
89 | 89 | "selected_datasource": "Selected Data Source", |
90 | | - "empty_datasource": "No data source available, please create one first!", |
91 | | - "datasource_not_exist": "Data source does not exist" |
| 90 | + "empty_datasource": "No data sources available. Please create one before starting Smart Data Query!", |
| 91 | + "datasource_not_exist": "Data source does not exist", |
| 92 | + "guess_u_ask": "You might want to ask:", |
| 93 | + "continue_to_ask": "Continue asking:", |
| 94 | + "data_analysis": "Data Analysis", |
| 95 | + "data_predict": "Data Prediction", |
| 96 | + "chat_search": "Search", |
| 97 | + "thinking": "Thinking", |
| 98 | + "thinking_step": "Thought Process", |
| 99 | + "ask_again": "Regenerate" |
92 | 100 | }, |
93 | 101 | "ds": { |
94 | 102 | "title": "Data Source", |
|
353 | 361 | "no_fields_yet": "No fields yet" |
354 | 362 | }, |
355 | 363 | "chat": { |
| 364 | + "type": "Chart Type", |
356 | 365 | "chart_type": { |
357 | | - "table": "Table", |
358 | | - "bar": "Bar", |
359 | | - "column": "Column", |
360 | | - "line": "Line", |
361 | | - "pie": "Pie" |
| 366 | + "table": "Detail Table", |
| 367 | + "bar": "Bar Chart", |
| 368 | + "column": "Column Chart", |
| 369 | + "line": "Line Chart", |
| 370 | + "pie": "Pie Chart" |
362 | 371 | }, |
363 | | - "sql_generation": "SQL Generation", |
364 | | - "chart_generation": "Chart Generation", |
365 | | - "inference_process": "Inference process", |
| 372 | + "show_sql": "View SQL", |
| 373 | + "export_to": "Export As", |
| 374 | + "excel": "Excel", |
| 375 | + "picture": "Image", |
| 376 | + "add_to_dashboard": "Add to Dashboard", |
| 377 | + "full_screen": "Full Screen", |
| 378 | + "exit_full_screen": "Exit Full Screen", |
| 379 | + "sql_generation": "Generate SQL", |
| 380 | + "chart_generation": "Generate Chart", |
| 381 | + "inference_process": "Thought Process", |
366 | 382 | "thinking": "Thinking", |
367 | 383 | "data_analysis": "Data Analysis", |
368 | | - "data_predict": "Data Predict" |
| 384 | + "data_predict": "Data Prediction" |
369 | 385 | }, |
370 | 386 | "about": { |
371 | 387 | "title": "About", |
|
0 commit comments