Merge branch 'main' into mergeDevContainer

This commit is contained in:
孟宁
2025-08-30 14:27:08 +08:00
repo.diff.parent 41955ed427 92675898ad
repo.diff.commit de6fd128cf
repo.diff.stats_desc%!(EXTRA int=37, int=352, int=195)

repo.diff.view_file

@@ -0,0 +1,94 @@
# 本地调试工作流脚本简易教程
## 环境准备
### 1. 克隆仓库
```bash
# 官方仓库
git clone https://gitea.com/gitea/act.git
# 或者使用镜像仓库
git clone https://devstar.cn/actions/act.git
```
### 2. 编译 act
```bash
make build
```
编译完成后,可执行文件位于 `dist/local` 文件夹下。
### 3. 安装 act
```bash
# 将 act 复制到系统 PATH 中
sudo cp dist/local/act /usr/local/bin/
```
## 调试方法
### 方法一:命令行调试
> 📖 **官方文档**: https://nektosact.com/
#### 常用命令
| 命令 | 描述 |
|------|------|
| `act --list``act -l` | 列出所有可用的工作流 |
| `act` | 运行所有工作流 (push 事件) |
| `act pull_request` | 运行特定事件 |
| `act -j test` | 运行特定 job |
| `act --workflows .gitea/workflows/` | 指定工作流目录 |
| `act -h` | 显示帮助信息 |
#### 重要提示
⚠️ **调试 Gitea 工作流时**,请务必使用 `-W` 参数指定工作流目录:
```bash
act -W .gitea/workflows/devstar-studio-dev-ci.yaml
```
### 方法二VS Code 插件图形化界面调试
#### 1. 安装扩展
在 VS Code 中安装 **Github Local Actions** 扩展。
![image-20250824131110189](./assets/image-20250824131110189.png)
![image-20250824131133309](./assets/image-20250824131133309.png)
#### 2. 环境确认
安装完成后,请确保以下环境已就绪:
- ✅ Docker 已安装并正常运行
- ✅ act 已安装到系统 PATH
#### 3. 配置工作流目录
在 VS Code 设置中搜索 `workflow` 关键字,将工作流目录设置为 `.gitea/workflows`
![image-20250824131239334](./assets/image-20250824131239334.png)
#### 4. 使用插件
插件会自动识别相关的工作流文件:
![image-20250824131317474](./assets/image-20250824131317474.png)
可以在此处输入变量等配置内容:
![image-20250824131348078](./assets/image-20250824131348078.png)
点击绿色箭头开始调试:
![image-20250824131408276](./assets/image-20250824131408276.png)
## 注意事项
⚠️ **重要提示**:调试时请确保 Docker 可以正常访问外网。

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 34 KiB

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 32 KiB

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 66 KiB

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 32 KiB

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 37 KiB

repo.diff.bin_not_shown

repo.diff.file_after

repo.diff.file_image_width:  |  repo.diff.file_image_height:  |  repo.diff.file_byte_size: 24 KiB

repo.diff.view_file

@@ -231,15 +231,15 @@ not_found=Cíl nebyl nalezen.
network_error=Chyba sítě
[startpage]
app_desc=Snadno přístupný vlastní Git
install=Jednoduchá na instalaci
install_desc=Jednoduše <a target="_blank" rel="noopener noreferrer" href="%s">spusťte jako binární program</a> pro vaši platformu, nasaďte jej pomocí <a target="_blank" rel="noopener noreferrer" href="%s">Docker</a>, nebo jej stáhněte jako <a target="_blank" rel="noopener noreferrer" href="%s">balíček</a>.
platform=Multiplatformní
platform_desc=Gitea běží všude, kde <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> může kompilovat: Windows, macOS, Linux, ARM, atd. Vyberte si ten, který milujete!
lightweight=Lehká
lightweight_desc=Gitea má minimální požadavky a může běžet na Raspberry Pi. Šetřete energii vašeho stroje!
license=Open Source
license_desc=Vše je na <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Připojte se tím, že <a target="_blank" rel="noopener noreferrer" href="%[3]s">přispějete</a> a uděláte tento projekt ještě lepší. Nestyďte se být přispěvatel!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalace

