43 lines
1.9 KiB
TypeScript
43 lines
1.9 KiB
TypeScript
export const folderSelectionMessages = {
|
|
"folderSelection.language.ariaLabel": "语言",
|
|
|
|
"folderSelection.logoAlt": "CodeNomad 徽标",
|
|
"folderSelection.tagline": "选择文件夹,开始与 AI 一起编码",
|
|
|
|
"folderSelection.links.github": "CodeNomad 的 GitHub",
|
|
"folderSelection.links.githubStars": "CodeNomad GitHub Star 数",
|
|
"folderSelection.links.discord": "CodeNomad 的 Discord",
|
|
|
|
"folderSelection.empty.title": "没有最近的文件夹",
|
|
"folderSelection.empty.description": "浏览并选择文件夹以开始使用",
|
|
|
|
"folderSelection.recent.title": "最近的文件夹",
|
|
"folderSelection.recent.subtitle.one": "{count} 个文件夹可用",
|
|
"folderSelection.recent.subtitle.other": "{count} 个文件夹可用",
|
|
"folderSelection.recent.remove": "从最近列表移除",
|
|
|
|
"folderSelection.browse.title": "浏览文件夹",
|
|
"folderSelection.browse.subtitle": "选择你电脑上的任意文件夹",
|
|
"folderSelection.browse.button": "浏览文件夹",
|
|
"folderSelection.browse.buttonOpening": "正在打开...",
|
|
|
|
"folderSelection.advancedSettings": "高级设置",
|
|
"folderSelection.opencode": "OpenCode",
|
|
|
|
"folderSelection.hints.navigate": "导航",
|
|
"folderSelection.hints.select": "选择",
|
|
"folderSelection.hints.remove": "移除",
|
|
"folderSelection.hints.browse": "浏览",
|
|
|
|
"folderSelection.loading.title": "正在启动实例...",
|
|
"folderSelection.loading.subtitle": "正在准备你的工作区,请稍候。",
|
|
|
|
"folderSelection.drop.title": "拖放文件夹以打开",
|
|
"folderSelection.drop.subtitle": "在拖放的文件夹中启动一个新实例。",
|
|
"folderSelection.drop.invalidTitle": "无法打开拖放的项目",
|
|
"folderSelection.drop.invalidMessage": "请拖放一个文件夹来启动新实例。",
|
|
|
|
"folderSelection.dialog.title": "选择工作区",
|
|
"folderSelection.dialog.description": "选择工作区以开始编码。",
|
|
} as const
|