mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 01:58:47 +00:00
Co-authored-by: lusain <lusain1990@gmail.com> Co-authored-by: alan.cl <1165243776@qq.com> Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
139 lines
6.4 KiB
TypeScript
139 lines
6.4 KiB
TypeScript
export const ChatEn = {
|
|
chat_online: 'chat Online',
|
|
dialog_list: 'Dialog List',
|
|
delete_chat: 'Delete Chat',
|
|
delete_chat_confirm: 'Are you sure you want to delete this chat?',
|
|
input_tips: 'Ask me anything, Shift + Enter newline',
|
|
sent: 'Sent',
|
|
answer_again: 'Answer again',
|
|
feedback_tip: 'Describe specific questions or better answers',
|
|
thinking: 'Thinking',
|
|
stop_replying: 'Stop replying',
|
|
erase_memory: 'Erase Memory',
|
|
copy_nothing: 'Content copied is empty',
|
|
copy_success: 'Copy success',
|
|
copy_failed: 'Copy failed',
|
|
file_tip: 'File cannot be changed after upload',
|
|
file_upload_tip: 'Upload file to chat(Your model must support multimodal input)',
|
|
assistant: 'Platform Assistant', // DataFun Assistant
|
|
model_tip: 'Model selection is not supported for the current application',
|
|
temperature_tip: 'The current application does not support temperature configuration',
|
|
max_new_tokens_tip: 'The current application does not support max_new_tokens configuration',
|
|
extend_tip: 'Extended configuration is not supported for the current application',
|
|
cot_title: 'Thoughts',
|
|
code_preview: 'Preview',
|
|
code_preview_full_screen: 'Full Screen',
|
|
code_preview_exit_full_screen: 'Exit Full Screen',
|
|
code_preview_code: 'Code',
|
|
code_preview_copy: 'Copy',
|
|
code_preview_already_copied: 'Already Copied',
|
|
code_preview_download: 'Download',
|
|
code_preview_run: 'Run',
|
|
code_preview_close: 'Close',
|
|
ask_data_question: 'Ask a question about your database, upload a CSV, or generate a report...',
|
|
recommend_examples: 'Recommended Examples',
|
|
example_walmart_sales_title: 'Walmart Sales Data Analysis',
|
|
example_walmart_sales_desc: 'Analyze Walmart sales CSV data, generate visual web report',
|
|
example_walmart_sales_query:
|
|
'Please comprehensively analyze this Walmart sales data, including sales trends across stores, holiday impacts, and the effects of temperature and fuel prices on sales, and generate a beautifully interactive web analysis report.',
|
|
example_db_profile_report_title: 'Database Profile & Analysis Report',
|
|
example_db_profile_report_desc: 'Connect to a database, generate database profile and visual web report',
|
|
example_db_profile_report_query:
|
|
'Please analyze the currently connected database, generate a database profile (including table structure, field information, data volume statistics, etc.), and generate a beautifully interactive web analysis report.',
|
|
example_fin_report_title: 'Financial Report In-depth Analysis',
|
|
example_fin_report_desc: 'Analyze Zhejiang Haixiang Pharmaceutical annual report, generate data visualization report',
|
|
example_fin_report_query:
|
|
'Please deeply analyze this Zhejiang Haixiang Pharmaceutical 2019 annual report, including revenue and profit trends, asset and liability structure, cash flow analysis, and key financial indicators, and generate a professional interactive web analysis report.',
|
|
example_create_sql_skill_title: 'Create SQL Analysis Skill',
|
|
example_create_sql_skill_desc: 'Use skill-creator to create a practical SQL data analysis skill',
|
|
example_create_sql_skill_query:
|
|
'Please use skill-creator to help me create a practical SQL data analysis skill, including core functions like connecting to a database, executing SQL queries, and data visualization.',
|
|
add_from_local: 'Add from local file',
|
|
use_skill: 'Use Skill',
|
|
use_knowledge: 'Use Knowledge Base',
|
|
use_database: 'Use Database',
|
|
execution_steps: 'Execution Steps',
|
|
db_gpt_computer: "DB-GPT's Computer",
|
|
load_skill: 'Load Skill',
|
|
section_analysis_planning: 'Analysis & Planning',
|
|
section_skill_loading: 'Skill Loading',
|
|
section_data_execution: 'Data Processing & Execution',
|
|
rerun: 'Rerun',
|
|
share_conversation: 'Share',
|
|
share_conversation_tooltip: 'Share this conversation',
|
|
collapse_panel: 'Collapse Panel',
|
|
export_pdf: 'Export PDF',
|
|
task_files: 'Task Files',
|
|
web_preview: 'Web Preview',
|
|
content_summary: 'Summary',
|
|
skill_label: 'Skill',
|
|
database_label: 'Database',
|
|
waiting_to_start: 'Waiting to start...',
|
|
task_completed: 'Task completed',
|
|
steps_completed_count: '{{count}} steps completed',
|
|
view_all_task_files: 'View all files in this task',
|
|
db_gpt_thinking: 'DB-GPT is thinking...',
|
|
replay_badge: 'Replay',
|
|
replay_page_title: 'DB-GPT Conversation Replay',
|
|
replay_page_title_with_question: '{{question}} · DB-GPT Replay',
|
|
replay_invalid_link: 'Share link is invalid or expired',
|
|
replay_no_content: 'No replayable conversation content',
|
|
link_copied: 'Link copied',
|
|
copy_failed_generic: 'Copy failed',
|
|
replay_restart: 'Restart Replay',
|
|
replay_pause: 'Pause',
|
|
replay_start: 'Start Replay',
|
|
replay_continue: 'Continue',
|
|
replay_skip_to_end: 'Skip to last step',
|
|
replay_share_tooltip: 'Copy the share link so anyone can replay this conversation',
|
|
replay_progress_steps: '{{completed}} / {{total}} steps',
|
|
replay_round_tooltip: 'Round {{round}}',
|
|
replay_rounds_pending: '{{count}} rounds pending replay...',
|
|
step_type_read: 'Read File',
|
|
step_type_edit: 'Edit File',
|
|
step_type_write: 'Write File',
|
|
step_type_bash: 'Execute Command',
|
|
step_type_grep: 'Search Content',
|
|
step_type_glob: 'Find Files',
|
|
step_type_task: 'Execute Task',
|
|
step_type_python: 'Python',
|
|
step_type_html: 'HTML',
|
|
step_type_sql: 'SQL Query',
|
|
step_type_other: 'Action',
|
|
file_type_spreadsheet: 'Spreadsheet',
|
|
file_type_pdf: 'PDF',
|
|
file_type_image: 'Image',
|
|
file_type_word: 'Word Document',
|
|
file_type_text: 'Text File',
|
|
file_type_generic: 'File',
|
|
artifact_type_file: 'File',
|
|
artifact_type_html: 'Web Report',
|
|
artifact_type_table: 'Data Table',
|
|
artifact_type_chart: 'Chart',
|
|
artifact_type_image: 'Image',
|
|
artifact_type_code: 'Code',
|
|
artifact_type_markdown: 'Document',
|
|
artifact_type_summary: 'Summary',
|
|
artifact_type_generic: 'Artifact',
|
|
download: 'Download',
|
|
download_as_zip: 'Download as ZIP',
|
|
skill_added_success: 'Skill "{{skillName}}" added',
|
|
added: 'Added',
|
|
add: 'Add',
|
|
add_context: 'Add Context (File, DB, Knowledge)',
|
|
select_skill: 'Select Skill',
|
|
skill_selected: 'Skill: {{name}}',
|
|
select_database: 'Select Database',
|
|
database_selected: 'Database: {{name}}',
|
|
select_knowledge: 'Select Knowledge Base',
|
|
knowledge_selected: 'Knowledge Base: {{name}}',
|
|
voice_input: 'Voice Input',
|
|
voice_input_coming_soon: 'Voice input coming soon',
|
|
expand_panel: 'Expand Panel',
|
|
search_skill: 'Search skills',
|
|
step_type_skill: 'Load Skill',
|
|
running: 'Running...',
|
|
files_count: '{{count}} files',
|
|
click_to_execute: 'Click to execute',
|
|
};
|