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 e048499 + a6d3347 commit ea22d85
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
18 changes: 9 additions & 9 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* * *

> أ[على أساس الكتلة](https://developers.google.com/blockly)تطبيق ويب بدون كود للإنشاء[ثريجيل](https://threagile.io)ملفات YAML
> أ[على أساس الكتلة](https://developers.google.com/blockly) no-code web application to create [ثريجيل](https://threagile.io)ملفات YAML
- [مسرد](./GLOSSARY.md)
- [مراجع](./REFERENCES.md)
Expand All @@ -21,7 +21,7 @@

**ملحوظة**: تأكد من الوفاء[متطلبات](./200/README.md).

1. عملية التثبيت:
1. Installation process:
```bash
$ cd threagile-builder
$ pip install --upgrade pip # optional
Expand All @@ -30,7 +30,7 @@
$ hatch run src/threagile_builder/app.py
```
2. تبعيات البرمجيات
3. أحدث الإصدارات
3. Latest releases
4. مراجع واجهة برمجة التطبيقات
5. البناء والاختبار:

Expand Down Expand Up @@ -78,15 +78,15 @@

# المقاييس

دع أداة مثل بروميثيوس تتخلص`http://127.0.0.1:5000/metrics`.
Let a tool like Prometheus scrape `http://127.0.0.1:5000/metrics`.

**_جديد_**

**جدول المحتويات**

- [تثبيت](#installation)
- [مصدر النسخة](#version-source)
- [البيئات](#environments)
- [Environments](#environments)
- [يبني](#build)
- [رخصة](#license)

Expand All @@ -102,13 +102,13 @@ pip install threagile-builder

## البيئات

- تم تعريفها بدقة في قائمة بذاتها[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- Defined neatly in a standalone [`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- ال`test`تستخدم المصفوفة[حاويات الفتحة](https://github.com/ofek/hatch-containers)مكون إضافي لتشغيل كل بيئة داخل حاويات Docker؛ يمكن رؤية الاستخدام في[امتحان](.github/workflows/test.yml)سير عمل جيثب

## يبني

- جميع أهداف البناء تستخدم[Hatch-vcs](https://github.com/ofek/hatch-vcs)بناء البرنامج المساعد هوك لشحن أ`_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- تستخدم العجلات[Hatch-mypyc](https://github.com/ofek/hatch-mypyc)أنشئ ملحقًا ربطًا لتجميع جميع التعليمات البرمجية أولاً[Mypyc](https://github.com/mypyc/mypyc)
- تستخدم جميع أهداف البناء[Hatch-vcs](https://github.com/ofek/hatch-vcs) build hook plugin to ship a `_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- تستخدم العجلات[Hatch-mypyc](https://github.com/ofek/hatch-mypyc) build hook plugin to first compile all code with [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/)بناء الهدف لبناء توزيعات مستقلة لكل منصة
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 @@ -32,7 +32,7 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
2. Softwareabhängigkeiten
3. Neueste Veröffentlichungen
4. API-Referenzen
5. Build and Test:
5. Erstellen und testen:

Um Ihren Code zu erstellen, verwenden Sie:

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

## Versionsquelle

- Der[hatch-vcs](https://github.com/ofek/hatch-vcs) version source plugin determines the project version using Git tags
- Der[hatch-vcs](https://github.com/ofek/hatch-vcs)Das Versionsquellen-Plugin bestimmt die Projektversion mithilfe von Git-Tags

## Umgebungen

Expand All @@ -107,7 +107,7 @@ pip install threagile-builder

## Bauen

- Alle Build-Ziele verwenden die[hatch-vcs](https://github.com/ofek/hatch-vcs)Erstellen Sie ein Hook-Plugin, um ein zu versenden`_version.py` file so the version can be used at runtime
- Alle Build-Ziele verwenden die[hatch-vcs](https://github.com/ofek/hatch-vcs)Erstellen Sie ein Hook-Plugin, um ein zu versenden`_version.py`Datei, damit die Version zur Laufzeit verwendet werden kann
- 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
Expand Down
4 changes: 2 additions & 2 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ constructor-threagil

**Resumen ejecutivo**

Cómo poner en marcha su código en su propio sistema.
Poner en funcionamiento su código en su propio sistema.

**Nota**: Asegúrese de cumplir con los[requisitos](./200/README.md).

Expand Down Expand Up @@ -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 @@ -10,7 +10,7 @@ constructeur de menaces

* * *

> UN[basé sur des blocs](https://developers.google.com/blockly)application web sans code à créer[threagile](https://threagile.io)Fichiers YAML
> UN[basé sur des blocs](https://developers.google.com/blockly)application web sans code à créer[fragile](https://threagile.io)Fichiers YAML
- [Glossaire](./GLOSSARY.md)
- [Références](./REFERENCES.md)
Expand Down Expand Up @@ -110,16 +110,16 @@ pip install threagile-builder
- 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[cibuildwheel](https://github.com/pypa/cibuildwheel)distribuer des roues binaires pour chaque plateforme
- 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/)construire une cible pour créer des distributions autonomes pour chaque plate-forme
## Licence
`threagile-builder`est distribué selon les termes du[AVEC](https://spdx.org/licenses/MIT.html)licence.
## 100 - Présentation
## 100 - Introduction
Voir[README.md](./100/README.md)
See [README.md](./100/README.md)
## 200 - Exigences
Expand Down
6 changes: 3 additions & 3 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thregile-बिल्डर
> [ब्लॉक आधारित](https://developers.google.com/blockly)नो-कोड वेब एप्लिकेशन बनाने के लिए[threagile](https://threagile.io)वाईएएमएल फ़ाइलें
- [शब्दकोष](./GLOSSARY.md)
- [संदर्भ](./REFERENCES.md)
- [References](./REFERENCES.md)

**कार्यकारी सारांश**

Expand Down Expand Up @@ -90,7 +90,7 @@ thregile-बिल्डर
- [निर्माण](#build)
- [लाइसेंस](#license)

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

```console
pip install threagile-builder
Expand All @@ -110,7 +110,7 @@ pip install threagile-builder
- सभी निर्माण लक्ष्य इसका उपयोग करते हैं[हैच-वीसीएस](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 वर्कफ़्लो दिखाता है कि कैसे करें:
- उपयोग[सिबिल्डव्हील](https://github.com/pypa/cibuildwheel)प्रत्येक प्लेटफ़ॉर्म के लिए बाइनरी व्हील वितरित करना
- use [सिबिल्डव्हील](https://github.com/pypa/cibuildwheel)प्रत्येक प्लेटफ़ॉर्म के लिए बाइनरी व्हील वितरित करना
- उपयोग[अनुप्रयोग](https://hatch.pypa.io/latest/plugins/builder/app/)प्रत्येक प्लेटफ़ॉर्म के लिए स्टैंडअलोन वितरण बनाने का लक्ष्य बनाएं

## लाइसेंस
Expand Down
4 changes: 2 additions & 2 deletions README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Laat een stuk gereedschap als Prometheus schrapen`http://127.0.0.1:5000/metrics`

**_NIEUW_**

**Inhoudsopgave**
**Table of Contents**

- [Installatie](#installation)
- [Versiebron](#version-source)
Expand All @@ -105,7 +105,7 @@ pip install threagile-builder
- Netjes gedefinieerd in een standalone[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- De`test`matrix maakt gebruik van de[luikcontainers](https://github.com/ofek/hatch-containers)plug-in om elke omgeving binnen Docker-containers uit te voeren; gebruik is te zien in de[test](.github/workflows/test.yml)GitHub-workflow

## Build
## Bouwen

- 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)
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
$ hatch run src/threagile_builder/app.py
```

Then, navigate to `http://127.0.0.1:5000/`在您的网络浏览器中。
然后,导航至`http://127.0.0.1:5000/`在您的网络浏览器中。

要运行测试,请使用:

Expand All @@ -78,7 +78,7 @@

# 指标

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

**_新的_**

Expand Down
14 changes: 7 additions & 7 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# 威脅建造者

| | |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 持續整合/持續交付 | [![CI - Test](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml)[![CD - Build](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml) |
| 包裹 | [![PyPI - Version](https://img.shields.io/pypi/v/threagile-builder.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/threagile-builder/)[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/threagile-builder.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/threagile-builder/) |
|| [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)[![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black)[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)[![GitHub Sponsors](https://img.shields.io/github/sponsors/vanHeemstraSystems?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/vanHeemstraSystems) |
| | |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 持續整合/持續交付 | [![CI - Test](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml)[![CD - Build](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml) |
| 包裹 | [![PyPI - Version](https://img.shields.io/pypi/v/threagile-builder.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/threagile-builder/)[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/threagile-builder.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/threagile-builder/) |
|| [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)[![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black)[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)[![GitHub Sponsors](https://img.shields.io/github/sponsors/vanHeemstraSystems?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/vanHeemstraSystems) |

* * *

Expand Down Expand Up @@ -78,15 +78,15 @@

# 指標

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

**_新的_**

**目錄**

- [安裝](#installation)
- [版本來源](#version-source)
- [環境](#environments)
- [Environments](#environments)
- [建造](#build)
- [執照](#license)

Expand Down

0 comments on commit ea22d85

Please sign in to comment.