No description
Find a file
Your Name 5c68308c36 feat: 擴展 i18n 支援 65 種語言 + 完整文件系統
🌐 國際化 (i18n)
- 從 5 種語言擴展到 65 種語言支援
- 新增:歐洲語系 (de, fr, es, it, pt, ru, nl, pl, tr, uk, cs, sv, da, fi, no, el, hu, ro, bg, hr, sk, sl, lt, lv, et, is, ga, cy, mt, mk, sq, ca, eu, gl, sr)
- 新增:中東語系 (ar, he, fa)
- 新增:南亞語系 (hi, bn, ta, te, mr, gu, kn, ml, ne, si)
- 新增:東南亞語系 (th, vi, id, ms, fil, my, km, lo)
- 新增:非洲語系 (af, sw, am, zu)
- 完整翻譯所有 UI 文字

📖 文件系統
- 重構 README.md 為入口型首頁
- 新增 docs/getting-started.md - 快速入門指南
- 新增 docs/docker.md - Docker 部署指南
- 新增 docs/environment-variables.md - 環境變數說明
- 新增 docs/url-id-and-storage.md - 儲存結構說明
- 新增 docs/advanced-usage.md - 進階使用指南
- 更新 docs/i18n.md - 65 種語言清單

 建構驗證
- TypeScript 編譯通過
- Docker 建構通過
2026-01-20 11:30:21 +08:00
.devcontainer fix(docker): add python3-tinycss2 for Inkscape DXF export (#498) 2026-01-11 16:18:46 +01:00
.github refine fonts and language support 2026-01-19 23:54:04 +08:00
.vscode chore: fix lint 2025-10-05 14:19:13 +00:00
docs feat: 擴展 i18n 支援 65 種語言 + 完整文件系統 2026-01-20 11:30:21 +08:00
fonts feat: bundle full conversion dependencies into image 2026-01-19 22:00:45 +08:00
images fix: wrong layout on search with few options 2024-09-26 23:37:19 +02:00
public feat(i18n): add multi-language UI support with 5 languages 2026-01-20 10:01:55 +08:00
src feat: 擴展 i18n 支援 65 種語言 + 完整文件系統 2026-01-20 11:30:21 +08:00
tests/converters feat: add VCF to CSV converter (#497) 2026-01-11 16:38:32 +01:00
.bun-version chore: add bun version files 2025-08-13 23:35:07 +02:00
.dockerignore refactor: split main file to pages 2025-06-03 15:04:18 +02:00
.gitignore chore: add devcontainer 2025-10-05 13:57:54 +00:00
biome.json chore: fix lint 2025-10-05 14:19:13 +00:00
bun.lock feat(i18n): add multi-language UI support with 5 languages 2026-01-20 10:01:55 +08:00
CHANGELOG.md feat(i18n): add multi-language UI support with 5 languages 2026-01-20 10:01:55 +08:00
compose.yaml feat: bundle full conversion dependencies into image 2026-01-19 22:00:45 +08:00
Dockerfile refine fonts and language support 2026-01-19 23:54:04 +08:00
eslint.config.ts chore: fix typescript-eslint (#439) 2025-11-15 20:15:02 +01:00
knip.json feat: add delete button in history (#440) 2025-11-16 00:34:49 +01:00
LICENSE chore: add devcontainer 2025-10-05 13:57:54 +00:00
mise.toml chore: add comment to dev compose file 2026-01-11 17:46:56 +01:00
package.json feat(i18n): add multi-language UI support with 5 languages 2026-01-20 10:01:55 +08:00
postcss.config.js chore: fix lint 2025-10-05 14:19:13 +00:00
prettier.config.js feature: add download all file by file alongside the tar download (#415) 2025-10-07 21:27:31 +02:00
README.md feat: 擴展 i18n 支援 65 種語言 + 完整文件系統 2026-01-20 11:30:21 +08:00
renovate.json chore: add bun to renovate ignore 2025-10-07 20:56:55 +00:00
SECURITY.md chore: fix lint 2025-10-05 14:19:13 +00:00
tsconfig.eslint.json chore: fix typescript-eslint (#439) 2025-11-15 20:15:02 +01:00
tsconfig.json feat(i18n): add multi-language UI support with 5 languages 2026-01-20 10:01:55 +08:00

ConvertX-CN

ConvertX-CN

開箱即用的全功能檔案轉換服務 | Self-hosted File Converter - Full Edition

Docker Docker Pulls GitHub Release License


什麼是 ConvertX-CN

ConvertX-CN 是基於 C4illin/ConvertX完整版 Fork,專為中文使用者優化,並預載所有轉換依賴。

🎉 一鍵部署,無需額外配置
使用者 不需要自己寫 Dockerfile,直接 docker rundocker compose up 即可使用。

主要特色

特色 說明
🌍 65+ 語言支援 繁體中文、簡體中文、英文、日文、韓文等 65 種語言
📦 完整內建 LibreOffice、FFmpeg、Pandoc、Calibre 等 20+ 轉換器
🎨 CJK 字型 Noto CJK、微軟核心字型、標楷體等中日韓字型
🔤 OCR 支援 Tesseract + 多語言語言包
LaTeX 完整版 TexLive Full支援所有 LaTeX 需求
🐳 開箱即用 一個 Docker 命令即可啟動

🚀 快速開始

最快方式Docker Run

docker run -d \
  --name convertx-cn \
  -p 3000:3000 \
  -v ./data:/app/data \
  -e ACCOUNT_REGISTRATION=true \
  convertx/convertx-cn:latest

開啟瀏覽器訪問 http://localhost:3000,建立帳號即可開始使用!

推薦方式Docker Compose

建立 docker-compose.yml

services:
  convertx:
    image: convertx/convertx-cn:latest
    container_name: convertx-cn
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./data:/app/data
    environment:
      - TZ=Asia/Taipei
      - JWT_SECRET=your-secret-key-change-me
      - ACCOUNT_REGISTRATION=true
docker compose up -d

📖 完整部署指南請見 → docs/getting-started.md


🌍 語言支援

ConvertX-CN 支援 65 種語言,包括:

區域 語言
東亞 繁體中文(預設)、简体中文、日本語、한국어
歐洲 English, Deutsch, Français, Español, Italiano, Português, Русский, Polski, Nederlands, Українська, Čeština, Svenska, Dansk, Suomi, Norsk, Ελληνικά, Magyar, Română, Български, Hrvatski, Slovenčina, Slovenščina, Lietuvių, Latviešu, Eesti, Српски, Català, Euskara, Galego, Íslenska, Gaeilge, Cymraeg, Malti, Македонски, Shqip
中東/南亞 العربية, עברית, فارسی, Türkçe, हिन्दी, বাংলা, தமிழ், తెలుగు, मराठी, ગુજરાતી, ಕನ್ನಡ, മലയാളം, नेपाली, සිංහල
東南亞 ไทย, Tiếng Việt, Bahasa Indonesia, Bahasa Melayu, Filipino, မြန်မာ, ខ្មែរ, ລາວ
非洲 Afrikaans, Kiswahili, አማርኛ, isiZulu

語言會根據瀏覽器設定自動偵測,也可透過右上角選單手動切換。


📦 內建轉換器

轉換器 用途 輸入格式 輸出格式
FFmpeg 影音 ~472 ~199
ImageMagick 圖片 245 183
GraphicsMagick 圖片 167 130
LibreOffice 文件 41 22
Pandoc 文件 43 65
Calibre 電子書 26 19
Inkscape 向量圖 7 17
Assimp 3D 模型 77 23

完整列表 → docs/converters.md


📖 文件導覽

文件 說明
🚀 快速開始 Docker 部署教學
🐳 Docker 配置 完整 Docker 設定指南
⚙️ 環境變數 所有環境變數說明
💾 儲存與 URL 檔案儲存機制說明
🔧 進階用法 硬體加速、反向代理等
🌍 多語言 i18n 語言設定與新增
📦 轉換器列表 支援的轉換格式完整列表

🐳 Docker Image

Tag 說明
convertx/convertx-cn:latest 最新穩定版
convertx/convertx-cn:v0.1.3 指定版本

⚠️ 由於內建完整依賴Image 約 4-6 GB首次下載需較長時間。


📸 預覽

ConvertX-CN Preview


🛠️ 開發

# 安裝依賴
bun install

# 開發模式
bun run dev

# 建構
bun run build

歡迎 Pull Request請使用 Conventional Commits 格式。


🙏 致謝

本專案基於 C4illin/ConvertX 開發。

Contributors

📜 License

MIT License


Powered by ConvertX-CN
https://github.com/pi-docket/ConvertX-CN