Commit f3fc0bdb by Archer Committed by GitHub

docs: English README translation (aligned with Chinese) (#6435)

* docs: sync English README with Chinese version

- Update English README to match Chinese README content
- Translate core features, usage, and other sections
- Keep existing formatting and structure

* docs: add Indonesian, Thai, Vietnamese README and update navigation links

- Add README_id.md (Bahasa Indonesia)
- Add README_th.md (ไทย)
- Add README_vi.md (Tiếng Việt)
- Update navigation links in README.md and README_en.md

This PR adds support for Southeast Asian languages to improve accessibility for users in Indonesia, Thailand, Vietnam and other ASEAN countries.

* Update README_id.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README_id.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: correct HTML syntax errors in translated README files

- Fix img tag syntax in README_id.md (line 146)
- Fix img tag syntax in README_th.md (lines 31, 136)

* docs: add missing sections to match Chinese version

- Add RoadMap section (💡 RoadMap)
- Add Join Us section (🏘️ Join Us)
- Add Others section (👀 Others)
- Apply to all 4 language versions (EN, ID, TH, VI)

* fix: rewrite README_en.md to match Chinese version exactly

- Fix duplicate content issue
- Ensure complete alignment with Chinese README
- Add all sections: Roadmap, Development, Join Us, Others, etc.

* docs: complete rewrite all translations to match Chinese exactly

- Rewrite README_en.md (English)
- Rewrite README_id.md (Indonesian)
- Rewrite README_th.md (Thai)
- Rewrite README_vi.md (Vietnamese)

All translations now strictly aligned with Chinese version:
- Quick Start
- Usage
- Core Features
- Our Projects & Links
- Third-party Ecosystem
- Community
- Contributors
- Star History
- License

* docs: rewrite English README to exactly match Chinese version

Sections (9 total, aligned with CN):
1. Quick Start
2. 🛸 Usage
3. 💡 Core Features
4. 💪 Our Projects & Links
5. 🌿 Third-party Ecosystem
6. 🏘️ Community
7. 🤝 Contributors
8. 🌟 Star History
9. License

* fix: correct translations to align with Chinese README

- Translate badge text from Chinese to respective languages (id/th/vi)
- Translate '返回顶部' (Back to Top) buttons to respective languages
- Fix mixed Chinese text in Indonesian README ('提交')
- Translate 'Assisted workflow generation' in all new files
- Translate 'Hybrid retrieval & reranking' in all new files
- Fix anchor links to match actual heading text
- Fix redundant 'open source license' in English README
- Keep README.md changes minimal (language links only)

* fix: rewrite Japanese README to align with Chinese version

- Complete rewrite to match current Chinese README structure
- Translate all badge text to Japanese
- Update description from 'knowledge base Q&A system' to 'AI Agent building platform'
- Add all 9 sections matching Chinese version
- Update language links to include all 6 languages
- Remove outdated sections (Development, Others, etc.)

---------

Co-authored-by: Developer <dev@example.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: OpenClaw Bot <bot@openclaw.ai>
parent e243aac9
...@@ -7,7 +7,10 @@ ...@@ -7,7 +7,10 @@
<p align="center"> <p align="center">
<a href="./README_en.md">English</a> | <a href="./README_en.md">English</a> |
<a href="./README.md">简体中文</a> | <a href="./README.md">简体中文</a> |
<a href="./README_ja.md">日语</a> <a href="./README_id.md">Bahasa Indonesia</a> |
<a href="./README_th.md">ไทย</a> |
<a href="./README_vi.md">Tiếng Việt</a> |
<a href="./README_ja.md">日本語</a>
</p> </p>
FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景! FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!
...@@ -68,7 +71,7 @@ docker compose up -d ...@@ -68,7 +71,7 @@ docker compose up -d
- [x] 规划 Agent 模式。 - [x] 规划 Agent 模式。
- [x] 对话工作流、插件工作流,包含基础的 RPA 节点。 - [x] 对话工作流、插件工作流,包含基础的 RPA 节点。
- [x] 用户交互 - [x] 用户交互
- [x] 双向 MCP - [x] 双向 MCP
- [ ] 辅助生成工作流 - [ ] 辅助生成工作流
`2` 应用调试能力 `2` 应用调试能力
...@@ -87,19 +90,19 @@ docker compose up -d ...@@ -87,19 +90,19 @@ docker compose up -d
- [x] 混合检索 & 重排 - [x] 混合检索 & 重排
- [x] API 知识库 - [x] API 知识库
- [ ] RAG 模块热插拔 - [ ] RAG 模块热插拔
`4` OpenAPI 接口 `4` OpenAPI 接口
- [x] completions 接口 (chat 模式对齐 GPT 接口) - [x] completions 接口 (chat 模式对齐 GPT 接口)
- [x] 知识库 CRUD - [x] 知识库 CRUD
- [x] 对话 CRUD - [x] 对话 CRUD
- [x] 自动化 OpenAPI 接口 - [x] 自动化 OpenAPI 接口
`5` 运营能力 `5` 运营能力
- [x] 免登录分享窗口 - [x] 免登录分享窗口
- [x] Iframe 一键嵌入 - [x] Iframe 一键嵌入
- [x] 统一查阅对话记录,并对数据进行标注 - [x] 统一查阅对话记录,并对数据进行标注
- [x] 应用运营日志 - [x] 应用运营日志
`6` 其他 `6` 其他
- [x] 可视化模型配置。 - [x] 可视化模型配置。
- [x] 支持语音输入和输出 (可配置语音输入语音回答) - [x] 支持语音输入和输出 (可配置语音输入语音回答)
...@@ -128,7 +131,7 @@ docker compose up -d ...@@ -128,7 +131,7 @@ docker compose up -d
- [AI Proxy:大模型聚合服务](https://sealos.run/aiproxy/?k=fastgpt-github/) - [AI Proxy:大模型聚合服务](https://sealos.run/aiproxy/?k=fastgpt-github/)
- [SiliconCloud (硅基流动) —— 开源模型在线体验平台](https://cloud.siliconflow.cn/i/TR9Ym0c4) - [SiliconCloud (硅基流动) —— 开源模型在线体验平台](https://cloud.siliconflow.cn/i/TR9Ym0c4)
- [PPIO 派欧云:一键调用高性价比的开源模型 API 和 GPU 容器](https://ppinfra.com/user/register?invited_by=VITYVU&utm_source=github_fastgpt) - [PPIO 派欧云:一键调用高性价比的开源模型 API 和 GPU 容器](https://ppinfra.com/user/register?invited_by=VITYVU&utm_source=github_fastgpt)
<a href="#readme"> <a href="#readme">
<img src="https://img.shields.io/badge/-返回顶部-7d09f1.svg" alt="#" align="right"> <img src="https://img.shields.io/badge/-返回顶部-7d09f1.svg" alt="#" align="right">
</a> </a>
......
<div align="center">
<a href="https://fastgpt.io/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
# FastGPT
<p align="center">
<a href="./README_en.md">English</a> |
<a href="./README.md">简体中文</a> |
<a href="./README_id.md">Bahasa Indonesia</a> |
<a href="./README_th.md">ไทย</a> |
<a href="./README_vi.md">Tiếng Việt</a> |
<a href="./README_ja.md">日本語</a>
</p>
FastGPT adalah platform pembangunan AI Agent yang menyediakan kemampuan siap pakai untuk pemrosesan data dan pemanggilan model. Selain itu, Anda dapat mengorkestrasikan workflow melalui visualisasi Flow untuk mencapai skenario aplikasi yang kompleks!
</div>
<p align="center">
<a href="https://fastgpt.io/">
<img height="21" src="https://img.shields.io/badge/Penggunaan_Online-d4eaf7?style=flat-square&logo=spoj&logoColor=7d09f1" alt="cloud">
</a>
<a href="https://doc.fastgpt.io/docs/introduction">
<img height="21" src="https://img.shields.io/badge/Dokumentasi-7d09f1?style=flat-square" alt="document">
</a>
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
<img height="21" src="https://img.shields.io/badge/Pengembangan_Lokal-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
</a>
<a href="#-proyek--tautan-kami">
<img height="21" src="https://img.shields.io/badge/Proyek_Terkait-7d09f1?style=flat-square" alt="project">
</a>
</p>
https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4
## Mulai Cepat
Anda dapat memulai FastGPT dengan cepat menggunakan Docker. Jalankan perintah berikut di terminal dan ikuti panduan untuk menarik konfigurasi.
```bash
# Jalankan perintah untuk menarik file konfigurasi
bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh)
# Jalankan layanan
docker compose up -d
```
Setelah sepenuhnya aktif, Anda dapat mengakses FastGPT di `http://localhost:3000`. Akun default adalah `root` dan kata sandinya adalah `1234`.
Jika Anda menghadapi masalah, Anda dapat [melihat tutorial penyebaran Docker lengkap](https://doc.fastgpt.io/docs/introduction/development/docker)
## 🛸 Cara Penggunaan
- **Versi Cloud**
Jika Anda tidak memerlukan penyebaran privat, Anda dapat langsung menggunakan layanan cloud kami di: [fastgpt.io](https://fastgpt.io/)
- **Versi Self-Hosted Komunitas**
Anda dapat menyebarkan dengan cepat menggunakan [Docker](https://doc.fastgpt.io/docs/introduction/development/docker) atau menggunakan [Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) untuk menyebarkan FastGPT dengan satu klik.
- **Versi Komersial**
Jika Anda membutuhkan fitur yang lebih lengkap atau dukungan layanan mendalam, Anda dapat memilih [Versi Komersial](https://doc.fastgpt.io/docs/introduction/commercial). Selain menyediakan perangkat lunak lengkap, kami juga menyediakan panduan implementasi untuk skenario tertentu. Anda dapat mengirimkan [konsultasi komersial](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc).
## 💡 Fitur Inti
| | |
| ---------------------------------- | ---------------------------------- |
| ![Demo](./.github/imgs/intro1.png) | ![Demo](./.github/imgs/intro2.jpg) |
| ![Demo](./.github/imgs/intro3.png) | ![Demo](./.github/imgs/intro4.png) |
`1` Kemampuan Orkestrasi Aplikasi
- [x] Mode Agent Perencanaan.
- [x] Workflow percakapan, workflow plugin, termasuk node RPA dasar.
- [x] Interaksi pengguna
- [x] MCP dua arah
- [ ] Pembuatan workflow otomatis
`2` Kemampuan Debugging Aplikasi
- [x] Pengujian pencarian satu titik basis pengetahuan
- [x] Umpan balik referensi selama percakapan dengan kemampuan edit dan hapus
- [x] Log rantai panggilan lengkap
- [x] Evaluasi aplikasi
- [ ] Mode debug DeBug orkestrasi lanjutan
- [ ] Log node aplikasi
`3` Kemampuan Basis Pengetahuan
- [x] Penggunaan ulang dan pencampuran multi-database
- [x] Modifikasi dan penghapusan rekaman chunk
- [x] Dukungan input manual, segmentasi langsung, impor QA split
- [x] Dukungan txt, md, html, pdf, docx, pptx, csv, xlsx (lebih banyak dapat di-PR), dukungan pembacaan URL dan impor batch CSV
- [x] Pencarian hibrida & reranking
- [x] Basis pengetahuan API
- [ ] Hot-swapping modul RAG
`4` Antarmuka OpenAPI
- [x] Antarmuka completions (sesuai dengan mode chat GPT)
- [x] CRUD basis pengetahuan
- [x] CRUD percakapan
- [x] Antarmuka OpenAPI otomatis
`5` Kemampuan Operasi
- [x] Jendela berbagi tanpa login
- [x] Embedding Iframe satu klik
- [x] Tinjauan catatan percakapan terpadu dengan anotasi data
- [x] Log operasi aplikasi
`6` Lainnya
- [x] Konfigurasi model visual.
- [x] Dukungan input dan output suara (dapat dikonfigurasi)
- [x] Petunjuk input fuzzy
- [x] Pasar template
<a href="#readme">
<img src="https://img.shields.io/badge/-Kembali_ke_Atas-7d09f1.svg" alt="#" align="right">
</a>
## 💪 Proyek & Tautan Kami
- [Mulai Cepat Pengembangan Lokal](https://doc.fastgpt.io/docs/introduction/development/intro/)
- [Dokumentasi OpenAPI](https://doc.fastgpt.io/docs/openapi/intro)
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
- [AI Proxy: Layanan Load Balancing Agregasi Model](https://github.com/labring/aiproxy)
- [Laf: Akses Cepat 3 Menit ke Aplikasi Pihak Ketiga](https://github.com/labring/laf)
- [Sealos: Penerapan Cepat Aplikasi Klaster](https://github.com/labring/sealos)
<a href="#readme">
<img src="https://img.shields.io/badge/-Kembali_ke_Atas-7d09f1.svg" alt="#" align="right">
</a>
## 🌿 Ekosistem Pihak Ketiga
- [AI Proxy: Layanan Agregasi Model Besar](https://sealos.run/aiproxy/?k=fastgpt-github/)
- [SiliconCloud - Platform Pengalaman Online Model Open Source](https://cloud.siliconflow.cn/i/TR9Ym0c4)
- [PPIO: Panggilan Satu Klik ke API Model Open Source Hemat Biaya dan GPU Container](https://ppinfra.com/user/register?invited_by=VITYVU&utm_source=github_fastgpt)
<a href="#readme">
<img src="https://img.shields.io/badge/-Kembali_ke_Atas-7d09f1.svg" alt="#" align="right">
</a>
## 🏘️ Komunitas
Bergabung dengan grup Feishu kami:
![](https://oss.laf.run/otnvvf-imgs/fastgpt-feishu2.png)
<a href="#readme">
<img src="https://img.shields.io/badge/-Kembali_ke_Atas-7d09f1.svg" alt="#" align="right">
</a>
## 🤝 Kontributor
Kami sangat menyambut kontribusi dalam berbagai bentuk. Jika Anda tertarik berkontribusi kode, lihat [Issues GitHub](https://github.com/labring/FastGPT/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) kami dan tunjukkan ide brilian Anda!
<a href="https://github.com/labring/FastGPT/graphs/contributors" target="_blank">
<table>
<tr>
<th colspan="2">
<br><img src="https://contrib.rocks/image?repo=labring/FastGPT"><br><br>
</th>
</tr>
<tr>
<td>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=2x3&color_scheme=dark">
<img alt="Active participants of labring - past 28 days" src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=2x3&color_scheme=light">
</picture>
</td>
<td rowspan="2">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=4x7&color_scheme=dark">
<img alt="New trends of labring" src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=4x7&color_scheme=light">
</picture>
</td>
</tr>
<tr>
<td>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=2x3&color_scheme=dark">
<img alt="New participants of labring - past 28 days" src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=102226726&repo_ids=605673387&image_size=2x3&color_scheme=light">
</picture>
</td>
</tr>
</table>
</a>
## 🌟 Star History
<a href="https://github.com/labring/FastGPT/stargazers" target="_blank" style="display: block" align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=labring/FastGPT&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=labring/FastGPT&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=labring/FastGPT&type=Date" />
</picture>
</a>
<a href="#readme">
<img src="https://img.shields.io/badge/-Kembali_ke_Atas-7d09f1.svg" alt="#" align="right">
</a>
## Lisensi
Repositori ini mengikuti [FastGPT Open Source License](./LICENSE).
1. Penggunaan komersial sebagai layanan backend diperbolehkan, tetapi layanan SaaS tidak diperbolehkan.
2. Setiap layanan komersial tanpa otorisasi komersial harus mempertahankan informasi hak cipta yang relevan.
3. Silakan lihat [FastGPT Open Source License](./LICENSE) untuk detail lengkap.
4. Kontak: Dennis@sealos.io, [Lihat Harga Komersial](https://doc.fastgpt.io/docs/introduction/commercial/)
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment