feat(i18n): Add Japanese (ja/) translation (#105)

- Translate all 101 markdown files: P1 core, all 10 modules, examples,
  auxiliary docs (CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CLAUDE.md, etc.),
  peripheral docs (.github/, docs/, resources/, scripts/)
- Translate comments and user-facing messages in 06-hooks/*.sh examples
- Copy 05-mcp/*.json examples (standard JSON, no comments)
- Update root README.md language switcher to include 日本語
- Add ja/TRANSLATION_NOTES.md (glossary + style guide)

All translations pass pre-commit quality gates (markdown-lint,
cross-references, mermaid-syntax, link-check, build-epub).
This commit is contained in:
JiangCheng
2026-04-30 07:16:46 +09:00
committed by GitHub
parent 32212292df
commit 1d1df9235b
118 changed files with 30380 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<!-- i18n-source: 07-plugins/documentation/commands/generate-api-docs.md -->
<!-- i18n-source-sha: 5caeff2 -->
<!-- i18n-date: 2026-04-27 -->
---
name: Generate API Documentation
description: ソースコードから包括的な API ドキュメントを生成する
---
# API Documentation Generator
完全な API ドキュメントを生成する:
1. API エンドポイントをスキャン
2. 関数シグネチャと JSDoc を抽出
3. モジュール / エンドポイントごとに整理
4. 例つきの Markdown を作成
5. リクエスト / レスポンスのスキーマを含める
6. エラーのドキュメントを追加

View File

@@ -0,0 +1,19 @@
<!-- i18n-source: 07-plugins/documentation/commands/generate-readme.md -->
<!-- i18n-source-sha: 5caeff2 -->
<!-- i18n-date: 2026-04-27 -->
---
name: Generate README
description: プロジェクト README を作成または更新する
---
# README Generator
包括的な README を生成する:
1. プロジェクト概要と説明
2. インストール手順
3. 使用例
4. API ドキュメントへのリンク
5. コントリビューションガイドライン
6. ライセンス情報

View File

@@ -0,0 +1,18 @@
<!-- i18n-source: 07-plugins/documentation/commands/sync-docs.md -->
<!-- i18n-source-sha: 5caeff2 -->
<!-- i18n-date: 2026-04-27 -->
---
name: Sync Documentation
description: コード変更にドキュメントを同期する
---
# Documentation Sync
コードベースとドキュメントを同期する:
1. コード変更を検出
2. 古くなったドキュメントを特定
3. 影響を受けるドキュメントを更新
4. サンプルが今も動くことを検証
5. バージョン番号を更新

View File

@@ -0,0 +1,18 @@
<!-- i18n-source: 07-plugins/documentation/commands/validate-docs.md -->
<!-- i18n-source-sha: 5caeff2 -->
<!-- i18n-date: 2026-04-27 -->
---
name: Validate Documentation
description: ドキュメントの完全性と正確性を検証する
---
# Documentation Validation
ドキュメント品質を検証する:
1. リンク切れをチェック
2. コード例を検証
3. 完全性を確認
4. フォーマットをチェック
5. 実際のコードと突き合わせて検証