Files
CodeNomad/packages/ui/src/lib/i18n/messages/zh-Hans/logs.ts
Shantur Rathore 859312ba3b feat(ui): add dispose instance and rehydrate
Adds a dispose instance action to the instance info view, POSTing to /instance/dispose and rehydrating per-instance stores; also handles server.instance.disposed events and adds danger button styling.
2026-02-18 01:07:52 +00:00

28 lines
1.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const logMessages = {
"logsView.title": "服务器日志",
"logsView.actions.show": "显示服务器日志",
"logsView.actions.hide": "隐藏服务器日志",
"logsView.envVars.title": "环境变量({count}",
"logsView.paused.title": "服务器日志已暂停",
"logsView.paused.description": "启用流式输出以查看 OpenCode 服务器活动。",
"logsView.empty.waiting": "正在等待服务器输出...",
"logsView.scrollToBottom": "滚动到底部",
"infoView.logs.title": "服务器日志",
"infoView.logs.actions.show": "显示服务器日志",
"infoView.logs.actions.hide": "隐藏服务器日志",
"infoView.logs.paused.title": "服务器日志已暂停",
"infoView.logs.paused.description": "启用流式输出以查看 OpenCode 服务器活动。",
"infoView.logs.empty.waiting": "正在等待服务器输出...",
"infoView.logs.scrollToBottom": "滚动到底部",
"infoView.dispose.actions.dispose": "释放实例",
"infoView.dispose.actions.disposing": "正在释放...",
"infoView.dispose.confirm.title": "要释放实例吗?",
"infoView.dispose.confirm.message": "这将清除此目录的项目缓存状态,并重新加载实例。",
"infoView.dispose.confirm.confirmLabel": "释放",
"infoView.dispose.confirm.cancelLabel": "取消",
"infoView.dispose.toast.success": "实例已释放。正在重新加载...",
"infoView.dispose.toast.error": "释放实例失败。",
} as const