repo.diff.view_file

@@ -237,15 +237,15 @@ not_found=Das Ziel konnte nicht gefunden werden.
network_error=Netzwerkfehler
[startpage]
app_desc=Ein einfacher, selbst gehosteter Git-Service
install=Einfach zu installieren
install_desc=Starte einfach <a target="_blank" rel="noopener noreferrer" href="%[1]s">die Anwendung</a> für deine Plattform oder nutze <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>. Es existieren auch <a target="_blank" rel="noopener noreferrer" href="%[3]s">paketierte Versionen</a>.
platform=Plattformübergreifend
platform_desc=Gitea läuft überall, wo <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> kompiliert: Windows, macOS, Linux, ARM, etc. Wähle das System, das dir am meisten gefällt!
lightweight=Leichtgewicht
lightweight_desc=Gitea hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden!
license=Quelloffen
license_desc=Hol dir den Code unter <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Leiste deinen <a target="_blank" rel="noopener noreferrer" href="%[3]s">Beitrag</a> bei der Verbesserung dieses Projekts. Trau dich!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Installation

repo.diff.view_file

@@ -190,12 +190,15 @@ not_found=Ο προορισμός δεν βρέθηκε.
network_error=Σφάλμα δικτύου
[startpage]
app_desc=Μια ανώδυνη, αυτο-φιλοξενούμενη υπηρεσία Git
install=Εύκολο στην εγκατάσταση
platform=Πολυπλατφορμικό
lightweight=Ελαφρύ
lightweight_desc=Gitea έχει χαμηλές ελάχιστες απαιτήσεις και μπορεί να τρέξει σε ένα οικονομικό Raspberry Pi. Εξοικονομήστε ενέργεια!
license=Ανοικτού κώδικα
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Εγκατάσταση

repo.diff.view_file

@@ -242,13 +242,13 @@ not_found = The target couldn't be found.
network_error = Network error
[startpage]
app_desc = A painless, self-hosted Git service
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="%[1]s">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="%[3]s">packaged</a>.
platform = Cross-platform
platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
lightweight = Lightweight
lightweight_desc = Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!

repo.diff.view_file

@@ -188,12 +188,15 @@ not_found=El objetivo no pudo ser encontrado.
network_error=Error de red
[startpage]
app_desc=Un servicio de Git autoalojado y sin complicaciones
install=Fácil de instalar
platform=Multiplataforma
lightweight=Ligero
lightweight_desc=Gitea tiene pocos requisitos y puede funcionar en una Raspberry Pi barata. ¡Ahorra energía!
license=Código abierto
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalación

repo.diff.view_file

@@ -121,12 +121,15 @@ buttons.table.add.insert=افزودن
[error]
[startpage]
app_desc=یک سرویس گیت بی‌درد سر و راحت
install=راه‌اندازی ساده
platform=مستقل از سکو
lightweight=ابزارک سبک
lightweight_desc=گیتی با حداقل منابع میتوانید برای روی دستگاه Raspberry Pi اجرا شود و مصرف انرژی شما را کاهش دهد!
license=متن باز
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=نصب و راه اندازی

repo.diff.view_file

@@ -139,12 +139,15 @@ not_found=Kohdetta ei löytynyt.
network_error=Verkkovirhe
[startpage]
app_desc=Kivuton, itsehostattu Git-palvelu
install=Helppo asentaa
platform=Alustariippumaton
lightweight=Kevyt
lightweight_desc=Gitealla on vähäiset vähimmäisvaatimukset, joten se toimii jopa halvassa Raspberry Pi:ssä. Säästä koneesi energiaa!
license=Avoin lähdekoodi
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Asennus

repo.diff.view_file

