convertor/docs/i18n/zh-CN/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.2 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) | **简体中文**
> 🌐 **翻译信息**
>
> - 原文:[繁體中文版](../../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. **[常见问题](getting-started/faq.md)** — 解决常见问题
---
## 👤 用户指南
适合一般用户:
| 文档 | 说明 |
| ------------------------------------------ | -------------------- |
| [快速开始](getting-started/quick-start.md) | 最快部署方式 |
| [支持的转换器](features/converters.md) | 所有可用的转换格式 |
| [OCR 功能](features/ocr.md) | 光学字符识别 |
| [翻译功能](features/translation.md) | PDF 翻译(保留公式) |
| [多语言界面](features/i18n.md) | 切换界面语言 |
| [常见问题](getting-started/faq.md) | FAQ |
---
## 🛠️ 系统管理员指南
适合部署与维护人员:
### 部署
| 文档 | 说明 |
| --------------------------------------- | --------------------------- |
| [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) 发问!