feat(ui): add locales and split catalogs

Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
This commit is contained in:
Shantur Rathore
2026-01-26 12:56:26 +00:00
parent 5b1e21345f
commit feccbd13bd
89 changed files with 4531 additions and 30 deletions

View File

@@ -0,0 +1,18 @@
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": "滚动到底部",
} as const