@@ -240,15 +240,15 @@ not_found=La cible n'a pu être trouvée.
network_error=Erreur réseau
[startpage]
app_desc=Un service Git auto-hébergé sans prise de tête
install=Facile à installer
install_desc=Il suffit de <a target="_blank" rel="noopener noreferrer" href="%[1]s">lancer lexécutable</a> adapté à votre plateforme, le déployer avec <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a> ou de linstaller depuis un <a target="_blank" rel="noopener noreferrer" href="%[3]s">gestionnaire de paquet</a>.
platform=Multi-plateforme
platform_desc=Gitea tourne partout où <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré !
lightweight=Léger
lightweight_desc=Gitea utilise peu de ressources. Il peut même tourner sur un Raspberry Pi très bon marché. Économisez l'énergie de vos serveurs !
license=Open Source
license_desc=Venez récupérer <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a> ! Rejoignez-nous en <a target="_blank" rel="noopener noreferrer" href="%[3]s">contribuant</a> à rendre ce projet encore meilleur !
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Installation

repo.diff.view_file

@@ -240,15 +240,15 @@ not_found=Ní raibh an sprioc in ann a fháil.
network_error=Earráid líonra
[startpage]
app_desc=Seirbhís Git gan phian, féin-óstáil
install=Éasca a shuiteáil
install_desc=Níl ort ach <a target="_blank" rel="noopener noreferrer" href="%[1]s">rith an dénártha</a> do d'ardán, seol é le <a target="_blank" rel="noopener noreferrer " href="%[2]s">Docker</a>, nó faigh <a target="_blank" rel="noopener noreferrer" href="%[3]s">pacáilte</a> é.
platform=Tras-ardán
platform_desc=Ritheann Gitea áit ar <a target="_blank" rel="noopener noreferrer" href="https://go.dev/">bith is féidir le Go</a> tiomsú le haghaidh: Windows, macOS, Linux, ARM, srl Roghnaigh an ceann is breá leat!
lightweight=Éadrom
lightweight_desc=Tá íosta riachtanais íseal ag Gitea agus is féidir leo rith ar Raspberry Pi saor. Sábháil fuinneamh do mheaisín!
license=Foinse Oscailte
license_desc=Téigh go bhfaighidh <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Bí linn trí <a target="_blank" rel="noopener noreferrer" href="%[3]s">cur leis</a> chun an tionscadal seo a fheabhsú fós. Ná bíodh cúthail ort a bheith i do rannpháirtí!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Suiteáil

repo.diff.view_file

@@ -110,11 +110,15 @@ buttons.table.add.insert=Hozzáadás
[error]
[startpage]
app_desc=Fájdalommentes, saját gépre telepíthető Git szolgáltatás
install=Könnyen telepíthető
platform=Keresztplatformos
lightweight=Könnyűsúlyú
license=Nyílt forráskódú
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Telepítés

repo.diff.view_file

@@ -194,12 +194,15 @@ report_message=Jika Anda yakin ini adalah bug Gitea, silakan cari isu di <a href
not_found=Target tidak dapat ditemukan.
[startpage]
app_desc=Sebuah layanan hosting Git sendiri yang tanpa kesulitan
install=Mudah dipasang
platform=Lintas platform
lightweight=Ringan
lightweight_desc=Gitea hanya membutuhkan persyaratan minimal dan bisa berjalan pada Raspberry Pi yang murah. Bisa menghemat listrik!
license=Sumber Terbuka
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
title=Konfigurasi Awal

repo.diff.view_file

@@ -135,12 +135,15 @@ not_found=Markmiðið fannst ekki.
network_error=Netkerfisvilla
[startpage]
app_desc=Þrautalaus og sjálfhýst Git þjónusta
install=Einföld uppsetning
platform=Fjölvettvangur
lightweight=Létt
lightweight_desc=Gitea hefur lágar lágmarkskröfur og getur keyrt á ódýrum Raspberry Pi. Sparaðu orku!
license=Frjáls Hugbúnaður
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Uppsetning

repo.diff.view_file

