feat(electrobun): 10 locale translations — de, es, fr, ja, uk, zh, he
All 7 new locale files with 134 keys each, matching en.json exactly. ICU MessageFormat plurals per language: - German/Spanish/French: one/other - Japanese/Chinese: other only (no plural forms) - Ukrainian: one/few/many/other (4 forms) - Hebrew: one/two/other (3 forms) Total: 10 languages (en, de, es, fr, ja, pl, uk, zh, ar, he) Including 2 RTL (Arabic, Hebrew)
This commit is contained in:
parent
7a8df2c216
commit
1d2975b07b
7 changed files with 1050 additions and 0 deletions
150
ui-electrobun/locales/zh.json
Normal file
150
ui-electrobun/locales/zh.json
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"sidebar.settings": "设置",
|
||||
"sidebar.addGroup": "添加分组",
|
||||
"sidebar.addProject": "添加项目",
|
||||
"sidebar.groupName": "分组名称",
|
||||
"sidebar.notifications": "通知",
|
||||
"sidebar.notifCount": "{count, plural, =0 {通知} other {{count}条通知}}",
|
||||
"sidebar.close": "关闭窗口",
|
||||
"sidebar.maximize": "最大化窗口",
|
||||
"sidebar.minimize": "最小化窗口",
|
||||
|
||||
"agent.prompt.placeholder": "提出问题或描述任务...",
|
||||
"agent.prompt.send": "发送",
|
||||
"agent.prompt.stop": "停止代理",
|
||||
"agent.status.running": "运行中",
|
||||
"agent.status.idle": "空闲",
|
||||
"agent.status.done": "已完成",
|
||||
"agent.status.error": "错误",
|
||||
"agent.status.stalled": "停滞",
|
||||
"agent.status.thinking": "思考中",
|
||||
"agent.tokens": "{count} 令牌",
|
||||
"agent.toolCall": "工具调用",
|
||||
"agent.toolResult": "工具结果",
|
||||
"agent.contextMeter": "上下文:{pct}%",
|
||||
|
||||
"terminal.shell": "终端",
|
||||
"terminal.addTab": "新标签页",
|
||||
"terminal.closeTab": "关闭标签页",
|
||||
"terminal.collapse": "折叠",
|
||||
"terminal.expand": "展开",
|
||||
|
||||
"settings.title": "设置",
|
||||
"settings.close": "关闭设置",
|
||||
"settings.appearance": "外观",
|
||||
"settings.agents": "代理",
|
||||
"settings.security": "安全",
|
||||
"settings.projects": "项目",
|
||||
"settings.orchestration": "编排",
|
||||
"settings.machines": "机器",
|
||||
"settings.keyboard": "键盘",
|
||||
"settings.advanced": "高级",
|
||||
"settings.marketplace": "市场",
|
||||
"settings.diagnostics": "诊断",
|
||||
"settings.theme": "主题",
|
||||
"settings.uiFont": "界面字体",
|
||||
"settings.termFont": "终端字体",
|
||||
"settings.termCursor": "终端光标",
|
||||
"settings.scrollback": "回滚行数",
|
||||
"settings.language": "语言",
|
||||
"settings.editTheme": "编辑主题",
|
||||
"settings.customTheme": "+ 自定义",
|
||||
"settings.deleteTheme": "删除主题",
|
||||
"settings.cursorBlink": "闪烁",
|
||||
"settings.cursorOn": "开",
|
||||
"settings.cursorOff": "关",
|
||||
"settings.scrollbackHint": "行(100–100k)",
|
||||
|
||||
"statusbar.running": "运行中",
|
||||
"statusbar.idle": "空闲",
|
||||
"statusbar.stalled": "停滞",
|
||||
"statusbar.attention": "注意",
|
||||
"statusbar.needsAttention": "需要关注",
|
||||
"statusbar.burnRate": "消耗速率",
|
||||
"statusbar.activeGroup": "当前分组",
|
||||
"statusbar.projects": "项目",
|
||||
"statusbar.session": "会话",
|
||||
"statusbar.tokens": "令牌",
|
||||
"statusbar.cost": "费用",
|
||||
"statusbar.search": "搜索 (Ctrl+Shift+F)",
|
||||
|
||||
"notifications.title": "通知",
|
||||
"notifications.clearAll": "全部清除",
|
||||
"notifications.noNotifications": "暂无通知",
|
||||
|
||||
"files.open": "打开",
|
||||
"files.save": "保存",
|
||||
"files.saving": "保存中...",
|
||||
"files.modified": "已修改",
|
||||
"files.tooLarge": "文件过大,无法显示",
|
||||
"files.empty": "空文件",
|
||||
|
||||
"search.placeholder": "搜索消息、任务、通信...",
|
||||
"search.noResults": "未找到结果",
|
||||
"search.searching": "搜索中...",
|
||||
"search.resultsCount": "{count, plural, other {{count}个结果}}",
|
||||
|
||||
"comms.channels": "频道",
|
||||
"comms.directMessages": "私信",
|
||||
"comms.sendMessage": "发送消息",
|
||||
"comms.placeholder": "输入消息...",
|
||||
|
||||
"tasks.todo": "待办",
|
||||
"tasks.inProgress": "进行中",
|
||||
"tasks.review": "审查",
|
||||
"tasks.done": "已完成",
|
||||
"tasks.blocked": "已阻塞",
|
||||
"tasks.addTask": "添加任务",
|
||||
"tasks.deleteTask": "删除任务",
|
||||
"tasks.taskCount": "{count, plural, =0 {暂无任务} other {{count}个任务}}",
|
||||
|
||||
"errors.connectionFailed": "连接失败",
|
||||
"errors.sessionExpired": "会话已过期",
|
||||
"errors.fileNotFound": "文件未找到",
|
||||
"errors.unhandled": "未处理的错误:{message}",
|
||||
"errors.generic": "出了点问题",
|
||||
|
||||
"splash.loading": "加载中...",
|
||||
|
||||
"common.cancel": "取消",
|
||||
"common.confirm": "确认",
|
||||
"common.close": "关闭",
|
||||
"common.save": "保存",
|
||||
"common.delete": "删除",
|
||||
"common.edit": "编辑",
|
||||
"common.refresh": "刷新",
|
||||
"common.add": "添加",
|
||||
"common.back": "返回",
|
||||
"common.noItems": "暂无内容",
|
||||
|
||||
"project.name": "项目名称",
|
||||
"project.cwd": "工作目录(如 ~/code/myproject)",
|
||||
"project.deleteConfirm": "确定删除项目\u201C{name}\u201D?",
|
||||
"project.emptyGroup": "{group}中没有项目",
|
||||
"project.clone": "克隆",
|
||||
"project.cloneBranch": "分支名称",
|
||||
|
||||
"palette.title": "命令面板",
|
||||
"palette.placeholder": "输入命令...",
|
||||
"palette.newTerminal": "新建终端标签页",
|
||||
"palette.openSettings": "打开设置",
|
||||
"palette.searchMessages": "搜索消息",
|
||||
"palette.addProject": "添加项目",
|
||||
"palette.clearAgent": "清除代理上下文",
|
||||
"palette.copyCost": "复制会话费用",
|
||||
"palette.openDocs": "打开文档",
|
||||
"palette.changeTheme": "更换主题",
|
||||
"palette.splitH": "水平分割",
|
||||
"palette.splitV": "垂直分割",
|
||||
"palette.focusNext": "聚焦下一个项目",
|
||||
"palette.focusPrev": "聚焦上一个项目",
|
||||
"palette.closeTab": "关闭标签页",
|
||||
"palette.toggleTerminal": "切换终端",
|
||||
"palette.reloadPlugins": "重新加载插件",
|
||||
"palette.toggleSidebar": "切换侧边栏",
|
||||
"palette.zoomIn": "放大",
|
||||
"palette.zoomOut": "缩小",
|
||||
"palette.addProjectDesc": "打开项目目录",
|
||||
"palette.clearAgentDesc": "重置代理会话",
|
||||
"palette.changeThemeDesc": "从17个主题中选择"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue