mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-31 13:20:10 +08:00
feat: OpenClaw 4.9 全面适配 (v0.12.0)
- 推荐内核统一升级至 2026.4.9 / 2026.4.9-zh.2 - standalone 安装兼容 edition 格式 latest.json + openclaw-zh- 文件名前缀 - standalone 三级降级: R2 CDN → GitHub Releases → npm - pre_install_cleanup 所有命令加 10s 超时保护(修复安装卡死) - npm uninstall 加 30s 超时保护 - wmic 全部迁移到 PowerShell(兼容 Windows 11) - standalone 下载增加文字进度显示
This commit is contained in:
@@ -168,4 +168,13 @@ export default {
|
||||
hostedApiError: _('API 错误 {code}', 'API Error {code}', 'API 錯誤 {code}'),
|
||||
hostedPrefix: _('[托管 Agent] ', '[Hosted Agent] '),
|
||||
hostedContextSummary: _('[上下文摘要 - 已压缩 {n} 条历史]', '[Context Summary - compressed {n} history entries]', '[上下文摘要 - 已壓縮 {n} 條歷史]'),
|
||||
compactionHistory: _('压缩历史', 'Compaction History', '壓縮歷史'),
|
||||
compactionLoading: _('加载压缩检查点...', 'Loading compaction checkpoints...', '載入壓縮檢查點...'),
|
||||
compactionEmpty: _('该会话暂无压缩检查点', 'No compaction checkpoints for this session', '該對話暫無壓縮檢查點'),
|
||||
compactionBranch: _('分支', 'Branch', '分支'),
|
||||
compactionRestore: _('恢复', 'Restore', '恢復'),
|
||||
compactionBranchDone: _('已从检查点创建分支会话', 'Branch session created from checkpoint', '已從檢查點建立分支對話'),
|
||||
compactionRestoreDone: _('已恢复到检查点', 'Restored to checkpoint', '已恢復到檢查點'),
|
||||
compactionConfirmRestore: _('确定要恢复到此检查点吗?当前会话内容将被替换。', 'Restore to this checkpoint? Current session content will be replaced.', '確定要恢復到此檢查點嗎?目前對話內容將被替換。'),
|
||||
compactionUnsupported: _('当前 Gateway 版本不支持压缩历史功能,请升级到 OpenClaw 2026.4.9+', 'Compaction history requires OpenClaw 2026.4.9+', '目前 Gateway 版本不支援壓縮歷史功能,請升級到 OpenClaw 2026.4.9+'),
|
||||
}
|
||||
|
||||
@@ -85,4 +85,10 @@ export default {
|
||||
approvalsModeBoth: _('两者都发(both)', 'Both', '兩者都發(both)'),
|
||||
approvalsForwardExec: _('转发执行请求', 'Forward Exec Requests', '轉發執行請求'),
|
||||
approvalsForwardExecHint: _('将 exec 审批请求转发到渠道(默认关闭,低风险场景可开启)', 'Forward exec approval requests to channels (off by default, enable for low-risk scenarios)', '將 exec 審批請求轉發到頻道(預設關閉,低風險場景可開啟)'),
|
||||
pendingApprovals: _('待处理审批队列', 'Pending Approval Queue', '待處理審批佇列'),
|
||||
refreshApprovals: _('刷新', 'Refresh', '重新整理'),
|
||||
approvalsLoadingQueue: _('加载审批队列...', 'Loading approval queue...', '載入審批佇列...'),
|
||||
approvalsQueueEmpty: _('当前没有待处理的审批请求', 'No pending approval requests', '目前沒有待處理的審批請求'),
|
||||
approvalsGwNotReady: _('Gateway 未连接,无法加载审批队列', 'Gateway not connected, cannot load approval queue', 'Gateway 未連線,無法載入審批佇列'),
|
||||
approvalsUnsupported: _('当前 Gateway 版本不支持审批队列查询,请升级到 OpenClaw 2026.4.9+', 'Approval queue requires OpenClaw 2026.4.9+', '目前 Gateway 版本不支援審批佇列查詢,請升級到 OpenClaw 2026.4.9+'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user