@@ -141,12 +141,15 @@ not_found=Il bersaglio non è stato trovato.
network_error=Errore di rete
[startpage]
app_desc=Un servizio auto-ospitato per Git pronto all'uso
install=Facile da installare
platform=Multipiattaforma
lightweight=Leggero
lightweight_desc=Gitea ha requisiti minimi bassi e può funzionare su un economico Raspberry Pi. Risparmia l'energia della tua macchina!
license=Open Source
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Installazione

repo.diff.view_file

@@ -237,15 +237,15 @@ not_found=ターゲットが見つかりませんでした。
network_error=ネットワークエラー
[startpage]
app_desc=自分で立てる、超簡単 Git サービス
install=簡単インストール
install_desc=シンプルに、プラットフォームに応じて<a target="_blank" rel="noopener noreferrer" href="%[1]s">バイナリを実行</a>したり、<a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>で動かしたり、<a target="_blank" rel="noopener noreferrer" href="%[3]s">パッケージ</a>を使うだけ。
platform=クロスプラットフォーム
platform_desc=Giteaは<a target="_blank" rel="noopener noreferrer" href="%s">Go</a>がコンパイル可能なあらゆる環境で動きます: Windows、macOS、Linux、ARMなど。 あなたの好きなものを選んでください!
lightweight=軽量
lightweight_desc=Gitea の最小動作要件は小さいため、安価な Raspberry Pi でも動きます。エネルギーを節約しましょう!
license=オープンソース
license_desc=Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! このプロジェクトをさらに向上させるため、ぜひ<a target="_blank" rel="noopener noreferrer" href="%[3]s">貢献</a>して参加してください。 貢献者になることを恥ずかしがらないで!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=インストール

repo.diff.view_file

@@ -102,11 +102,15 @@ buttons.table.add.insert=추가
[error]
[startpage]
app_desc=편리한 설치형 Git 서비스
install=쉬운 설치
platform=크로스 플랫폼
lightweight=가벼움
license=오픈 소스
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=설치

repo.diff.view_file

@@ -193,12 +193,15 @@ not_found=Pieprasītie dati netika atrasti.
network_error=Tīkla kļūda
[startpage]
app_desc=Viegli uzstādāms Git serviss
install=Vienkārši instalējams
platform=Pieejama dažādām platformām
lightweight=Viegla
lightweight_desc=Gitea ir miminālas prasības un to var darbināt uz nedārga Raspberry Pi datora. Ietaupi savai ierīcei resursus!
license=Atvērtā pirmkoda
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalācija

repo.diff.view_file

@@ -140,12 +140,15 @@ not_found=Het doel kon niet worden gevonden.
network_error=Netwerk fout
[startpage]
app_desc=Een eenvoudige, self-hosted Git service
install=Makkelijk te installeren
platform=Cross-platform
lightweight=Lichtgewicht
lightweight_desc=Gitea heeft hele lage systeemeisen, je kunt Gitea al draaien op een goedkope Raspberry Pi.
license=Open Source
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Installatie

repo.diff.view_file

@@ -136,12 +136,15 @@ not_found=Nie można odnaleźć celu.
network_error=Błąd sieci
[startpage]
app_desc=Bezbolesna usługa Git na własnym serwerze
install=Łatwa instalacja
platform=Wieloplatformowość
lightweight=Niskie wymagania
lightweight_desc=Gitea ma niskie minimalne wymagania i może działać na niedrogim Raspberry Pi. Oszczędzaj energię swojego komputera!
license=Otwarte źródło
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalacja

repo.diff.view_file

@@ -189,12 +189,15 @@ not_found=Não foi possível encontrar o destino.
network_error=Erro de rede
[startpage]
app_desc=Um serviço de hospedagem Git amigável
install=Fácil de instalar
platform=Multi-plataforma
lightweight=Leve e rápido
lightweight_desc=Gitea utiliza poucos recursos e consegue mesmo rodar no barato Raspberry Pi. Economize energia elétrica da sua máquina!
license=Código aberto
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalação

repo.diff.view_file

