diff --git a/README.ar.md b/README.ar.md index 092ef2e..0aa68ce 100644 --- a/README.ar.md +++ b/README.ar.md @@ -10,7 +10,7 @@ * * * -> أ[على أساس الكتلة](https://developers.google.com/blockly)تطبيق ويب بدون كود للإنشاء[threagile](https://threagile.io)ملفات YAML +> أ[على أساس الكتلة](https://developers.google.com/blockly)تطبيق ويب بدون كود للإنشاء[ثريجيل](https://threagile.io)ملفات YAML - [مسرد](./GLOSSARY.md) - [مراجع](./REFERENCES.md) @@ -20,7 +20,7 @@ الحصول على التعليمات البرمجية الخاصة بك وتشغيلها على النظام الخاص بك. -**Note**: تأكد من الوفاء[متطلبات](./200/README.md). +**ملحوظة**: تأكد من الوفاء[متطلبات](./200/README.md). 1. عملية التثبيت: ```bash @@ -92,7 +92,7 @@ دع أداة مثل بروميثيوس تتخلص`http://127.0.0.1:9464/metrics`. -**_ NEW _** +**_جديد_** **جدول المحتويات** diff --git a/README.de.md b/README.de.md index ee32d2a..af7cac2 100644 --- a/README.de.md +++ b/README.de.md @@ -40,7 +40,7 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen. $ hatch run python -m setuptools_scm # optional, display the version of our package and perform any side-effects like writing to a file. (here: `_version.py`) $ hatch run python src/threagile_builder/app.py # starts the app ``` -2. Software dependencies +2. Softwareabhängigkeiten 3. Neueste Veröffentlichungen 4. API-Referenzen 5. Erstellen und testen: @@ -122,7 +122,7 @@ pip install threagile-builder - 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: - - use [cibuildwheel](https://github.com/pypa/cibuildwheel)binäre Räder für jede Plattform zu verteilen + - verwenden[cibuildwheel](https://github.com/pypa/cibuildwheel)binäre Räder für jede Plattform zu verteilen - Benutze die[App](https://hatch.pypa.io/latest/plugins/builder/app/)build target zum Erstellen eigenständiger Distributionen für jede Plattform ## Lizenz @@ -131,7 +131,7 @@ pip install threagile-builder ## 100 - Einführung -See [README.md](./100/README.md) +Sehen[README.md](./100/README.md) ## 200 – Anforderungen diff --git a/README.fr.md b/README.fr.md index 98705e9..9e25a59 100644 --- a/README.fr.md +++ b/README.fr.md @@ -60,7 +60,7 @@ Faire en sorte que votre code soit opérationnel sur votre propre système. $ export SECRET_KEY="secret" ``` - Windows: + Fenêtres : ```bash $ setx SECRET_KEY secret diff --git a/README.hi.md b/README.hi.md index 4249eb6..e4c8758 100644 --- a/README.hi.md +++ b/README.hi.md @@ -14,7 +14,7 @@ thregile-बिल्डर - [शब्दकोष](./GLOSSARY.md) - [संदर्भ](./REFERENCES.md) -- [प्रलेखन](./DOCUMENTATION.md) +- [Documentation](./DOCUMENTATION.md) **कार्यकारी सारांश** @@ -99,7 +99,7 @@ thregile-बिल्डर - [इंस्टालेशन](#installation) - [संस्करण स्रोत](#version-source) - [वातावरण](#environments) -- [Build](#build) +- [निर्माण](#build) - [लाइसेंस](#license) ## इंस्टालेशन @@ -110,7 +110,7 @@ pip install threagile-builder ## संस्करण स्रोत -- [hatch-vcs](https://github.com/ofek/hatch-vcs)संस्करण स्रोत प्लगइन Git टैग का उपयोग करके प्रोजेक्ट संस्करण निर्धारित करता है +- [हैच-वीसीएस](https://github.com/ofek/hatch-vcs)संस्करण स्रोत प्लगइन Git टैग का उपयोग करके प्रोजेक्ट संस्करण निर्धारित करता है ## वातावरण diff --git a/README.zh-TW.md b/README.zh-TW.md index 636f96c..ee6860f 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -45,7 +45,7 @@ 4. API參考 5. 建置和測試: - To build your code, use: + 要建立您的程式碼,請使用: ```bash $ cd threagile-builder @@ -94,7 +94,7 @@ **_新的_** -**Table of Contents** +**目錄** - [安裝](#installation) - [版本來源](#version-source) @@ -119,7 +119,7 @@ pip install threagile-builder ## 建造 -- 所有建置目標都使用[hatch-vcs](https://github.com/ofek/hatch-vcs)建立鉤子插件來發送`_version.py`文件,以便可以在運行時使用該版本 +- 所有建置目標都使用[孵化VCS](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 工作流程展示如何: - 使用[cibuildwheel](https://github.com/pypa/cibuildwheel)為每個平台分發二進制輪子