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 8803396 + 14994a8 commit 5a619a8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. تبعيات البرمجيات
3. أحدث الإصدارات
4. مراجع واجهة برمجة التطبيقات

# بناء واختبار

لبناء الكود الخاص بك، استخدم:
To build your code, use:

```bash
$ cd threagile-builder
$ hatch build
```

To run the application, use:
لتشغيل التطبيق استخدم:

لينكس:

Expand Down
6 changes: 3 additions & 3 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Threagile-Builder

# Threagile Builder

> A[blockbasiert](https://developers.google.com/blockly)No-Code-Webanwendung zum Erstellen[threagil](https://threagile.io)YAML-Dateien
> A[blockbasiert](https://developers.google.com/blockly)No-Code-Webanwendung zum Erstellen[threagile](https://threagile.io)YAML-Dateien
- [Glossar](./GLOSSARY.md)
- [Referenzen](./REFERENCES.md)
Expand All @@ -18,11 +18,11 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. Softwareabhängigkeiten
3. Neueste Veröffentlichungen
4. API-Referenzen
4. API references

# Erstellen und testen

Expand Down
8 changes: 4 additions & 4 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ constructor-threagil

# Constructor amenazante

> 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) no-code web application to create [amenazante](https://threagile.io)Archivos YAML
- [Glosario](./GLOSSARY.md)
- [Referencias](./REFERENCES.md)

**Resumen ejecutivo**
**Executive Summary**

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

Expand All @@ -18,7 +18,7 @@ Cómo poner en marcha su código en su propio sistema.
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. Dependencias de software
3. Últimos lanzamientos
Expand Down Expand Up @@ -64,7 +64,7 @@ $ cd threagile-builder
$ pytest tests/
```

# Documentación API
# API Documentation

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`.

Expand Down
12 changes: 6 additions & 6 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ constructeur de menaces

Faire en sorte que votre code soit opérationnel sur votre propre système.

**Note**: Assurez-vous de remplir les[requirements](./200/README.md).
**Note**: Assurez-vous de remplir les[exigences](./200/README.md).

1. Processus d'installation :
```bash
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. Dépendances logicielles
2. Software dependencies
3. Dernières versions
4. Références API

Expand All @@ -35,7 +35,7 @@ $ hatch build

Pour exécuter l'application, utilisez :
Linux :
Linux:
```bash
export SECRET_KEY="secret"
Expand Down Expand Up @@ -66,9 +66,9 @@ $ pytest tests/
# Documentation API
Navigate to `http://127.0.0.1:5000/docs`dans votre navigateur Web, ou téléchargez le fichier openapi.json depuis`http://127.0.0.1:5000/openapi.json`.
Accédez à`http://127.0.0.1:5000/docs`dans votre navigateur Web, ou téléchargez le fichier openapi.json depuis`http://127.0.0.1:5000/openapi.json`.
# Metrics
# Métrique
Laissez un outil comme Prometheus gratter`http://127.0.0.1:5000/metrics`.
Expand Down
2 changes: 1 addition & 1 deletion README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thregile-बिल्डर
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. सॉफ़्टवेयर निर्भरताएँ
3. नवीनतम रिलीज़
Expand Down
2 changes: 1 addition & 1 deletion README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Uw code op uw eigen systeem operationeel krijgen.
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. Software-afhankelijkheden
3. Nieuwste releases
Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
- [词汇表](./GLOSSARY.md)
- [参考](./REFERENCES.md)

**执行摘要**
**Executive Summary**

在您自己的系统上启动并运行您的代码。

**笔记**: 确保您满足[要求](./200/README.md).
**Note**: 确保您满足[要求](./200/README.md).

1. 安装过程:
```bash
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. 软件依赖性
3. 最新版本
Expand Down Expand Up @@ -84,6 +84,6 @@ $ pytest tests/

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

## 400 - 结论
## 400 - Conclusion

看[README.md](./400/README.md)
10 changes: 5 additions & 5 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
威脅建造者
threagile-builder

# 威脅建造者

Expand All @@ -18,9 +18,9 @@
cd threagile-builder
pip install --upgrade pip # optional
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
hatch run src/threagile_builder/app.py
```
2. 軟體依賴性
2. Software dependencies
3. 最新版本
4. API參考

Expand All @@ -47,7 +47,7 @@ export SECRET_KEY="secret"
setx SECRET_KEY secret
```

然後:
Then:

```bash
$ cd threagile-builder
Expand Down Expand Up @@ -86,4 +86,4 @@ $ pytest tests/

## 400 - 結論

[README.md](./400/README.md)
See [README.md](./400/README.md)

0 comments on commit 5a619a8

Please sign in to comment.