@@ -240,15 +240,15 @@ not_found=Não foi possível encontrar o destino.
network_error=Erro de rede
[startpage]
app_desc=Um serviço Git auto-hospedado e fácil de usar
install=Fácil de instalar
install_desc=Corra, simplesmente, <a target="_blank" rel="noopener noreferrer" href="%[1]s">o ficheiro binário executável</a> para a sua plataforma, despache-o com o <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>, ou obtenha-o sob a forma de <a target="_blank" rel="noopener noreferrer" href="%[3]s">pacote</a>.
platform=Multiplataforma
platform_desc=Gitea corre em qualquer plataforma onde possa compilar em linguagem <a target="_blank" rel="noopener noreferrer" href="%s">Go</a>: Windows, macOS, Linux, ARM, etc. Escolha a sua preferida!
lightweight=Leve
lightweight_desc=Gitea requer poucos recursos e pode correr num simples Raspberry Pi. Economize a energia da sua máquina!
license=Código aberto
license_desc=Vá buscar <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Junte-se a nós dando a <a target="_blank" rel="noopener noreferrer" href="%[3]s">sua contribuição</a> para tornar este programa ainda melhor. Não se acanhe e contribua!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Instalação

repo.diff.view_file

@@ -188,12 +188,15 @@ not_found=Цель не найдена.
network_error=Ошибка сети
[startpage]
app_desc=Удобный сервис собственного хостинга репозиториев Git
install=Простой в установке
platform=Кроссплатформенный
lightweight=Легковесный
lightweight_desc=Gitea имеет низкие системные требования и может работать на недорогом Raspberry Pi. Экономьте энергию вашей машины!
license=Открытый исходный код
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Установка

repo.diff.view_file

@@ -121,12 +121,15 @@ buttons.table.add.insert=එකතු
[error]
[startpage]
app_desc=වේදනාකාරී, ස්වයං-සත්කාරක Git සේවාවක්
install=ස්ථාපනයට පහසුය
platform=හරස් වේදිකාව
lightweight=සැහැල්ලු
lightweight_desc=Gitea අඩු අවම අවශ්යතා ඇති අතර මිල අඩු Raspberry Pi මත ධාවනය කළ හැකිය. ඔබේ යන්ත්ර ශක්තිය සුරකින්න!
license=විවෘත මූලාශ්‍ර
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=ස්ථාපනය

repo.diff.view_file

@@ -187,12 +187,15 @@ not_found=Nebolo možné nájsť cieľ.
network_error=Chyba siete
[startpage]
app_desc=Jednoducho prístupný vlastný Git
install=Jednoduchá inštalácia
platform=Multiplatformový
lightweight=Ľahká
lightweight_desc=Gitea má minimálne požiadavky a môže bežať na Raspberry Pi. Šetrite energiou vášho stroja!
license=Otvorený zdrojový kód
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Inštalácia

repo.diff.view_file

@@ -111,12 +111,15 @@ buttons.table.add.insert=Lägg till
[error]
[startpage]
app_desc=En smidig, självhostad Git-tjänst
install=Lätt att installera
platform=Plattformsoberoende
lightweight=Lättviktig
lightweight_desc=Gitea har låga minimum-krav och kan köras på en billig Rasperry Pi. Spara på din maskins kraft!
license=Öppen källkod
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Installation

repo.diff.view_file

@@ -237,15 +237,15 @@ not_found=Hedef bulunamadı.
network_error=Ağ hatası
[startpage]
app_desc=Zahmetsiz, kendi sunucunuzda barındırabileceğiniz Git servisi
install=Kurulumu kolay
install_desc=Platformunuz için <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-binary">ikili dosyayı çalıştırın</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ile yükleyin veya <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-package">paket</a> olarak edinin.
platform=Farklı platformlarda çalışablir
platform_desc=Gitea <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> ile derleme yapılabilecek her yerde çalışmaktadır: Windows, macOS, Linux, ARM, vb. Hangisini seviyorsanız onu seçin!
lightweight=Hafif
lightweight_desc=Gitea'nın minimal gereksinimleri çok düşüktür ve ucuz bir Raspberry Pi üzerinde çalışabilmektedir. Makine enerjinizden tasarruf edin!
license=ık Kaynak
license_desc=Gidin ve <a target="_blank" rel="noopener noreferrer" href="https://code.gitea.io/gitea">code.gitea.io/gitea</a>'yı edinin! Bu projeyi daha da iyi yapmak için <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">katkıda bulunarak</a> bize katılın. Katkıda bulunmaktan çekinmeyin!
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Kurulum

