Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Oct 31, 2024
2 parents f1be32e + fa413ee commit 6dac65c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 All @@ -121,7 +121,7 @@ pip install threagile-builder

يرى[README.md](./100/README.md)

## 200 - المتطلبات
## 200 - Requirements

يرى[README.md](./200/README.md)

Expand Down
6 changes: 3 additions & 3 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Threagile-Builder
> A[blockbasiert](https://developers.google.com/blockly)No-Code-Webanwendung zum Erstellen[threagil](https://threagile.io)YAML-Dateien
- [Glossar](./GLOSSARY.md)
- [References](./REFERENCES.md)
- [Referenzen](./REFERENCES.md)

**Zusammenfassung**

Expand All @@ -30,7 +30,7 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
$ hatch run src/threagile_builder/app.py
```
2. Softwareabhängigkeiten
3. Latest releases
3. Neueste Veröffentlichungen
4. API-Referenzen
5. Erstellen und testen:

Expand Down Expand Up @@ -115,7 +115,7 @@ pip install threagile-builder

## Lizenz

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

## 100 - Einführung

Expand Down
6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ constructor-threagil

* * *

> A[basado en bloques](https://developers.google.com/blockly)aplicación web sin código para crear[amenazante](https://threagile.io)archivos YAML
> A[basado en bloques](https://developers.google.com/blockly)aplicación web sin código para crear[amenazante](https://threagile.io)Archivos YAML
- [Glosario](./GLOSSARY.md)
- [Referencias](./REFERENCES.md)
Expand Down Expand Up @@ -78,7 +78,7 @@ Navegar a`http://127.0.0.1:5000/docs`en su navegador web, o descargue openapi.js

# Métrica

Dejemos que una herramienta como Prometeo raspe`http://127.0.0.1:5000/metrics`.
Let a tool like Prometheus scrape `http://127.0.0.1:5000/metrics`.

**_NUEVO_**

Expand All @@ -103,7 +103,7 @@ pip install threagile-builder
## Ambientes

- Definido claramente de forma independiente[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- El`test`la matriz utiliza el[contenedores-escotilla](https://github.com/ofek/hatch-containers)complemento para ejecutar cada entorno dentro de contenedores Docker; El uso se puede ver en el[prueba](.github/workflows/test.yml)flujo de trabajo de GitHub
- El`test`La matriz utiliza el[contenedores-escotilla](https://github.com/ofek/hatch-containers)complemento para ejecutar cada entorno dentro de contenedores Docker; El uso se puede ver en el[prueba](.github/workflows/test.yml)flujo de trabajo de GitHub

## Construir

Expand Down
8 changes: 4 additions & 4 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@ pip install threagile-builder
## Environnements

- Bien défini dans un environnement autonome[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- Le`test`la matrice utilise le[conteneurs à écoutille](https://github.com/ofek/hatch-containers)plugin pour exécuter chaque environnement dans les conteneurs Docker ; l'utilisation peut être vue dans le[test](.github/workflows/test.yml)Flux de travail GitHub
- Le`test`la matrice utilise le[conteneurs-écoutilles](https://github.com/ofek/hatch-containers)plugin pour exécuter chaque environnement dans les conteneurs Docker ; l'utilisation peut être vue dans le[test](.github/workflows/test.yml)Flux de travail GitHub
## Construire
- Toutes les cibles de build utilisent le[trappe-vcs](https://github.com/ofek/hatch-vcs) build hook plugin to ship a `_version.py`fichier afin que la version puisse être utilisée au moment de l'exécution
- Toutes les cibles de build utilisent le[trappe-vcs](https://github.com/ofek/hatch-vcs)construire un plugin hook pour expédier un`_version.py`fichier afin que la version puisse être utilisée au moment de l'exécution
- Les roues utilisent le[trappe-mypyc](https://github.com/ofek/hatch-mypyc)construire un plugin hook pour compiler d'abord tout le code avec[Monpyc](https://github.com/mypyc/mypyc)
- Le[construire](.github/workflows/build.yml)Le workflow GitHub montre comment :
- utiliser[roue cibuild](https://github.com/pypa/cibuildwheel)distribuer des roues binaires pour chaque plateforme
- utiliser le[application](https://hatch.pypa.io/latest/plugins/builder/app/) build target to build standalone distributions for every platform
- utiliser le[application](https://hatch.pypa.io/latest/plugins/builder/app/)construire une cible pour créer des distributions autonomes pour chaque plate-forme
## Licence
`threagile-buider`est distribué selon les termes du[AVEC](https://spdx.org/licenses/MIT.html)licence.
## 100 - Introduction
## 100 - Présentation
Voir[README.md](./100/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 @@ -88,15 +88,15 @@ thregile-बिल्डर
- [संस्करण स्रोत](#version-source)
- [वातावरण](#environments)
- [निर्माण](#build)
- [License](#license)
- [लाइसेंस](#license)

## इंस्टालेशन

```console
pip install threagile-builder
```

## Version source
## संस्करण स्रोत

- [हैच-वीसीएस](https://github.com/ofek/hatch-vcs)संस्करण स्रोत प्लगइन Git टैग का उपयोग करके प्रोजेक्ट संस्करण निर्धारित करता है

Expand Down
10 changes: 5 additions & 5 deletions README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ threagile-bouwer

**Samenvatting**

Getting your code up and running on your own system.
Uw code op uw eigen systeem operationeel krijgen.

**Opmerking**: Zorg ervoor dat u voldoet aan de[vereisten](./200/README.md).

Expand Down Expand Up @@ -74,13 +74,13 @@ Getting your code up and running on your own system.

# API-documentatie

Navigeer naar`http://127.0.0.1:5000/docs` in your web browser, or download the openapi.json from `http://127.0.0.1:5000/openapi.json`.
Navigeer naar`http://127.0.0.1:5000/docs`in uw webbrowser, of download de openapi.json van`http://127.0.0.1:5000/openapi.json`.

# Statistieken

Laat een stuk gereedschap als Prometheus schrapen`http://127.0.0.1:5000/metrics`.

**_ NEW _**
**_NIEUW_**

**Inhoudsopgave**

Expand Down Expand Up @@ -109,13 +109,13 @@ pip install threagile-builder

- Alle bouwdoelen gebruiken de[hatch-vcs](https://github.com/ofek/hatch-vcs)bouw een hook-plug-in om een`_version.py`bestand zodat de versie tijdens runtime kan worden gebruikt
- Wielen gebruiken de[hatch-mypyc](https://github.com/ofek/hatch-mypyc)bouw hook-plug-in om eerst alle code mee te compileren[Mijnpyc](https://github.com/mypyc/mypyc)
- De[bouwen](.github/workflows/build.yml)GitHub-workflow laat zien hoe u:
- De[bouwen](.github/workflows/build.yml)De GitHub-workflow laat zien hoe u:
- gebruik[cibuildwiel](https://github.com/pypa/cibuildwheel)om binaire wielen voor elk platform te distribueren
- gebruik de[app](https://hatch.pypa.io/latest/plugins/builder/app/)build target om zelfstandige distributies voor elk platform te bouwen

## Licentie

`threagile-buider`wordt verspreid onder de voorwaarden van de[MET](https://spdx.org/licenses/MIT.html)licentie.
`threagile-buider` is distributed under the terms of the [MET](https://spdx.org/licenses/MIT.html)licentie.

## 100 - Inleiding

Expand Down
18 changes: 9 additions & 9 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* * *

> A [基于块的](https://developers.google.com/blockly)创建无代码 Web 应用程序[威胁性的](https://threagile.io) YAML files
> 一个[基于块的](https://developers.google.com/blockly)创建无代码 Web 应用程序[威胁性的](https://threagile.io)YAML 文件
- [词汇表](./GLOSSARY.md)
- [参考](./REFERENCES.md)
Expand Down Expand Up @@ -63,7 +63,7 @@
$ hatch run src/threagile_builder/app.py
```

然后,导航至`http://127.0.0.1:5000/` in your web browser.
然后,导航至`http://127.0.0.1:5000/`在您的网络浏览器中。

要运行测试,请使用:

Expand All @@ -78,14 +78,14 @@

# 指标

Prometheus 这样的工具刮擦`http://127.0.0.1:5000/metrics`.
让像 Prometheus 这样的工具刮擦`http://127.0.0.1:5000/metrics`.

**_新的_**

**目录**

- [安装](#installation)
- [Version source](#version-source)
- [版本来源](#version-source)
- [环境](#environments)
- [建造](#build)
- [执照](#license)
Expand All @@ -110,25 +110,25 @@ pip install threagile-builder
- 所有构建目标都使用[孵化VCS](https://github.com/ofek/hatch-vcs)构建钩子插件来发送`_version.py`文件,以便可以在运行时使用该版本
- 轮子使用[孵化 mypyc](https://github.com/ofek/hatch-mypyc)构建钩子插件以首先编译所有代码[Mypyc](https://github.com/mypyc/mypyc)
- 这[建造](.github/workflows/build.yml)GitHub 工作流程展示了如何:
- 使用[cibuildwheel](https://github.com/pypa/cibuildwheel)为每个平台分发二进制轮子
- use [cibuildwheel](https://github.com/pypa/cibuildwheel)为每个平台分发二进制轮子
- 使用[应用程序](https://hatch.pypa.io/latest/plugins/builder/app/)构建目标为每个平台构建独立发行版

## 执照

`threagile-buider`是根据以下条款分发的[MIT](https://spdx.org/licenses/MIT.html)执照。
`threagile-buider`是根据以下条款分发的[](https://spdx.org/licenses/MIT.html) license.

## 100 - 简介
## 100 - Introduction

看[README.md](./100/README.md)

## 200 - 要求

看[README.md](./200/README.md)

## 300 - 构建我们的应用程序
## 300 - Building Our Application

看[README.md](./300/README.md)

## 400 - 结论
## 400 - Conclusion

看[README.md](./400/README.md)
4 changes: 2 additions & 2 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* * *

> 一個[基於區塊的](https://developers.google.com/blockly)建立無程式碼 Web 應用程式[威脅性的](https://threagile.io)YAML 文件
> 一個[基於區塊的](https://developers.google.com/blockly)建立無程式碼 Web 應用程式[威脅性的](https://threagile.io) YAML files
- [詞彙表](./GLOSSARY.md)
- [參考](./REFERENCES.md)
Expand Down Expand Up @@ -78,7 +78,7 @@

# 指標

Prometheus 這樣的工具刮擦`http://127.0.0.1:5000/metrics`.
讓像 Prometheus 這樣的工具刮擦`http://127.0.0.1:5000/metrics`.

**_新的_**

Expand Down

0 comments on commit 6dac65c

Please sign in to comment.