Files
opencode/packages/web/src/content/i18n/zh-CN.json
2026-02-09 18:11:59 -06:00

76 lines
3.7 KiB
JSON

{
"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": "响应式、实时性、可主题化的终端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 TUI 使用 tokyonight 主题",
"app.lander.images.tui.alt": "opencode TUI 使用 tokyonight 主题",
"app.lander.images.vscode.caption": "opencode 在 VS Code 中",
"app.lander.images.vscode.alt": "opencode 在 VS Code 中",
"app.lander.images.github.caption": "opencode 在 GitHub 中",
"app.lander.images.github.alt": "opencode 在 GitHub 中",
"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": "輸入令牌",
"share.output_tokens": "輸出代幣",
"share.reasoning_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": "鑰匙"
}