Skip to content

Commit

Permalink
docs: Added README."es".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 9dc3250 commit f359b1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ 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)
- [Documentación](./DOCUMENTATION.md)

**Resumen ejecutivo**

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

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

1. Proceso de instalación:
```bash
Expand Down Expand Up @@ -115,19 +115,19 @@ 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
- 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:
- usar[cibuildwheel](https://github.com/pypa/cibuildwheel)distribuir ruedas binarias para cada plataforma
- use [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

## Licencia

`threagile-builder` is distributed under the terms of the [CON](https://spdx.org/licenses/MIT.html)licencia.
`threagile-builder`se distribuye bajo los términos del[CON](https://spdx.org/licenses/MIT.html)licencia.

## 100 - Introducción

Expand Down

0 comments on commit f359b1a

Please sign in to comment.