repo.diff.view_file

@@ -232,14 +232,15 @@ not_found=Ціль не знайдено.
network_error=Помилка мережі
[startpage]
app_desc=Зручний власний сервіс хостингу репозиторіїв Git
install=Легко встановити
install_desc=Просто <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-binary">запустіть двійковий файл</a> для вашої платформи, скористайтеся <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, або встановіть <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-package">системою керування пакунками</a>.
platform=Платформонезалежність
platform_desc=Gitea запускається будь-де, де <a target=«_blank» rel=«noopener noreferrer» href=«%s»>Go</a> може компілюватись: на Windows, macOS, Linux, ARM тощо. Виберіть платформу, яку любите!
lightweight=Невибагливість
lightweight_desc=Gitea має мінімальні вимоги і може працювати на недорогому Raspberry Pi. Заощаджуйте ресурси вашої машини!
license=Відкритий вихідний код
app_desc = One-Stop AI+ R&D Platform
install = Easy to install
install_desc = Install the DevStar script via: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> and run it with sudo devstar start .
platform = Cloud-Native
platform_desc = Provides a cloud-native development environment with devcontainer containerization; supports one-click deployment of cloud-native R&D tools in Docker and Kubernetes environments, such as CI/CD pipeline Runners, Cloudbuild distributed compilation systems, private code LLM, MCP Server, and more!
lightweight = AI+ Powered
lightweight_desc = Deeply integrates code LLM with Git repository Pull Requests, CI/CD pipelines, the DevStar VS Code plugin, and more, delivering an AI-native (AI+) one-stop R&D system!
license = Open Source
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
[install]
install=Встановлення

repo.diff.view_file

@@ -237,13 +237,13 @@ not_found=找不到目标。
network_error=网络错误
[startpage]
app_desc=款极易搭建的自助 Git 服务
app_desc=站式智能研发平台
install=易安装
install_desc=通过 <a target="_blank" rel="noopener noreferrer" href="%[1]s">二进制</a> 来运行;或者通过 <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a> 来运行;或者通过 <a target="_blank" rel="noopener noreferrer" href="%[3]s">安装包</a> 来运行。
platform=跨平台
platform_desc=任何 <a target="_blank" rel="noopener noreferrer" href="%s">Go 语言</a> 支持的平台都可以运行 Gitea包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行
lightweight=轻量级
lightweight_desc=一个廉价的树莓派的配置足以满足 Gitea 的最低系统硬件要求。最大程度上节省您的服务器资源
install_desc=通过如下命令安装 DevStar 脚本: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> 然后使用命令 sudo devstar start 启动运行。
platform=云原生
platform_desc=提供devcontainer容器化的云原生开发环境支持Docker和Kubernetes两种环境下一键式部署云原生研发工具如CI/CD流水线Runner、Cloudbuild分布式编译系统、私有代码大模型、MCP Server等
lightweight=智能化
lightweight_desc=将代码大模型与Git仓库Pull request、CI/CD流水线、DevStar VS Code插件等深度融合提供智能原生AI+)一站式智能研发体系
license=开源化
license_desc=所有的代码都开源在 <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a> 上,赶快加入我们来<a target="_blank" rel="noopener noreferrer" href="%[3]s">共同发展</a>这个伟大的项目!还等什么?成为贡献者吧!

repo.diff.view_file

