opencode/packages/web/src/content/i18n/zh-CN.json

76 lines
3.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"app.head.titleSuffix": "为终端打造的 AI 编码代理",
"app.header.home": "首页",
"app.header.docs": "文档",
"app.footer.issueLink": "发现问题?提交 issue",
"app.footer.discordLink": "加入我们的 Discord 社区",
"app.lander.hero.title": "为终端打造的 AI 编码代理。",
"app.lander.cta.getStarted": "开始使用",
"app.lander.features.native_tui.title": "原生 TUI",
"app.lander.features.native_tui.description": "响应迅速、原生且可主题化的 terminal UI。",
"app.lander.features.lsp_enabled.title": "LSP 已启用",
"app.lander.features.lsp_enabled.description": "自动为 LLM 加载合适的 LSP。",
"app.lander.features.multi_session.title": "多会话",
"app.lander.features.multi_session.description": "在同一项目中并行启动多个代理。",
"app.lander.features.shareable_links.title": "可分享链接",
"app.lander.features.shareable_links.description": "分享任意会话链接用于参考或调试。",
"app.lander.features.github_copilot.description": "使用 GitHub 登录并使用你的 Copilot 账号。",
"app.lander.features.chatgpt_plus_pro.description": "使用 OpenAI 登录并使用你的 ChatGPT Plus 或 Pro 账号。",
"app.lander.features.use_any_model.title": "使用任意模型",
"app.lander.features.use_any_model.prefix": "通过以下方式支持 75+ LLM 提供商",
"app.lander.features.use_any_model.suffix": "包括本地模型。",
"app.lander.images.tui.caption": "opencode TUItokyonight 主题)",
"app.lander.images.tui.alt": "opencode TUItokyonight 主题)",
"app.lander.images.vscode.caption": "VS Code 中的 opencode",
"app.lander.images.vscode.alt": "VS Code 中的 opencode",
"app.lander.images.github.caption": "GitHub 中的 opencode",
"app.lander.images.github.alt": "GitHub 中的 opencode",
"share.meta_description": "opencode - 为终端打造的 AI 编码代理。",
"share.not_found": "未找到",
"share.link_to_message": "链接到此消息",
"share.copied": "已复制!",
"share.copy": "复制",
"share.show_more": "显示更多",
"share.show_less": "显示更少",
"share.show_results": "显示结果",
"share.hide_results": "隐藏结果",
"share.show_details": "显示详情",
"share.hide_details": "隐藏详情",
"share.show_preview": "显示预览",
"share.hide_preview": "隐藏预览",
"share.show_contents": "显示内容",
"share.hide_contents": "隐藏内容",
"share.show_output": "显示输出",
"share.hide_output": "隐藏输出",
"share.error": "错误",
"share.waiting_for_messages": "正在等待消息...",
"share.status_connected_waiting": "已连接,正在等待消息...",
"share.status_connecting": "正在连接...",
"share.status_disconnected": "已断开连接",
"share.status_reconnecting": "正在重新连接...",
"share.status_error": "错误",
"share.status_unknown": "未知",
"share.error_id_not_found": "未找到 id",
"share.error_api_url_not_found": "未找到 API URL",
"share.error_connection_failed": "连接失败",
"share.opencode_version": "opencode 版本",
"share.opencode_name": "opencode",
"share.models": "模型",
"share.cost": "成本",
"share.input_tokens": "输入 Tokens",
"share.output_tokens": "输出 Tokens",
"share.reasoning_tokens": "推理 Tokens",
"share.scroll_to_bottom": "滚动到底部",
"share.attachment": "附件",
"share.thinking": "思考",
"share.thinking_pending": "思考中...",
"share.creating_plan": "正在创建计划",
"share.completing_plan": "正在完成计划",
"share.updating_plan": "正在更新计划",
"share.match_one": "匹配",
"share.match_other": "匹配项",
"share.result_one": "结果",
"share.result_other": "结果",
"share.debug_key": "键"
}