mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 00:33:27 +08:00
docs(ja-JP): translate plain text code blocks to Japanese
Translate English prose inside plain text code blocks (```text, ```) across ja-JP documentation to Japanese, following the same approach as PR #753 (zh-CN translation). Translated content includes: - Output template labels and status messages - Folder tree inline comments - CLI workflow descriptions - Error/warning message examples - Commit message templates and PR title examples Technical identifiers, file paths, and actual code remain untranslated.
This commit is contained in:
@@ -356,11 +356,11 @@ description: /help に表示される短い説明
|
||||
### 1. PRタイトル形式
|
||||
|
||||
```
|
||||
feat(skills): add rust-patterns skill
|
||||
feat(agents): add api-designer agent
|
||||
feat(hooks): add auto-format hook
|
||||
fix(skills): update React patterns
|
||||
docs: improve contributing guide
|
||||
feat(skills): Rustパターンスキルを追加
|
||||
feat(agents): APIデザイナーエージェントを追加
|
||||
feat(hooks): 自動フォーマットフックを追加
|
||||
fix(skills): Reactパターンを更新
|
||||
docs: 貢献ガイドを改善
|
||||
```
|
||||
|
||||
### 2. PR説明
|
||||
|
||||
Reference in New Issue
Block a user