2026-04-19 06:39:06 +00:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"brand": "nanobot",
|
|
|
|
|
"loading": {
|
|
|
|
|
"connecting": "正在连接 nanobot…",
|
|
|
|
|
"boot": "正在加载 nanobot…"
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"title": "无法连接到 nanobot",
|
2026-04-21 14:33:44 +00:00
|
|
|
"gatewayHint": "请确认 gateway 已启动(`nanobot gateway`),并且当前页面与 gateway 运行在同一台机器上。"
|
2026-04-19 06:39:06 +00:00
|
|
|
},
|
|
|
|
|
"documentTitle": {
|
|
|
|
|
"base": "nanobot",
|
|
|
|
|
"chat": "{{title}} · nanobot"
|
|
|
|
|
},
|
|
|
|
|
"meta": {
|
|
|
|
|
"description": "nanobot Web UI —— 与你的 nanobot 工作区对话。"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sidebar": {
|
|
|
|
|
"collapse": "收起侧边栏",
|
|
|
|
|
"toggleTheme": "切换主题",
|
|
|
|
|
"newChat": "新建对话",
|
|
|
|
|
"recent": "最近对话",
|
|
|
|
|
"refreshSessions": "刷新会话",
|
|
|
|
|
"language": {
|
|
|
|
|
"label": "语言",
|
|
|
|
|
"ariaLabel": "切换语言"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"chat": {
|
|
|
|
|
"fallbackTitle": "对话 {{id}}",
|
|
|
|
|
"loading": "加载中…",
|
|
|
|
|
"noSessions": "还没有会话。",
|
|
|
|
|
"actions": "“{{title}}” 的会话操作",
|
|
|
|
|
"delete": "删除",
|
|
|
|
|
"newChat": "新建对话"
|
|
|
|
|
},
|
|
|
|
|
"deleteConfirm": {
|
|
|
|
|
"title": "删除“{{title}}”?",
|
|
|
|
|
"description": "这个会话文件会从磁盘中删除,且无法撤销。",
|
|
|
|
|
"cancel": "取消",
|
|
|
|
|
"confirm": "删除"
|
|
|
|
|
},
|
|
|
|
|
"connection": {
|
|
|
|
|
"idle": "空闲",
|
|
|
|
|
"connecting": "连接中…",
|
|
|
|
|
"open": "已连接",
|
|
|
|
|
"reconnecting": "重连中…",
|
|
|
|
|
"closed": "已断开",
|
|
|
|
|
"error": "连接出错"
|
|
|
|
|
},
|
|
|
|
|
"thread": {
|
|
|
|
|
"loadingConversation": "正在加载对话…",
|
|
|
|
|
"empty": {
|
|
|
|
|
"description": "可以提问、继续本地工作,或者开启一个新线程。"
|
|
|
|
|
},
|
|
|
|
|
"header": {
|
|
|
|
|
"toggleSidebar": "切换侧边栏"
|
|
|
|
|
},
|
|
|
|
|
"composer": {
|
|
|
|
|
"placeholderThread": "输入消息…",
|
|
|
|
|
"placeholderHero": "你在想什么?",
|
|
|
|
|
"placeholderOpening": "正在打开新对话…",
|
2026-05-01 12:38:22 -03:00
|
|
|
"placeholderStreaming": "模型正在回复…",
|
2026-04-19 06:39:06 +00:00
|
|
|
"inputAria": "消息输入框",
|
|
|
|
|
"sendHint": "Enter 发送 · Shift+Enter 换行",
|
2026-04-21 10:29:47 +00:00
|
|
|
"send": "发送消息",
|
|
|
|
|
"attachImage": "添加图片",
|
|
|
|
|
"encoding": "处理中…",
|
|
|
|
|
"remove": "移除附件",
|
|
|
|
|
"normalizedSizeHint": "{{orig}} → {{current}}(已自动压缩)",
|
|
|
|
|
"imageRejected": {
|
|
|
|
|
"unsupported_type": "不支持的文件类型",
|
|
|
|
|
"too_many_images": "每条消息最多 {{max}} 张图片",
|
|
|
|
|
"magic_mismatch": "文件看起来不像真实的图片",
|
|
|
|
|
"decode_failed": "无法解码这张图片",
|
|
|
|
|
"too_large": "图片太大,请换一张小一点的",
|
|
|
|
|
"io": "无法读取该文件"
|
|
|
|
|
}
|
2026-04-19 06:39:06 +00:00
|
|
|
},
|
|
|
|
|
"scrollToBottom": "滚动到底部"
|
|
|
|
|
},
|
|
|
|
|
"message": {
|
|
|
|
|
"streaming": "流式输出中",
|
|
|
|
|
"assistantTyping": "助手正在输入",
|
|
|
|
|
"toolSingle": "正在使用工具",
|
2026-04-21 10:29:47 +00:00
|
|
|
"toolMany": "已使用 {{count}} 个工具",
|
|
|
|
|
"imageAttachment": "图片附件"
|
|
|
|
|
},
|
|
|
|
|
"lightbox": {
|
|
|
|
|
"title": "图片预览",
|
|
|
|
|
"open": "查看图片",
|
|
|
|
|
"prev": "上一张",
|
|
|
|
|
"next": "下一张",
|
|
|
|
|
"close": "关闭预览"
|
2026-04-19 06:39:06 +00:00
|
|
|
},
|
|
|
|
|
"code": {
|
|
|
|
|
"fallbackLanguage": "代码",
|
|
|
|
|
"copyAria": "复制代码",
|
|
|
|
|
"copy": "复制",
|
|
|
|
|
"copied": "已复制"
|
2026-04-21 10:29:47 +00:00
|
|
|
},
|
|
|
|
|
"common": {
|
|
|
|
|
"dismiss": "关闭"
|
|
|
|
|
},
|
|
|
|
|
"errors": {
|
|
|
|
|
"messageTooBig": {
|
|
|
|
|
"title": "消息过大",
|
|
|
|
|
"body": "服务端因超过大小限制拒收了上一条消息。可移除部分图片或使用更小的图片后重试。"
|
|
|
|
|
}
|
2026-04-19 06:39:06 +00:00
|
|
|
}
|
|
|
|
|
}
|