Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 7, 2024
2 parents c25de4c + 3dd6070 commit fa35a10
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pip install threagile-builder

## يبني

- تستخدم جميع أهداف البناء[Hatch-vcs](https://github.com/ofek/hatch-vcs)بناء البرنامج المساعد هوك لشحن أ`_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- جميع أهداف البناء تستخدم[Hatch-vcs](https://github.com/ofek/hatch-vcs)بناء البرنامج المساعد هوك لشحن أ`_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- تستخدم العجلات[Hatch-mypyc](https://github.com/ofek/hatch-mypyc)أنشئ ملحقًا ربطًا لتجميع جميع التعليمات البرمجية أولاً[Mypyc](https://github.com/mypyc/mypyc)
- ال[يبني](.github/workflows/build.yml)يوضح سير عمل GitHub كيفية:
- يستخدم[cibuildwheel](https://github.com/pypa/cibuildwheel)لتوزيع العجلات الثنائية لكل منصة
Expand Down
6 changes: 3 additions & 3 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pip install threagile-builder

## Versionsquelle

- Der[hatch-vcs](https://github.com/ofek/hatch-vcs)Das Versionsquellen-Plugin bestimmt die Projektversion mithilfe von Git-Tags
- The [hatch-vcs](https://github.com/ofek/hatch-vcs)Das Versionsquellen-Plugin bestimmt die Projektversion mithilfe von Git-Tags

## Umgebungen

Expand All @@ -123,15 +123,15 @@ pip install threagile-builder
- Räder verwenden die[hatch-mypyc](https://github.com/ofek/hatch-mypyc)Build-Hook-Plugin, mit dem zunächst der gesamte Code kompiliert werden soll[Mypyc](https://github.com/mypyc/mypyc)
- Der[bauen](.github/workflows/build.yml)Der GitHub-Workflow zeigt, wie Sie:
- verwenden[cibuildwheel](https://github.com/pypa/cibuildwheel)binäre Räder für jede Plattform zu verteilen
- Benutze die[App](https://hatch.pypa.io/latest/plugins/builder/app/) build target to build standalone distributions for every platform
- Benutze die[App](https://hatch.pypa.io/latest/plugins/builder/app/)build target zum Erstellen eigenständiger Distributionen für jede Plattform

## Lizenz

`threagile-builder`wird gemäß den Bedingungen der verteilt[MIT](https://spdx.org/licenses/MIT.html)Lizenz.

## 100 - Einführung

Sehen[README.md](./100/README.md)
See [README.md](./100/README.md)

## 200 – Anforderungen

Expand Down
2 changes: 1 addition & 1 deletion README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Voir[README.md](./100/README.md)
Voir[README.md](./200/README.md)
## 300 - Construire notre application
## 300 - Créer notre application
Voir[README.md](./300/README.md)
Expand Down
4 changes: 2 additions & 2 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thregile-बिल्डर

**टिप्पणी**: सुनिश्चित करें कि आप इसे पूरा करते हैं[आवश्यकताएं](./200/README.md).

1. Installation process:
1. स्थापना प्रक्रिया:
```bash
$ cd threagile-builder
$ hatch version # optional, will print the version of our package to the terminal without modifying the source directory (e.g. `0.0.1`).
Expand Down Expand Up @@ -131,7 +131,7 @@ pip install threagile-builder

## 100 - परिचय

See [README.md](./100/README.md)
देखना[README.md](./100/README.md)

## 200 - आवश्यकताएँ

Expand Down
2 changes: 1 addition & 1 deletion README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pip install threagile-builder

## Versiebron

- De[hatch-vcs](https://github.com/ofek/hatch-vcs)versiebronplug-in bepaalt de projectversie met behulp van Git-tags
- De[hatch-vcs](https://github.com/ofek/hatch-vcs)versie bronplug-in bepaalt de projectversie met behulp van Git-tags

## Omgevingen

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pip install threagile-builder
- 轮子使用[孵化 mypyc](https://github.com/ofek/hatch-mypyc)构建钩子插件以首先编译所有代码[Mypyc](https://github.com/mypyc/mypyc)
- 这[建造](.github/workflows/build.yml)GitHub 工作流程展示了如何:
- 使用[cibuildwheel](https://github.com/pypa/cibuildwheel)为每个平台分发二进制轮子
- 使用[应用程序](https://hatch.pypa.io/latest/plugins/builder/app/)构建目标为每个平台构建独立发行版
- 使用[应用程序](https://hatch.pypa.io/latest/plugins/builder/app/) build target to build standalone distributions for every platform

## 执照

Expand Down

0 comments on commit fa35a10

Please sign in to comment.