* Add Japanese locale (ja) support - New: ja.ts with 2624 UI translation keys - New: ja.settings.ts with 1789 settings translation keys - Registered ja in runtime.ts (Locale type, LOCALES, LOCALE_LABEL_KEYS, normalizeLocale) - Added ja-JP BCP-47 mapping in intl.ts - Added JA_MESSAGES in bootstrap.ts - Added ja to lazy-load dictionary map in store.ts - Updated messages.test.ts with ja dictionary - Added common.language.japanese to all 8 existing locale files * fix(i18n): complete Japanese locale updates * test(i18n): enforce locale key parity * docs: add Japanese documentation --------- Co-authored-by: yuchi0531 <yuchi0531@users.noreply.github.com> Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
---
|
|
title: トラブルシューティング
|
|
description: セットアップや実行時によくある問題と、すぐ試せる修正です。
|
|
---
|
|
|
|
# トラブルシューティング
|
|
|
|
問題に当たりましたか?下の症状を探し、修正を試してください。
|
|
|
|
## OpenChamber コマンドが終了する、または起動に失敗する
|
|
|
|
- Node.js が `>=22` であることを確認します
|
|
- `openchamber --version` を実行します
|
|
- 必要なら最新の CLI を再インストールします
|
|
|
|
## Web UI に到達できない
|
|
|
|
- `openchamber logs` でサーバーログを確認します
|
|
- アクティブなポートを確認します(デフォルトは `3000`)
|
|
- トンネルリンクを試す前に、まず `http://localhost:3000` を直接開きます
|
|
|
|
## リモート/トンネルリンクが動かない
|
|
|
|
- `openchamber tunnel status --all` を実行します
|
|
- 同じインスタンス/ポートからトンネルを再起動します
|
|
- 以前のトークンがすでに使用済みなら、接続リンクを再生成します
|
|
|
|
完全なセットアップは [トンネル](/tunnels/) を参照してください。リバースプロキシを使っている場合は [リバースプロキシ](/reverse-proxy/) も参照してください。
|
|
|
|
## VS Code 拡張機能が接続しない
|
|
|
|
- OpenChamber サーバーが実行中であることを確認します
|
|
- 拡張機能が更新済みであることを確認します
|
|
- VS Code ウィンドウを再読み込みし、接続を再試行します
|
|
|
|
## 関連
|
|
|
|
- [クイックスタート](/quickstart/)
|
|
- [トンネル](/tunnels/)
|
|
- [リバースプロキシ](/reverse-proxy/)
|