@@ -78,6 +78,15 @@ filter.private=私有庫
[error]
[startpage]
app_desc=一站式智能研发平台
install=易安装
install_desc=通过如下命令安装 DevStar 脚本: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> 然后使用命令 sudo devstar start 启动运行。
platform=云原生
platform_desc=提供devcontainer容器化的云原生开发环境支持Docker和Kubernetes两种环境下一键式部署云原生研发工具如CI/CD流水线Runner、Cloudbuild分布式编译系统、私有代码大模型、MCP Server等
lightweight=智能化
lightweight_desc=将代码大模型与Git仓库Pull request、CI/CD流水线、DevStar VS Code插件等深度融合提供智能原生AI+)一站式智能研发体系!
license=开源化
license_desc=所有的代码都开源在 <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a> 上,赶快加入我们来<a target="_blank" rel="noopener noreferrer" href="%[3]s">共同发展</a>这个伟大的项目!还等什么?成为贡献者吧!
[install]
install=安裝頁面

repo.diff.view_file

@@ -230,15 +230,15 @@ not_found=找不到目標。
network_error=網路錯誤
[startpage]
app_desc=套極易架設的 Git 服務
install=安裝容
install_desc=直接用 <a target="_blank" rel="noopener noreferrer" href="%[1]s">執行檔</a>安裝,還可以透過 <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>部屬,或是取得 <a target="_blank" rel="noopener noreferrer" href="%[3]s">套件</a>
platform=跨平台
platform_desc=Gitea 可以在所有能編譯 <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go 語言</a>的平台上執行: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的吧
lightweight=輕量級
lightweight_desc=一片便宜的 Raspberry Pi 就可以滿足 Gitea 的最低需求。節省您的機器資源
license=開放原始碼
license_desc=取得 <a target="_blank" rel="noopener noreferrer" href="https://code.gitea.io/gitea">code.gitea.io/gitea</a> !成為一名<a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">貢獻者</a>和我們一起讓 Gitea 更好,快點加入我們吧!
app_desc=站式智能研发平台
install=安装
install_desc=通过如下命令安装 DevStar 脚本: <pre style="background: #f4f4f4; padding: 12px; border-radius: 4px; border: 1px solid #ddd; font-family: monospace; overflow-x: auto;">wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh</pre> 然后使用命令 sudo devstar start 启动运行
platform=云原生
platform_desc=提供devcontainer容器化的云原生开发环境支持Docker和Kubernetes两种环境下一键式部署云原生研发工具如CI/CD流水线Runner、Cloudbuild分布式编译系统、私有代码大模型、MCP Server等
lightweight=智能化
lightweight_desc=将代码大模型与Git仓库Pull request、CI/CD流水线、DevStar VS Code插件等深度融合提供智能原生AI+)一站式智能研发体系
license=开源化
license_desc=所有的代码都开源在 <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a> 上,赶快加入我们来<a target="_blank" rel="noopener noreferrer" href="%[3]s">共同发展</a>这个伟大的项目!还等什么?成为贡献者吧!
[install]
install=安裝頁面

repo.diff.view_file

@@ -17,7 +17,7 @@
{{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}}
</h1>
<p class="large tw-text-balance">
{{ctx.Locale.Tr "startpage.install_desc" "https://docs.gitea.com/installation/install-from-binary" "https://github.com/go-gitea/gitea/tree/master/docker" "https://docs.gitea.com/installation/install-from-package"}}
{{ctx.Locale.Tr "startpage.install_desc"}}
</p>
</div>
<div class="eight wide center column">
@@ -25,7 +25,7 @@
{{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
</h1>
<p class="large tw-text-balance">
{{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}}
{{ctx.Locale.Tr "startpage.platform_desc"}}
</p>
</div>
</div>
@@ -43,7 +43,7 @@
{{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
</h1>
<p class="large tw-text-balance">
{{ctx.Locale.Tr "startpage.license_desc" "https://code.gitea.io/gitea" "code.gitea.io/gitea" "https://github.com/go-gitea/gitea"}}
{{ctx.Locale.Tr "startpage.license_desc" "https://devstar.cn/devstar/devstar" "DevStar.cn" "https://github.com/mengning/DevStar"}}
</p>
</div>
</div>