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 a3cf08e + b38a9fe commit 0c478c1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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
16 changes: 8 additions & 8 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ constructor-threagil

**Resumen ejecutivo**

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

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

Expand All @@ -44,7 +44,7 @@ Poner en funcionamiento su código en su propio sistema.
4. Referencias API
5. Construir y probar:

Para construir su código, use:
To build your code, use:

```bash
$ cd threagile-builder
Expand Down Expand Up @@ -84,7 +84,7 @@ Poner en funcionamiento su código en su propio sistema.

# Documentación API

Navegar a`http://127.0.0.1:5000/docs`en su navegador web, o descargue openapi.json desde`http://127.0.0.1:5000/openapi.json`.
Navigate to `http://127.0.0.1:5000/docs`en su navegador web, o descargue openapi.json desde`http://127.0.0.1:5000/openapi.json`.

# Métrica

Expand All @@ -100,7 +100,7 @@ Dejemos que una herramienta como Prometeo raspe`http://127.0.0.1:5000/metrics`.
- [Construir](#build)
- [Licencia](#license)

## Instalación
## Installation

```console
pip install threagile-builder
Expand All @@ -113,15 +113,15 @@ 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

- Todos los objetivos de construcción utilizan el[escotilla-vcs](https://github.com/ofek/hatch-vcs)construir complemento de gancho para enviar un`_version.py`archivo para que la versión pueda usarse en tiempo de ejecución
- Todos los objetivos de construcción utilizan el[hatch-vcs](https://github.com/ofek/hatch-vcs)construir complemento de gancho para enviar un`_version.py`archivo para que la versión pueda usarse en tiempo de ejecución
- Las ruedas utilizan el[hatch-mypyc](https://github.com/ofek/hatch-mypyc)complemento de enlace de compilación para compilar primero todo el código[mipyc](https://github.com/mypyc/mypyc)
- El[construir](.github/workflows/build.yml)El flujo de trabajo de GitHub muestra cómo:
- El[construir](.github/workflows/build.yml) GitHub workflow shows how to:
- usar[cibuildwheel](https://github.com/pypa/cibuildwheel)distribuir ruedas binarias para cada plataforma
- utilizar el[aplicación](https://hatch.pypa.io/latest/plugins/builder/app/)construir objetivo para crear distribuciones independientes para cada plataforma
- utilizar el[app](https://hatch.pypa.io/latest/plugins/builder/app/)construir objetivo para crear distribuciones independientes para cada plataforma

## Licencia

Expand Down
4 changes: 2 additions & 2 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ constructeur de menaces

* * *

> UN[block-based](https://developers.google.com/blockly)application web sans code à créer[fragile](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 @@ -127,7 +127,7 @@ pip install threagile-builder
`threagile-builder`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
2 changes: 1 addition & 1 deletion README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ thregile-बिल्डर

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

अपना कोड तैयार करना और अपने सिस्टम पर चलाना।
Getting your code up and running on your own system.

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

Expand Down
10 changes: 5 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
威胁建造者
threagile-builder

# 威胁建造者

Expand All @@ -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 @@ -88,7 +88,7 @@

# 指标

Prometheus 这样的工具刮擦`http://127.0.0.1:5000/metrics`.
Let a tool like Prometheus scrape `http://127.0.0.1:5000/metrics`.

**_新的_**

Expand All @@ -97,7 +97,7 @@
- [安装](#installation)
- [版本来源](#version-source)
- [环境](#environments)
- [Build](#build)
- [建造](#build)
- [执照](#license)

## 安装
Expand Down Expand Up @@ -135,7 +135,7 @@ pip install threagile-builder

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

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

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

Expand Down
8 changes: 4 additions & 4 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
$ hatch run python src/threagile_builder/app.py # The `run` command allows you to execute commands in an environment as if you had already entered it.
```
2. 軟體依賴性
3. Latest releases
3. 最新版本
4. API參考
5. 建置和測試:

Expand All @@ -51,7 +51,7 @@
$ hatch build
```

To run the application, use:
要運行該應用程序,請使用:

Linux:

Expand Down Expand Up @@ -88,7 +88,7 @@

# 指標

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

**_新的_**

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

## 版本來源

- [孵化VCS](https://github.com/ofek/hatch-vcs)版本來源外掛程式使用 Git 標籤來確定專案版本
- The [孵化VCS](https://github.com/ofek/hatch-vcs)版本來源外掛程式使用 Git 標籤來確定專案版本

## 環境

Expand Down

0 comments on commit 0c478c1

Please sign in to comment.