convertor/docs/i18n/ja/README.md
Your Name da856d89ff feat(i18n): add multilingual support with translations for English, Japanese, and Simplified Chinese
- Create README.md for internationalization (i18n) documentation
- Add English translation for main README and quick start guide
- Add Japanese translation for main README
- Add Simplified Chinese translation for main README
- Introduce sample Docker Compose configurations for various deployment scenarios
- Implement CI/CD documentation for testing and deployment workflows
- Establish end-to-end testing guidelines and strategies
- Create test strategy documentation outlining unit, integration, and E2E tests
2026-01-23 14:32:27 +08:00

95 lines
3.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ConvertX-CN ドキュメント
> 🌐 **Language / 語言**
> [繁體中文](../../README.md) | [English](../en/README.md) | [简体中文](../zh-CN/README.md) | **日本語**
> 🌐 **翻訳情報**
>
> - 原文:[繁體中文版](../../README.md)
> - 翻訳バージョンv0.1.0
> - 最終更新2026-01-23
> - ステータス:📋 計画中
---
ConvertX-CN ドキュメントへようこそ!役割を選択して必要な情報を見つけてください。
---
## 🚀 クイックスタート
初めての方はこちらから:
1. **[概要](getting-started/overview.md)** — ConvertX-CN とは
2. **[クイックスタート](getting-started/quick-start.md)** — 5分でデプロイ
3. **[FAQ](getting-started/faq.md)** — よくある質問
---
## 👤 ユーザーガイド
一般ユーザー向け:
| ドキュメント | 説明 |
| -------------------------------------------------- | ------------------- |
| [クイックスタート](getting-started/quick-start.md) | 最速デプロイ方法 |
| [対応コンバーター](features/converters.md) | 利用可能な変換形式 |
| [OCR機能](features/ocr.md) | 光学文字認識 |
| [翻訳機能](features/translation.md) | PDF翻訳数式保持 |
| [多言語インターフェース](features/i18n.md) | 言語設定 |
| [FAQ](getting-started/faq.md) | よくある質問 |
---
## 🛠️ 管理者ガイド
デプロイと運用担当者向け:
### デプロイ
| ドキュメント | 説明 |
| ----------------------------------------------- | --------------------------- |
| [Dockerデプロイ](deployment/docker.md) | Docker Run & Docker Compose |
| [リバースプロキシ](deployment/reverse-proxy.md) | Nginx / Traefik / Caddy |
| [設定サンプル](samples/README.md) | すぐ使える設定ファイル |
### 設定
| ドキュメント | 説明 |
| ----------------------------------------------------------- | ---------------------- |
| [環境変数](configuration/environment-variables.md) | 全設定項目 |
| [セキュリティ](configuration/security.md) | HTTPS、認証、保護 |
| [クリーンアップと制限](configuration/limits-and-cleanup.md) | 自動削除、リソース制限 |
---
## 👩‍💻 開発者ガイド
コントリビューターと拡張開発向け:
### 開発
| ドキュメント | 説明 |
| --------------------------------------------------------- | ------------ |
| [プロジェクト構造](development/project-structure.md) | コード構造 |
| [ローカル開発](development/local-development.md) | 開発環境設定 |
| [コントリビューションガイド](development/contribution.md) | 貢献方法 |
### API
| ドキュメント | 説明 |
| ------------------------------------- | ------------------ |
| [API概要](api/overview.md) | REST & GraphQL API |
| [APIエンドポイント](api/endpoints.md) | エンドポイント詳細 |
---
## 🔗 クイックリンク
- 📦 [GitHub Repo](https://github.com/pi-docket/ConvertX-CN)
- 🐛 [Issues](https://github.com/pi-docket/ConvertX-CN/issues)
- 💬 [Discussions](https://github.com/pi-docket/ConvertX-CN/discussions)
---
> 💡 **必要な情報が見つかりませんか?** [GitHub Discussions](https://github.com/pi-docket/ConvertX-CN/discussions) で質問してください!