fix(i18n): add missing MCP settings keys for zh-TW (#1879)

This commit is contained in:
lexmin0412 2026-06-26 10:53:43 +08:00 committed by GitHub
parent ad9920f1ae
commit 676dcdb490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -2387,6 +2387,41 @@ export default {
project: "專案",
openSource: "開源倉庫",
officialDocs: "官方文件",
mcpTab: "MCP",
mcpTitle: "MCP Server",
mcpDescription: "檢查 Claude Code、Cursor 等程式助理使用的 DBX MCP Server 安裝與版本狀態。",
mcpChecking: "檢查中",
mcpStatusUnknown: "未檢查",
mcpStatusError: "檢查失敗",
mcpReady: "可用",
mcpNotInstalled: "未安裝",
mcpUpdateAvailable: "有更新",
mcpCurrent: "當前版本",
mcpLatest: "最新版本",
mcpVersionMissing: "未檢測到全局安裝",
mcpVersionUnknown: "未知",
mcpAvailable: "可用",
mcpUnavailable: "不可用",
mcpBinPath: "命令路徑",
mcpInstallCommand: "安裝命令",
mcpUpdateCommand: "升級命令",
mcpInstallButton: "安裝",
mcpUpdateButton: "升級",
mcpUpToDate: "已是最新",
mcpInstalling: "安裝中...",
mcpInstallSuccess: "安裝成功",
mcpInstallFailed: "安裝失敗",
mcpConfig: "MCP 設定",
mcpCodexConfig: "Codex 設定",
mcpCodexConfigPath: "Codex 可放在 ~/.codex/config.toml 或專案級 .codex/config.toml。",
mcpReadonlyMode: "唯讀模式",
mcpReadonlyModeDescription: "開啟後會為示例配置附加 DBX_MCP_ALLOW_WRITES=0MCP 會話只允許查詢。",
mcpAllowDangerous: "允許危險 SQL",
mcpAllowDangerousDescription: "開啟後會為示例配置附加 DBX_MCP_ALLOW_DANGEROUS_SQL=1允許 DROP、TRUNCATE、ALTER 等語句。",
mcpDetectionTiming: "打開此頁時會自動檢測,點擊重新檢查可刷新。",
mcpNpmBoundary: "DBX 只檢測和提示 MCP 狀態;安裝與升級仍由 npm 完成。",
mcpRefresh: "重新檢查",
mcpGuide: "MCP 指南",
},
driverStore: {
progressJreExtract: "解壓縮 JRE……",