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