Files
DB-GPT/web/locales/zh/chat.ts
Aries-ckt ef83851b31 🎉 DB-GPT V0.8.0 - Beta Testing (#2988)
Co-authored-by: lusain <lusain1990@gmail.com>
Co-authored-by: alan.cl <1165243776@qq.com>
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-16 11:55:42 +08:00

147 lines
6.3 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { ChatEn } from '../en/chat';
type I18nKeys = keyof typeof ChatEn;
export interface Resources {
translation: Record<I18nKeys, string>;
}
export const ChatZh: Resources['translation'] = {
dialog_list: '对话列表',
delete_chat: '删除会话',
delete_chat_confirm: '您确认要删除会话吗?',
input_tips: '可以问我任何问题shift + Enter 换行',
sent: '发送',
answer_again: '重新回答',
feedback_tip: '描述一下具体问题或更优的答案',
thinking: '正在思考中',
stop_replying: '停止回复',
erase_memory: '清除记忆',
copy_success: '复制成功',
copy_failed: '复制失败',
copy_nothing: '内容复制为空',
file_tip: '文件上传后无法更改',
file_upload_tip: '上传文件到对话(您的模型必须支持多模态输入)',
chat_online: '在线对话',
assistant: '平台小助手', // 灵数平台小助手
model_tip: '当前应用暂不支持模型选择',
temperature_tip: '当前应用暂不支持温度配置',
max_new_tokens_tip: '当前应用暂不支持max_new_tokens配置',
extend_tip: '当前应用暂不支持拓展配置',
cot_title: '思考',
code_preview: '预览',
code_preview_full_screen: '全屏',
code_preview_exit_full_screen: '退出全屏',
code_preview_code: '代码',
code_preview_copy: '复制',
code_preview_already_copied: '已复制',
code_preview_download: '下载',
code_preview_run: '运行',
code_preview_close: '关闭',
ask_data_question: '向您的数据库提问上传CSV或生成报告...',
recommend_examples: '推荐示例',
example_walmart_sales_title: '沃尔玛销售数据分析',
example_walmart_sales_desc: '分析沃尔玛销售CSV数据生成可视化网页报告',
example_walmart_sales_query:
'请全面分析这份沃尔玛销售数据,包括各门店销售趋势、假日影响、温度与油价对销售的影响等维度,生成一份精美的交互式网页分析报告。',
example_db_profile_report_title: '数据库画像与分析报告',
example_db_profile_report_desc: '连接数据库后,生成数据库画像并生成可视化网页报告',
example_db_profile_report_query:
'请分析当前连接的数据库,生成数据库画像(包括表结构、字段信息、数据量统计等),并生成一份精美的交互式网页分析报告。',
example_fin_report_title: '金融财报深度分析',
example_fin_report_desc: '分析浙江海翔药业年度报告,生成数据可视化报告',
example_fin_report_query:
'请深度分析这份浙江海翔药业2019年年度报告包括营收利润趋势、资产负债结构、现金流分析、关键财务指标等生成一份专业的交互式网页分析报告。',
example_create_sql_skill_title: '创建SQL分析技能',
example_create_sql_skill_desc: '使用skill-creator创建一个实用的SQL数据分析技能',
example_create_sql_skill_query:
'请使用 skill-creator 帮我创建一个实用的SQL数据分析技能包含连接数据库、执行SQL查询和数据可视化等核心功能。',
add_from_local: '从本地文件添加',
use_skill: '使用技能',
use_knowledge: '使用知识库',
use_database: '使用数据库',
execution_steps: '执行步骤',
db_gpt_computer: 'DB-GPT 的电脑',
load_skill: '加载技能',
section_analysis_planning: '分析与规划',
section_skill_loading: '技能加载',
section_data_execution: '数据处理与执行',
rerun: '重新执行',
share_conversation: '分享',
share_conversation_tooltip: '分享此对话',
collapse_panel: '收起面板',
export_pdf: '导出 PDF',
task_files: '任务文件',
web_preview: '网页预览',
content_summary: '摘要',
skill_label: '技能',
database_label: '数据库',
waiting_to_start: '等待开始...',
task_completed: '任务已完成',
steps_completed_count: '已完成 {{count}} 个步骤',
view_all_task_files: '查看此任务中的所有文件',
db_gpt_thinking: 'DB-GPT 正在思考 ···',
replay_badge: '回放',
replay_page_title: 'DB-GPT 对话回放',
replay_page_title_with_question: '{{question}} · DB-GPT 回放',
replay_invalid_link: '分享链接无效或已过期',
replay_no_content: '没有可回放的对话内容',
link_copied: '链接已复制',
copy_failed_generic: '复制失败',
replay_restart: '重新回放',
replay_pause: '暂停',
replay_start: '开始回放',
replay_continue: '继续',
replay_skip_to_end: '跳到最后一步',
replay_share_tooltip: '复制分享链接,任何人可通过此链接回放对话',
replay_progress_steps: '{{completed}} / {{total}} 步',
replay_round_tooltip: '第 {{round}} 轮',
replay_rounds_pending: '还有 {{count}} 轮待回放...',
step_type_read: '读取文件',
step_type_edit: '编辑文件',
step_type_write: '写入文件',
step_type_bash: '执行命令',
step_type_grep: '搜索内容',
step_type_glob: '查找文件',
step_type_task: '执行任务',
step_type_python: 'Python',
step_type_html: 'HTML',
step_type_sql: 'SQL查询',
step_type_other: '操作',
file_type_spreadsheet: '电子表格',
file_type_pdf: 'PDF',
file_type_image: '图片',
file_type_word: 'Word 文档',
file_type_text: '文本文件',
file_type_generic: '文件',
artifact_type_file: '文件',
artifact_type_html: '网页报告',
artifact_type_table: '数据表',
artifact_type_chart: '图表',
artifact_type_image: '图片',
artifact_type_code: '代码',
artifact_type_markdown: '文档',
artifact_type_summary: '总结',
artifact_type_generic: '产物',
download: '下载',
download_as_zip: '下载为 ZIP',
skill_added_success: '技能 "{{skillName}}" 已添加',
added: '已添加',
add: '添加',
add_context: '添加上下文(文件、数据库、知识库)',
select_skill: '选择技能',
skill_selected: '技能:{{name}}',
select_database: '选择数据库',
database_selected: '数据库:{{name}}',
select_knowledge: '选择知识库',
knowledge_selected: '知识库:{{name}}',
voice_input: '语音输入',
voice_input_coming_soon: '语音输入即将上线',
expand_panel: '展开面板',
search_skill: '搜索技能',
step_type_skill: '加载技能',
running: '运行中...',
files_count: '{{count}} 个文件',
click_to_execute: '点击执行',
} as const;