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:
18
packages/ui/src/lib/i18n/messages/zh-Hans/logs.ts
Normal file
18
packages/ui/src/lib/i18n/messages/zh-Hans/logs.ts
Normal 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
|
||||
Reference in New Issue
Block a user