Files
CodeNomad/packages/ui/src/lib/i18n/messages/zh-Hans/app.ts
Shantur Rathore feccbd13bd feat(ui): add locales and split catalogs
Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
2026-01-26 12:56:26 +00:00

30 lines
1.6 KiB
TypeScript

export const appMessages = {
"app.launchError.title": "无法启动 OpenCode",
"app.launchError.description": "我们无法启动所选的 OpenCode 可执行文件。请查看下面的错误输出,或在“高级设置”中选择其他可执行文件。",
"app.launchError.binaryPathLabel": "可执行文件路径",
"app.launchError.errorOutputLabel": "错误输出",
"app.launchError.openAdvancedSettings": "打开高级设置",
"app.launchError.close": "关闭",
"app.launchError.closeTitle": "关闭 (Esc)",
"app.launchError.fallbackMessage": "启动工作区失败",
"app.stopInstance.confirmMessage": "停止 OpenCode 实例?这将停止服务器。",
"app.stopInstance.title": "停止实例",
"app.stopInstance.confirmLabel": "停止",
"app.stopInstance.cancelLabel": "继续运行",
"emptyState.logoAlt": "CodeNomad 徽标",
"emptyState.brandTitle": "CodeNomad",
"emptyState.tagline": "选择文件夹,开始与 AI 一起编码",
"emptyState.actions.selectFolder": "选择文件夹",
"emptyState.actions.selecting": "正在选择...",
"emptyState.keyboardShortcut": "键盘快捷键:{shortcut}",
"emptyState.examples": "示例:{example}",
"emptyState.multipleInstances": "同一个文件夹可以同时打开多个实例",
"releases.upgradeRequired.title": "需要升级",
"releases.upgradeRequired.message.withVersion": "更新到 CodeNomad {version} 以使用最新的 UI。",
"releases.upgradeRequired.message.noVersion": "更新 CodeNomad 以使用最新的 UI。",
"releases.upgradeRequired.action.getUpdate": "获取更新",
} as const