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/ja/logs.ts
Normal file
18
packages/ui/src/lib/i18n/messages/ja/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