Files
openchamber/packages/docs/content/docs/ja/project-actions.mdx
T
eb051f969e Add Japanese locale (ja) support (#1810)
* 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>
2026-06-27 01:00:05 +03:00

29 lines
1.7 KiB
Plaintext

---
title: プロジェクトアクション
description: よく実行するコマンドを保存し、ワンクリックで起動します。
---
# プロジェクトアクション
プロジェクトアクションは、一度保存してクリックで実行できるシェルコマンドです。開発サーバー、ビルド、テスト実行などに使えます。各プロジェクトが独自の一覧を持ちます。**Settings → Projects → Project Actions** で設定します。
## アクションを追加する
1. **Settings → Projects** を開き、**Project Actions** セクションを見つけます。
2. アクションを追加し、名前を付け、アイコンを選び、実行するコマンドを入力します。
3. 保存します。
コマンドが特定の OS でしか意味を持たない場合は、アクションをその OS に限定できます。
## アクションを実行する
アクションはアプリヘッダーのメニューにあります。クリックすると、OpenChamber はプロジェクトフォルダ内のターミナルで実行し、出力を見られるようにターミナルビューへ切り替えます。同じメニューから停止できます。
## 開発サーバーを自動で開く
サーバーを起動するアクションでは **auto-open URL** をオンにします。OpenChamber は出力からローカルアドレスを監視し、開く候補として表示します。[プレビューと開発サーバー](/preview/) を参照してください。デスクトップでは SSH ポートフォワード経由にすることもできます。
## 関連
- [プレビューと開発サーバー](/preview/) — 実行中の開発サーバーを OpenChamber 内で開く