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 e20836d + ee7723c commit d9bb4b6
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
1. عملية التثبيت:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. تبعيات البرمجيات
Expand Down
2 changes: 1 addition & 1 deletion README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
1. Installationsprozess:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. Softwareabhängigkeiten
Expand Down
6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Poner en funcionamiento su código en su propio sistema.
1. Proceso de instalación:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. Dependencias de software
Expand All @@ -38,7 +38,7 @@ Linux:
export SECRET_KEY="secret"
```

Windows:
Ventanas:

```bash
setx SECRET_KEY secret
Expand Down Expand Up @@ -71,7 +71,7 @@ Dejemos que una herramienta como Prometeo raspe`http://127.0.0.1:5000/metrics`.

## 100 - Introducción

Ver[README.md](./100/README.md)
See [README.md](./100/README.md)

## 200 - Requisitos

Expand Down
2 changes: 1 addition & 1 deletion README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Faire en sorte que votre code soit opérationnel sur votre propre système.
1. Processus d'installation :
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. Dépendances logicielles
Expand Down
6 changes: 3 additions & 3 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ thregile-बिल्डर

# थ्रैगाइल बिल्डर

> [ब्लॉक आधारित](https://developers.google.com/blockly)नो-कोड वेब एप्लिकेशन बनाने के लिए[threagile](https://threagile.io)वाईएएमएल फ़ाइलें
> [block-based](https://developers.google.com/blockly)नो-कोड वेब एप्लिकेशन बनाने के लिए[threagile](https://threagile.io)वाईएएमएल फ़ाइलें
- [शब्दकोष](./GLOSSARY.md)
- [संदर्भ](./REFERENCES.md)
Expand All @@ -14,7 +14,7 @@ thregile-बिल्डर
1. स्थापना प्रक्रिया:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. सॉफ़्टवेयर निर्भरताएँ
Expand Down Expand Up @@ -52,7 +52,7 @@ $ cd threagile-builder
$ hatch run src/threagile_builder/app
```

फिर, नेविगेट करें`http://127.0.0.1:5000/`आपके वेब ब्राउज़र में.
फिर, नेविगेट करें`http://127.0.0.1:5000/` in your web browser.

परीक्षण चलाने के लिए, उपयोग करें:

Expand Down
14 changes: 7 additions & 7 deletions README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ threagile-bouwer
> A[op blokken gebaseerd](https://developers.google.com/blockly)no-code webapplicatie om te maken[ragiel](https://threagile.io)YAML-bestanden
- [Glossarium](./GLOSSARY.md)
- [References](./REFERENCES.md)
- [Referenties](./REFERENCES.md)

**Samenvatting**

Expand All @@ -14,16 +14,16 @@ Uw code op uw eigen systeem operationeel krijgen.
1. Installatieproces:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. Software-afhankelijkheden
3. Nieuwste releases
4. API references
4. API-referenties

# Bouwen en testen

To build your code, use:
Om uw code samen te stellen, gebruikt u:

```bash
$ cd threagile-builder
Expand Down Expand Up @@ -69,7 +69,7 @@ Navigeer naar`http://127.0.0.1:5000/docs`in uw webbrowser, of download de openap

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

## 100 - Inleiding
## 100 - Introduction

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

Expand All @@ -79,8 +79,8 @@ Zien[README.md](./200/README.md)

## 300 - Onze applicatie bouwen

See [README.md](./300/README.md)
Zien[README.md](./300/README.md)

## 400 - Conclusie

See [README.md](./400/README.md)
Zien[README.md](./400/README.md)
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
1. 安装过程:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. 软件依赖性
Expand Down
6 changes: 3 additions & 3 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# 威脅建造者

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

**執行摘要**

Expand All @@ -14,7 +14,7 @@
1. 安裝過程:
```bash
cd threagile-builder
pipx install -r requirements.txt
pip install -r requirements.txt # pipx won't do this
hatch run src/threagile_builder/app
```
2. 軟體依賴性
Expand Down

0 comments on commit d9bb4b6

Please sign in to comment.