+# First Contributions
-Aller Anfang ist schwer. Gerade dann, wenn wir gemeinsam an etwas arbeiten, möchte niemand etwas falsch machen. Aber Open Source dreht sich um Kooperation und lebt durch die Beiträge vieler Freiwilliger. Deshalb haben wir es uns zur Aufgabe gemacht, neuen Mitgliedern in der Open-Source-Gemeinde ihre ersten Schritte so einfach wie möglich zu machen.
+Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte.
-Natürlich helfen die vorhandenen Artikel und Videoanleitungen. Aber was kann besser sein, als es einfach einmal auszuprobieren – mit dem Wissen, dass man nichts kaputt machen kann? Dieses Projekt will Anfängern zeigen, wie sie möglichst einfach ihren ersten Beitrag leisten. Bedenke: Je entspannter du bist, desto besser lernst du. Wenn du deinen ersten Beitrag leisten möchtest, folge diesen einfachen Schritten. Wir versprechen dir, es wird Spaß machen.
+_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier sind tutorials für GUI Tools.](#tutorials-using-other-tools)_
-Wenn du Git noch nicht installiert hast, [installiere es](https://help.github.com/articles/set-up-git/)
+
-## Repository forken
+#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git).
-Forke das Repository durch das Anklicken der Schaltfläche "Fork". Dadurch erhältst du deine eigene Version des Projektes in deinem Profil.
+## Forke dieses Repository
-## Repository klonen
+Forke dieses Repository indem du auf den Fork Button oben auf dieser Seite klickst.
+Dies wird eine Kopie dieses Repository's in deinem Account erstellen.
-
+## Klone das Repository
-Klone das Repository auf deinen Computer. Klicke auf die Schaltfläche "Clone or download" und anschließend auf das "copy to clipboard"-Symbol.
+
-Öffne eine Kommandozeile und gib den folgenden git-Befehl ein:
+Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, klicke auf den Code Button, dann auf den HTTPS Tab und dann klicke das _copy url to clipboard_ icon.
-```
-git clone "Deine kopierte URL"
+Open a terminal and run the following git command:
+
+```bash
+git clone "url you just copied"
```
-Statt 'Deine kopierte URL' (ohne Anführungszeichen) füge die Repository-URL aus dem vorherigen Schritt ein.
+where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
-
+
-Beispiel:
+For example:
-```
-git clone https://github.com/dein-Name/first-contributions.git
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
```
-An der Stelle 'dein-Name' muss dein GitHub-Nutzername stehen. Mit diesem Befehl kopierst du den Inhalt deines first-contributions-Repository von GitHub auf deinen Computer.
+where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.
-## Erstelle einen Branch
+## Create a branch
-Wechsle zum Repository-Verzeichnis auf deinem Computer (falls du es nicht schon getan hast).
+Change to the repository directory on your computer (if you are not already there):
-```
+```bash
cd first-contributions
```
-Erstelle nun einen Branch mit dem Befehl `git checkout`:
+Now create a branch using the `git switch` command:
-```
-git checkout -b
+
+If you go to the project directory and execute the command `git status`, you'll see there are changes.
+
+Add those changes to the branch you just created using the `git add` command:
+
+```bash
git add Contributors.md
```
-Nun committest du deine Änderungen mit `git commit`:
+Now commit those changes using the `git commit` command:
-```
-git commit -m "Add remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. + remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. + fatal: Authentication failed for 'https://github.com/+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. -/first-contributions.git/'
+ Also, you might want to run 'git remote -v' to check your remote address.
+
+ If it looks anything like this:
+ origin https://github.com/your-username/your_repo.git (fetch) + origin https://github.com/your-username/your_repo.git (push)+ + change it using this command: + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` + Otherwise you'll still get prompted for username and password and get authentication error. +
+If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button.
-Roshan Jossey wird nun deine Änderungen in den Master-Branch dieses Projekts mergen. Du erhältst eine E-Mail, sobald dies geschehen ist.
+
-## Wie geht es weiter?
+Now submit the pull request.
-Glückwunsch! Du hast soeben den Standard-Workflow _Fork -> Clone -> Edit -> Pull Request_ beendet, der dir als Mitwirkender häufig begegnen wird.
+
-Feiere deinen Beitrag zum Projekt und teile ihn mit deinen Freunden und Followern über unsere [Web-App](https://firstcontributions.github.io/#social-share).
+Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged.
-Wenn Du noch mehr üben möchtest, schau Dir das [Code-Contributions Repository](https://github.com/roshanjossey/code-contributions) an.
-Falls du jetzt zu anderen Projekten beitragen möchtest, dann haben wir für dich eine Liste von einfachen, ersten Issues zusammengestellt, an denen du arbeiten kannst. Diese Projekt-Liste findest du [in unserer Web-App](https://firstcontributions.github.io/#project-list).
+## Where to go from here?
-## Tutorials mit anderen Tools
+Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor!
-| This project is supported by:
+
+
+
+
+
-Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, klicke auf den Code Button, dann auf den HTTPS Tab und dann klicke das _copy url to clipboard_ icon.
+Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den HTTPS Tab und dann drücke auf das _copy url to clipboard_ icon.
Open a terminal and run the following git command:
From 1905f6b9c251aaeaa0e31e2de05bb56cbd850899 Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Tue, 19 Aug 2025 19:01:50 +0200
Subject: [PATCH 03/11] Need to go eat :)
---
docs/translations/README.de.md | 38 +++++++++++++++++-----------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md
index 7728dbad..5ade88d2 100644
--- a/docs/translations/README.de.md
+++ b/docs/translations/README.de.md
@@ -105,55 +105,55 @@ Dies wird eine Kopie dieses Repository's in deinem Account erstellen.
-Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den HTTPS Tab und dann drücke auf das _copy url to clipboard_ icon.
+Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon.
-Open a terminal and run the following git command:
+Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus:
```bash
-git clone "url you just copied"
+git clone "kopierte url"
```
-where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
+wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst .
-For example:
+Zum Beispiel:
```bash
-git clone git@github.com:this-is-you/first-contributions.git
+git clone git@github.com:das-bist-du/erster-Beitrag.git
```
-where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.
+wobei `das-bist-du` dein Github Nutzername ist. Hier kopierst du den Inhalt des first-contributions Repository's auf Github auf deinen Computer.
-## Create a branch
+## Erstelle einen Zweig
-Change to the repository directory on your computer (if you are not already there):
+Wechsle zum Repository Ordner (wenn du nicht bereits dort bist):
```bash
cd first-contributions
```
-Now create a branch using the `git switch` command:
+Erstelle nun einen Zweig, indem du den `git switch` Befehl benutzst:
```bash
-git switch -c your-new-branch-name
+git switch -c dein-neuer-zweig-name
```
-For example:
+Zum Beispiel:
```bash
git switch -c add-alonzo-church
```
This project is supported by:
+Dieses Projekt wird unterstützt von:
Dieses Projekt wird unterstützt von:
From 0c89fdbb358a5b8ad1b9456c1d160ac842ea6d0a Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Wed, 20 Aug 2025 13:57:43 +0200
Subject: [PATCH 08/11] Add files via upload
---
.../translations/README.afk.md | 129 ++++++++
.../translations/README.al.md | 127 ++++++++
.../translations/README.am.md | 124 ++++++++
.../translations/README.amh.md | 146 +++++++++
.../translations/README.ar.md | 176 +++++++++++
.../translations/README.arm.md | 144 +++++++++
.../translations/README.assamese.md | 167 +++++++++++
.../translations/README.aze.md | 115 ++++++++
.../translations/README.bg.md | 122 ++++++++
.../translations/README.bih.md | 124 ++++++++
.../translations/README.bn.md | 134 +++++++++
.../translations/README.by.md | 151 ++++++++++
.../translations/README.ca.md | 121 ++++++++
.../translations/README.col.md | 129 ++++++++
.../translations/README.cs.md | 126 ++++++++
.../translations/README.da.md | 128 ++++++++
.../translations/README.de.md | 249 ++++++++++++++++
.../translations/README.dz.md | 143 +++++++++
.../translations/README.ec.md | 152 ++++++++++
.../translations/README.eg.md | 179 ++++++++++++
.../translations/README.en-pirate.md | 127 ++++++++
.../translations/README.eo.md | 133 +++++++++
.../translations/README.es.md | 124 ++++++++
.../translations/README.et.md | 131 +++++++++
.../translations/README.ewe.md | 141 +++++++++
.../translations/README.fa.md | 130 +++++++++
.../translations/README.fi.md | 129 ++++++++
.../translations/README.fil.md | 136 +++++++++
.../translations/README.fr.md | 176 +++++++++++
.../translations/README.ga.md | 152 ++++++++++
.../translations/README.ge.md | 123 ++++++++
.../translations/README.gh.md | 142 +++++++++
.../translations/README.gl.md | 112 +++++++
.../translations/README.gr.md | 139 +++++++++
.../translations/README.guj.md | 124 ++++++++
.../translations/README.hau.md | 133 +++++++++
.../translations/README.hb.md | 276 ++++++++++++++++++
.../translations/README.hi.md | 125 ++++++++
.../translations/README.hne.md | 123 ++++++++
.../translations/README.hr.md | 124 ++++++++
.../translations/README.hu.md | 124 ++++++++
.../translations/README.hy.md | 135 +++++++++
.../translations/README.id.md | 166 +++++++++++
.../translations/README.igb.md | 128 ++++++++
.../translations/README.it.md | 128 ++++++++
.../translations/README.ja.md | 115 ++++++++
.../translations/README.ka.md | 89 ++++++
.../translations/README.kh.md | 222 ++++++++++++++
.../translations/README.ko.md | 141 +++++++++
.../translations/README.kr.md | 222 ++++++++++++++
.../translations/README.kws.md | 134 +++++++++
.../translations/README.kz.md | 108 +++++++
.../translations/README.la.md | 119 ++++++++
.../translations/README.lt.md | 145 +++++++++
.../translations/README.lug.md | 125 ++++++++
.../translations/README.lv.md | 123 ++++++++
.../translations/README.ma.md | 141 +++++++++
.../translations/README.me.md | 129 ++++++++
.../translations/README.mg.md | 145 +++++++++
.../translations/README.mk.md | 123 ++++++++
.../translations/README.ml.md | 137 +++++++++
.../translations/README.mli.md | 139 +++++++++
.../translations/README.mm_unicode.md | 130 +++++++++
.../translations/README.mr.md | 131 +++++++++
.../translations/README.mx.md | 124 ++++++++
.../translations/README.my.md | 119 ++++++++
.../translations/README.ng-pidgin.md | 120 ++++++++
.../translations/README.nl.md | 142 +++++++++
.../translations/README.no.md | 158 ++++++++++
.../translations/README.np.md | 221 ++++++++++++++
.../translations/README.od.md | 136 +++++++++
.../translations/README.pb.md | 116 ++++++++
.../translations/README.pl.md | 138 +++++++++
.../translations/README.ps.md | 148 ++++++++++
.../translations/README.pt-ao.md | 97 ++++++
.../translations/README.pt-pt.md | 104 +++++++
.../translations/README.pt_br.md | 123 ++++++++
.../translations/README.ro.md | 143 +++++++++
.../translations/README.ru.md | 174 +++++++++++
.../translations/README.se.md | 123 ++++++++
.../translations/README.si.md | 129 ++++++++
.../translations/README.sindhi.md | 132 +++++++++
.../translations/README.sk.md | 125 ++++++++
.../translations/README.sl.md | 121 ++++++++
.../translations/README.slk.md | 121 ++++++++
.../translations/README.so.md | 154 ++++++++++
.../translations/README.sr.md | 118 ++++++++
.../translations/README.sw.md | 130 +++++++++
.../translations/README.ta.md | 153 ++++++++++
.../translations/README.te.md | 127 ++++++++
.../translations/README.th.md | 120 ++++++++
.../translations/README.tl.md | 127 ++++++++
.../translations/README.tm.md | 157 ++++++++++
.../translations/README.tr.md | 133 +++++++++
.../translations/README.ua.md | 135 +++++++++
.../translations/README.un-aln.md | 129 ++++++++
.../translations/README.ur.md | 168 +++++++++++
.../translations/README.uz.md | 147 ++++++++++
.../translations/README.vn.md | 126 ++++++++
.../translations/README.yor.md | 129 ++++++++
100 files changed, 13852 insertions(+)
create mode 100644 docs/gui-tool-tutorials/translations/README.afk.md
create mode 100644 docs/gui-tool-tutorials/translations/README.al.md
create mode 100644 docs/gui-tool-tutorials/translations/README.am.md
create mode 100644 docs/gui-tool-tutorials/translations/README.amh.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ar.md
create mode 100644 docs/gui-tool-tutorials/translations/README.arm.md
create mode 100644 docs/gui-tool-tutorials/translations/README.assamese.md
create mode 100644 docs/gui-tool-tutorials/translations/README.aze.md
create mode 100644 docs/gui-tool-tutorials/translations/README.bg.md
create mode 100644 docs/gui-tool-tutorials/translations/README.bih.md
create mode 100644 docs/gui-tool-tutorials/translations/README.bn.md
create mode 100644 docs/gui-tool-tutorials/translations/README.by.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ca.md
create mode 100644 docs/gui-tool-tutorials/translations/README.col.md
create mode 100644 docs/gui-tool-tutorials/translations/README.cs.md
create mode 100644 docs/gui-tool-tutorials/translations/README.da.md
create mode 100644 docs/gui-tool-tutorials/translations/README.de.md
create mode 100644 docs/gui-tool-tutorials/translations/README.dz.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ec.md
create mode 100644 docs/gui-tool-tutorials/translations/README.eg.md
create mode 100644 docs/gui-tool-tutorials/translations/README.en-pirate.md
create mode 100644 docs/gui-tool-tutorials/translations/README.eo.md
create mode 100644 docs/gui-tool-tutorials/translations/README.es.md
create mode 100644 docs/gui-tool-tutorials/translations/README.et.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ewe.md
create mode 100644 docs/gui-tool-tutorials/translations/README.fa.md
create mode 100644 docs/gui-tool-tutorials/translations/README.fi.md
create mode 100644 docs/gui-tool-tutorials/translations/README.fil.md
create mode 100644 docs/gui-tool-tutorials/translations/README.fr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ga.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ge.md
create mode 100644 docs/gui-tool-tutorials/translations/README.gh.md
create mode 100644 docs/gui-tool-tutorials/translations/README.gl.md
create mode 100644 docs/gui-tool-tutorials/translations/README.gr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.guj.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hau.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hb.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hi.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hne.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hu.md
create mode 100644 docs/gui-tool-tutorials/translations/README.hy.md
create mode 100644 docs/gui-tool-tutorials/translations/README.id.md
create mode 100644 docs/gui-tool-tutorials/translations/README.igb.md
create mode 100644 docs/gui-tool-tutorials/translations/README.it.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ja.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ka.md
create mode 100644 docs/gui-tool-tutorials/translations/README.kh.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ko.md
create mode 100644 docs/gui-tool-tutorials/translations/README.kr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.kws.md
create mode 100644 docs/gui-tool-tutorials/translations/README.kz.md
create mode 100644 docs/gui-tool-tutorials/translations/README.la.md
create mode 100644 docs/gui-tool-tutorials/translations/README.lt.md
create mode 100644 docs/gui-tool-tutorials/translations/README.lug.md
create mode 100644 docs/gui-tool-tutorials/translations/README.lv.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ma.md
create mode 100644 docs/gui-tool-tutorials/translations/README.me.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mg.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mk.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ml.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mli.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mm_unicode.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.mx.md
create mode 100644 docs/gui-tool-tutorials/translations/README.my.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ng-pidgin.md
create mode 100644 docs/gui-tool-tutorials/translations/README.nl.md
create mode 100644 docs/gui-tool-tutorials/translations/README.no.md
create mode 100644 docs/gui-tool-tutorials/translations/README.np.md
create mode 100644 docs/gui-tool-tutorials/translations/README.od.md
create mode 100644 docs/gui-tool-tutorials/translations/README.pb.md
create mode 100644 docs/gui-tool-tutorials/translations/README.pl.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ps.md
create mode 100644 docs/gui-tool-tutorials/translations/README.pt-ao.md
create mode 100644 docs/gui-tool-tutorials/translations/README.pt-pt.md
create mode 100644 docs/gui-tool-tutorials/translations/README.pt_br.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ro.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ru.md
create mode 100644 docs/gui-tool-tutorials/translations/README.se.md
create mode 100644 docs/gui-tool-tutorials/translations/README.si.md
create mode 100644 docs/gui-tool-tutorials/translations/README.sindhi.md
create mode 100644 docs/gui-tool-tutorials/translations/README.sk.md
create mode 100644 docs/gui-tool-tutorials/translations/README.sl.md
create mode 100644 docs/gui-tool-tutorials/translations/README.slk.md
create mode 100644 docs/gui-tool-tutorials/translations/README.so.md
create mode 100644 docs/gui-tool-tutorials/translations/README.sr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.sw.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ta.md
create mode 100644 docs/gui-tool-tutorials/translations/README.te.md
create mode 100644 docs/gui-tool-tutorials/translations/README.th.md
create mode 100644 docs/gui-tool-tutorials/translations/README.tl.md
create mode 100644 docs/gui-tool-tutorials/translations/README.tm.md
create mode 100644 docs/gui-tool-tutorials/translations/README.tr.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ua.md
create mode 100644 docs/gui-tool-tutorials/translations/README.un-aln.md
create mode 100644 docs/gui-tool-tutorials/translations/README.ur.md
create mode 100644 docs/gui-tool-tutorials/translations/README.uz.md
create mode 100644 docs/gui-tool-tutorials/translations/README.vn.md
create mode 100644 docs/gui-tool-tutorials/translations/README.yor.md
diff --git a/docs/gui-tool-tutorials/translations/README.afk.md b/docs/gui-tool-tutorials/translations/README.afk.md
new file mode 100644
index 00000000..d9ed6467
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.afk.md
@@ -0,0 +1,129 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[ ይህ ፕሮጀክት የሚደገፈው በ:
+
+ Այս նախագծին աջակցում են:
+
+ এই প্ৰকল্পৰ সহায়ত:
+
+ Dieses Projekt wird unterstützt von:
+
+
+
+# اولین مشارکت
+
+این پروژه قصد دارد تا مسیر مشارکت در پروژههای متنباز را برای تازهکارها آسان نماید. اگر شما نیز به دنبال راهی برای ثبت اولین مشارکت خود هستید، این اقدامات را دنبال کنید.
+
+_اگر با محیط کامندی (CLI) احساس راحتی نمیکنید، [راهنمای استفاده از ابزارهای گرافیکی (GUI) را مشاهده کنید](#آموزش-انجام-مشارکت-در-دیگر-ابزارها)._
+
+ Tugann tacaíocht don tionscadal seo::
+
+ אם מופיעה הודעת השגיאה "Git: במקרה כזה, נסה להשתמש במקום זאת בפקודה פרוייקט זה נתמך על ידי:
+
+ Proyek ini didukung oleh:
+
+ គម្រោងនេះត្រូវបានគាំទ្រដោយ៖
+
+ This project is supported by:
+
+ This project is supported by:
+
+ Dit project is gesponsord door:
+
+ This project is supported by:
+
+ यो project लाई समर्थन गर्ने:
+
+
From aa45b68e6f4b54882a79eee7d69b579db27a629c Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Tue, 19 Aug 2025 21:33:07 +0200
Subject: [PATCH 04/11] continued Translating
---
docs/translations/README.de.md | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md
index 5ade88d2..d809bcdd 100644
--- a/docs/translations/README.de.md
+++ b/docs/translations/README.de.md
@@ -90,9 +90,9 @@
Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte.
-_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier sind tutorials für GUI Tools.](#tutorials-using-other-tools)_
+_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitungen für GUI Tools.](#Anleitungen-für-andere-Tools)_
-
+
#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git).
@@ -103,9 +103,9 @@ Dies wird eine Kopie dieses Repository's in deinem Account erstellen.
## Klone das Repository
-
+
-Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon.
+Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu deinem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon.
Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus:
@@ -115,7 +115,7 @@ git clone "kopierte url"
wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst .
-
+
Zum Beispiel:
@@ -146,9 +146,9 @@ git switch -c add-alonzo-church
```
Wenn du auf irgendeinen Fehler bei der Nutzung von `git switch` stößt, drücke hier:
+ Wenn du auf irgendeinen Fehler bei der Nutzung von git switch stößt, drücke hier:
-Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" auftaucht, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt.
+Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" erscheint, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt.
In diesem Fall versuche stattdessen `git checkout` zu nutzen:
@@ -160,25 +160,25 @@ git checkout -b dein-neuer-zweig-name
## Make necessary changes and commit those changes
-Now open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.
+Öffne nun die Datei `Contributors.md` in einem Texteditor und füge deinen Namen hinzu. Füge ihn nicht ganz am Anfang oder am Ende hinzu, sondern irgendwo dazwischen, mittendrin. Speichere jetzt die Datei.
-If you go to the project directory and execute the command `git status`, you'll see there are changes.
+Wenn du in den Projektordner gehst und den Befehl `git status`, ausführst werden dir die Änderungen angezeigt.
-Add those changes to the branch you just created using the `git add` command:
+Füge diese Änderungen nun zu dem Zweig hinzu den du gerade erstellt hast, indem du den Befehl `git add` ausführst.
```bash
git add Contributors.md
```
-Now commit those changes using the `git commit` command:
+Jetzt commite diese Änderungen mit dem `git commit` Befehl:
```bash
git commit -m "Add your-name to Contributors list"
```
-replacing `your-name` with your name.
+ersetze `your-name` mit deinem Namen.
## Push changes to GitHub
@@ -236,7 +236,7 @@ Now let's get you started with contributing to other projects. We've compiled a
### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md)
-## Tutorials mit anderen Tools
+## Anleitungen für andere Tools
| |
|
|
| |
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
From 65d06ac073b8576fd4facab772569c6bd188b500 Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Wed, 20 Aug 2025 13:02:48 +0200
Subject: [PATCH 05/11] Finished Translation
---
docs/translations/README.de.md | 47 +++++++++++++++++-----------------
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md
index d809bcdd..09aa45b5 100644
--- a/docs/translations/README.de.md
+++ b/docs/translations/README.de.md
@@ -180,59 +180,58 @@ git commit -m "Add your-name to Contributors list"
ersetze `your-name` mit deinem Namen.
-## Push changes to GitHub
+## Änderungen auf Github pushen
-Push your changes using the command `git push`:
+Übertrage deine Änderungen mit `git push`:
```bash
-git push -u origin your-branch-name
+git push -u origin dein-zweig-name
```
-replacing `your-branch-name` with the name of the branch you created earlier.
+ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast.
If you get any errors while pushing, click here:
+ Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier:
-- ### Authentication Error
+- ### Authentifizierungs Fehler
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
-
- Also, you might want to run 'git remote -v' to check your remote address.
+ Gehe zu [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst.
+ Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen.
- If it looks anything like this:
+ Wenn es so aussieht:
origin https://github.com/your-username/your_repo.git (fetch)
origin https://github.com/your-username/your_repo.git (push)
- change it using this command:
+ ändere es mit diesem Befehl:
```bash
- git remote set-url origin git@github.com:your-username/your_repo.git
+ git remote set-url origin git@github.com:dein-nutzername/dein_repo.git
```
- Otherwise you'll still get prompted for username and password and get authentication error.
+ Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler.
+
-Now submit the pull request.
+Jetzt, reiche deine Pull-Request ein.
-
+
-Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged.
+Bald werde ich alle deine Änderungen in den Haupt-Zweig dieses Projektes mergen. Du wirst eine Benachrichtigungs Email bekommen sobald die Änderungen gemerged wurden.
-## Where to go from here?
+## Was nun?
-Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor!
+Gratulation! Du hast gerade den Standard _Forken -> Klonen -> Bearbeiten -> Pull-Request_ Workflow durchgeführt, dem du als Beitragender oft begegnen wirst!
-Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io/#social-share).
+Feier deinen Beitrag und teile in mit deinen Freunden und Followern indem du hier drückst [web app](https://firstcontributions.github.io/#social-share).
-If you'd like more practice, checkout [code contributions](https://github.com/roshanjossey/code-contributions).
+Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://github.com/roshanjossey/code-contributions) an.
-Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out [the list of projects in the web app](https://firstcontributions.github.io/#project-list).
+Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an.
### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md)
From e44f6fffa556e078551eee60bbc48afb6ea55a53 Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Wed, 20 Aug 2025 13:19:47 +0200
Subject: [PATCH 06/11] Update README.de.md
---
docs/translations/README.de.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md
index 09aa45b5..7860f4b2 100644
--- a/docs/translations/README.de.md
+++ b/docs/translations/README.de.md
@@ -233,7 +233,7 @@ Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://githu
Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an.
-### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md)
+### [Zusätzliches Material](docs/additional-material/additional-material.md)
## Anleitungen für andere Tools
From 4e6d58d4ee1e0f3f81051b7c13482e29be7016b8 Mon Sep 17 00:00:00 2001
From: true_lock <168660625+truelockmc@users.noreply.github.com>
Date: Wed, 20 Aug 2025 13:46:08 +0200
Subject: [PATCH 07/11] fixxed linking
---
docs/translations/README.de.md | 176 ++++++++++++++++-----------------
1 file changed, 88 insertions(+), 88 deletions(-)
diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md
index 7860f4b2..f39d0865 100644
--- a/docs/translations/README.de.md
+++ b/docs/translations/README.de.md
@@ -2,89 +2,89 @@
[](https://opensource.org/licenses/MIT)
[](https://www.codetriage.com/roshanjossey/first-contributions)
-#### _Read this in [other languages](docs/translations/Translations.md)._
-[](docs/translations/README.al.md)
-[
](docs/translations/README.arm.md)
-[
](docs/translations/README.uz.md)
-[
](docs/translations/README.aze.md)
-[
](docs/translations/README.bn.md)
-[
](docs/translations/README.bg.md)
-[
](docs/translations/README.pt_br.md)
-[
](docs/translations/README.ca.md)
-[](docs/translations/README.zh-cn.md)
-[
](docs/translations/README.cs.md)
-[
](docs/translations/README.de.md)
-[
](docs/translations/README.da.md)
-[
](docs/translations/README.eg.md)
-[
](docs/translations/README.dz.md)
-[
](docs/translations/README.es.md)
-[
](docs/translations/README.fr.md)
-[
](docs/translations/README.ga.md)
-[
](docs/translations/README.gl.md)
-[](docs/translations/README.gr.md)
-[
](docs/translations/README.ge.md)
-[
](docs/translations/README.hu.md)
-[
](docs/translations/README.id.md)
-[
](docs/translations/README.hb.md)
-[
](docs/translations/Translations.md)
-[
](docs/translations/README.ta.md)
-[
](docs/translations/README.fa.md)
-[
](docs/translations/README.it.md)
-[
](docs/translations/README.ja.md)
-[
](docs/translations/README.si.md)
-[
](docs/translations/README.kws.md)
-[
](docs/translations/README.ko.md)
-[
](docs/translations/README.lt.md)
-[
](docs/translations/README.ro.md)
-[
](docs/translations/README.mm_unicode.md)
-[
](docs/translations/README.mk.md)
-[
](docs/translations/README.mx.md)
-[
](docs/translations/README.my.md)
-[
](docs/translations/README.nl.md)
-[
](docs/translations/README.no.md)
-[
](docs/translations/README.np.md)
-[
](docs/translations/README.fil.md)
-[
](docs/translations/README.en-pirate.md)
-[](docs/translations/README.ur.md)
-[
](docs/translations/README.gh.md)
-[
](docs/translations/README.pl.md)
-[
](docs/translations/README.pt-pt.md)
-[
](docs/translations/README.ru.md)
-[
](docs/translations/README.ar.md)
-[
](docs/translations/README.se.md)
-[
](docs/translations/README.slk.md)
-[
](docs/translations/README.sl.md)
-[
](docs/translations/README.th.md)
-[
](docs/translations/README.tr.md)
-[
](docs/translations/README.zh-tw.md)
-[
](docs/translations/README.ua.md)
-[
](docs/translations/README.vn.md)
-[
](docs/translations/README.sw.md)
-[
](docs/translations/README.zul.md)
-[
](docs/translations/README.afk.md)
-[
](docs/translations/README.igb.md)
-[
](docs/translations/README.mli.md)
-[
](docs/translations/README.hau.md)
-[
](docs/translations/README.yor.md)
-[](docs/translations/README.lv.md)
-[
](docs/translations/README.fi.md)
-[
](docs/translations/README.by.md)
-[
](docs/translations/README.sr.md)
-[
](docs/translations/README.kz.md)
-[
](docs/translations/README.bih.md)
-[
](docs/translations/README.bih.md)
-[
](docs/translations/README.hr.md)
-[
](docs/translations/README.ps.md)
-[
](docs/translations/README.so.md)
-[
](docs/translations/README.ec.md)
-[
](docs/translations/README.lug.md)
-[
](docs/translations/README.tm.md)
-[
](docs/translations/README.ewe.md)
-[
](docs/translations/README.et.md)
-[
](docs/translations/README.kr.md)
-[
](docs/translations/README.mg.md)
-[
](docs/translations/README.kh.md)
-[
](docs/translations/README.ma.md)
+#### _Read this in [other languages](../translations/Translations.md)._
+[
](../translations/README.al.md)
+[
](../translations/README.arm.md)
+[
](../translations/README.uz.md)
+[
](../translations/README.aze.md)
+[
](../translations/README.bn.md)
+[
](../translations/README.bg.md)
+[
](../translations/README.pt_br.md)
+[
](../translations/README.ca.md)
+[](../translations/README.zh-cn.md)
+[
](../translations/README.cs.md)
+[
](../translations/README.de.md)
+[
](../translations/README.da.md)
+[
](../translations/README.eg.md)
+[
](../translations/README.dz.md)
+[
](../translations/README.es.md)
+[
](../translations/README.fr.md)
+[
](../translations/README.ga.md)
+[
](../translations/README.gl.md)
+[](../translations/README.gr.md)
+[
](../translations/README.ge.md)
+[
](../translations/README.hu.md)
+[
](../translations/README.id.md)
+[
](../translations/README.hb.md)
+[
](../translations/Translations.md)
+[
](../translations/README.ta.md)
+[
](../translations/README.fa.md)
+[
](../translations/README.it.md)
+[
](../translations/README.ja.md)
+[
](../translations/README.si.md)
+[
](../translations/README.kws.md)
+[
](../translations/README.ko.md)
+[
](../translations/README.lt.md)
+[
](../translations/README.ro.md)
+[
](../translations/README.mm_unicode.md)
+[
](../translations/README.mk.md)
+[
](../translations/README.mx.md)
+[
](../translations/README.my.md)
+[
](../translations/README.nl.md)
+[
](../translations/README.no.md)
+[
](../translations/README.np.md)
+[
](../translations/README.fil.md)
+[
](../translations/README.en-pirate.md)
+[](../translations/README.ur.md)
+[
](../translations/README.gh.md)
+[
](../translations/README.pl.md)
+[
](../translations/README.pt-pt.md)
+[
](../translations/README.ru.md)
+[
](../translations/README.ar.md)
+[
](../translations/README.se.md)
+[
](../translations/README.slk.md)
+[
](../translations/README.sl.md)
+[
](../translations/README.th.md)
+[
](../translations/README.tr.md)
+[
](../translations/README.zh-tw.md)
+[
](../translations/README.ua.md)
+[
](../translations/README.vn.md)
+[
](../translations/README.sw.md)
+[
](../translations/README.zul.md)
+[
](../translations/README.afk.md)
+[
](../translations/README.igb.md)
+[
](../translations/README.mli.md)
+[
](../translations/README.hau.md)
+[
](../translations/README.yor.md)
+[](../translations/README.lv.md)
+[
](../translations/README.fi.md)
+[
](../translations/README.by.md)
+[
](../translations/README.sr.md)
+[
](../translations/README.kz.md)
+[
](../translations/README.bih.md)
+[
](../translations/README.bih.md)
+[
](../translations/README.hr.md)
+[
](../translations/README.ps.md)
+[
](../translations/README.so.md)
+[
](../translations/README.ec.md)
+[
](../translations/README.lug.md)
+[
](../translations/README.tm.md)
+[
](../translations/README.ewe.md)
+[
](../translations/README.et.md)
+[
](../translations/README.kr.md)
+[
](../translations/README.mg.md)
+[
](../translations/README.kh.md)
+[
](../translations/README.ma.md)
# First Contributions
@@ -94,7 +94,7 @@ _Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitu
-#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git).
+#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://...github.com/en/get-started/quickstart/set-up-git).
## Forke dieses Repository
@@ -197,7 +197,7 @@ ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast.
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/
- Gehe zu [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst.
+ Gehe zu [GitHub's tutorial](https://...github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst.
Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen.
Wenn es so aussieht:
@@ -233,13 +233,13 @@ Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://githu
Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an.
-### [Zusätzliches Material](docs/additional-material/additional-material.md)
+### [Zusätzliches Material](../additional-material)
## Anleitungen für andere Tools
-| |
|
|
| |
|
+| |
|
|
| |
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| [GitHub Desktop](docs/gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](docs/gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](docs/gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](docs/gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](docs/gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](docs/gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Eerste Bydraes
+
+Dit is moeilik. Dit is altyd moeilik om die eerste keer iets te doen. Veral wanneer jy saamwerk, maak foute nie 'n gemaklike ding nie. Ons wou die manier waarop nuwe open source bydraers vir die eerste keer leer en bydra, vereenvoudig.
+
+Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die praktyk te doen? Hierdie projek het ten doel om leiding te gee en die manier waarop beginners hul eerste bydrae maak, te vereenvoudig. As jy jou eerste bydrae wil maak, volg die onderstaande stappe.
+
+#### *As jy nie gemaklik is met die opdraglyn nie, [is daar tutoriale wat GUI-instrumente gebruik.](#Bykomende-materiaal )*
+
+
+
+
+As jy nie git op jou masjien het nie, [installeer dit]( https://help.github.com/articles/set-up-git/).
+
+## Vork hierdie bewaarplek
+
+Vork hierdie repo deur op die vurk knoppie bo-aan hierdie bladsy te klik. Dit sal 'n kopie van hierdie repository in u rekening skep.
+
+## Klone die repository
+
+
+
+Klone nou die vurk repo aan jou masjien. Gaan na jou GitHub-rekening, maak die vurk repo oop, klik op die kloonknop en klik dan op die kopie na die knipbord- ikoon.
+
+Open 'n terminaal en voer die volgende git opdrag uit:
+
+```
+git clone "url you just copied"
+```
+
+waar "url jy net gekopieer" het (sonder die aanhalingstekens) is die url na hierdie repository (jou vurk van hierdie projek). Sien die vorige stappe om die url te verkry.
+
+
+
+Byvoorbeeld:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+waar `this-is-youis` jou GitHub gebruikersnaam Hier kopieer jy die inhoud van die eerste bydrae repository in GitHub na jou rekenaar.
+
+## Skep 'n tak
+
+Verander na die repository gids op jou rekenaar (as jy nie reeds daar is nie):
+
+```
+cd first-contributions
+```
+
+Skep nou 'n tak met die git `checkout` opdrag:
+
+```
+git checkout -b
+
+As u na die projekgids gaan en die opdrag uitvoer `git status`, sal u sien dat daar veranderinge is.
+
+
+Voeg die veranderinge by die tak wat jy net geskep het deur die `git add` opdrag te gebruik:
+
+```
+git add Contributors.md
+```
+
+Doen nou die veranderinge deur die `git commit` opdrag te gebruik:
+
+```
+git commit -m "Add
+
+Dien nou die trekversoek in.
+
+
+
+Binnekort sal ek al jou veranderinge in die meestertak van hierdie projek saamsmelt. U sal 'n kennisgewing-e-pos ontvang sodra die veranderinge saamgesmelt is.
+
+## Waarheen gaan jy vandaan?
+
+Geluk! Jy het net die standaardvurk voltooi -> klone -> wysig -> PR- werkvloei wat jy dikwels as 'n bydraer sal ervaar!
+
+Vier jou bydrae en deel dit met jou vriende en volgelinge deur na die [webprogram te](https://firstcontributions.github.io/#social-share) gaan .
+
+U kan by ons span aansluit indien u enige hulp nodig het of enige vrae het. [Sluit aan by 'n slapende span](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Kom ons begin met die bydrae tot ander projekte. Ons het 'n lys van projekte saamgestel met maklike probleme waarmee u kan begin. Kyk na [die lys van projekte in die web app](https://firstcontributions.github.io/#project-list).
+
+### [Bykomende materiaal](../additional-material/git_workflow_scenarios/additional-material.md)
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visuele Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visuele Studio Kode](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.al.md b/docs/gui-tool-tutorials/translations/README.al.md
new file mode 100644
index 00000000..43164224
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.al.md
@@ -0,0 +1,127 @@
+[](https://github.com/firstcontributions/open-source-badges)
+
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Kontributet e Para
+
+Është gjithmonë e vështirë hera e parë kur bën diçka. Sidomos kur bashkëpunon, të bësh gabime nuk është një ndjenjë e mirë. Ne duam ta thjeshtësojmë mënyrën se si kontribuesit e open-source mësojnë dhe kontribuojnë për herë të parë.
+Leximi i artikujve & shikimi i tutorialve ndihmojnë, por ç'është më mirë se sa ta bësh këtë gjë në një vend praktike? Ky projekt synon të udhëzojë & të thjeshtësojë mënyrën se si fillestarët bëjnë kontributin e tyre të parë. Nëse dëshiron të bësh kontributin tënd të parë, ndiqi hapat më poshtë.
+
+#### _Nëse ende nuk ndjehesh komod me command line, [këtu ke tutoriale që përdorin veglat e GUI](#Tutoriale-duke-përdorur-vegla-tjera)_
+
+
+
+Nëse nuk ke Git të instaluar në pajisjen tënde, [instaloje](https://help.github.com/articles/set-up-git/).
+
+## Bëje fork këtë repozitor
+
+Për të bërë fork këtë repozitor kliko butonin fork në majë të kësaj faqeje. Kjo do të krijojë një kopje të ketij repozitori në llogarinë tënde.
+
+## Klonoje këtë repozitor
+
+
+
+Tani klonoje në pajisjen tënde repozitorin që bëre fork. Shko te llogaria e GitHub, hap forked repository, kliko butonin Code dhe pastaj kliko ikonën _copy to clipboard_.
+
+Hap terminalin dhe bëje run git komandën në vazhdim:
+
+```
+git clone "url që sapo ke kopjuar"
+```
+
+ku "url që sapo ke kopjuar" (pa thonjëzat) është url e këtij repozitori (repozitori që bëre fork). Shiko hapat e mëparshëm për të marrë url-në.
+
+
+
+Për shembull:
+
+```
+git clone https://github.com/ky-je-ti/first-contributions.git
+```
+
+ku `ky-je-ti` është emri jot në GitHub. Këtu ti e kopjon përmbajtjen e repozitorit first-contributions në GitHub te kompjuteri jot.
+
+## Krijo një degë (branch)
+
+Ndryshoje lokacionin te repozitori në kompjuterin tënd (nëse nuk je në lokacionin e duhur):
+
+```
+cd first-contributions
+```
+
+Tani krijo një degë duke përdorur komandën `git checkout`:
+
+```
+git checkout -b
+
+Nëse shkon te lokacioni i projektit dhe e ekzekuton komandën `git status`, do shohësh se ka ndryshime.
+
+Shtoji këto ndryshime te dega që sapo krijove duke përdorur komandën `git add`:
+
+```
+git add Contributors.md
+```
+
+Tani bëji commit këto ndryshime duke përdorur komandën `git commit`:
+
+```
+git commit -m "Add
+
+Tani paraqisni këtë kërkesë tërheqjeje.
+
+
+
+Së shpejti do të bashkoj (bëj merge) të gjitha ndryshimet te dega master e këtij projekti. Ti do të njoftohesh me email kur të bëhen ndryshimet.
+
+## Ku të shkosh nga këtu?
+
+Urime! Ti sapo ke kompletuar procesin _fork -> clone -> edit -> PR_ që do ta hasësh shpesh si kontributor!
+
+Festoje kontributin tënd dhe ndaje me shokët dhe ndjekësit duke shkuar te [web aplikacioni](https://firstcontributions.github.io/#social-share).
+
+Nëse dëshiron më shumë praktikë, shiko [kontributet e kodit](https://github.com/roshanjossey/code-contributions)
+
+Tani të të ndihmojmë që të kontribuosh në projekte tjera. Ne kemi krijuar një listë projektesh me probleme të lehta tek të cilat mund të fillosh. Shiko [listën e projekteve në web apliacion](https://firstcontributions.github.io/#project-list).
+
+### [Materiale shtesë](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutoriale duke përdorur vegla tjera
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.am.md b/docs/gui-tool-tutorials/translations/README.am.md
new file mode 100644
index 00000000..af18eb6a
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.am.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# የመጀመሪያ አስተዋጽዖዎች
+
+ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ
+
+
+#### command line ካልተመቸህ, [GUI መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች አሉ።.](#Tutorials-Usin'-Other-Tools)
+
+
+
+በማሽንዎ ላይ git ከሌለዎት, [ይጫኑት](https://help.github.com/articles/set-up-git/).
+
+## Fork this repository
+
+በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን fork ቁልፍን ጠቅ በማድረግ ይህንን ይጫኑት።
+ይህ በአንተ መለያ ውስጥ የዚህን repository ቅጂ ይፈጥራል።
+
+## Clone the repository
+
+
+
+አሁን Fork ይህን repository ወደ ማሽንዎ. ወደ GitHub መለያዎ ይሂዱ, የእርሶን repository ይክፈቱ. የኮድ ምልክቱን ጠቅ ያድርጉ እና ከዚያ ቅጂውን ምልክቱን ጠቅ ያድርጉ ለመቅዳት.
+
+```
+git clone "የቀዱትን url' ያስገቡ"
+```
+"የቀዱትን url' ያስገቡ" (ያለ ጥቅስ ምልክቶች) ይህ የዚህ repository url ነው(የእርሶ ቅጂ ፕሮጀክት). url ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ.
+
+
+
+ለምሳሌ:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+where `this-is-you` የእርስዎ GitHub መለያ ስም ነው።. እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ repository ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው።
+
+## Create a branch(ቅርንጫፍ ይፍጠሩ)
+
+በኮምፒተርዎ ላይ ያለውን repository ማውጫ ይቀይሩ (እዚያ ከሌለዎት):
+
+```
+cd first-contributions
+```
+
+አሁን የ `git checkout` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ:
+
+```
+git checkout -b
+
+ወደ የፕሮጀክት ማውጫው ሄደው የ git status ከፈጸሙ ለውጦች እንዳሉ ያያሉ።
+
+የ `git add` ትእዛዝን በመጠቀም እነዚያን ለውጦች አሁን በፈጠሩት ቅርንጫፍ ላይ አክል፡
+
+```
+git add Contributors.md
+```
+
+አሁን የ `git commit` ትዕዛዝ በመጠቀም እነዚህን ለውጦች ያድርጉ፡
+
+```
+git commit -m "Add <የእርስዎ-ስም> to Contributors list"
+```
+
+<የእርስዎ-ስም> ፋንታ የራስዎትን ስም ይጻፉ.
+
+## ለውጦችን ወደ GitHub ይጫኑ
+
+`git push` የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይጫኑ
+
+```
+git push origin <የእርስዎ-branch-name>
+```
+
+`<የእርስዎ-branch-name>` ፋንታ የራስዎትን branch ስም ያስገቡ
+
+## ለውጦችዎን ለግምገማ ያስገቡ
+
+በ GitHub ላይ ወደ repository ከሄዱ፣ `Compare & pull request` ጥያቄን ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ።
+
+
+
+አሁን pull request ጥያቄውን ያስገቡ
+
+
+
+በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ. ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል።
+
+## ከዚህ ወዴት መሄድ አለብዎት ?
+
+እንኳን ደስ ያለህ! አሁን መደበኛ fork -> clone -> edit -> pull request ሂደትን ጨርሰዋል. እንደ አስተዋጽዖ አበርካች ብዙ ጊዜ ይህ ሂደት ያጋትሞታል
+
+አስተዋጾዎን ያክብሩ እና ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ ወደ [ዲህረ ገጾ በመሄድ](https://firstcontributions.github.io/#social-share).
+
+ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን [Slack ቡድን](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) መቀላቀል ይችላሉ.
+
+አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር. እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል።. [እኚህን ማስፈተሪያ ይከተሉ](https://firstcontributions.github.io/#project-list).
+
+### [ተጨማሪ ቁሳቁስ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## ሌሎች መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች
+
+||
|
|
+|---|---|---|
+|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)|
diff --git a/docs/gui-tool-tutorials/translations/README.amh.md b/docs/gui-tool-tutorials/translations/README.amh.md
new file mode 100644
index 00000000..72a3c5a7
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.amh.md
@@ -0,0 +1,146 @@
+## የመጀመሪያ አስተዋፅኦዎች
+
+ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ።
+
+***በcommand line(ተርሚናል) ካልተመቸዎት፣ [የGUI መሳሪያዎችን ለመጠቀም አጋዥ ስልጠናዎች እዚህ ያገኛሉ።](#tutorials-using-other-tools)***
+
+
+
+### በማሽንዎ ላይ ጊት(git) ከሌለዎት ፤ [ይጫኑት](https://docs.github.com/en/get-started/quickstart/set-up-git) ።
+
+## ይህንን ማከማቻ **fork** ያድርጉ
+
+በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የfork button ጠቅ በማድረግ ይህንን ማከማቻ fork ያድርጉት።
+ይህ በአንተ account ውስጥ የዚህን repository ቅጂ ይፈጥራል።
+
+## የማከማቻውን ተመሳሳይ ይፍጠሩ
+
+
+
+አሁን fork የተደረገውን ማከማቻ (repository) ቅጂ በማሽንዎ(በኮምፒውተርዎ) ይፍጥሩ። ወደ GitHub (account)መለያዎ ይሂዱ፤ fork የተደረገውን ማከማቻ ይክፈቱ፤ ኮድ የሚለውን button ጠቅ ያድርጉ እና ከዚያ *ወደ clipboard ቅዳ* የሚለውን ጠቅ ያድርጉ::
+
+ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ run
+
+```bash
+git clone "የቀዱትን url"
+
+```
+
+"አሁን የገለበጡት url" (ያለ ጥቅስ ምልክቶቹ) የማከማቻው (የዚህ ፕሮጀክት fork) url ነው። urlን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ።
+
+
+
+ለምሳሌ:-
+
+```bash
+git clone git@github.com:ይህ-አንተ-ነህ/first-contributions.git
+
+```
+
+'ይህ-አንተ-ነህ' የእርሶ GitHub ተጠቃሚ username ነው። አሁን በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ(first-contributions) ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው።
+
+## ቅርንጫፍ ይፍጠሩ
+
+በኮምፒተርዎ ላይ ወዳለው የማከማቻ ማህደር ይግቡ (እዚያው ከሌሉ ማለት ነው!)፡
+
+```bash
+cd first-contributions
+
+```
+
+አሁን የ‹git switch› ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡
+
+```bash
+git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም
+
+```
+
+ለምሳሌ:-
+
+```bash
+git switch -c ይሁን-አለማየሁ
+
+```
+
+## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ይፈጥሙ(commit)
+
+አሁን የ‹[Contributors.md](http://contributors.md/)› ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ እና ስምዎትን ይጨምሩበት። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት። አሁን, ፋይሉን save ያድርጉ።
+
+
+
+ወደ የፕሮጀክት ማህደሩ ሄደው ይህን ትዕዛዝ (`git status`) ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ።
+
+የ‹git add› ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ።
+
+```bash
+git add Contributors.md
+
+```
+
+አሁን የ‹git commit› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡:
+
+```bash
+git commit -m "የአስተዋጽዖ አበርካቾች ዝርዝር ውስጥ የእርስዎን-ስም ያክሉ"
+
+```
+
+'የእርስዎን-ስም' የሚለውን በስምዎ ይተኩ፡፡
+
+ለውጦችን ወደ GitHub ይግፉ
+
+‹git push› የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይግፉ፡፡
+
+```bash
+git push -u origin የእርስዎ-ቅርንጫፍ-ስም
+
+```
+
+ቀደም ብለዉ በፈጠሩት የቅርንጫፍ ስም 'የእርስዎን-ቅርንጫፍ-ስም'ን ይትኩ።
+
+ በመግፋት ላይ ማንኛውም ስህተት ካጋጠሞት ፤ እዚህ ጠቅ ያድርግ:
+
+- Authentication Error
+remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+fatal: Authentication failed for 'https://github.com/
+Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
+
+
+
+አሁን pull request ያስገቡ።
+
+
+
+በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳቸዋለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል።
+
+## ከዚህስ ወዴት ልሂድ?
+
+እንኳን ደስ ያሎዎት! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል!
+
+አስተዋጾዎን ያጣጣጥሙ እና ወደ ድር በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ።(https://firstcontributions.github.io/#social-share).
+
+ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን 'slack' ቡድን መቀላቀል ይችላሉ::(https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w).
+
+አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። በድር መተግበሪያ ውስጥ ያሉትን የፕሮጀክቶች ዝርዝር ይመልከቱ(https://firstcontributions.github.io/#project-list).
+
+## [ተጨማሪ ቁሳቁስ](https://www.notion.so/additional-material/git_workflow_scenarios/additional-material.md)
+
+## የሌሎች መሳሪያዎች አጠቃቀም አጋዥ ስልጠናዎች
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+#
+لكن المساهمة في مشاريع مفتوحة المصدر يتطلب ويتوقع الخطأ ولهذا السبب سيساعدك الآخرون في تصحيح هذا الخطأ.
+
+في هذا المشروع هدفنا هو تسهيل الطريق لمساهمتك الأولى.
+
+
+
+
+
+
+##
+
+## git status. هذا الأمر سيظهر لك التغييرات التي حدثت في المشروع.
+لإضافة هذه التغييرات قم بإضافتها عن طريق هذا الأمر git add.
+git commit.<your-name> باسمك.
+
+## git push<add-your-name> باسم الفرع الذي أنشأته من قبل.
+
+
+Compare & pull request. اضغط على هذا الزر.
+
+
+
+upstream remote url.upstream.
+بعد أن أوافق على تغييراتك، قم بسحب النسخة الجديدة من المشروع عن طريق الأمر التالي:
+(upstream remote). والآن، عليك أن تدمج التحديثات الجديدة من فرعي إلى فرعك الرئيسي.remote اسمه origin.
+
+## |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.arm.md b/docs/gui-tool-tutorials/translations/README.arm.md
new file mode 100644
index 00000000..79658426
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.arm.md
@@ -0,0 +1,144 @@
+[](https://github.com/firstcontributions/open-source-badges)
+
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Առաջին ներդրումները
+
+Այս նախագիծը նպատակ ունի պարզեցնել և ուղղորդել, թե ինչպես են սկսնակները կատարում իրենց առաջին ներդրումը: Եթե ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին.
+
+_Եթե ձեզ դուր չի գալիս հրամանի տողը, [այստեղ կան ձեռնարկներ՝ օգտագործելով GUI գործիքները](#tutorials-using-other-tools)_
+
+
+
+#### Եթե դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Պատառաքաղեք այս պահոցը
+
+Պատառաքաղեք այս պահոցը՝ սեղմելով այս էջի վերևի պատառաքաղի կոճակը:
+Այս կստեղծի այս պահոցի պատճենը ձեր հաշվում.
+
+## Կլոնավորեք պահեստը
+
+
+
+Այժմ կլոնավորեք պատառաքաղված պահոցը ձեր մեքենայի մեջ: Գնացեք ձեր GitHub հաշիվ, բացեք պատառաքաղված պահոցը, սեղմեք կոճակի կոճակը և սեղմեք _copy to clipboard_ պատկերակը.
+
+Բացեք տերմինալ և գործարկեք հետևյալ git հրամանը:
+
+```bash
+git clone "url-ը որ դուք հենց նոր պատճենեցիք"
+```
+
+որտեղ «url-ը, որը հենց նոր պատճենեցիր» (առանց չակերտների) այս պահոցի url-ն է (այս նախագծի ձեր պատառաքաղը): Դիտեք նախորդ քայլերը՝ URL-ը ստանալու համար
+
+
+
+Օրինակ:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+որտեղ `this-is-you` ձեր GitHub օգտանունն է: Այստեղ դուք պատճենում եք GitHub-ի առաջին ներդրումների պահոցի բովանդակությունը ձեր համակարգչում.
+
+## Ստեղծեք մասնաճյուղ
+
+Փոխեք ձեր համակարգչի պահեստի գրացուցակը (եթե արդեն այնտեղ չեք):
+
+```bash
+cd first-contributions
+```
+
+Այժմ ստեղծեք մասնաճյուղ՝ օգտագործելով «git switch» հրամանը:
+
+```bash
+git switch -c քո-նոր-մասնաճյուղի-անունը
+```
+
+Օրինակ:
+
+```bash
+git switch -c add-sarkis-cult
+```
+
+## Կատարեք անհրաժեշտ փոփոխությունները և commit կատարեք այդ փոփոխությունները
+
+Այժմ բացեք `Contributors.md` ֆայլը տեքստային խմբագրիչում, ավելացրեք ձեր անունը դրան: Մի ավելացրեք այն ֆայլի սկզբում կամ վերջում: Տեղադրեք այն ցանկացած տեղ արանքում: Այժմ պահեք ֆայլը.
+
+
+
+Եթե գնաք նախագծի գրացուցակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան.
+
+Ավելացրե՛ք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը:
+
+```bash
+git add Contributors.md
+```
+
+Այժմ կատարեք այդ փոփոխությունները՝ օգտագործելով `git commit` հրամանը:
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+`your-name` փոխարինելով ձեր անունով.
+
+## Փոփոխությունները մղեք GitHub-ին
+
+Կատարեք ձեր փոփոխությունները՝ օգտագործելով `git push` հրամանը:
+
+```bash
+git push -u origin your-branch-name
+```
+
+`your-branch-name`-ը փոխարինելով ավելի վաղ ստեղծված մասնաճյուղի անունով.
+
+ Եթե հրելիս սխալներ եք ստանում, սեղմեք այստեղ.
+
+- ### Վավերացման սխալ
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Գնացեք [GitHub-ի ձեռնարկ](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ձեր հաշվի համար SSH բանալի ստեղծելու և կազմաձևելու վերաբերյալ.
+
+
+Այժմ ներկայացրեք pull request-ը.
+
+
+
+Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի հիմնական ճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցման նամակ.
+
+## Որտեղ գնալ այստեղից?
+
+
+Շնորհավորում եմ Դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատանքային հոսքը, որը հաճախ կհանդիպեք որպես ներդրող!
+
+Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ գնալով [վեբ հավելված](https://firstcontributions.github.io/#social-share).
+
+Եթե ցանկանում եք ավելի շատ փորձ ձեռք բերել, տեսեք [ծածկագրի ներդրումները](https://github.com/roshanjossey/code-contributions)։
+
+
+Հիմա եկեք սկսենք ձեր ներդրումն ունենալ այլ նախագծերում: Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Ստուգեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list).
+
+### [Լրացուցիչ նյութ](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Ձեռնարկներ՝ օգտագործելով այլ գործիքներ
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# First Contributions
+
+এই প্ৰকল্পই আৰম্ভণকাৰীসকলৰ বাবে প্ৰথম অৱদানটো সহজ আৰু পোষকভাৱে কৰিবলৈ সহায় কৰে। যদি আপুনি আপোনাৰ প্রথম অৱদানটো কৰিবলৈ বিচাৰে, তলত দিয়া পদক্ষেপসমূহ অনুসৰণ কৰক।
+
+যদি আপুনি command lineৰ সৈতে আৰামদায়ক নোহোৱাঁ, GUI tools ব্যৱহাৰ কৰি ইয়াত tutorial আছে।
+
+
+
+যদি আপোনাৰ মেচিনত git নাই, ইনষ্টল কৰক [install it](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## এই ৰেপ'জিট'ৰিটো Fork কৰক
+এই পৃষ্ঠাৰ ওপৰত থকা fork বুটামত ক্লিক কৰি এই ৰেপ'জিট'ৰিটো Fork কৰক। এইটো আপোনাৰ একাউণ্টত এই ৰেপ'জিট'ৰিটোৰ এটা কপি সৃষ্টি কৰিব।
+
+## ৰেপ'জিট'ৰিটো ক্লোন কৰক
+
+
+
+এতিয়া fork কৰা ৰেপ'জিট'ৰিটো আপোনাৰ মেচিনত ক্লোন কৰক। আপোনাৰ GitHub একাউণ্টত যাওক, fork কৰা ৰেপ'জিট'ৰিটো খোলক, code বুটামত ক্লিক কৰক আৰু তাৰপিছত copy to clipboard আইকনটোত ক্লিক কৰক।
+
+টাৰ্মিনেল খোলক আৰু নিম্নলিখিত git কমাণ্ডটো চলাওক:
+
+```bash
+git clone "url you just copied"
+```
+
+য'ত "url you just copied" (নাম উদ্ধৃতিহীন) হৈছে এই ৰেপ'জিট'ৰিটোৰ url (এই প্ৰকল্পৰ আপোনাৰ fork)। url পোৱা আগৰ পদক্ষেপসমূহ চাওক।
+
+
+
+উদাহৰণ স্বৰূপে
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+য'ত this-is-you হৈছে আপোনাৰ GitHub ইউজাৰনেম। ইয়াত আপুনি first-contributions ৰেপ'জিট'ৰিটোৰ বিষয়বস্তু GitHub ৰ পৰা আপোনাৰ কম্পিউটাৰত কপি কৰি থৈছা।
+
+## Branch সৃষ্টি কৰক
+আপোনাৰ কম্পিউটাৰৰ ৰেপ'জিট'ৰিৰ ডাইৰেক্টৰীত পৰিৱৰ্তন কৰক (যদি আপুনি ইতিমধ্যেই তাত নোহোৱাঁ):
+
+```bash
+cd first-contributions
+```
+
+এতিয়া git switch কমাণ্ড ব্যৱহাৰ কৰি এখন শাখা সৃষ্টি কৰক:
+
+```bash
+git switch -c <আপোনাৰ-নতুন-শাখা-নাম-যোগ-বনাওক>
+
+```
+
+উদাহৰণ স্বৰূপে
+
+```bash
+git switch -c add-alonzo-church
+```
+
+ যদি আপুনি git switch ব্যৱহাৰ কৰি কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক:
+
+যদি আপুনি "Git: ‘switch’ is not a git command. See ‘git –help’" ত্ৰুটি পায়, তেতিয়া আপুনি পুরণি সংস্কৰণৰ git ব্যৱহাৰ কৰি থকা সম্ভাৱনা আছে।
+এই ক্ষেত্ৰত, git switchৰ পৰিবৰ্তে git checkout ব্যৱহাৰ কৰাৰ চেষ্টা কৰক:
+
+```bash
+git checkout -b your-new-branch-name
+```
+
+
+
+যদি আপুনি প্ৰকল্প ডাইৰেক্টৰীত যোৱা আৰু কমাণ্ড `git status` চলোৱা, আপুনি পৰিবৰ্তনসমূহ দেখিব।
+
+এই পৰিবৰ্তনসমূহকে আপুনি সৃষ্টি কৰা নতুন শাখাত যোগ কৰিবলৈ `git add` কমাণ্ডটো ব্যৱহাৰ কৰক:
+
+```bash
+git add Contributors.md
+```
+
+এতিয়া সেই পৰিবৰ্তনসমূহ `git commit` কমাণ্ড ব্যৱহাৰ কৰি commit কৰক:
+
+```bash
+git commit -m "Add <আপোনাৰ-নাম> to Contributors list"
+
+```
+
+আপোনাৰ-নাম স্থলৱি দি আপোনাৰ নাম যোগ কৰক:
+
+## পৰিবৰ্তনসমূহ GitHub ত Push কৰক
+
+আপোনাৰ পৰিবৰ্তনসমূহ নিম্নলিখিত কমাণ্ড ব্যৱহাৰ কৰি GitHub ত Push কৰক:
+
+```bash
+git push -u origin your-branch-name
+```
+
+নিম্নলিখিত কমাণ্ডটো ব্যৱহাৰ কৰক, `your-branch-name` স্থলৱি দি আপোনাৰ শাখাৰ নাম যোগ কৰক:
+
+ যদি আপুনি Push কৰাৰ সময়ত কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক:
+
+- ### প্ৰমাণীকৰণ ত্ৰুটি
+ remote: পাসৱৰ্ড প্ৰমাণীকৰণৰ সহায়তা অপসাৰণ কৰা হৈছিল 13 আগষ্ট, 2021 তাৰিখে
+ remote: অনুগ্ৰহ কৰি চাওক:: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ অধিক তথ্যৰ বাবে
+অনুগ্ৰহ কৰি এইটো চাওক: 'https://github.com/
+ যাওক [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) SSH কী সৃষ্ট আৰু কনফিগাৰ কৰাৰ জন্য যোৱা
+
+ আপুনি 'git remote -v' কমাণ্ডটো চলাব পাৰে আপোনাৰ দূৰৱর্তী ঠিকনাটো পৰীক্ষা কৰিবলৈ।
+
+যদি ইয়াৰ আউটপুটটি এইদৰে দেখায়:
+ origin https://github.com/your-username/your_repo.git (fetch)
+ origin https://github.com/your-username/your_repo.git (push)
+
+ কমাণ্ড ব্যৱহাৰ কৰি ইয়াক পৰিবৰ্তন কৰক:
+ ```bash
+ git remote set-url origin git@github.com:your-username/your_repo.git
+ ```
+ নহলে আপুনি কেতিয়াও লগইনৰ বাবে নিৰ্দিষ্ট নাম আৰু পাছৱৰ্ড দিয়া হব আৰু লগইন ত্ৰুটি হব।
+
+
+Pull Request জমা দিয়ক
+
+
+
+আপোনাৰ পৰিবৰ্তনসমূহ তাড়তে প্ৰকল্পৰ মুখ্য শাখাত মিলাই দিম। পৰিবৰ্তনসমূহ মিলোৱা হ'লে আপুনি এটা অৱগতিমূলক ইমেইল লাভ কৰিব।
+
+## য়াৰ পৰা ক’লৈ যাব?
+অভিনন্দন! আপুনি কেৱল সম্পূৰ্ণ কৰিলে fork -> clone -> edit -> pull request কাৰ্যধাৰাটোৰ মানসংগত ৰূপ যি প্ৰায়ে এক অবদানকাৰী হিচাপে সন্মুখীন হ'ব!
+
+আপোনাৰ অৱদান উদযাপন কৰক আৰু আপোনাৰ বন্ধু আৰু অনুসাৰকসকলৰ সৈতে ইয়াক শেয়াৰ কৰক [web app](https://firstcontributions.github.io/#social-share).
+
+যদি আপুনি অধিক অনুশীলন কৰিব বিচাৰে, [code contributions](https://github.com/roshanjossey/code-contributions) পৰীক্ষা কৰক।
+
+এতিয়া আপোনাক আন প্ৰকল্পত অৱদান কৰিবলৈ আৰম্ভ কৰা যাক। আমি সহজ সমস্যাসমূহ সহ কিছু প্ৰকল্পৰ তালিকা সংকলন কৰিছো যাৰ সহায়ত আপুনি আৰম্ভ কৰিব পাৰে। [ৱেব এপত প্ৰকল্পসমূহৰ তালিকা পৰীক্ষা কৰক](https://firstcontributions.github.io/#project-list).
+
+
+### [অতিৰিক্ত সামগ্ৰী](additional-material/git_workflow_scenarios/additional-material.md)
+
+## অন্য সঁজুলিসমূহ ব্যৱহাৰ কৰি টিউট'ৰিয়েলসকল
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
+
+#### Maşınınızda (yəni, kompüterinizdə) GIT yoxdursa, [buradan quraşdıra bilərsiniz](https://help.github.com/articles/set-up-git/).
+
+## Layihəni "çəngəlləmək"
+
+Səhifənin yuxarı hissəsindəki "Fork" düyməsini vuraraq bu layihəni çəngəlləyin.
+Bu hesabınızda deponun bir kopyasını yaradacaqdır.
+
+## Deponu (Repository) klonlaşdırma
+
+
+
+İndi çəngəlli deponu kompüterinizə klonlaşdırın. GitHub hesabınıza daxil olun, çəngəlli deponu açın, kod düyməsinə vurun və sonra _copy to clipboard_ simgəsinə klikləyin.
+
+Daha sonra terminalı açın və aşağıdakı git komandasını daxil edin:
+
+```
+git clone "kopyaladığınız-url"
+```
+"kopyaladığınız-url" (dırnaq işarəsi olmadan) yerinə bu deponun GitHub səhifəsindən aldığınız linki kopyalayın.
+
+
+
+Misal üçün:
+```
+git clone https://github.com/istifadəçi-adı/first-contributions.git
+```
+`istifadəçi-adı` sizin GitHub istifadəçi adınızdır. Burada siz GitHub-da ilk töhfələr deposunun məzmununu kompüterinizə köçürürsünüz.
+
+## Budaq (Branch) yaratmaq
+
+Kompüterinizdəki depo qovluğuna keçin (əgər orada deyilsinizsə):
+
+```
+cd first-contributions
+```
+`git checkout` əmrini istifadə edərək bir Budaq (Branch) yaradın:
+```
+git checkout -b
+
+Layihə qovluğuna gedib `git status` əmrini icra etsəniz, dəyişikliklərin olduğunu görəcəksiniz.
+
+Bu dəyişiklikləri `git add` əmrindən istifadə edərək yaratdığınız Budağa əlavə edin:
+
+```
+git add Contributors.md
+```
+
+İndi `git commit` əmrindən istifadə edərək bu dəyişiklikləri edin:
+
+adınızla `
+
+İndi çəkmə tələbini (pull request) göndərin.
+
+
+
+Tezliklə bütün dəyişikliklərinizi bu layihənin master filialına birləşdirəcəyəm. Dəyişikliklər birləşdirildikdən sonra bildiriş e-poçtu alacaqsınız.
+
+## Bundan sonra nə edə bilərəm?
+
+Təbriklər! Töhfə olaraq tez-tez qarşılaşacağınız standart _fork -> clone -> edit -> pull request_ tamamlamısınız!
+
+Töhfənizi qeyd edin və [veb tətbiqə](https://firstcontributions.github.io/#social-share) girərək dostlarınız və izləyicilərinizlə bölüşün.
+
+Daha çox təcrübə istəyirsinizsə, yoxlayın [kod töhfələri](https://github.com/roshanjossey/code-contributions).
+
+İndi başqa layihələrə töhfə verməyə başlayaq. Başlaya biləcəyiniz asan məsələləri olan layihələrin siyahısını hazırladıq, [siyahıya baxın](https://firstcontributions.github.io/#project-list).
+
+### [Əlavə Məlumat](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Digər alətlərin istifadəsi üçün təlimlər
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.bg.md b/docs/gui-tool-tutorials/translations/README.bg.md
new file mode 100644
index 00000000..8ee8bc65
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.bg.md
@@ -0,0 +1,122 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Първи стъпки
+
+Трудно е. Когато правиш нещо за пръв път винаги е трудно. Още повече, когато се работи съвместно с други хора. Затова решихме да опростим процеса на учене за новобранците в допринасянето към отворен софтуер.
+
+Четенето на статии и гледането на видео уроци помага, но има ли по-добър учител от практиката в защитена среда? Целта на този проект е да напътства и опрости първите стъпки на новобранците в участието и приноса към отворен софтуер. Ако искате да направите първата си контрибуция и да станете част от обществото на отворен софтуер, следвайте стъпките по-долу.
+
+#### *Ако не се чувствате комфортно използвайки command line (терминал), [ето и уроци за използването на програми с графичен интерфейс](#Уроци-за-иползването-на-други-приложения)*
+
+
+
+
+Ако нямате git на вашия компютър, [инсталирайте го]( https://help.github.com/articles/set-up-git/).
+
+## Направете Разклонение (Fork) на това хранилище (repository)
+
+Направете разклонение на хранилището като натиснете бутона "Fork" в горната част на тази страница.
+Това ще направи копие на това хранилище във вашия GitHub профил.
+
+## Клонирайте това хранилище
+
+
+
+Сега клонирайте локално на вашия компютър разклоненото хранилище. Отидете във вашия GitHub профил, отворете разклоненото хранилище,
+кликнете на бутона 'Clone' и копирайте линка или натиснете иконката 'copy to clipboard' (копирай в клипборда).
+
+Отворете терминал и въведете следната команда
+
+```
+git clone "линка който току-що копирахте"
+```
+като на мястото на "URL-а който току-що копирахте" (без кавичките) поставете линка към това хранилище (Вашето Разклонение на този проект). Вижте
+предните стъпки за това как да се сдобиете с линка.
+
+
+Например:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+Като на мястото на `this-is-you` се намира вашето потребителско име. В тази стъпка вие направихте копие на съдържанието на GitHub хванилището на 'first contributions' във вашия компютър.
+
+## Създайте клон (branch)
+
+Стигнете до местоположението във вашия компютър, където копирахте хранилището (ако вече не се намирате там):
+
+```
+cd first-contributions
+```
+Сега създайте клон използвайки командата `git switch -c`:
+```
+git switch -c
+
+
+Ако навигирате през терминала до директорията на проекта и въведете командата `git status`, ще видите че има променени файлове.
+
+
+ДОбавете тези промени към клона, който създадохте, използвайки командата `git add`:
+
+```
+git add Contributors.md
+```
+
+Сега commit-нете тези промени с командата `git commit`:
+```
+git commit -m "Add
+
+Сега предайте вашите промени за рецензия.
+
+
+
+Скоро аз ще слея (merge) всички ваши промени в главния клон (мастер branch) на този проект. Вие ще бъдете уведомени по електронната поща когато това се случи.
+
+## От тук накъде?
+
+Поздравления! Вие току що изпълнихте стандарните _fork -> clone -> edit -> PR_ операции, които ще срещнете като сътрудник!
+
+Отпразнувайте вашия принос и го споделете с приятели и последователи като посетите [уеб приложението](https://firstcontributions.github.io/#social-share).
+
+Ако бихте искали повече практика, разгледайте [код приноси](https://github.com/roshanjossey/code-contributions).
+
+Време да започнете да допринасяте и към други приекти. Ние сме съставили списък с проекти съдържащи лесни проблеми, които са лесни за начало. Проверете [списъка от приекти в уеб приложението](https://firstcontributions.github.io/#project-list).
+
+### [Допълнителни материали](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Уроци за иползването на други приложения
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.bih.md b/docs/gui-tool-tutorials/translations/README.bih.md
new file mode 100644
index 00000000..ff0b44b3
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.bih.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Prvi doprinosi
+
+Ovaj projekat ima za cilj da pruži konkretne korake i olakša način na koji početnici prilažu svoje prve doprinose (eng. contributions). Ukoliko ste se prepoznali u tekstu iznad i zelite da probate i doprinesete ovome ili nekom drugom projektu, pratite slijedece korake.
+
+#### _Ukoliko niste bas sigurni u vas rad sa komandnom linijom/terminalom (terminal -> za macOs), [mozete koristit ovaj link kroz GUI alate.](#Uputstva-za-druge-alate)_
+
+
+
+Ukoliko nemate git instaliran na vašoj mašini, [instalirajte ga ovde](https://help.github.com/articles/set-up-git/).
+
+## Uradite fork repozitorijuma
+
+Uradite račvanje (fork) tako što ćete kliknuti na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorijuma na vašoj github stranici.
+
+## Klonirajte repozitorijum
+
+
+
+Slijedeće, klonirajte repozitorijum koji ste prethodno račvali (fork). Posjetite svoj GitHub profil, otvorite repozitorijum koji ste račvali, kliknite na _clone_ (kloniraj/kopiraj) dugme i kliknite na ikonicu _copy to clipboard_.
+
+Otvorite terminal i upišite slijedece git komande:
+
+```
+git clone "url koji ste prethodno kopirali sa vaseg github profila" (bez navodnika i razmaka)
+```
+
+
+
+Na primjer:
+
+```
+git clone https://github.com/ovo-ste-vi/first-contributions.git
+```
+
+Gdje je umjesto `ovo-ste-vi` upisano vaše _github_ korisničko ime. Ovim kopirate sadržaj repozitorijuma _first-contributions_ na vašu mašinu.
+
+## Pravljenje grane _branch_
+
+Prebacite se u radni direktorij na vašoj mašini:
+
+```
+cd first-contributions (ili pratite gdje se tacno nalazi na vasoj masini)
+```
+
+Pa zatim napravite novo grananje _branch_ koristeći `git checkout` comandu:
+
+```
+git checkout -b
+
+Ukoliko odete u radni direktorijum i izvršite komandu `git status`, primjetit ce te da postoje promjene.
+
+Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` komandu:
+
+```
+git add Contributors.md
+```
+
+Sada potvrdite ove promjene koristeći `git commit` komandu:
+
+```
+git commit -m "Add
+
+a potom pošaljite zahtjev klikom na dugme _Create pull request_.
+
+
+
+Nakon toga, admin će spojiti promjene koje ste napravili sa master granom projekta. Dobićete mejl potvrde kada se grane spoje.
+
+## Šta dalje?
+
+Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz vaš čitav programerski život!
+
+Proslavite tako što ćete podjeliti vaš doprinos sa prijateljima i pratiocima otvaranjem [stranice](https://firstcontributions.github.io/#social-share).
+
+Pridružite se i našem Slack timu u slučaju da vam je potrebna ikakva pomoć ili imate bilo kakvih pitanja. [Slack tim](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+A sada, možemo početi sa doprinosima drugim projektima. Napravili smo spisak projekata sa jednostavnim problemima na kojima možete početi da radite. Posetite stranicu sa [the list of projects na našem sajtu](https://firstcontributions.github.io/#project-list).
+
+### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Uputstva za druge alate
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.bn.md b/docs/gui-tool-tutorials/translations/README.bn.md
new file mode 100644
index 00000000..aabb3584
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.bn.md
@@ -0,0 +1,134 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# প্রথম অবদানসমূহ
+
+এই প্রকল্পের উদ্দেশ্য হলো নতুন ডেভেলপারদের তাদের প্রথম অবদানটি সহজ করা এবং নির্দেশনা দেওয়া। যদি আপনি আপনার প্রথম অবদান করতে চান, তবে নীচের ধাপগুলি অনুসরণ করুন।
+
+প্রবন্ধ পড়ে এবং টিউটোরিয়াল দেখে অনেক কিছুই শেখা যায়, কিন্তু ব্যবহারিক পদ্ধতিতে কাজ করার চেয়ে উপযোগী কিছু হতে পারে না। এই প্রজেক্টের লক্ষ্য হচ্ছে নবীনদের দিকনির্দেশনা দেওয়া আর সেই সাথে তাদের প্রথম অবদান রাখার কাজটি সহজ করে তোলা। আপনি যদি ওপেন সোর্সে আপনার প্রথম অবদান রাখতে চান, তাহলে নিচের সহজ ধাপগুলো অনুসরণ করুন। কথা দিচ্ছি, এই প্রক্রিয়াটি অত্যন্ত মজার ও আনন্দদায়ক।
+
+#### _যদি কমান্ড লাইনে সমস্যা হয়, [তবে নীচে একটি GUI টুল ব্যবহার করে টিউটোরিয়াল দেওয়া হয়েছে।](#অন্যান্য-টুল-ব্যবহারের-টিউটোরিয়াল)_
+
+
+
+
+আপনার কম্পিউটারে গিট না থাকলে, [ ইনস্টল করুন ](https://help.github.com/articles/set-up-git/)।
+
+## এই রিপোজিটরি ফর্ক করুন
+
+এই রিপোজিটরি ফর্ক করতে 'ক্লিক এর মাধ্যমে' এই পৃষ্ঠার উপরে ফর্ক বাটনে ক্লিক করুন।
+এটি আপনার অ্যাকাউন্টে এই রিপোজিটরির একটি কপি তৈরি করবে।
+
+## রিপোজিটরি ক্লোন করুন
+
+
+
+এখন এই রিপোজিটরিটি আপনার কম্পিউটারে ক্লোন করুন। এজন্যে প্রথমে ক্লোন(Clone) বাটনে ক্লিক করুন। এরপর ক্লিক করুন _ক্লিপবোর্ডে কপি করুন(copy to clipboard)_ আইকনটিতে।
+
+আপনার টার্মিনাল (উইন্ডোজের ক্ষেত্রে কমান্ড প্রম্পট (CMD)) চালু করুন এবং নিচের কমান্ড রান করুন :
+
+```
+git clone "url you just copied"
+```
+
+যেখানে "url you just copied" (উদ্ধৃতি চিহ্ন ব্যতীত) হচ্ছে এই রিপোজিটরির ইউআরএল যা আপনি পূর্বের ধাপেই পেয়েছেন।
+
+
+
+যেমন:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+এখানে `this-is-you` হচ্ছে আপনার গিটহাব ইউজারনেম। এই কমান্ডটির মাধ্যমে আপনার কম্পিউটারে গিটহাবে অবস্থিত first-contributions রিপোজিটরির একটি কপি তৈরি হবে।
+
+## একটি ব্রাঞ্চ তৈরি করুন
+
+আপনার কম্পিউটারে রিপোজিটরির ডিরেক্টরিতে যান (যদি এখনো অন্য ডিরেক্টরিতে থাকেন) :
+
+```
+cd first-contributions
+```
+
+এখন `git switch` কমান্ডের মাধ্যমে একটি ব্রাঞ্চ তৈরি করুন :
+
+```
+git switch -c পুশ করতে সমস্যা হলে এখানে ক্লিক করুন:
+
+- ### অথ্যানটিকেশনে সমস্যা
+ remote: পাসওয়ার্ড অথ্যানটিকেশনের সাপোর্ট আগস্ট ১৩, ২০২১ থেকে আর নেই। Personal access token ব্যাবহার করুন।
+ remote: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ তে আরো তথ্য পাবেন।
+ fatal: Authentication failed for 'https://github.com/
+ [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) এ আপনার একাউন্টে SSH key generation এবং configuration
+ এর আরো তথ্য পাবেন।
+
+
+
+এখন _পুল রিকোয়েস্ট_ সাবমিট করুন।
+
+
+
+শীঘ্রই আমি এই প্রজেক্টের মাস্টার ব্রাঞ্চে আপনার সমস্ত পরিবর্তন গুলো মার্জ করব। পরিবর্তনগুলি একত্রিত হয়ে গেলে আপনি একটি নিশ্চিতকরণ ই-মেইল পাবেন৷
+
+## এরপর কী করব?
+
+আপনার অবদানের আনন্দ উপভোগ করুন এবং [ওয়েব অ্যাপ](https://firstcontributions.github.io/#social-share)-এর মাধ্যমে বন্ধু ও অনুসরণকারীদের সাথে শেয়ার করুন।
+
+যদি আপনি আরও অনুশীলন করতে চান, তাহলে [কোড অবদানগুলি](https://github.com/roshanjossey/code-contributions) চেকআউট করুন।
+
+এখন আপনি অন্যান্য প্রজেক্টগুলোতেও অবদান রাখতে পারেন। আপনার সুবিধার্থে আমরা সহজ সমস্যা সম্বলিত প্রজেক্টগুলোর একটি তালিকা তৈরি করেছি। ওয়েব অ্যাপে [প্রজেক্টগুলোর তালিকা](https://firstcontributions.github.io/#project-list) দেখুন।
+
+### [ অতিরিক্ত উপাদানসমূহ ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## অন্যান্য টুল ব্যবহারের টিউটোরিয়াল
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [গিটহাব ডেস্কটপ](../gui-tool-tutorials/github-desktop-tutorial.md) | [ভিজুয়্যাল স্টুডিও ২০১৭](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [গিটক্র্যাকেন](../gui-tool-tutorials/gitkraken-tutorial.md) | [ভিজুয়্যাল স্টুডিও কোড](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [আটলাসিয়ান সোর্সট্রি](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [ইন্টেলিজ আইডিয়া](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.by.md b/docs/gui-tool-tutorials/translations/README.by.md
new file mode 100644
index 00000000..ab624d83
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.by.md
@@ -0,0 +1,151 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Першы ўклад у праект
+
+Складана. Заўсёды складана пачынаць нешта з самага пачатку. Даволі непрыемна рабіць памылкі, асабліва калі вы працуеце ў камандзе. Увесь open source складаецца з супрацоўніцтва і сумеснай працы. Мы хочам аблегчыць першыя крокі ў навучанні і супрацоўніцтве пачаткоўцам распрацоўнікам.
+
+Чытанне артыкулаў і падручнікаў можа дапамагчы, але што можа быць лепш, чым сапраўдны практычны вопыт, без рызыкі што-небудзь сапсаваць. Мэта гэтага праекта - належным чынам накіраваць маладых навабранцаў, а таксама даць ім магчымасць зрабіць іх першы ўклад. Памятаеце: чым менш вы напружаныя, тым лепш вы вучыцеся. Калі вы шукаеце магчымасць ажыццявіць свой першы ўклад, проста прытрымлівайцеся простым крокам, размешчаным ніжэй. Абяцаем, будзе цікава.
+
+
+
+
+Калі ў вас не ўсталяваны git на кампутары, [ ўсталюйце яго ]( https://help.github.com/articles/set-up-git/ )
+
+## Стварыце асобную галінку
+
+Стварыце асобную галінку, націснуўшы на кнопку `fork` зверху гэтай старонкі. Такім чынам вы створыце копію гэтага рэпазітара ў сваім запісе.
+
+## Капіюйце рэпазітар
+
+
+
+Цяпер каб скапіяваць ваш рэпазітар на персанальны кампутар. Націсніце на кнопку `clone`, а затым на абразок `copy to clipboard`, каб скапіяваць спасылку.
+
+Адкрыйце тэрмінал і запусціце наступную git каманду:
+
+```
+git clone "url you just copied"
+```
+Дзе "url you just copied" (без двукоссяў) гэта спасылка на ваш рэпазітар. Паглядзіце папярэднія крокі, каб атрымаць гэтую спасылку.
+
+
+
+Напрыклад:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+Дзе `this-is-you` ваш лагін на github. Такім чынам вы капіруеце рэпазітар 'first-contributions' з GitHub на ваш персанальны кампутар.
+
+## Стварыце галінку
+
+Перайдзіце ў каталог рэпазітара на вашым кампутары, калі вы яшчэ не там.
+
+```
+cd first-contributions
+```
+Цяпер стварыце галінку, з дапамогай `каманды git checkout`
+
+```
+git checkout -b
+
+Цяпер пацвердзіце pull-request.
+
+
+
+Хутка я ўчыню аб'яднанне ўсіх вашых змяненняў з асноўнай галіной гэтага праекта. Вы атрымаеце паведамленне па электроннай пошце, калі змены будуць прынятыя (ўнесены ў галоўную галіну).
+
+Асноўная галіна вашага рэпазітара не будзе зменена. Для сінхранізацыі выканайце крокі, размешчаныя ніжэй.
+
+## Сінхранізуецца ваша адгалінаванне з дадзеным рэпазітаром
+
+Перш за ўсё перайдзіце ў асноўную галіну:
+```
+git checkout master
+```
+Затым дадайце url майго рэпазітара ў полі `upstream remote url`:
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+Такім чынам мы паведамім git, што існуе іншая версія дадзенага праекта па пэўнай спасылцы, і мы яе лічым майстрам. Як толькі змены смержены, падгрузіць новую версію майго рэпазітара.
+```
+git fetch upstream
+```
+
+Такім чынам мы забралі ўсе змены ў маім адгалінаванні (upstream remote). Пасля, вам трэба зліць новую версію майго рэпазітара з вашай майстар-галіной.
+```
+git rebase upstream/master
+```
+Так вы ўжываеце ўсе змены, якія вы падцягнулі да вашай майстар-галіны. Калі вы запушите зараз майстар-галіна, ваша адгалінаванне таксама будзе ўтрымліваць змены.
+```
+git push origin master
+```
+Звярніце ўвагу, што вы робіце push ў выдаленай рэпазітар origin.
+
+На гэтым этапе я аб'яднаў вашу галіну ` |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+## Што далей?
+
+Ніжэй некалькі папулярных рэпазітароў, дзе вы можаце знайсці заданні для пачаткоўцаў. Наперад, перайдзіце ў рэпазітары, каб даведацца больш.
+
+| [](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [
](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [
](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) |
+| [](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) |
+| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) |
+| [](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) |
+| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) |
+| [](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [
](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
+| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
diff --git a/docs/gui-tool-tutorials/translations/README.ca.md b/docs/gui-tool-tutorials/translations/README.ca.md
new file mode 100644
index 00000000..52fd4303
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ca.md
@@ -0,0 +1,121 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Primeres Contribucions
+
+És difícil. Sempre es difícil fer una cosa per primera vegada. Sobretot quan es col·labora amb altres, ja que equivocar-se no és gens agradable. Volem simplificar la manera d'aprendre a contribuir i col·laborar en projectes de codi obert per primera vegada.
+
+Llegir articles i mirar tutorials pot ser útil, però què millor que fer les coses en un entorn pràctic real? Aquest projecte és una guia per a principiants que vol simplificar la primera contribució a projectes de codi oberts. Si vols fer la teva primera contribució, segueix les instruccions que es mostren a continuació:
+
+#### *Si no et sents còmode/a amb la línia d'ordres (*Command Line*), [aquí trobaràs tutorials utilitzant eines que tenen Interfície Gràfica (GUI)](#Tutorials-amb-Altres-Eines)*
+
+
+
+Si no tens git al teu ordinador, l'hauràs d'[instal·lar]( https://help.github.com/articles/set-up-git/).
+
+## Bifurca (*Fork*) aquest respositori
+
+Fes una *fork* d'aquest repositori clicant al botó "*Fork*" a la part superior dreta d'aquesta pàgina.
+Això crearà una còpia d'aquest repositori al teu compte de GitHub.
+
+## Clona (*Clone*) el repositori
+
+
+
+Clona aquest repositori al teu ordinador: ves al teu compte de GitHub, fes clic al botó clonar "*clone or download*" del repositori, i després clica a la icona de *copiar al porta-retalls*.
+
+Obre una terminal/línia d'ordre i executa el següent comandament de git:
+
+```
+git clone "url que acabes de copiar"
+```
+on "url que acabeu de copiar" (sense cometes dobles) és la *url* per a aquest repositori (la vostra bifurcació o *fork* d'aquest projecte). Per obtenir la *url*, torna als passos anteriors.
+
+
+
+Per exemple:
+```
+git clone https://github.com/aquest-soc-jo/first-contributions.git
+```
+on `aquest-soc-jo` és el teu nom d'usuari de GitHub. En aquest pas, estàs copiant el contingut del repositori *first-contributions* de GitHub al teu ordinador.
+
+## Crea una branca (*branch*)
+
+Canvieu al directori del repositori del vostre ordinador (si no hi esteu allà ja):
+
+```
+cd first-contributions
+```
+Crea una nova branca (*branch*) utilitzant el comandament `git checkout`:
+```
+git checkout -b
+
+
+Ara, si vas al directori del projecte i executes el comandament `git status`, veuràs els canvis.
+
+
+Afegeix aquests canvis a la branca que acabes de crear utilitzant el comandament `git add`:
+
+```
+git add Contributors.md
+```
+
+Confirma (*commit*) els canvis utilitzant el comandament `git init`:
+```
+git commit -m "Add
+
+Envia la solicitud d'incorporació (*pull request*).
+
+
+
+Quan un administrador vegi la solicitud, la revisarà i incorporarà els teus canvis a la branca principal (*main branch*) del projecte. Rebràs una notificació per correu electrònic quan els canvis s'hagin incorporat.
+
+## I ara què?
+
+Enhorabona! Acabes de completar el procés de treball principal que et trobaràs com a col·laborador de projectes de codi obert: *_fork -> clone -> edit -> PR_*.
+
+Ara, celebra la teva contribució i comparteix-la amb els teus amics i seguidors anant a [la web](https://firstcontributions.github.io/#social-share).
+
+Si vols contribuir al projecte, pots començar amb aquesta [guia per contribuir al codi](https://github.com/roshanjossey/code-contributions).
+
+A continuació, et pots preparar per contribuir a altres projectes. Hem reunit una llista de projectes amb tasques (*issues*) pendents fàcils per tal de poder començar. Fes un cop d'ull a [la llista de projectes aquí](https://firstcontributions.github.io/#project-list).
+
+### [Material extra](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Tutorials utilitzant altres eines
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](https://www.jetbrains.com/idea/download/#section=windows) |
diff --git a/docs/gui-tool-tutorials/translations/README.col.md b/docs/gui-tool-tutorials/translations/README.col.md
new file mode 100644
index 00000000..290d5f61
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.col.md
@@ -0,0 +1,129 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Primeras Contribuciones
+
+Uy, la cosa está complicada. La primera vez que uno le mete la ficha a algo nuevo es re difícil, ¿sí o qué? Más cuando toca camellar con otra gente, porque nadie quiere meter las patas y quedar como un guevón. Nosotros queremos es que los pipiolos que le quieren entrar al código abierto la tengan más suave para aprender y aportar su granito de arena.
+
+Bacano leer artículos y ver tutoriales y toda esa vaina, pero nada como aprender haciendo, ¿o no? Este proyecto es una guía re chévere para que los novatos le cojan el tiro a esto de contribuir por primera vez. Si quieres estrenar tus pinitos en esto, sigue estos pasos al pie de la letra:
+
+#### _Si no le has cogido el tiro a la consola,[acá tenés tutoriales con herramientas más amigables (GUI)](#Tutoriales-con-otras-herramientas)_
+
+
+
+Si no tenés git en tu aparato, podés encontrar cómo instalarlo en[este link](https://docs.github.com/es/get-started/quickstart/set-up-git).
+
+## Hacele un (_Fork_) a este repositorio
+
+Dale click al botón de "_Fork_" allá arriba a la derecha de esta página.
+Eso te va a crear una copia de este repositorio en tu cuenta, facilito.
+
+## Clona (_Clone_) el repositorio Forkeado
+
+
+
+Ahora toca clonar este repositorio en tu compu. Andate a tu cuenta de GitHub, dale al botón de "_clone or download_" y después al iconito para _copiar al portapapeles_.
+
+Abre tu consola o terminal y ejecuta el siguiente comando de git:
+
+```
+git clone "url que acabas de copiar"
+```
+
+Donde dice "url que acabas de copiar" (sin las comillas, ojo) es la _url_ de este repositorio (tu _fork_ del proyecto). Mira los pasos de antes para sacar la _url_.
+
+
+
+Por ejemplo:
+
+```
+git clone https://github.com/este-eres-tu/first-contributions.git
+```
+
+Cambiá `este-eres-tu` por tu usuario de GitHub. Acá estás copiando todo el contenido del repositorio _first-contributions_ de GitHub a tu compu.
+
+## Crea una rama (_Branch_)
+
+Metete al directorio del repositorio en tu compu (si no estás ya ahí).
+
+```
+cd first-contributions
+```
+
+Ahora crea una rama (_branch_) usando el comando `git checkout`:
+
+```
+git checkout -b
+```
+
+Por ejemplo:
+
+```
+git checkout -b add-alonzo-church
+```
+
+(No es obligatorio que el nombre de la rama tenga la palabra add, pero tiene sentido ponerla porque la idea de esta rama es agregar tu nombre a la lista.)
+
+## Hacé los cambios necesarios y confirmalos (_Commit_)
+
+Abrí el archivo `Contributors.md` en un editor de texto y agregá tu nombre. No lo pongas ni al principio ni al final del archivo, metelo en cualquier otro lado. Guardá el archivo.
+
+
+
+Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios.
+
+Agrega esos cambios a la rama (_branch_) que creaste anteriormente usando el comando `git add`:
+
+```
+git add Contributors.md
+```
+
+Ahora hacele un _commit_ a esos cambios ejecutando el comando `git commit`:
+
+```
+git commit -m "Add
+
+Ahora mandá la _pull request_.
+
+
+
+Dentro de poco voy a estar fusionando tus cambios (haciendo merge) con la rama master de este proyecto. Te va a llegar un correo cuando los cambios estén fusionados.
+
+## ¿Y ahora qué sigue?
+
+¡Felicitaciones parcero! ¡Le diste la vuelta completa al proceso _fork -> clone -> edit -> PR_ que vas a usar un montón como contribuidor!
+
+Celebrá tu aporte y compartilo con tus amigos y seguidores en la.[web app](https://firstcontributions.github.io/#social-share).
+
+También te podés unir a nuestro equipo de Slack si necesitás una mano o tenés alguna pregunta.[Unite a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Ahora dale, empezá a contribuir a otros proyectos. Armamos una lista de proyectos con issues fáciles para que arranques. Dale una mirada a la[lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list).
+
+### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutoriales con otras herramientas
+
+| |
|
| |
|
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.cs.md b/docs/gui-tool-tutorials/translations/README.cs.md
new file mode 100644
index 00000000..60cfa05b
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.cs.md
@@ -0,0 +1,126 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# První příspěvek
+
+Život je těžký. Obzvláště když něco děláte poprvé. V případě, že na něčem spolupracujete, není dělání chyb něco, co by vám dělalo radost. My bychom rádi zjednodušili cestu novým přispěvatelům do open-source při jejich učení se jak na to.
+
+Čtení článků nebo zhlédnutí video návodů jsou také cesty, ale co je lepší než si danou věc přímo osahat na vlastní kůži v reálném prostředí? Tento projekt je zaměřen na poskytnutí pomoci začátečníkům s jejich prvním přispěním do open-source. Pokud jste jím právě vy, následujte kroky popsané níže.
+
+#### *Pokud nemáte rádi příkazovou řádku, [zde najdete návody na použití nástrojů s GUI (grafické uživatelské rozhraní)](#Návod-za-použití-dalších-nástrojů)*
+
+
+
+
+Pokud namáte nainstalovaný git, [nainstalujte si jej]( https://help.github.com/articles/set-up-git/).
+
+## Forkněte tento repozitář
+
+Forkněte (vytvoření kopie z originálu, z anglického *fork* – *vidlička*, jako vytvoření nové odnože) tento repozitář kliknutím na tlačítko **Fork** nahoře na této stránce. Tím vytvoříte kopii tohoto repozitáře na svém vlastním GitHub účtu.
+
+## Naklonujte repozitář
+
+
+
+Nyní naklonujte (anglicky *clone*) forknutý repozitář na váš počítač, naklonování není nic jiného než stáhnutí obrazu repozitáře k vám na počítač. Na vašem GitHub účtu si otevřete forknutý repozitář, klikněte na tlačítko **Clone or download** a následně v okýnku, které se objeví, klikněte na tlačítko s ikonkou **copy to clipboard** vedle URL adresy, čímž si ji zkopírujete do schránky.
+
+Teď otevřete terminál a spusťte následující příkaz:
+
+```
+git clone "url které jste právě zkopírovali"
+
+```
+
+
+
+Například:
+
+```
+git clone https://github.com/vase-username/first-contributions.git
+```
+
+Tímto na svém počítači vytvoříte složku se soubory daného repozitáře.
+
+## Vytvořte větev
+
+V příkazové řádce se přepněte do složky s repozitářem (pokud v ní už nejste)
+
+```
+cd first-contributions
+```
+
+Nyní vytvořte novou větev (anglicky *branch*) za použití příkazu `git checkout`:
+
+```
+git checkout -b
+
+Pokud teď v příkazové řádce spustíte příkaz `git status`, uvidíte jaké změny byly v repozitáři provedeny.
+
+Tyto změny do dané větvě přidáte příkazem `git add`:
+
+```
+git add Contributors.md
+```
+
+Zbývá už jen potvrdit (anglicky *commit*) změny příkazem `git commit`:
+
+```
+git commit -m "Add
+
+Teď vytvořte žádost o přetažení vaší větve do originálního repozitáře (anglicky *pull request*).
+
+
+
+Brzy budou správci provádět zapracování vašich změn do hlavní (anglicky *master*) větve tohoto projektu. Až se do ní vaše změny dostanou, dostanete e-mailové upozornění.
+
+## Kam dále?
+
+Blahopřejeme! Právě jste dokončili standardní _fork -> clone -> edit ->_ průběh práce (anglicky *workflow*), se kterým se jako přispěvatel do projektů setkáte dennodenně.
+
+Oslavte svůj první příspěvek se svými přáteli a následovníky přes [webovou aplikaci](https://firstcontributions.github.io/#social-share).
+
+Pokud byste chtěli více praxe, můžete zkusit [code contributions](https://github.com/roshanjossey/code-contributions).
+
+Nyní vám už nic nebrání v příspívání do ostatních projektů. Připravili jsme pro vás seznam projektů, které mají jednoduché záležitosti k vyřešení/naprogramování, se kterými můžete začít. Podívejte se [zde](https://firstcontributions.github.io/#project-list).
+
+### [Další materiály](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Návod za použití dalších nástrojů
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.da.md b/docs/gui-tool-tutorials/translations/README.da.md
new file mode 100644
index 00000000..4ef764da
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.da.md
@@ -0,0 +1,128 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Første bidrag
+
+Det er svært. Det er altid svært når det er første gang. Specielt hvis man samarbejder er det ikke rart at begå fejl. Vi vil simplificere den store udfordring det er for nybegyndere at lære om open-source, og at lave deres første bidrag.
+
+At læse artikler og se video guides hjælper, men hvad er bedre end at bruge det i praksis? Dette projekt håber at kunne tilbyde vejledning og gøre det overkommeligt for alle at lave deres første open-source bidrag.
+
+#### _Hvis du ikke er komfortabel med command line, [her er vejledninger til GUI værktøjer](#Guides-med-andre-værktøjer)_
+
+
+
+Har du ikke Git på din maskine kan du [installere det](https://help.github.com/articles/set-up-git/).
+
+## Fork dette repository
+
+Fork dette repo ved at klikke på "fork" knappen øverst på siden.
+Dette vil lave en kopi af projektet i din Github konto.
+
+## Clone dette repository
+
+
+
+Næste trin er at "clone" dit nye repository til din maskine. Naviger til din Github account og åbn dit nye repository, derefter find "clone" øverst oppe og tryk på knappen. Tryk _copy to clipboard_ ikonet.
+
+Åbn en terminal og kør den følgende git command:
+
+```
+git clone "din url"
+```
+
+hvor "din url" skal erstattes med den URL du kopieret i forrige trin.
+
+
+
+Eksempel:
+
+```
+git clone https://github.com/dit-brugernavn/first-contributions.git
+```
+
+Erstat 'dit-brugernavn' med dit GitHub brugernavn. Her kopierer vi indholdet af first-contributions repositoriet fra din Github konto, til din lokale PC.
+
+## Opret en branch
+
+Åbn en konsol og cd til dit lokale repository (hvis ikke du allerede er der):
+
+```
+cd first-contributions
+```
+
+Derefter opretter du en branch med kommandoen `git checkout`:
+
+```
+git checkout -b
+
+Hvis du går til konsollen og kører kommandoen `git status`, vil du se dine ændringer.
+
+Tilføj disse ændringer til din branch med kommandoen `git add`:
+
+```
+git add Contributors.md
+```
+
+Derefter commit ændringerne med kommandoen `git commit`:
+
+```
+git commit -m "Add
+
+Indgiv nu din pull request.
+
+
+
+Snart vil jeg merge dine ændringer ind i master branch'en af projektet. Du vil modtage en notifikation per email når dine ændringer er blevet merget.
+
+## Hvor til nu?
+
+Tillykke! Du har nu gennemført den udbredte _fork -> clone -> edit -> PR_ workflow som du vil støde oftest på som contributor!
+
+Fejr dit bidrag og del det med dine venner og følgere ved at gå til [web app](https://firstcontributions.github.io/#social-share).
+
+Du kan også tilslutte dig vores code-contributions repo, hvis du er klar til at løse mere avancerede problemer. [Join code-contributions repo](https://github.com/firstcontributions/code-contributions).
+
+Tillad os også at hjælpe dig i gang med dine næste bidrag. Vi har kompileret en liste af projekter med letty, overkommelige problemer du kan starte ud med. Check den ud her: [the list of projects in web app](https://firstcontributions.github.io/#project-list).
+
+### [ekstra materiale](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Guides med andre værktøjer
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.de.md b/docs/gui-tool-tutorials/translations/README.de.md
new file mode 100644
index 00000000..f39d0865
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.de.md
@@ -0,0 +1,249 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+#### _Read this in [other languages](../translations/Translations.md)._
+[](../translations/README.al.md)
+[
](../translations/README.arm.md)
+[
](../translations/README.uz.md)
+[
](../translations/README.aze.md)
+[
](../translations/README.bn.md)
+[
](../translations/README.bg.md)
+[
](../translations/README.pt_br.md)
+[
](../translations/README.ca.md)
+[](../translations/README.zh-cn.md)
+[
](../translations/README.cs.md)
+[
](../translations/README.de.md)
+[
](../translations/README.da.md)
+[
](../translations/README.eg.md)
+[
](../translations/README.dz.md)
+[
](../translations/README.es.md)
+[
](../translations/README.fr.md)
+[
](../translations/README.ga.md)
+[
](../translations/README.gl.md)
+[](../translations/README.gr.md)
+[
](../translations/README.ge.md)
+[
](../translations/README.hu.md)
+[
](../translations/README.id.md)
+[
](../translations/README.hb.md)
+[
](../translations/Translations.md)
+[
](../translations/README.ta.md)
+[
](../translations/README.fa.md)
+[
](../translations/README.it.md)
+[
](../translations/README.ja.md)
+[
](../translations/README.si.md)
+[
](../translations/README.kws.md)
+[
](../translations/README.ko.md)
+[
](../translations/README.lt.md)
+[
](../translations/README.ro.md)
+[
](../translations/README.mm_unicode.md)
+[
](../translations/README.mk.md)
+[
](../translations/README.mx.md)
+[
](../translations/README.my.md)
+[
](../translations/README.nl.md)
+[
](../translations/README.no.md)
+[
](../translations/README.np.md)
+[
](../translations/README.fil.md)
+[
](../translations/README.en-pirate.md)
+[](../translations/README.ur.md)
+[
](../translations/README.gh.md)
+[
](../translations/README.pl.md)
+[
](../translations/README.pt-pt.md)
+[
](../translations/README.ru.md)
+[
](../translations/README.ar.md)
+[
](../translations/README.se.md)
+[
](../translations/README.slk.md)
+[
](../translations/README.sl.md)
+[
](../translations/README.th.md)
+[
](../translations/README.tr.md)
+[
](../translations/README.zh-tw.md)
+[
](../translations/README.ua.md)
+[
](../translations/README.vn.md)
+[
](../translations/README.sw.md)
+[
](../translations/README.zul.md)
+[
](../translations/README.afk.md)
+[
](../translations/README.igb.md)
+[
](../translations/README.mli.md)
+[
](../translations/README.hau.md)
+[
](../translations/README.yor.md)
+[](../translations/README.lv.md)
+[
](../translations/README.fi.md)
+[
](../translations/README.by.md)
+[
](../translations/README.sr.md)
+[
](../translations/README.kz.md)
+[
](../translations/README.bih.md)
+[
](../translations/README.bih.md)
+[
](../translations/README.hr.md)
+[
](../translations/README.ps.md)
+[
](../translations/README.so.md)
+[
](../translations/README.ec.md)
+[
](../translations/README.lug.md)
+[
](../translations/README.tm.md)
+[
](../translations/README.ewe.md)
+[
](../translations/README.et.md)
+[
](../translations/README.kr.md)
+[
](../translations/README.mg.md)
+[
](../translations/README.kh.md)
+[
](../translations/README.ma.md)
+
+# First Contributions
+
+Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte.
+
+_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitungen für GUI Tools.](#Anleitungen-für-andere-Tools)_
+
+
+
+#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://...github.com/en/get-started/quickstart/set-up-git).
+
+## Forke dieses Repository
+
+Forke dieses Repository indem du auf den Fork Button oben auf dieser Seite klickst.
+Dies wird eine Kopie dieses Repository's in deinem Account erstellen.
+
+## Klone das Repository
+
+
+
+Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu deinem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon.
+
+Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus:
+
+```bash
+git clone "kopierte url"
+```
+
+wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst .
+
+
+
+Zum Beispiel:
+
+```bash
+git clone git@github.com:das-bist-du/erster-Beitrag.git
+```
+
+wobei `das-bist-du` dein Github Nutzername ist. Hier kopierst du den Inhalt des first-contributions Repository's auf Github auf deinen Computer.
+
+## Erstelle einen Zweig
+
+Wechsle zum Repository Ordner (wenn du nicht bereits dort bist):
+
+```bash
+cd first-contributions
+```
+
+Erstelle nun einen Zweig, indem du den `git switch` Befehl benutzst:
+
+```bash
+git switch -c dein-neuer-zweig-name
+```
+
+Zum Beispiel:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+ Wenn du auf irgendeinen Fehler bei der Nutzung von git switch stößt, drücke hier:
+
+Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" erscheint, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt.
+
+In diesem Fall versuche stattdessen `git checkout` zu nutzen:
+
+```bash
+git checkout -b dein-neuer-zweig-name
+```
+
+
+
+Wenn du in den Projektordner gehst und den Befehl `git status`, ausführst werden dir die Änderungen angezeigt.
+
+Füge diese Änderungen nun zu dem Zweig hinzu den du gerade erstellt hast, indem du den Befehl `git add` ausführst.
+
+```bash
+git add Contributors.md
+```
+
+Jetzt commite diese Änderungen mit dem `git commit` Befehl:
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+ersetze `your-name` mit deinem Namen.
+
+## Änderungen auf Github pushen
+
+Übertrage deine Änderungen mit `git push`:
+
+```bash
+git push -u origin dein-zweig-name
+```
+
+ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast.
+
+ Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier:
+
+- ### Authentifizierungs Fehler
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Gehe zu [GitHub's tutorial](https://...github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst.
+ Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen.
+
+ Wenn es so aussieht:
+ origin https://github.com/your-username/your_repo.git (fetch)
+ origin https://github.com/your-username/your_repo.git (push)
+
+ ändere es mit diesem Befehl:
+ ```bash
+ git remote set-url origin git@github.com:dein-nutzername/dein_repo.git
+ ```
+ Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler.
+
+
+Jetzt, reiche deine Pull-Request ein.
+
+
+
+Bald werde ich alle deine Änderungen in den Haupt-Zweig dieses Projektes mergen. Du wirst eine Benachrichtigungs Email bekommen sobald die Änderungen gemerged wurden.
+
+## Was nun?
+
+Gratulation! Du hast gerade den Standard _Forken -> Klonen -> Bearbeiten -> Pull-Request_ Workflow durchgeführt, dem du als Beitragender oft begegnen wirst!
+
+Feier deinen Beitrag und teile in mit deinen Freunden und Followern indem du hier drückst [web app](https://firstcontributions.github.io/#social-share).
+
+Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://github.com/roshanjossey/code-contributions) an.
+
+Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an.
+
+### [Zusätzliches Material](../additional-material)
+
+## Anleitungen für andere Tools
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Awel mouchraka 🇩🇿
+
+Dayemen kayen mochkile ki nebdaw hadja men el bidaya. El khawof ta3 edire khatae daymen machi melih, khousousan ki techarek fi el code. Bessah 3alem el tatbi9ate el hourine mawodjoud bache etcharek wo tekhdem fi madjemou3a. Tani, Rana habine nebesstou el ta3lime ta3 el moucharraka el djadidda fel tatbi9ate el hourra bi ta3lime kifache techarek lil merra el oulla.
+
+Te9rra ma9alate wa les tutos te9derre te3awonek, bessah wache howa afdel mine tehawolle tessiyi bela ma eddire akhtae ? Hadda el machrou3 medyoure bache yaa3ti nassaihe wo y ssahel tari9ate kifache li maya3rfouche bache eydirrou el moucharaka el oulla ta3houme. Etfekare : 9edma tekoune alaise, 9edma tet3alem bezaf. Wolla rak hab etcharek lel merra el oulla, teba3 el khtouwate el djaya. Wallah, rah tekoune moussaliya.
+
+
+
+Wolla ma3endekche git fel ordinateur ta3ek, [ tell3ou be rabet ]( https://help.github.com/articles/set-up-git/ ).
+
+## Forker hadda el garage (ne3aytoulou tani Fork)
+
+Forker el garage ki teklicker 3ala zire Fork el fow9e ta3 el safeha.
+Hada rah yecrée nousskha tabe9 el assel ta3 el garage fi github ta3ek.
+
+## Enssoukhe el garage 3andek fel PC
+
+
+
+Dourka, enssoukhe hada el garage 3ala el PC diyalek. Clické 3ala el zire enssoukhe menba3ede eclicker 3ala l'icone *copié fi presse papier ta3ek*.
+
+Eftah la console ta3 les commandes (ida rak fi windows) wola el terminale (ida rak fi MacOS ou Linux) menba3de cheghale lé commandes git el taliya :
+
+```
+git clone "l'url eli copietha dourk berk"
+```
+wine "l'url eli copietha dourk berk" (bela lé guillemets) hiya l'url ta3 el garage. chouf fi eli fate men 9abel bache tethassel 3ala l'url.
+
+
+
+Mithale :
+```
+git clone https://github.com/issem-el-mousstakhdem-ta3ek/first-contributions.git
+```
+
+wine `issem-el-mousstakhdem-ta3ek` howa issem el mousstakhdem ta3 el compte ta3ek github, hena rak tecopier ga3 el mouhtawa ta3 el garage `first-contributions` mine Github lel PC diyalek.
+
+## Ecréyé far3e
+
+Rouhe lel garage ta3 el projet eli créyitou djedide mousstenssakhe (edha marakeche déja fih)
+
+```
+cd first-contributions
+```
+
+Dourka ecréyé far3e be la commande `git checkout` :
+
+```
+git checkout -b
+
+Dourka présenter el talebe diyalek lel fahsse.
+
+
+
+Fi zamen saghire rah ene fuzioné el taghyérates ta3ek me3a el fare3 main ta3 el projet hada, Yewosselek rissala ta3 el taghyérates ghire ki tendare la fusion kamel.
+
+El far3e main ta3ek marahe yessralou hata taghyiére lel ane. Bache main ta3ek yekoune moutwafek me3a ta3i, lazem tabe3 hadou lé el khoutouwates :
+
+## Khelli el main ta3ek synchronisé me3a hada el garage
+
+ Bache tebda, rouhe lel fare3 main
+ ```
+ git checkout main
+ ```
+
+ Zide l'url ta3 el garage ta3ek ki `upstream remote url` :
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+
+Hada rah tekoune tarika bache te9oule lel git beli kayen version wahdoukhera texister bi had el 3ounwane wo nettb9ou a3lihe `upstream`. Ghire el tagheyérates tet fuzionna, hawosse 3ala la version djedidda ta3 el garrage ta3i :
+```
+git fetch upstream
+```
+
+Henya rana nehawossou 3ala teghyérates fel main ta3i (upstream remote). Dourka, rahe tefusioner el taghyére el djadid ta3 el garage ta3i me3a el far3e ta3ek main :
+```
+git rebase upstream/main
+```
+Henya rahe neteb9ou ga3 el taghyérates eli rak tehawosse a 3lihoume fel far3e main. Idha be3ate el far3e main dourka, el main ta3ek rahe yekoune howa tani fih taghéyérates :
+```
+git push origin main
+```
+Tahedire: Hadi el khetra, rah tebe3aye el garage el be3ide eli assmou origin.
+
+Fi hade el marhala rani fusionite el far3e ` |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ec.md b/docs/gui-tool-tutorials/translations/README.ec.md
new file mode 100644
index 00000000..fabd76f4
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ec.md
@@ -0,0 +1,152 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Primeras Contribuciones
+
+Este proyecto tiene como objetivo simplificar y guiar la forma en que los principiantes hacen su primera contribución. Si está buscando hacer su primera contribución, siga los pasos a continuación.
+
+
+#### *Si no estás familiarizado con la línea de comandos, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#tutoriales-usando-otras-herramientas)*
+
+
+
+En caso de no tener instalado Git en tu equipo, te dejo una [guia]( https://git-scm.com/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci%C3%B3n-de-Git) para instalarlo.
+
+## Has un "Fork" de este repositorio
+
+Presiona el boton "fork" de este repositorio en la parte superior derecha de la página. Al hacer esto, se crea una copia de este repositorio en tu cuenta de GitHub.
+
+## Has un "Clone" del repositorio copiado
+
+
+
+Ahora clona el repositorio al que le hiciste un fork previamente, el URL del repositorio deberia estar asi `https://github.com/
+
+Por ejemplo:
+```
+git clone https://github.com/ Si obtienes algún error usando git switch, haz clic aquí:
+
+Si aparece el mensaje de error "Git: `switch` no es un comando git. Consulta `git –help`", es probable que estés usando una versión anterior de git.
+
+En este caso, intenta usar git checkout en su lugar.
+
+
+Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados.
+
+Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`:
+
+```
+git add Contributors.md
+```
+
+Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`:
+```
+git commit -m "Add Si obtienes algún error al enviar (Push), haz clic aquí:
+
+- ### Error de Autenticación
+ remote: El soporte para la autenticación de contraseña se eliminó el 13 de agosto de 2021. Utiliza un token de acceso personal en su lugar.
+ remote: Consulta [https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/) para obtener más información.
+ fatal: Fallo en la autenticación para '[https://github.com/](https://github.com/)
+ Ve al [tutorial de GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sobre cómo generar y configurar una clave SSH en tu cuenta.
+
+ Además, es posible que desees ejecutar `git remote -v` para verificar tu dirección remota.
+
+ Si se ve algo como esto:
+ origin [https://github.com/tu-usuario/tu_repo.git] (fetch)
+ origin [https://github.com/tu-usuario/tu_repo.git] (push)
+
+
+ cámbialo usando este comando:
+ ```bash
+ git remote set-url origin git@github.com:tu-usuario/tu_repo.git
+ ```
+ De lo contrario, aún se te pedirá un nombre de usuario y contraseña y obtendrás un error de autenticación.
+
+
+Ahora envía el *pull request*.
+
+
+
+Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados.
+
+## ¿Cuáles son los siguientes pasos?
+
+¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor!
+
+Festeja tu contribución y compártela con tus amigos y seguidores yendo a la [web app](https://firstcontributions.github.io/#social-share).
+
+Si deseas más práctica, consulta [code contributions](https://github.com/roshanjossey/code-contributions).
+
+Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list).
+
+### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Tutoriales usando otras herramientas
+
+||
|
|
||
|
+|---|---|---|---|---|---|
+|[GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md)|[Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md)|[GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md)|[Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md)| [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md)|[IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md)|
diff --git a/docs/gui-tool-tutorials/translations/README.eg.md b/docs/gui-tool-tutorials/translations/README.eg.md
new file mode 100644
index 00000000..18b2ed99
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.eg.md
@@ -0,0 +1,179 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+#
+لكن المساهمة في مشاريع مفتوحة المصدر اسسها العمل الجماعي والعطاء.
+
+في المشروع دة هدفنا هو تبسيط الطريق لأول مساهمة ليك.
+
+
+
+
+
+
+##
+
+## git status الأمر دة بيظهر لك أي تغيرات حصلت في المشروع.
+عشان تضيف التغيرات دي للفرع بتاعك هتستخدم الأمر دا git add.
+git commit.<your-name> بإسمك.
+
+## git push<add-your-name> بإسم الفرع اللي انت لسة عامله . لو عندك مشكلة وانت بتعمل push غالبا هتكون Authentication error
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ أسهل طريقة لحل المشكلة انك تعمل ssh key وتحطه علي GitHub
+ [GitHub's Tutorial - Create an ssh key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
+ [GitHub's tutorial - adding ssh key to your account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
+ بكده هتكون authenticated و مش هيكون عندك مشكلة لما تعمل push
+
+ تقدر تتاكد انك بترفع علي الريبو الصح لما تكتب في ال
+ ```bash
+ git remote -v
+ ```
+ لو ظهرلك كده:
+ origin https://github.com/your-username/your_repo.git (fetch)
+ origin https://github.com/your-username/your_repo.git (push)
+ يبقي معندكش مشكلة
+ غير كده تقدر تغير ال remote address كده
+ ```bash
+ git remote set-url origin git@github.com:your-username/your_repo.git
+ ```
+
+
+
+
+Compare & pull request. هو ماكنش ظاهر قبل كدة.
+
+
+
+
+
+ |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.en-pirate.md b/docs/gui-tool-tutorials/translations/README.en-pirate.md
new file mode 100644
index 00000000..54603b00
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.en-pirate.md
@@ -0,0 +1,127 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# First Contributions
+
+'tis hard. 'tis always hard th' first time ye do somethin'. Especially when ye be collaboratin', makin' mistakes ain't a comfortable thin'. We wanted t' simplify th' way new open-source contributors learn & contribute fer th' first time.
+
+Readin' tales & watchin' tutorials can help, but wha''s better than actually doin' th' stuff in a practice environment? This project aims at providin' guidance & simplifyin' th' way beginners make thar first contribution. If ye be lookin' t' make yer first contribution, follow th' steps below.
+
+#### *If ye're nah comfortable wit' command line, [here be tutorials usin' GUI tools.](#Tutorials-Usin'-Other-Tools)*
+
+
+
+If ye don't 'ave git on yer machine, [install it](https://help.github.com/articles/set-up-git/).
+
+## Fork this repository
+
+Fork this repo by skewerin' on th' fork button on th' top o' this page.
+This will create a copy o' this repository in yer account.
+
+## Clone the repository
+
+
+
+Now clone this repo t' yer machine. Go t' yer GitHub account, skewer on th' clone button 'n then skewer th' *copy to clipboard* icon.
+
+Open a terminal 'n run th' followin' git command:
+
+```
+git clone "url ye jus' copied"
+```
+
+where "url ye jus' copied" (without th' quote marks) be th' url t' this repository (yer fork o' this project). See th' previous steps t' obtain th' url.
+
+
+
+Fer example:
+
+```
+git clone https://github.com/this-be-ye/first-contributions.git
+```
+
+where `this-be-ye` be yer GitHub username. Here ye're copyin' th' contents o' th' first-contributions repository in GitHub t' yer 'puter.
+
+## Create a branch
+
+Change t' th' repository directory on yer 'puter (if ye be nah already thar):
+
+```
+cd first-contributions
+```
+
+Now create a branch usin' th' `git checkout` command:
+
+```
+git checkout -b
+
+If ye go t' th' project directory 'n execute th' command `git status`, ye'll see thar are changes.
+
+Add those changes t' th' branch ye jus' created usin' th' `git add` command:
+
+```
+git add Contributors.md
+```
+
+Now commit those changes usin' th' `git commit` command:
+
+```
+git commit -m "Add
+
+Now submit th' pull request.
+
+
+
+Soon I'll be mergin' all yer changes into th' master branch o' this project. Ye will get a notification email once th' changes 'ave been merged.
+
+## Where t' go from here?
+
+Well done! Ye jus' completed th' standard _fork -> clone -> edit -> PR_ workflow that ye'll encounter often as a contributor!
+
+Celebrate yer contribution 'n share it wit' yer hearties 'n followers by goin' t' [web app](https://firstcontributions.github.io/#social-share).
+
+Now let's get ye started wit' contributin' t' other projects. We've compiled a list o' projects wit' easy issues ye can get started on. Check out [th' list o' projects in web app](https://firstcontributions.github.io/#project-list).
+
+### [Additional material](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutorials Usin' Other Tools
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.eo.md b/docs/gui-tool-tutorials/translations/README.eo.md
new file mode 100644
index 00000000..dda4aa3b
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.eo.md
@@ -0,0 +1,133 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Unuaj Kontribuoj
+
+Estas malfacile. Iam estas malfacile la unua fojo kiam vi faras ion, speciale kiam vi kunlaboras kun aliaj, ĉar fari erarojn ne estas agrable. Nia celo estas simpligi la manieron en kiu novaj kontribuantoj de _malferma kodo_ lernas kaj kontribuas unue.
+
+Legi artikolojn kaj rigardi tutoriaojn povas helpi, sed kio estas pli bona ol fari aferojn en praktika medio? Ĉi tiu projekto celas esti gvidilo kaj simpligi la manieron en kiu komencantoj faras sian unuan kontribuon. Se vi volas fari vian unuan kontribuon, sekvu la paŝojn kiuj estas montritaj sube.
+
+#### *Se vi ne estas konata kun la komandlinio, [jen tutoriaj uzante ilojn kun Grafika Interfaco (GUI)](#Tutoriales-con-otras-herramientas)*
+
+
+
+Se vi ne havas git-on en via komputilo, vi povas trovi instrukciojn por instali ĝin [ĉi tie]( https://docs.github.com/es/get-started/quickstart/set-up-git ).
+
+## Forku (*Fork*) ĉi tiun deponejon
+
+Forku ĉi tiun deponejon klakante la butonon "*Fork*" en la supraj dekstra flanko de ĉi tiu paĝo.
+Tio kreos kopion de ĉi tiu deponejo en via konto.
+
+## Klono (*Clone*) la forkan deponejon
+
+
+
+Nun klono ĉi tiun deponejon al via komputilo. Iru al via GitHub-konto, klaku sur la butono "*clone or download*" kaj poste klaku sur la ikono por *kopii al la poŝtelefono*.
+
+Malfermu vian konsolon aŭ terminalon kaj rulu la jenan git-an komandon:
+
+```bash
+git clone "url you just copied"
+```
+
+Kie estas "la URL kiun vi ĵus kopis" (sen la duobla cita signo) estas la *URL* de ĉi tiu deponejo (via fork de ĉi tiu projekto). Rigardu la antaŭajn paŝojn por akiri la *URL*-on.
+
+
+
+Ekzemple:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+La parto kun `este-eres-tu` estos anstataŭigita per via GitHub-uzantonomo. Ĉi tie vi kopias la enhavon de la deponejo *first-contributions* de GitHub al via komputilo.
+
+## Krei branĉon (*Branch*)
+
+Shanĝu al la dosierujo de la deponejo sur via komputilo (se vi ne jam estas tie):
+
+```bash
+cd first-contributions
+```
+
+Nun kredu branĉon (*branch*) uzante la komandon `git checkout`:
+
+```bash
+git switch -c your-new-branch-name
+```
+
+Ekzemple:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+(La nomo de la branĉo ne devas enhavi la vorton *add*, sed estas racionebla ĉar la celo de tiu ĉi branĉo estas aldoni vian nomon al la listo.)
+
+## Faru la necesajn ŝanĝojn kaj konfirmu (*Commit*) tiujn ŝanĝojn
+
+Malfermu la dosieron `Contributors.md` en teksta redaktilo kaj aldonu vian nomon. Ne aldonu ĝin aŭ en la komenco aŭ en la fino de la dosiero, sed faru tion ie interne. Konservu la dosieron.
+
+
+
+Se vi iras al la projekta dosierujo kaj ekzekutas la komandon `git status`, vi vidos ke estas ŝanĝoj.
+
+Aldonu tiujn ŝanĝojn al la branĉo kiun vi kreis antaŭe uzante la komandon `git add`:
+
+
+```bash
+git add Contributors.md
+```
+
+Nun konfirmu tiujn ŝanĝojn uzante la komandon `git commit`:
+
+
+```bash
+git commit -m "Aldonu
+
+Nun sendu la *pull request*.
+
+
+
+Baldaŭ mi unuos viajn ŝanĝojn (faros *merge*) kun la ĉefa branĉo de tiu ĉi projekto. Vi ricevos retmesaĝon kiam la ŝanĝoj estos unuitaj.
+
+## Kie iri de ĉi tie?
+
+Gratulojn! Vi ĵus finis la regulan _fork -> clone -> redaktu -> pull request_ fluon kiun vi ofte renkontos kiel kontribuanto!
+
+Festu vian kontribuon kaj dividiĝu kun viaj amikoj kaj sekvantoj irante al [rete apikaĵo](https://firstcontributions.github.io/#social-share).
+
+Vi ankaŭ povas aliĝi al nia Slack-teamo se vi bezonas helpon aŭ havas demandojn. [Aliĝu al nia Slack-teamo](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Nun komencu kontribui al aliaj projektoj. Ni kolektis liston de projektoj kun facilaj problemoj, por ke vi povu ekhavi. Rigardu [la liston de projektoj en la rete apikaĵo](https://firstcontributions.github.io/#project-list).
+
+### [Plia materialo](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutoriaj uzante aliajn ilojn
+
+| |
|
| |
|
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.es.md b/docs/gui-tool-tutorials/translations/README.es.md
new file mode 100644
index 00000000..4dd4109d
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.es.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Primeras Contribuciones
+
+Es complicado. Resulta difícil la primera vez que haces algo, especialmente cuando colaboras con otros, pues cometer errores no es nada agradable. Nuestro objetivo es simplificar la forma en la que nuevos contribuidores de _código abierto_ aprenden y contribuyen por primera vez.
+
+Leer artículos y ver tutoriales puede ayudar, pero, ¿Qué mejor manera de practicar que hacer las cosas en un entorno de prácticas? Este proyecto se enfoca en guiar a principiantes durante su primera contribución. Si quieres lograr tu primera contribución, sigue los pasos que se muestran a continuación.
+
+#### *Si no estás familiarizado con la consola o terminal, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#Tutoriales-con-otras-herramientas)*
+
+
+
+Si no tienes git en tu equipo, puedes encontrar instrucciones para instalarlo en [este enlace]( https://docs.github.com/es/get-started/quickstart/set-up-git ).
+
+## Bifurca (*Fork*) este repositorio
+
+Haz un *fork* de este repositorio haciendo click en el botón "*Fork*" en la parte superior derecha en esta página.
+Esto creará una copia de este repositorio en tu cuenta.
+
+## Clona (*Clone*) el repositorio bifurcado
+
+
+
+Ahora clona este repositorio en tu equipo. Dirígete a tu cuenta de GitHub, haz click en el botón "*clone or download*" y luego haz click en el icono para *copiar al portapapeles*.
+
+Abre tu consola o terminal y ejecuta el siguiente comando de git:
+
+```
+git clone "url que acabas de copiar"
+```
+
+Donde pone "url que acabas de copiar" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*.
+
+
+
+Por ejemplo:
+```
+git clone https://github.com/este-eres-tu/first-contributions.git
+```
+La parte de `este-eres-tu` la reemplazarás con tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* de GitHub a tu equipo.
+
+## Crea una rama (*Branch*)
+
+Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya).
+
+```
+cd first-contributions
+```
+
+Ahora crea una rama (*branch*) usando el comando `git checkout` o `git switch`:
+```
+git checkout -b
+
+git switch -c
+```
+
+Por ejemplo:
+```
+git checkout -b add-alonzo-church
+
+git switch -c add-alonzo-church
+```
+(El nombre de la rama no tiene por qué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.)
+
+## Haz los cambios necesarios y confirma (*Commit*) esos cambios
+
+Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo.
+
+
+
+Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios.
+
+Agrega esos cambios a la rama (*branch*) que creaste anteriormente usando el comando `git add`:
+
+```
+git add Contributors.md
+```
+
+Ahora haz un *commit* sobre estos cambios ejecutando el comando `git commit`:
+```
+git commit -m "Add
+
+Ahora envía la *pull request*.
+
+
+
+Pronto estaré fusionando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido fusionados.
+
+## ¿Cuáles son los siguientes pasos?
+
+¡Enhorabuena! ¡Has completado el flujo de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor!
+
+Celebra tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share).
+
+Si quieres más práctica, echa un vistazo a [contribuciones de código](https://github.com/roshanjossey/code-contributions).
+
+Ahora empieza a contribuir en otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list).
+
+### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Tutoriales con otras herramientas
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.et.md b/docs/gui-tool-tutorials/translations/README.et.md
new file mode 100644
index 00000000..e0a5a6c2
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.et.md
@@ -0,0 +1,131 @@
+# የመጀመሪያ አስተዋጽዖዎች
+
+ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያውን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ።
+
+_በትእዛዝ መስመሩ ካልተመቻችሁ [የጂአይ መሳሪያዎችን በመጠቀም መማሪያ ይኸውና](#መማሪያዎች-ሌሎች-መሳሪያዎችን-በመጠቀም)_
+
+
+
+
+#### በማሽንዎ ላይ git ከሌለዎት፣ [ጫን](https://docs.github.com/en/get-started/quickstart/set-up-git)።
+
+## ይህንን ማከማቻ ሹካ ያድርጉ
+
+በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የሹካ ቁልፍ ጠቅ በማድረግ ይህንን ማከማቻ ሹካ ያድርጉት።
+ይህ በአንተ መለያ ውስጥ የዚህን ማከማቻ ቅጂ ይፈጥራል።
+
+## ማከማቻውን መዝጋት
+
+
+
+አሁን የሹካውን መያዣ ወደ ማሽንዎ ያያይዙት. ወደ GitHub መለያዎ ይሂዱ፣ የሹካ ማከማቻውን ይክፈቱ፣ የኮድ አዝራሩን ጠቅ ያድርጉ እና ከዚያ _copy to clipboard_ አዶን ጠቅ ያድርጉ።
+
+ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ ያሂዱ፡-
+
+```
+git clone "ዩአርኤሉን አሁን ቀድተሃል።"
+```
+
+"ዩአርኤል አሁን የገለበጡት" (ያለ ጥቅሶች) ወደዚህ ማከማቻ ዩአርኤል (የዚህ ፕሮጀክት ሹካ) የሆነበት። ዩአርኤሉን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ።
+
+
+
+ለምሳሌ:
+
+```
+git clone https://github.com/ይህ አንተ ነህ።/first-contributions.git
+```
+
+የ GitHub ተጠቃሚ ስምህ የት `ይህ አንተ ነህ።' እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው።
+
+#ቅርንጫፍ ፍጠር
+
+በኮምፒውተርዎ ላይ ወዳለው የማከማቻ ማውጫ ይቀይሩ (እዚያ ከሌለዎት)፡-
+
+```
+cd first-contributions
+```
+
+አሁን የ`git switch` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡
+
+```
+git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም
+```
+
+ለምሳሌ:
+
+```
+git switch -c add-alonzo-church
+```
+
+## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ያድርጉ
+
+አሁን የ`Contributors.md` ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ፣ ስምዎን በእሱ ላይ ያክሉ። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት. አሁን, ፋይሉን ያስቀምጡ.
+
+
+
+ወደ የፕሮጀክት ማውጫው ሄደው ትዕዛዙን `git status` ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ።
+
+የ `git add` ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ።
+
+```
+git add Contributors.md
+```
+አሁን የ‹git› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡
+
+```
+git commit -m "ስሜን ወደ አስተዋጽዖ አበርካቾች ዝርዝር ጨምር"
+```
+
+'ስሜን' በስምህ በመተካት።
+
+## ለውጦችን ወደ GitHub ይግፉ
+
+የ `git push` ትዕዛዝን በመጠቀም ለውጦችዎን ይግፉ፡-
+
+```
+git push -u origin የእርስዎ-ቅርንጫፍ-ስም
+```
+
+replacing `የእርስዎ-ቅርንጫፍ-ስም` with the name of the branch you created earlier.
+
+ በመግፋት ላይ ማንኛውም ስህተት ካጋጠመህ እዚህ ጠቅ አድርግ፡-
+
+- ### የማረጋገጫ ስህተት
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/የተጠቃሚ ስምህ/first-contributions.git/'
+ ወደ [GitHub አጋዥ ስልጠና](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ይሂዱ የኤስኤስኤች ቁልፍን ወደ መለያዎ ማመንጨት እና ማዋቀር።
+
+
+
+አሁን የመሳብ ጥያቄውን ያስገቡ።
+
+
+
+በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል።
+
+## ከዚህ ወዴት ልሂድ?
+
+እንኳን ደስ ያለህ! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል!
+
+አስተዋፅኦዎን ያክብሩ እና ወደ [ድር መተግበሪያ](https://firstcontributions.github.io/#social-share) በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ።
+
+ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን ደካማ ቡድን መቀላቀል ይችላሉ. [የላላ ቡድንን ይቀላቀሉ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)።
+
+አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። ይመልከቱ [በድር መተግበሪያ ውስጥ ያሉ የፕሮጀክቶች ዝርዝር](https://firstcontributions.github.io/#project-list)።
+
+### [ተጨማሪ ቁሳቁስ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## መማሪያዎች ሌሎች-መሳሪያዎችን በመጠቀም
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ewe.md b/docs/gui-tool-tutorials/translations/README.ewe.md
new file mode 100644
index 00000000..4f28afd7
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ewe.md
@@ -0,0 +1,141 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Kpekpeɖeŋu Gbãtɔ
+
+Esesẽna ɣesiaɣi ne èwɔ nane zi gbãtɔ.Vɔvɔ̃ be yeawɔ vodadawo meɖea dzi ɖi kura o, vevietɔ ne èle nu wɔm aduadu.Gake kɔmpiutadziɖoɖo siwo wozãna faa ƒe xexeame ku ɖe nuwɔwɔ aduadu kple dɔwɔwɔ le ƒuƒoƒo me ŋu.Azɔ hã, míedi be míana wòanɔ bɔbɔe na kɔmpiutadziɖoɖo yeye siwo tsɔa nu faa femaxee la be woasrɔ̃ nu to alesi nàdzɔ nu zi gbãtɔ la fiafia wò me.
+
+Nyatiwo kple nufiamewo xexlẽ ate ŋu akpe ɖe ŋuwò, gake nukae nyo wu be nàdze agbagba eye màte ŋu awɔ vodada o? Dɔ sia ƒe taɖodzinue nye be wòana mɔfiame eye wòana alesi dɔsrɔ̃viwo wɔa woƒe nudzɔdzɔ gbãtɔ nanɔ bɔbɔe.Ðo ŋku edzi be: zi alesi nèfa tu la, zi nenemae nèsrɔ̃a nu nyuie wu.Ne èdi vevie be yeadzɔ nu gbãtɔ la, ɖeko nàwɔ ɖe afɔɖeɖe siawo dzi.Medo ŋugbe be anye modzakaɖeɖe.
+
+
+
+Ne git mele wò kɔmpiuta dzi o, [ tsɔe de wò kɔmpiuta dzi ]( https://help.github.com/articles/set-up-git/ ).
+
+## Miɖe asi le agbalẽdzraɖoƒe sia (si woyɔna hã be Fork) .
+
+Ne èdi be yeaʋu agbalẽvi sia la, zi dzi le aɖaka si nye "Fork" si le axa la ƒe tame.
+Esia ana be woaŋlɔ nyatakaka siwo le nyatakakadzraɖoƒea ɖe wò asitelefon dzi.
+
+## Wɔ numekugbalẽvi sia ƒe kɔpi
+
+
+
+Azɔ wɔ agbalẽdzraɖoƒe sia ƒe nɔnɔmetata ɖe wò kɔmpiuta dzi. Zi clone ƒe dzesi dzi emegbe nàzi dzesi la dzi *kɔpi ɖe agbalẽƒomɔ̃ me*.
+
+Ʋu kpovitɔ eye nàzã git se siwo gbɔna :
+
+```
+git clone "url si nèwɔ kɔpi na fifia"
+```
+afisi "url si nèwɔ kɔpi teti koe nye ema" (si me nyayɔyɔawo mele o) nye url si le agbalẽdzraɖoƒea. Kpɔ akpa si do ŋgɔ be nàxɔ url la.
+
+
+
+Le kpɔɖeŋu me :
+```
+git clone https://github.com/wò-ŋkɔ-si-nèzãna/first-contributions.git
+```
+afisi `Wò ŋkɔ si nèzãna` nye wò GitHub zãla ƒe ŋkɔ. Afisiae nèle nusiwo le agbalẽdzraɖoƒea ƒe kɔpi wɔm le `first-contributions` tso GitHub dzi le wò kɔmpiuta dzi.
+
+## Wɔ alɔdzedɔwɔƒe aɖe
+
+Ʋu yi dɔwɔwɔ ƒe nɔnɔmetata yeye si wowɔ ƒe nɔnɔmetata me (ne mèle afima haɖe o):
+
+```
+cd first-contributions
+```
+Azɔ wɔ alɔdze aɖe kple sededea `git checkout` :
+```
+git checkout -b
+
+Azɔ tsɔ hehe ƒe biabiaa ɖo ɖa.
+
+
+
+Eteƒe madidi o, maƒo miaƒe tɔtrɔwo katã nu ƒu ɖe dɔ sia ƒe alɔdze vevitɔ me. Àxɔ nyatakaka to e-mail dzi ne wonya wu ƒoƒo ɖekae nu ko.
+
+Womatrɔ asi le miaƒe alɔdzedɔwɔƒea ƒe alɔdzedɔwɔƒe gãtɔ ŋu le ɣeyiɣi sia me o. Be wò spur nawɔ ɖeka kple tɔnye la, wɔ ɖe afɔɖeɖe siawo dzi.
+
+## Na wò alɔdzedɔwɔƒea nawɔ ɖeka kple nyatakakadzraɖoƒe sia
+
+ Gbã la, trɔ ɖe alɔdzedɔwɔƒe gã la ŋu (main)
+ ```
+ git checkout main
+ ```
+
+ Eye nàtsɔ nye nyatakakadzraɖoƒe ƒe ka akpee be `upstream remote url` :
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+Esia nye mɔ si dzi míetona gblɔna be nu bubu aɖe hã li si le míaƒe nyatakakadzraɖoƒea si míeyɔna be `upstream`. Ne tɔtrɔawo va wɔ ɖeka ko la, di nye numekuku ƒe akpa yeyea:
+```
+git fetch upstream
+```
+
+Afisiae míele tɔtrɔwo katã dim le nye alɔdzedɔwɔƒe (upstream remote) me. Fifia ele be nàƒo tɔtrɔ yeye si tso nye agbalẽdzraɖoƒea nu ƒu ɖe wò alɔdze gã la me:
+```
+git rebase upstream/main
+```
+Le afisia la, míewɔa tɔtrɔ siwo katã dim nènɔ la ŋudɔ le alɔdzedɔwɔƒe gã la me. Ne ètu alɔdze gã la fifia la, tɔtrɔ siawo hã anɔ wò fɔkpaa ŋu:
+```
+git push origin main
+```
+Nuxlɔ̃ame: Fifia ya èle tutum ayi adzɔge ʋĩ ƒe nyatakakadzraɖoƒe si woyɔna be origin.
+
+Le afisia la, metsɔ wò ` |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Afikae míayi emegbe?
+
+Àte ŋu awɔ ɖeka kple míaƒe ƒuƒoƒoa hã le Slack nenye be èhiã kpekpeɖeŋu alo nyabiase aɖewo le asiwò. [Wɔ ɖeka kple ƒuƒoƒoa le Slack dzi](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
diff --git a/docs/gui-tool-tutorials/translations/README.fa.md b/docs/gui-tool-tutorials/translations/README.fa.md
new file mode 100644
index 00000000..c1209ccf
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.fa.md
@@ -0,0 +1,130 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+
+#### اگر نرمافزار git را آماده ندارید، [از اینجا نصب کنید](https://help.github.com/articles/set-up-git/).
+
+## مخزن را فورک کنید
+
+با کلیک کردن بر روی دکمه Fork، از مخزن مورد نظر یک انشعاب بگیرید. این عملیات یک نسخه کپی از مخزن را بر روی حساب کاربری شما ایجاد میکند.
+
+## مخزن را کلون (شبیه) کنید
+
+
+
+حال، از مخزن فورک شده، یک کلون روی سیستم کاربری خود ایجاد کنید. وارد حساب کاربری خود شده و مخزن فورک شده را باز کنید. دکمه Code را فشرده و نماد copy to clipboard را انتخاب کنید.
+
+سپس یک ترمینال باز کنید و دستور گیت زیر را اجرا نمایید:
+
+```bash
+git clone "url you just copied"
+```
+
+بطوری که در قسمت "url you just copied"، آدرس مخزن فورک شده بدون علامتهای کوتیشن (نقل قول) قرار گیرد.
+
+
+
+بعنوان مثال:
+
+```bash
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+به طوری که عبارت `this-is-you` برابر با نام حساب کاربری گیتهاب شما باشد. با این اقدام، تمام محتوای مورد نیاز جهت مشارکت را بر روی سیستم خود آماده میسازید.
+
+### یک شاخه ایجاد کنید
+
+اگر در مسیر مخزن کلون شده قرار ندارید، با دستور زیر وارد مسیر مخزن شوید:
+
+```bash
+cd first-contributions
+```
+
+با استفاده از دستور `git checkout` یک شاخه جدید ایجاد کنید:
+
+```bash
+git checkout -b your-new-branch-name
+```
+
+بعنوان مثال:
+
+```bash
+git checkout -b add-alonzo-church
+```
+
+(هیچ لزومی نیست که در نام شاخه از کلمه `add` استفاده کنید. چنانچه قرار است بعنوان مشارکت، نام خود را به یک لیست اضافه کنیم، استفاده از این کلمه بعنوان نام شاخه، امری عاقلانه میباشد.)
+
+### تغییرات اساسی ایجاد کرده و کامیت کنید
+
+در این قدم، ابتدا فایل `Contributors.md` را در یک محیط ویرایش متن باز کنید. نام خود را به این فایل اضافه کنید. توجه کنید که نام نه در ابتدا و نه در انتها قرار گیرد. نام را بین اسامی قرار دهید. فایل را ذخیره کنید.
+
+
+
+چنانچه وارد مسیر مخزن شوید و دستور `git status` را اجرا نمایید، مشاهده خواهید کرد که تغییراتی بر روی مخزن اعمال شده.
+
+با استفاده از دستور `git add`، تغییرات را به برنچ از پیش ساختهشده اضافه کنید:
+
+```bash
+git add Contributors.md
+```
+
+حال، تغییرات را با دستور `git commit` کامیت و ثبت نمایید:
+
+```bash
+git commit -m "Add
+
+در این مرحله، درخواست (Pull request) خود را ثبت کنید.
+
+
+
+نهایتا، من تغییرات شما را به برنچ master پروژه اضافه (merge) خواهم کرد. بلافاصله پس از مرج شدن درخواست شما، یک ایمیل مبنی بر همین موضوع برای شما ارسال خواهد شد.
+
+## اقدامات بعدی
+
+تبریک! شما مراحل فورک کردن، کلون کردن، ایجاد تغییرات و پول رکوئست را به خوبی پشت سر گذاشتید.
+
+مشارکت خود روی این پروژه را [از اینجا](https://firstcontributions.github.io/#social-share) با دیگر دوستان و دنبالکنندگان خود جشن بگیرید.
+
+همچنین شما میتوانید [از اینجا](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)، وارد تیم Slack ما شوید و سوالات خود را مطرح نمایید.
+
+حال، شما میتوانید مشارکت خود را روی دیگر پروژهها آغاز نمایید. ما یک لیست از پروژهها با مشکلات ساده ایجاد کردیم که گزینه خوبی برای شروع میباشد. لیست پروژهها را [از این اینجا](https://firstcontributions.github.io/#project-list) دنبال کنید.
+
+### [اطلاعات بیشتر](additional-material/git_workflow_scenarios/additional-material.md)
+
+## آموزش انجام مشارکت در دیگر ابزارها
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Ensimmäiset kontribuutiot
+
+Se on vaikeaa. Ensimmäiset kerrat ovat aina vaikeita. Etenkin tehdessä yhteistyötä, virheiden teko ei ole ollenkaan mukavaa. Me halusimme yksinkertaistaa tavan jolla avoimen lähdekoodin kontribuoijat oppivat sekä kontribuoivat ensimmäistä kertaa.
+
+Artikkeleiden lukeminen sekä tutoriaalien katsominen voi auttaa, mutta mikä onkaan parempaa kuin käytännön harjoite harjoitusympäristössä? Tämä projekti tähtää avun tarjoamiseen sekä aloittelijoiden ensimmäisen kontribuution yksinkertaistamiseen. Jos olet aikeissa kontribuoida ensimmäistä kertaa, seuraa alla olevia ohjeita.
+
+#### *Jos et osaa käyttää komentoriviä sulavasti, [täältä löytyy tutoriaaleja GUI-työkalujen käyttöön.](#Muiden-työkalujen-tutoriaaleja)*
+
+
+
+Jos sinulla ei ole git asennettuna koneellesi, [asenna se](https://help.github.com/articles/set-up-git/).
+
+## Forkkaa tämä repositorio
+
+Forkkaa tämä repositorio klikkaamalla yläkulmassa näkyvää painiketta "Fork". Tämä luo kopion tästä repositoriosta käyttäjällesi.
+
+## Kloonaa repositorio
+
+
+
+Seuraavaksi kloonaa juuri forkkaamasi repositorio koneellesi. Mene GitHub käyttäjäsivuillesi, avaa forkkaamasi repositorio sekä klikkaa "Clone or download"-painiketta jonka jälkeen kopioi osoite painamalla "Copy to clipboard"-ikonia.
+
+Avaa komentorivi ja syötä seuraava git-komento:
+
+```
+git clone "Juuri kopioimasi URL"
+```
+
+"Juuri kopioimasi URL"-tekstin sijasta (ilman lainausmerkkejä) pastea repositorion URL äskeisestä vaiheesta.
+
+
+
+Esimerkiksi:
+
+```
+git clone https://github.com/nimesi/first-contributions.git
+```
+
+Kirjoita GitHub-käyttäjänimesi 'nimesi' teksin sijaan. Tämä komento kopioi sisällön GitHubisi first contributions-repositorion koneellesi.
+
+## Luo branch
+
+Mene repositoriosi kansioon koneellasi (ellet jo ole siellä).
+
+```
+cd first-contributions
+```
+
+Seuraavaksi luo branch komennolla `git checkout`:
+
+```
+git checkout -b
+
+Jos menet projektin kansioon ja syötät komennon `git status`, näet muutokset.
+
+Lisää nuo muutokset branchiin `git add` komennolla:
+
+```
+git add Contributors.md
+```
+
+Seuraavaksi committoi muutokset `git commit` komennolla:
+
+```
+git commit -m "Add
+
+Seuraavaksi suorita pull request.
+
+
+
+Seuraavaksi mergeän muutoksesi tämän projektin master-branchiin. Tulet saamaan ilmoituksen sähköpostiisi kun muutokset ovat mergetty.
+
+## Mihin seuraavaksi?
+
+Onneksi olkoon! Olet juuri suorittanut tavanomaisen *Fork -> Clone -> Edit -> Pull Request* -työnkulun joka tulee vastaasi usein kontribuoijana!
+
+Juhlista kontribuutiotasi ja jaa se ystävillesi ja followereillesi menemällä [Web Appiin](https://firstcontributions.github.io/#social-share).
+
+Voit liittyä Slack tiimiimme jos sinulla on kysyttävää. [Liity Slack tiimiin](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Jos haluaisit kontribuoida muihin projekteihin, me olemme koonneet listan yksinkertaisista ensimmäisistä issueista työskenneltäväksesi. [Lista löytyy Web-Appistamme](https://firstcontributions.github.io/#project-list).
+
+### [Lisämateriaaleja](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Muiden työkalujen tutoriaaleja
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.fil.md b/docs/gui-tool-tutorials/translations/README.fil.md
new file mode 100644
index 00000000..e4b18c7b
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.fil.md
@@ -0,0 +1,136 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Mga Unang Kontribusyon
+
+Nilalayon ng proyektong ito na gawing simple at gabayan ang paraan ng paggawa ng mga nagsisimula sa kanilang unang kontribusyon. Kung gusto mong gawin ang iyong unang kontribusyon, sundin ang mga hakbang sa ibaba.
+
+_Kung hindi ka komportable sa command line, [narito ang mga tutorial gamit ang GUI tool.](#tutorials-using-other-tools)_
+
+
+
+#### Kung wala kang git sa iyong makina, [i-install ito](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## I-fork ang repositoryong ito
+
+I-fork ang repository na ito sa pamamagitan ng pag-click sa fork button sa tuktok ng page na ito.
+Gagawa ito ng kopya ng repositoryong ito sa iyong account.
+
+## I-clone ang repositoryo
+
+
+
+Ngayon i-clone ang forked repository sa iyong makina. Pumunta sa iyong GitHub account, buksan ang forked repository, i-click ang code button at pagkatapos ay i-click ang _copy to clipboard_ icon.
+
+Magbukas ng terminal at patakbuhin ang sumusunod na git command:
+
+```
+git clone "url na kinopya mo lang"
+```
+
+kung saan ang "url na kinopya mo lang" (nang walang mga panipi) ay ang url sa repositoryong ito (ang iyong tinidor ng proyektong ito). Tingnan ang mga nakaraang hakbang para makuha ang url.
+
+
+
+Halimbawa:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+kung saan ang `this-is-you` ay ang iyong GitHub username. Dito mo kinokopya ang mga nilalaman ng repositoryo ng mga unang kontribusyon sa GitHub sa iyong computer.
+
+## Gumawa ng sangay
+
+Baguhin sa direktoryo ng repositoryo sa iyong computer (kung wala ka pa roon):
+
+```
+cd first-contributions
+```
+
+Ngayon lumikha ng isang sangay gamit ang utos na `git switch`:
+
+```
+git switch -c your-new-branch-name
+```
+
+Halimbawa:
+
+```
+git switch -c add-alonzo-church
+```
+
+## Gumawa ng mga kinakailangang pagbabago at gawin ang mga pagbabagong iyon
+
+Ngayon buksan ang `Contributors.md` file sa isang text editor, idagdag ang iyong pangalan dito. Huwag idagdag ito sa simula o dulo ng file. Ilagay ito kahit saan sa pagitan. Ngayon, i-save ang file.
+
+
+
+Kung pupunta ka sa direktoryo ng proyekto at isagawa ang command na `git status`, makikita mong may mga pagbabago.
+
+Idagdag ang mga pagbabagong iyon sa sangay na nilikha mo lamang gamit ang utos na `git add`:
+
+```
+git add Contributors.md
+```
+
+Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`:
+
+```
+git commit -m "Add your-name to Contributors list"
+```
+
+Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`:
+
+## I-push ang mga pagbabago sa GitHub
+
+Itulak ang iyong mga pagbabago gamit ang command na `git push`:
+
+```
+git push -u origin your-branch-name
+```
+
+pinapalitan ang `your-branch-name` ng pangalan ng branch na ginawa mo kanina.
+
+ Kung nakakakuha ka ng anumang mga error habang nagtutulak, mag-click dito:
+
+- ### Error sa Pagpapatunay
+ remote: Inalis ang suporta para sa pagpapatotoo ng password noong Agosto 13, 2021. Mangyaring gumamit na lang ng personal na access token.
+ remote: Pakitingnan ang https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ para sa karagdagang impormasyon.
+ nakamamatay: Nabigo ang pagpapatotoo para sa 'https://github.com/
+ Pumunta sa [tutorial ng GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sa pagbuo at pag-configure ng SSH key sa iyong account.
+
+
+Ngayon isumite ang kahilingan sa paghila.
+
+
+
+Sa lalong madaling panahon, pagsasamahin ko ang lahat ng iyong mga pagbabago sa pangunahing sangay ng proyektong ito. Makakatanggap ka ng email ng notification kapag napagsama na ang mga pagbabago.
+
+## Saan pupunta mula dito?
+
+Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull request_ workflow na madalas mong makaharap bilang isang contributor!
+
+Ipagdiwang ang iyong kontribusyon at ibahagi ito sa iyong mga kaibigan at tagasubaybay sa pamamagitan ng pagpunta sa [web app](https://firstcontributions.github.io/#social-share).
+
+Maaari kang sumali sa aming slack team kung kailangan mo ng anumang tulong o may anumang mga katanungan. [Sumali sa slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Ngayon simulan na natin ang pag-aambag sa iba pang mga proyekto. Nag-compile kami ng isang listahan ng mga proyekto na may mga madaling isyu na maaari mong simulan. Tingnan ang [listahan ng mga proyekto sa web app](https://firstcontributions.github.io/#project-list).
+
+### [Karagdagang materyal](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Mga Tutorial Gamit ang Iba Pang Mga Tool
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
\ No newline at end of file
diff --git a/docs/gui-tool-tutorials/translations/README.fr.md b/docs/gui-tool-tutorials/translations/README.fr.md
new file mode 100644
index 00000000..713672f9
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.fr.md
@@ -0,0 +1,176 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Premières Contributions
+
+C'est toujours compliqué la première fois que l'on fait quelque chose. La peur de faire des fautes n'est pas du tout confortable, spécialement quand vous collaborez. Mais le monde du logiciel libre est le fait de collaborer et de travailler en groupe. Aussi, nous voulons simplifier l'apprentissage des nouveaux contributeurs au logiciel libre en vous enseignant à contribuer pour la première fois.
+
+Lire des articles et des tutoriels peut aider, mais qu'y a-t-il de mieux que d'essayer sans pouvoir faire d'erreurs ? Ce projet a pour ambition de fournir des conseils et simplifier la manière dont les apprentis font leur première contribution. Souvenez-vous : plus vous êtes serein, mieux vous apprenez. Si vous aspirez à faire votre première contribution, suivez tout simplement les étapes suivantes. Promis, ce sera amusant.
+
+
+
+Si vous n'avez pas encore Git installé sur votre machine, [ installez-le ]( https://help.github.com/articles/set-up-git/ ).
+
+## Faire un fork de ce dépôt
+
+Forkez ce dépôt en cliquant sur le bouton *fork* en haut de cette page.
+Cela créera une copie de ce dépôt dans votre propre compte GitHub
+
+## Clonez ce répertoire
+
+
+
+Maintenant, clonez ce répertoire sur votre ordinateur. Allez sur votre compte GitHub, ouvrez le dépôt forké, cliquez sur le bouton *Code*, puis sur l’onglet *SSH* et enfin sur l’icône *copier dans le presse-papiers*.
+
+Ouvrez une invite de commande (si vous êtes sous Windows) ou un terminal (si vous êtes sous MacOS ou Linux) et exécutez la commande git suivante :
+
+```
+git clone "l'url que vous venez de copier"
+```
+où "l'url que vous venez de copier" (sans les guillemets) est l'url du dépôt forké. Revoir les étapes précédentes pour obtenir l’URL exacte.
+
+
+
+Par exemple :
+```
+git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git
+```
+où `votre-nom-d-utilisateur` est votre nom d'utilisateur GitHub. Ici vous êtes en train de copier le contenu du dépôt `first-contributions` depuis GitHub sur votre ordinateur.
+
+## Créez une branche
+
+Déplacez-vous dans le répertoire du projet nouvellement cloné (si vous n'y êtes pas encore) :
+
+```
+cd first-contributions
+```
+Maintenant créez une branche avec la commande `git checkout` :
+```
+git checkout -b Si vous rencontrez une erreur avec git switch, cliquez ici :
+Si le message "Git: switch is not a git command. See git –help" s’affiche, c’est probablement parce que vous utilisez une ancienne version de Git.
+
+Dans ce cas, essayez plutôt :
+
+```
+git checkout -b nom-de-ta-nouvelle-branche
+```
+
+
+Si vous ouvrez l'invite de commande et que vous exécutez la commande `git status`, vous verrez qu'il y a des modifications. Ajoutez ces modifications à la branche que vous venez de créer avec la commande `git add` :
+```
+git add Contributors.md
+```
+
+Maintenant faites un commit de ces modifications avec la commande `git commit`:
+```
+git commit -m "Add Si tu obtiens une erreur au moment de pousser, clique ici :
+
+- ### Erreur d’authentification
+remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/
+Suivez le tutoriel GitHub pour générer et configurer une clé SSH sur votre compte.
+
+Vous pouvez également exécuter git remote -v pour vérifier votre adresse distante.
+
+Si elle ressemble à ceci :
+
+origin https://github.com/ton-nom-utilisateur/ton_repo.git (fetch) origin https://github.com/ton-nom-utilisateur/ton_repo.git (push)
+Modifiez-la avec cette commande :
+
+```
+git remote set-url origin git@github.com:ton-nom-utilisateur/ton_repo.git
+```
+Sinon, vous continuerez de devoir entrer votre mot de passe et vous obtiendrez une erreur d’authentification.
+
+
+
+Soumettez ensuite la *pull request*.
+
+
+
+Je fusionnerai bientôt vos modifications dans la branche principale du projet.
+Vous recevrez un e-mail de confirmation une fois que ce sera fait.
+
+La branche main de votre dépôt forké ne subira pas de modification. Pour que votre dépôt soit synchronisé avec le mien, suivez les étapes suivantes.
+
+## Gardez votre embranchement synchronisé avec ce répertoire
+
+ D'abord, basculez sur la branche main
+ ```
+ git checkout main
+ ```
+
+ Et ajouter l'url de mon répertoire comme `upstream remote url` :
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+Ceci est une manière de dire à git qu'une autre version de ce répertoire existe à l'adresse spécifiée et que nous l'appelons `upstream`. Une fois les modifications fusionnées, cherchez la nouvelle version de mon répertoire :
+```
+git fetch upstream
+```
+
+Ici nous cherchons toutes les modifications dans mon embranchement (upstream remote). Maintenant, vous devez fusionner la nouvelle révision de mon répertoire avec votre branche main :
+```
+git rebase upstream/main
+```
+Ici nous appliquons toutes les modifications que vous avez récupéré à la branche main. Si vous poussez la branche main maintenant, votre embranchement aussi aura les modifications :
+```
+git push origin main
+```
+Avertissement: Cette fois, vous poussez les modifications au répertoire distant appelé origin.
+
+A cet instant j'ai fusionné votre branche ` |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Où aller ensuite ?
+
+Vous pouvez aussi rejoindre notre équipe sur Slack au cas où vous auriez besoin d'aide ou auriez des questions. [Rejoindre l'équipe sur Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
diff --git a/docs/gui-tool-tutorials/translations/README.ga.md b/docs/gui-tool-tutorials/translations/README.ga.md
new file mode 100644
index 00000000..fff5e61c
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ga.md
@@ -0,0 +1,152 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Tosaíonn Céad Cuireadh
+
+Is é aidhm an tionscadail seo a bheith simplí agus treoraithe don tslí a ndéanann túsóirí a gcéad chuimsithe. Más mian leat do chéad chuimsiú a dhéanamh, lean na céimeanna thíos.
+
+_Más rud é nach bhfuil tú compordach leis an líne smachta, [tá tutóirialanna anseo ag baint úsáide as uirlisí GUI](#tutorials-using-other-tools)_
+
+
+
+
+#### Mura bhfuil git ar do mhaisín agat, [suiteáil é](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Foirgneamh an repositry a shábháil
+
+Foirgneamh an repositry seo trí ghrúpaigh air a dhéanamh. Cliceáil ar an gcnaipe foirgneamh atá ar bharr an leathanaigh seo. Cruthóidh sé cóip d'an repositry seo in do chuntas féin.
+
+
+## Clónaigh an repositry
+
+
+
+Anois, clónaigh an repositry ghrúpaithe chuig do mhaisín. Téigh go dtí do chuntas GitHub, oscail an repositry ghrúpaithe, cliceáil ar an gcnaipe cód agus ansin _cliceáil ar an íomhá ghlactha_ chuig an ghluais cóipchlibeaird.
+
+
+
+Oscail tearma agus rith an t-ordú git seo a leanas:
+
+```
+git clone "url a ghlac tú amach"
+```
+
+Mar sin "url a ghlac tú amach" (gan na tréimhseanna quoitimh) is ea url chuig an repositry seo (do ghruapa den tionscadal seo). Féach ar na céimeanna roimhe sin chun an url a fháil.
+
+
+
+Mar shampla:
+
+```
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+Ait a bhfuil `this-is-you` is t-ainm úsáideora GitHub. Anseo atá tú ag cóipeáil ábhar repositry first-contributions ar GitHub chuig do ríomhaire.
+
+## Cruthaigh snáth
+
+Athraigh go dtí comhad repositry ar do ríomhaire (mura bhfuil tú ansin cheana):
+
+```
+cd first-contributions
+```
+
+nois cruthaigh snáth ag baint úsáide as an comhad `git switch`:
+
+```
+git switch -c your-new-branch-name
+```
+
+Mar shampla:
+
+```
+git switch -c add-alonzo-church
+```
+
+## Déan na hathruithe riachtanacha agus déan comhaireamh orthu
+
+Anois, oscail `Contributors.md` i eagarthóir téacs, cuir do ainm leis. Ná cuir é ag tús ná ag deireadh an chomhad. Cuir é in aon áit ina lár. Ansin, sábháil an comhad.
+
+
+
+
+Más téann tú go dtí comhaid tionscadail agus déanann tú an t-ordú `git status`, feicfidh tú go bhfuil athruithe ann.
+
+Cuir na hathruithe sin leis an snáth a chruthaigh tú leis an gcnaipe `git add`:
+
+```
+git add Contributors.md
+```
+
+Ansin déan comhaireamh orthu leis an gcnaipe `git commit`:
+
+```
+git commit -m "Add your-name to Contributors list"
+```
+
+agus cuir in áit do ainm in ionad `your-name`.
+
+## Seol athruithe chuig GitHub
+
+Seol do chuid athruithe ag baint úsáide as an gcnaipe `git push`:
+
+```
+git push -u origin your-branch-name
+```
+
+
+agus cuir `your-branch-name` do snátha a chruthaigh tú roimhe seo.
+ Má fhaigheann tú botúin ar bith le linn an athsheoladh, cliceáil anseo:
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
+
+
+
+Ansin cuir isteach an iarratas athbhreithnithe.
+
+
+
+Go luath beidh mé ag méascadh na hathruithe uile atá déanta agat isteach i mbranca príomh an tionscadail seo. Beidh ríomhphost fógra agat nuair a bheidh na hathruithe comhoiriúnaithe.
+
+
+## Cá háit a leantú as seo amach?
+
+Comhghairdeas! Chríochnaigh tú an tslí ríthábhachtach _fork -> clone -> edit -> pull request_ iarratas ar athbhreithniú a bhíonn ag tionscalóirí go minic!
+
+
+Ceiliúraigh do chionta agus roinne é le do chairde agus le do leanúnaigh trí dul go dtí an aip ghréasáin. [web app](https://firstcontributions.github.io/#social-share).
+
+D'fhéadfá dul inár bhfoireann Slack má tá cabhair uait nó ceisteanna agat. [Ghabh le foireann Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w).
+
+Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar liosta na dtionscadal san aip ghréasáin.
+
+Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar [liosta na dtionscadal san aip ghréasáin](https://firstcontributions.github.io/#project-list).
+
+### [Ábhar Breise](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutóirialanna Ag Úsáid Uirlisí Eile
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# პირველი კონტრიბუცია
+ახალი რამის პირველად, დამოუკიდებლად, გაკეთება შეიძლება საკმაოდ რთული აღმოჩნდეს. მითუმეტეს, თუ უცხოებთან თანამშრომლობ და შეცდომების დაშვება არცთუ ისე კარგი გრძნობაა. ჩვენ გვინდოდა დამწყები ოფენ სორს კონტრიბუტორებისთვის გაგვემარტივებინა საქმე და გვესწავლებინა თუ როგორ უნდა შეიტანონ წვლილი სხვა პროექტებში.
+
+ეს პროექტი ეხმარება დამწყებ "დეველოპერებს" რათა გაუადვილდეთ პირველი კონტრიბუცია Github_ზე. თუ გინდა რომ პირველი შენი დაწერილი კოდი Github_ზე ათვირთო მაშინ მიყევი ქვემოთ მოცემულ ინსტრუქციას.
+
+კი, სტატიების წაკითხვა და ვიდეოების ყურება კარგია, მაგრამ, პრაქტიკას არც ერთი შეედრება. ეს პროექტიც ზუსტად იმისთვისაა, რომ გაგიმარტივოს გზა პირველ კონტრიბუციამდე, რომელსაც ქვემოთ ჩამოთვლილი რამდენიმე ნაბიჯი გაშორებს.\
+
+
+#### *თუ ტერმინალთან დიდად არ მეგობრობ, [აქ ნახავ რამდენიმე პროგრამას, რომელიც ტერმინალის გამოყენებას აგარიდებს თავიდან]( #ტუტორიალები-სხვა-პროგრამების-გამოყენებით )*
+
+
+
+თუ კომპიუტერში გითი არ გაქვს ჩაწერილი, [მიჰყევი ლინკს]( https://help.github.com/articles/set-up-git/).
+
+## დაფორკე ეს რეპოზიტორია
+
+რეპოზიტორიის დაფორკვისთვის, ამ გვერდის მარჯვენა ზედა კუთხეში დააჭირე "Fork" ღილაკს, რომელიც მის ასლს შეგიქმნის.
+
+## რეპოზიტორიის დაკლონვა
+
+
+
+ახლა, დაფორკილი რეპოზიტორია შენს კომპიუტერზე უნდა გადმოიტანო. ამისთვის შედი შენს გითჰაბის პროფილზე, გახსენი რეპოზიტორია და დააჭირე "Clone or download"-ს, შემდეგ კი *"copy to clipboard"*-ის სურათს.
+
+ახლა გახსენი ტერმინალი და გაუშვი შემდეგი ბრძანება:
+
+```
+git clone "url you just copied"
+```
+სადაც "url you just copied" (ბრჭყალების გარეშე) არის შენ მიერ დაკოპირებული რეპოზიტორიის ლინკი. (თუ ეს ლინკი არ გაქვს, წინა ნაბიჯი თავიდან გაიარე).
+
+
+
+მაგალითად:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+სადაც `this-is-you` ნაწილი, შენი გითჰაბის სახელია. ამითი რეპოზიტორიის ყველა ფაილი შენს კომპიუტერში გადმოვა.
+
+## შექმენი ბრენჩი
+
+შენი კომპიუტერით შედი რეპოზიტორიის ფოლდერში (თუ უკვე იქ არ ხარ):
+
+```
+cd first-contributions
+```
+ახლა შექმენი ახალი ბრენჩი `git checkout` ბრძანების გამოყენებით:
+```
+git checkout -b
+
+
+თუ პროექტის ფოლდერში გადახვალ და გაუშვებ ბრძანება: `git status`. ტერმინალი გაჩვენებს რა ფაილებში მოხდა ცვლილებები.
+
+
+`git add`-ით დაამატე ცვლილებები შენ მიერ შექმნილ ახალ ბრენჩს:
+
+```
+git add Contributors.md
+```
+
+ახლა შეინახე ისინი `git commit`-ის გამოყენებით:
+```
+git commit -m "Add
+
+ახლა შენ მოითხოვ ცვლილებების განხილვას.
+
+
+
+და სულ მალე, შენი ნამუშევარი ამ პროექტის მთავარ ბრენჩზე გამოჩნდება. ამის შესახებ მეილსაც მიიღებ.
+
+## აქედან საით?
+
+გილოცავ! შენ შეასრულე სტანდარტული კონტრიბუციის პროცედურა, რომელსაც მომავალში ხშირად გამოიყენებ, როგორც კონტრიბუტორი!
+
+აღნიშნე და გაუზიარე მეგობრებს შენი წარმატება [ამ ლინკზე გადასვლით](https://firstcontributions.github.io/#social-share).
+
+[შემოგვიერთდი slack-ზე](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+თუ კონტრიბუციების სხვაგან შეტანაც გინდა, ჩვენ შენთვის შედარებით მარტივად გასაგები პროექტები შევარჩიეთ, [რომლებსაც აქ ნახავ](https://firstcontributions.github.io/#project-list).
+
+### [დამატებითი მასალა](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## ტუტორიალები სხვა პროგრამების გამოყენებით
+
+| |
|
|
| |
|
+| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
+| [GitHub Desktop](../github-desktop-tutorial.md) | [Visual Studio 2017](../github-windows-vs2017-tutorial.md) | [GitKraken](../gitkraken-tutorial.md) | [Visual Studio Code](../github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../github-windows-intellij-tutorial.md) |
\ No newline at end of file
diff --git a/docs/gui-tool-tutorials/translations/README.gh.md b/docs/gui-tool-tutorials/translations/README.gh.md
new file mode 100644
index 00000000..d6a08050
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.gh.md
@@ -0,0 +1,142 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Ntoboa a Edi Kan
+
+Bere a edi kan a wobɛyɛ biribi no yɛ nea ɛyɛ den bere nyinaa. Suro a wusuro sɛ wubedi mfomso no nyɛ nea ahotɔ wom koraa, titiriw bere a woreyɛ biako no. Nanso wiase a ɛwɔ open source no fa adwumayɛkuw ne adwuma a wɔbɛyɛ sɛ kuw ho. Enti, yɛpɛ sɛ yɛma ɔkwan a wɔfa so ma wɔn a wɔde mmoa foforo kɔ open source no yɛ mmerɛw denam sɛnea wobɛkyerɛkyerɛ wo sɛnea wode wo ntoboa a edi kan bɛma no so.
+
+Nsɛm ne nkyerɛkyerɛ akenkan betumi aboa, nanso dɛn na eye sen sɛ wobɛbɔ mmɔden a wunsuro sɛ wubedi mfomso? Saa dwumadie yi botaeɛ ne sɛ ɛbɛma akwankyerɛ na ama sɛdeɛ wɔn a wɔrefi aseɛ no de wɔn ntoboa a ɛdi kan de ma no ayɛ mmerɛ. Kae:dodow a wo ho adwo wo no, dodow no ara na wusua ade yiye.Sɛ wopɛ sɛ wode wo ntoboa a edi kan ma a, di anammɔn a ɛwɔ ase ha no akyi kɛkɛ.
+
+
+
+Sɛ wo nni Git wɔ wo kɔmputa so a, . [fa hyɛ wo kɔmputa so](https://help.github.com/articles/set-up-git/).
+
+## Fork Saa Adekorabea Yi
+
+Fork saa adekorabea yi denam fork button a ɛwɔ kratafa no atifi a wobɛma so.
+Wei bɛma woanya akoraeɛ no bi wɔ wo akonta so.
+
+## Clone Saa Adekorabea
+
+
+
+Afei clone saa akoraeɛ yi kɔ wo kɔmputa so. Klik clone button no so na afei klik *kɔpi kɔ clipboard so* icon no so.
+
+Bue ahyɛdeɛ kwan (sɛ wowɔ Windows so) anaa terminal (sɛ wowɔ MacOS anaa Linux so) na yɛ git ahyɛdeɛ a ɛdidi soɔ yi:
+
+```
+git clone "URL a woayɛ ho kɔpi nkyɛe no"
+```
+baabi a "URL a woayɛ ho kɔpi seesei ara" (a nsɛm a wɔafa aka no nka ho) yɛ akoraeɛ URL.
+
+
+
+Nhwɛsoɔ:
+```
+git clone https://github.com/your-username/first-contributions.git
+```
+baabi a `wo-ɔdefoɔ din` yɛ wo GitHub dwumadie din. Ɛha na worekɔpi `ntoboa ahorow a edi kan` akoraeɛ no mu nsɛm afiri GitHub so akɔ wo kɔmputa so.
+
+## Yɛ Baa Dwumadibea
+
+Kɔ adwuma no ho kyerɛwtohɔ a wɔayɛ no foforo no so (sɛ woankɔ hɔ dedaw a):
+
+```
+cd first-contributions
+```
+Afei fa `git checkout` ahyɛdeɛ no yɛ baa dwumadibea:
+```
+git checkout -b
+
+Afei fa twetwe adesrɛ no kɔma.
+
+
+
+Mebɛka mo nsakraeɛ nyinaa abom ayɛ adwuma yi baa dwumadibea titiriw no nnansa yi ara. Wo nsa bɛka amanneɛbɔ email bere a wɔawie nkabom no.
+
+Wɔrensakra wo fork no nkorabata titiriw no wɔ saa bere yi mu. Sɛnea ɛbɛyɛ a wo fork no ne me de no bɛkɔ so ayɛ pɛ a, di anammɔn yi akyi.
+
+## Ma Wo Fork no ne Saa Adekorabea Yi Nhyia
+
+Nea edi kan no, dan kɔ baa dwumadibea titiriw no so:
+```
+git checkout main
+```
+
+Na fa me akoraeɛ URL no ka ho sɛ `upstream akyirikyiri url`:
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+Wei yɛ ɔkwan a yɛbɛfa so aka akyerɛ Git sɛ saa akoraeɛ yi nkyerɛaseɛ foforɔ wɔ hɔ wɔ address a wɔakyerɛ no so, na yɛfrɛ no `upstream`. Sɛ wɔka nsakraeɛ no bom wie a, hwehwɛ me akoraeɛ no foforɔ no:
+```
+git fetch upstream
+```
+
+Ɛha na yɛrefa nsakraeɛ a ɛwɔ me baa dwumadibea a ɛwɔ soro no nyinaa aba.Afei ɛsɛ sɛ wode me akorae no mu nsakrae foforo no bom ne wo baa dwumadibea titiriw no:
+```
+git rebase upstream/main
+```
+Ɛha na yɛde nsakraeɛ a wode baa wo baa dwumadibea kɛseɛ no nyinaa redi dwuma.Sɛ wopia baa dwumadibea kɛse no mprempren a, wo kyɛnsee no nso benya nsakrae ahorow no:
+
+```
+git push origin main
+```
+Kɔkɔbɔ: Saa bere yi de, worepia akɔ akyirikyiri adekorabea a wɔfrɛ no origin no so.
+
+Saa bere yi, mede wo ` |
|
+
+a> | |
|
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Nea Ɛdi Akyi?
+
+You can also join our team on Slack in case you need help or have any questions. [Join the team on Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
\ No newline at end of file
diff --git a/docs/gui-tool-tutorials/translations/README.gl.md b/docs/gui-tool-tutorials/translations/README.gl.md
new file mode 100644
index 00000000..de340a1d
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.gl.md
@@ -0,0 +1,112 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Primeiras Contribucións
+
+É difícil. Sempre é difícil a primeira vez que fas algo. Especialmente cando estás colaborando, equivocarse non é algo agradable. Pero no *open source* (o código aberto) todo trata de colaboración e de traballar xuntos. Quixemos simplificar a forma na que novos contribuidores *open-source* aprenden e contribúen por primeira vez.
+
+Ler artículos e ver titoriais pode axudar, pero ¿que haberá mellor que facer as cousas nunha contorna pensada para practicar? Iste proxecto enfócase en prover unha guía e en simplificar o xeito no que os novatos fan a súa primeira contribución. Lembra que mentres máis relaxado esteas, mellor aprenderás. Se queres facer a túa primeira contribución só tés que seguir os sinxelos pasos que se amosan a continuación. E prometémosche que será entretido.
+
+
+
+Se aínda non tés git na túa máquina, [ instálao ]( https://help.github.com/articles/set-up-git/ )
+
+## Bifurca(*Fork*) este repositorio
+
+Fai un *fork* (bifurcación) deste repo facendo click no botón "Fork" que está na cima desta páxina.
+Isto creará unha copia deste repositorio na túa conta.
+
+## Clona(*Clone*) o repositorio
+
+
+
+A continuación clona este repo no teu equipo. Fai click no botón "*Clone*" e despois na icona para copiar ó portapapeis (clipboard)
+
+Abre a túa consola ou terminal e executa o seguinte comando de git:
+
+```
+git clone "url que copiache"
+```
+Onde "url que copiache" (sen as comiñas) é a url deste repositorio. Mira os pasos previos para obter a url.
+
+
+
+Por exemplo:
+```
+git clone https://github.com/o-teu-nome/first-contributions.git
+```
+Onde "o-teu-nome" é o teu usuario de GitHub. Aquí estarás copiando os contidos do repositorio first-contributions en GitHub para o teu computador.
+
+## Crear unha póla(*Branch*)
+
+Cambia ó directorio do repositorio no teu computador (se é que non estás xa nel).
+
+```
+cd first-contributions
+```
+
+Agora crea unha branch (póla) usando o comando `git checkout`
+
+```
+git checkout -b
+
+ Agrega eses cambios ou modificacións usando o comando `git add` tal como se amosa:
+
+```
+git add Contributors.md
+```
+
+Agora podes facer commit sobre os cambios co comando `git commit`
+```
+git commit -m "Add
+
+Agora crea e envía a pull request:
+
+
+
+Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxecto. Recibirás unha notificación por correo cando os cambios xa estean mesturados.
+
+### [ Material adicional ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Titoriais con outras ferramentas
+
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Onde ir dende aquí?
+
+Tamén poderías unirte á nosa *equipa* en Slack no caso de que necesites axuda ou teñas algunha pregunta. [Únete ó noso Slack](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)
diff --git a/docs/gui-tool-tutorials/translations/README.gr.md b/docs/gui-tool-tutorials/translations/README.gr.md
new file mode 100644
index 00000000..8feee52c
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.gr.md
@@ -0,0 +1,139 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Πρώτες Συνεισφορές
+
+Αυτό το έργο έχει σκοπό να απλοποιήσει και να καθοδηγήσει τον τρόπο με τον οποίο οι αρχάριοι κάνουν την πρώτη τους συνεισφορά. Αν σκοπεύετε να κάνετε την πρώτη σας συνεισφορά, ακολουθήστε τα παρακάτω βήματα.
+
+Αν δεν είστε εξοικειωμένοι με τη γραμμή εντολών, [εδώ υπάρχουν σεμινάρια που χρησιμοποιούν γραφικά εργαλεία](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools)
+
+
+
+Εάν δεν έχετε εγκατεστημένο το git στον υπολογιστή σας, [εγκαταστήστε το](https://help.github.com/articles/set-up-git/)
+
+## Αντιγράψτε το αποθετήριο (fork)
+
+Αντιγράψτε το αποθετήριο πατώντας το κουμπί με τίτλο `Fork` στην κορυφή αυτής της σελίδας. Με αυτό τον τρόπο ένα ακριβές αντίγραφο του αποθετηρίου θα δημιουργηθεί στο λογαριασμό σας.
+
+## Αποθηκεύστε τοπικά το αποθετήριο (clone)
+
+
+
+Τώρα αντιγράψτε το αποθετήριο στον υπολογιστή σας. Κάντε κλικ στο κουμπί `Clone or download` και μετά στο εικονίδιο δεξιά από το σύνδεσμο για αντιγραφή στο πρόχειρο.
+
+Ανοίξτε ένα παράθυρο τερματικού και τρέξτε την ακόλουθη git εντολή:
+
+```
+git clone "σύνδεσμος που μόλις αντιγράψατε"
+```
+
+Όπου "σύνδεσμος αποθετηρίου" (χωρίς τα εισαγωγικά) είναι ο σύνδεσμος για αυτό το αποθετήριο. Ανατρέξτε στα προηγούμενα βήματα για να βρείτε αυτόν τον σύνδεσμο.
+
+
+
+Για παράδειγμα:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+Όπου 'this-is-you' είναι το όνομα χρήστη που έχετε στο github. Από εδώ αντιγράφετε τα περιεχόμενα του αποθετηρίου `first-contributions` απο το github στον υπολογιστή σας.
+
+## Δημιουργήστε ένα νέο παρακλάδι (branch)
+
+Πηγαίνετε στο φάκελο του αποθετηρίου στον υπολογιστή σας εάν δεν είστε ήδη εκεί.
+
+```
+cd first-contributions
+```
+
+Τώρα δημιουργήστε ένα νέο παρακλάδι χρησιμοποιώντας την εντολή `git switch` :
+
+```
+git switch -c your-new-branch-name
+```
+
+Για παράδειγμα:
+
+```
+git switch -c add-alonzo-church
+```
+
+(Το όνομα του παρακλαδιού δεν χρειάζεται να περιέχει την λέξη _add_ αλλά είναι λογικό να την συμπεριλάβουμε μιας και ο σκοπός του παρακλαδιού είναι να προσθέσουμε το όνομα μας σε μια λίστα.)
+
+## Πραγματοποιήστε τις αλλαγές και αποθηκεύστε τες (add & commit)
+
+Τώρα ανοίξτε το αρχείο `Contributors.md` με έναν επεξεργαστή κειμένου. Χρειάζεται να είστε εξοικειωμένοι με την Markdown, μια ελαφριά γλώσσα σήμανσης. Δείτε στο [cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) για το πως να χρησιμοποιήσετε την Markdown.
+
+Σε αυτήν την περίπτωση προσθέστε την παρακάτω σειρά στο τέλος του αρχείου `Contributors.md:`
+
+```
+- [Το-όνομα-σας](https://github.com/Your-username)
+```
+
+Για παράδειγμα:
+
+```
+- [John Doe](https://github.com/johndoe)
+```
+
+Σιγουρευτείτε ότι δεν υπάρχει κενό ανάμεσα στα `](` . Αποθηκεύστε το αρχείο και κλείστε το.
+
+
+
+Εάν πάτε στο φάκελο του αποθετηρίου και γράψετε την εντολή `git status`, θα δείτε ότι υπάρχουν κάποιες αλλαγές. Προσθέστε αυτές τις αλλαγές χρησιμοποιώντας την εντολή `git add`.
+
+```
+git add Contributors.md
+```
+
+Τώρα σώστε αυτές τις αλλαγές χρησιμοποιώντας την παρακάτω `git commit` εντολή.
+
+```
+git commit -m "Add
+
+Τώρα υποβάλετε το pull request.
+
+
+
+Σύντομα θα ενσωματώσω όλες τις αλλαγές σας στο master branch του προγράμματος. Θα ειδοποιηθείτε με email όταν οι αλλαγές που κάνατε ενσωματωθούν.
+
+## Τι να κάνετε τώρα;
+
+Συγχαρητήρια! Μόλις ολοκληρώσατε την τυπική ροή εργασιών _fork -> clone -> edit -> pull request_ που θα συναντήσετε συχνά ως συνεργάτης!
+
+Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [web app](https://firstcontributions.github.io/#social-share).
+
+Μπορείτε να συμμετέχετε στην ομάδα μας στο slack σε περίπτωση που θέλετε κάποια βοήθεια ή έχετε κάποια ερώτηση.
+[Η ομάδα μας στο slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Τώρα μπορείτε να ξεκινήσετε να συνεισφέρετε και σε άλλα project. Έχουμε φτιάξει μια λίστα από project με εύκολα προβλήματα για να ξεκινήσετε. Δείτε εδώ [τη λίστα με τα project](https://firstcontributions.github.io/#project-list).
+
+### [Επιπρόσθετο υλικό](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Εκπαιδευτικό Υλικό Χρήσης Άλλων Εργαλείων
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.guj.md b/docs/gui-tool-tutorials/translations/README.guj.md
new file mode 100644
index 00000000..8668eff4
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.guj.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# પ્રથમ યોગદાન
+
+પ્રથમ વખત કંઈક કરવું થોડું મુશ્કેલ છે. ખાસ કરીને જ્યારે તમે જુથ સાથે મળીને કામ કરી રહ્યા હોવ, ત્યારે ભૂલો કરવી એ સારી વાત નથી. પરંતુ એકબીજા સાથે મળીને અને એક જ સાથે કામ કરવું એ જ તો ઓપેન સોર્સ છે. અમે તમારું પ્રથમ ઓપન સોર્સ કોન્ટ્રિબ્યુશન / યોગદાન સરળ બનાવાનો પ્રયત્ન કરીશુ.
+
+ઓનલાઇન આર્ટિકલ્સ વાંચન અને ઓનલાઇન ટ્યુટોરિયલ્સ મદદ કરી શકે છે, પરંતુ પોતે જ તે કામ કરવાથી સારું શું હોઇ શકે? આ પ્રોજેક્ટ તમને તમારી પ્રથમ કોન્ટ્રિબ્યુશન માટે દિશા નિર્દેશ આપશે. જો તમે તમારું પ્રથમ કોન્ટ્રીબ્યુશન કરવા માંગો છો તો આગળ આપેલા પગલાઓ અનુસરો.
+
+જો તમે કમાન્ડ લાઇન સાથે આરામદાયક ન હોવ, તો અહીં [ GUI ટૂલ્સનો ઉપયોગ કરવાના ટ્યુટોરિયલ્સ ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) આપેલ છે.
+
+
+
+જો તમારા કમ્પ્યુટર પર Git ઇન્સ્ટોલ નથી, [ તો Git ઈન્સ્ટોલ કરો](https://help.github.com/articles/set-up-git/)
+
+## રિપોઝીટરીને ફોર્ક કરો
+
+ફોર્ક(કાંટા) બટન પર ક્લિક કરવાથી આ રિપોઝીટરી ફોર્ક થાય છે, આ તમારા GitHub એકાઉન્ટમાં આ રિપોઝીટરીની એક નકલ (કોપી) બનાવશે.
+
+## રિપોઝીટરી ક્લોન કરો
+
+
+
+હવે તમે આ રેપો તમારા કમ્પ્યુટરમાં ક્લોન કરો (અર્થાત ડાઉનલોડ કરો). તમારા GitHub એકાઉન્ટ પર જાવ, કોડ બટન પર ક્લિક કરો અને પછી `copy to clipboard` આઇકોન પર ક્લિક કરો. આનાથી એ રેપોજીટરીનો યુઆરએલ કોપી થશે.
+
+તમારા કમ્પ્યુટર પર એક ટર્મિનલ / કમાંડ પ્રોમ્પ્ટ ખોલો અને નીચે દર્શાવ્યા મુજબ git આદેશ ચલાવો:
+
+```
+git clone "યુઆરએલ જે તમે હમણાં જ નકલ(ક્લોન) કરી"
+```
+
+જ્યાં "યુઆરએલ જે તમે હમણાં જ કોપી કર્યું છે" (અવતરણ ચિહ્નો સિવાય) એ આ રિપોઝીટરી(આ પ્રોજેક્ટનો તમારો ફૉર્ક) ની URL ના સંગ્રહ માટે છે. તેની URL ને મેળવવા માટે પાછલા પગલાં જુઓ. તેમને કોપી કરેલ યુઆરએલ સાથે બદલી કાઢો.
+
+ઉદાહરણ તરીકે:
+
+```
+git clone https://github.com/આ-તમે-છો/first-contributions.git
+```
+
+
+
+'આ-તમે-છો' તમારા GitHub એકાઉન્ટનું `username` છે. અહીં તમે તમારા કમ્પ્યુટરમાં GitHub થી first-contributions રિપોને કોપી કરી રહ્યા છો અથવા તેના એક સ્થાનિક / લોકલ કોપી બનાવી રહ્યા છે.
+
+## એક બ્રાંચ બનાવો
+
+તમારા કમ્પ્યુટર પર બનાવેલ રિપોઝીટરીની કોપીનાં ફોલ્ડર / ડિરેક્ટરીમાં જાવ (જો હજુ સુધી તમે ત્યાં ન હોવ તો નીચે આપેલ Command(આદેશ) ચલાવો)
+
+```
+cd first-contributions
+```
+
+હવે 'git checkout' command(આદેશ) નો ઉપયોગ કરીને એક નવી શાખા(Branch) બનાવો. નવી શાખા(Branch) બનાવવા માટે -b વિકલ્પનો ઉપયોગ થાય છે.
+
+```
+git checkout -b <તમારી-શાખા-નામ-ઉમેરો>
+```
+
+ઉદાહરણ તરીકે:
+
+```
+git checkout -b add-alonzo-church
+```
+
+(શાખા(Branch)ના નામમાં 'add' ઉમેરવાની જરૂર નથી, પરંતુ તેમાં શામેલ કરવું યોગ્ય છે કારણ કે શાખા(Branch)નો હેતુ એક નામ છે, જે નામ ઉમેરવાનું છે.)
+
+## આવશ્યક ફેરફારો કરો અને તે ફેરફારોને કમીટ કરો-
+
+હવે 'Contributors.md` ફાઇલને એક ટેક્સ્ટ એડિટરમાં ખોલો અને તેમા તમારુ નામ લખો. ફાઇલની શરૂઆત અથવા અંતે ઉમેરવાને બદલે, તેને મધ્યમાં ગમે ત્યાં રાખો. હવે, ફાઇલને સેવ કરો.
+
+
+
+જો તમે પ્રોજેક્ટની ડાઈરેક્ટરીમા જશો અને કમાન્ડ પ્રોમ્પ્ટમાં `git status` નિર્દેશ ચલાવશો, તો તમે કરેલા પરિવર્તન જોઈ શક્શો. તે પરિવર્તન બનાવવામાં આવેલ શાખા(Branch)માં ઉમેરવા માટે 'git add` કમાન્ડ વાપરો.
+
+```
+git add Contributors.md
+```
+
+હવે તમારા પોતાના ફેરફારોને 'git commit' આદેશનો ઉપયોગ કરી કમીટ કરો.
+
+```
+git commit -m "Add <તમારુ-નામ> to Contributors list"
+```
+
+<તમારુ નામ> ની જગ્યાએ તમારું નામ દાખલ કરો
+
+##
+
+તમારા ફેરફારો ને Github માં પુશ કરો (ધકેલો).
+
+`git push` ઉપયોગ કરીને તમારા પરિવર્તન ને પુશ કરો
+
+```
+git push origin <તમારી-શાખા-નામ-ઉમેરો>
+```
+
+`<તમારી-શાખા-નામ-ઉમેરો>` ની જગ્યાએ તમારી શાખા(Branch)નુ નામ ઉમેરો.
+
+## તમારા ફેરફારોના રીવ્યુ માટે સબમિટ કરો
+
+જો તમે તમારા github એકાઉન્ટ પર તમારી રિપો માં જાવ તો Compare & pull request નો ઓપ્શન હશે. તેને દબાવો.
+
+
+
+હવે તમારી pull request સબમિટ કરો.
+
+
+ટૂંક સમયમાં હું તમારા ફેરફારો માટે આ પ્રોજેક્ટની માસ્ટર શાખામાં મર્જ ક્રી દઇશ. તમને એક મેલ આવશે જ્યારે તમારા ફેરફારો મર્જ થશે.
+
+## હવે, અહીંથી ક્યાં જવું ?
+
+અભિનંદન!:tada: તમે હમણાં જ સ્ટાન્ડર્ડ `fork -> clone -> edit -> pull request` વર્કફ્લો પૂર્ણ કર્યો છે. જેનો તમે વારંવાર સહયોગકર્તા (contributor) તરીકે સામનો કરશો!
+
+તમારા પ્રથમ યોગદાનની ઉજવણી કરો અને [વેબ એપ્લિકેશન](https://firstcontributions.github.io/#social-share) પર જઈને તમારા મિત્રો અને ફોલોઅર્સ સાથે શેર કરો.
+
+જો તમને વધુ પ્રેક્ટિસ જોઈતી હોય, તો [કોડ યોગદાન ચેકઆઉટ](https://github.com/roshanjossey/code-contributions) કરો.
+
+ચાલો, હવે તમને અન્ય પ્રોજેક્ટ્સમાં કંટ્ર્રીબ્યુટ કરવામા મદદ કરુ. અમે તમારા માટે એક યાદી બનાવી છે જેમા ખૂબ સરળ issues(મુદ્દાઓ) છે વેબ એપમા પ્રોજેક્ટ્સ ની સૂચિ જુઓ.](https://firstcontributions.github.io/#project-list)
+
+## અન્ય સાધનોનો ઉપયોગ કરીને ટ્યુટોરીયલ્સ
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.hau.md b/docs/gui-tool-tutorials/translations/README.hau.md
new file mode 100644
index 00000000..71fa8e28
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hau.md
@@ -0,0 +1,133 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Kyauta ta Farko
+
+Yana da wahala. Yana da wahala lokacin da kuka fara yin wani abu. Musamman lokacin da kuke mu'amala, yin kuskure ba abu ne mai kyau ba. Muna son ƙirƙirar buɗaɗɗen hanya don sababbin mutane don koyo kuma su shiga a karon farko.
+
+Karatun labarai da koyawa kan layi na iya taimaka muku, amma menene ya fi yin ainihin abin? Manufar wannan aikin shine don ba da jagora & ba da damar mutane su fara ba da gudummawa. Idan kuna neman ba da gudummawarku ta farko, bi matakan da ke ƙasa.
+
+#### *Idan ba kwa son alamomin doka, [Anan akwai koyawa ta amfani da kayan aikin GUI.](#Koyo-don-amfani-wasu)*
+
+
+
+Idan ba ku da inji a kan injin ku, [shigar da shi]( https://help.github.com/articles/set-up-git/).
+
+
+## Cire wannan babban fayil ɗin
+
+Cire wannan repo ta danna maɓallin thumbnail a saman wannan shafin. Wannan zai haifar da ajiyar tsaro guda ɗaya a cikin asusunku.
+
+## Yana rufe wurin ajiya
+
+
+
+Yanzu maye gurbin repo akan injin ku. Je zuwa asusun GitHub ɗin ku, buɗe repo don dannawa, danna maɓallin clone sannan danna gunkin alamar.
+
+Bude tasha kuma gudanar da umarni mai zuwa:
+
+```
+git clone "url you just copied"
+```
+
+inda "url ɗin da kuka kwafi" (ba tare da alamar magana ba) shine url don ajiya anan (ƙarshen wannan aikin). Duba matakan da suka gabata don samun url.
+
+
+
+Misali:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+inda `this-is-you` shine sunan mai amfani na GitHub. Anan, kuna kwafin abun ciki na ainihin gudummawar GitHub akan kwamfutarka.
+
+## Ƙirƙiri reshe
+
+Canja zuwa tsarin shugabanci akan kwamfutarka (idan ba ku da shi a can):
+
+```
+cd na farko-gudunmawar
+```
+
+Yanzu, ƙirƙiri reshe ta amfani da umarnin 'git checkout':
+
+```
+git checkout -b <ƙara-sabon-reshe-name>
+```
+
+Misali:
+
+```
+git checkout -b add-alonzo-church
+```
+
+(Sunan reshen ba lallai ba ne a saka kalmar a cikinsa, amma yana da mahimmanci ku haɗa shi saboda manufar wannan reshen shine ƙara sunan ku a cikin jerin sunayen).
+
+## Yi canje-canjen da suka dace kuma ku canza waɗannan canje-canje
+
+
+Yanzu buɗe fayil ɗin `Contributors.md` a editan rubutu, ƙara sunan ku gare shi. Ana haɗe shi zuwa farkon ko ƙarshen fayil ɗin. Saka shi wani wuri a tsakanin. Yanzu ajiye fayil ɗin.
+
+
+
+Idan ka je kundin kundin kamfani kuma ka aiwatar da umurnin 'git status', za ka ga cewa akwai canje-canje.
+
+
+Ƙara waɗannan canje-canje zuwa reshen da kuka ƙirƙira ta amfani da umarnin 'git add':
+
+```
+git ƙara Masu ba da gudummawa.md
+```
+
+Yanzu aiwatar da canje-canje ta amfani da umarnin 'git Committee':
+
+```
+git commit -m "Ƙara
+
+Yanzu, yi buƙatar.
+
+
+
+Nan ba da jimawa ba zan magance duk canje-canjenku a wannan reshe. Za ku karɓi saƙon sanarwa a duk lokacin da aka yi canji.
+
+## Ina zan je daga nan?
+
+Taya murna! Ka kawai karanta uwar garken -> kwafin fitarwa -> gyara -> Zazzage sabis na PR wanda koyaushe za ku hadu a matsayin mai ba da ku!
+
+Duba gudunmawar ku kuma ku raba ta tare da abokanku da mabiyanku ta ziyartar [app app](https://firstcontributions.github.io/#social-share).
+
+Kuna iya shiga cikin ma'aikatan mu na abokantaka idan kuna buƙatar kowane taimako ko kuna da tambayoyi. [Haɗa ƙungiyar slack](https://join.slack.com/t/firstcontr🏴ibutors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWYZm
+
+Yanzu, bari mu fara da ba da gudummawa don wasu ayyuka. Mun tattara jerin ayyuka masu sauƙi da tattaunawa da za ku iya farawa. Duba [jerin ayyuka da aikace-aikacen yanar gizo](https://firstcontributions.github.io/#project-list).
+
+
+### [Ƙarin Material](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Ilimi da amfani da sauran kayan
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.hb.md b/docs/gui-tool-tutorials/translations/README.hb.md
new file mode 100644
index 00000000..ac28b50e
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hb.md
@@ -0,0 +1,276 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+#### _קרא [בשפות אחרות](Translations.md)._
+
+[](README.al.md)
+[
](README.arm.md)
+[
](README.uz.md)
+[
](README.aze.md)
+[
](README.bn.md)
+[
](README.bg.md)
+[
](README.pt_br.md)
+[
](README.ca.md)
+[](README.zh-cn.md)
+[
](README.cs.md)
+[
](README.de.md)
+[
](README.da.md)
+[
](README.eg.md)
+[
](README.dz.md)
+[
](README.es.md)
+[
](README.fr.md)
+[
](README.ga.md)
+[
](README.gl.md)
+[](README.gr.md)
+[
](README.ge.md)
+[
](README.hu.md)
+[
](README.id.md)
+[
](Translations.md)
+[
](README.ta.md)
+[
](README.fa.md)
+[
](README.pus.md)
+[
](README.it.md)
+[
](README.ja.md)
+[
](README.si.md)
+[
](README.kws.md)
+[
](README.ko.md)
+[
](README.lt.md)
+[
](README.ro.md)
+[
](README.mm_unicode.md)
+[
](README.mk.md)
+[
](README.mx.md)
+[
](README.my.md)
+[
](README.nl.md)
+[
](README.no.md)
+[
](README.np.md)
+[
](README.fil.md)
+[
](README.en-pirate.md)
+[](README.ur.md)
+[
](README.gh.md)
+[
](README.pl.md)
+[
](README.pt-pt.md)
+[
](README.ru.md)
+[
](README.ar.md)
+[
](README.se.md)
+[
](README.slk.md)
+[
](README.sl.md)
+[
](README.th.md)
+[
](README.tr.md)
+[
](README.zh-tw.md)
+[
](README.ua.md)
+[
](README.vn.md)
+[
](README.sw.md)
+[
](README.zul.md)
+[
](README.afk.md)
+[
](README.igb.md)
+[
](README.mli.md)
+[
](README.hau.md)
+[
](README.yor.md)
+[](README.lv.md)
+[
](README.fi.md)
+[
](README.by.md)
+[
](README.sr.md)
+[
](README.kz.md)
+[
](README.bih.md)
+[
](README.bih.md)
+[
](README.hr.md)
+[
](README.ps.md)
+[
](README.so.md)
+[
](README.ec.md)
+[
](README.lug.md)
+[
](README.tm.md)
+[
](README.ewe.md)
+[
](README.et.md)
+[
](README.kr.md)
+[
](README.mg.md)
+[
](README.kh.md)
+[
](README.ma.md)
+
+# תרומות ראשונות
+
+מטרת פרויקט זה היא לפשט ולהדריך מתחילים בדרכם אל תרומתם הראשונה לקוד פתוח. אם אתם מחפשים דרך לבצע תרומה ראשונית, עקבו אחר ההוראות הבאות.
+
+_אם אינכם חשים בנוח להשתמש בשורת פקודה, [כאן תוכלו למצוא מדריכים לשימוש בכלים גרפיים](#הדרכות-בשימוש-כלים-אחרים)._
+
+
+
+#### אם עוד לא התקנתם GIT, [התקינו כעת](https://help.github.com/articles/set-up-git).
+
+## בצעו FORK למאגר זה
+
+כדי לבצע FORK למאגר זה, ניתן ללחוץ על כפתור ה – FORK בתחילת העמוד.
+פעולה זה תיצור עותק של מאגר זה בחשבון שלכם.
+
+## שכפול המאגר
+
+
+
+כעת, שכפלו את המאגר הזה למחשב שלכם. לכו לדף ה-GitHub שלכם, לחצו על כפתור השכפול ואז לחצו על הצלמית `copy to clipboard`.
+
+פתחו טרמינל והריצו את הפקודה הבאה:
+
+```bash
+git clone "url you just copied"
+```
+
+
+כאשר הביטוי `"url you just copied"` (ללא סימני הגרשיים) הוא הקישור למאגר זה שביצעתם עליו FORK קודם לכן. ראו את הצעדים הקודמים כדי להשיג את הקישור.
+
+
+
+לדוגמא:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+
+כאשר `this-is-you` הוא שם המשתמש שלכם ב-GitHub. לכאן אתם מעתיקים את התוכן של מאגר first-contributions ב-GitHub לתוך המחשב שלכם.
+
+## יצירת ענף
+
+החליפו לתיקיית המאגר בתוך המחשב שלכם (באם טרם נכנסתם לתיקייה זו):
+
+```bash
+cd first-contributions
+```
+
+
+כעת, צרו ענף (branch) בשימוש הפעולה `git switch`:
+
+```bash
+git switch -c your-new-branch-name
+```
+
+ לדוגמא:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+אם אתה מקבל שגיאות בעת השימוש ב-git switch, לחץ כאן:
+switch is not a git command. See git –help",
+זה כנראה בגלל שאתה משתמש בגרסה ישנה של Git.git checkout:
+
+אם תנווטו לתיקיית הפרויקט ותבצעו את הפעולה `git status`, תוכלו לראות את השינויים שביצעתם שם.
+
+הוסיפו את השינויים האלו לענף שיצרתם תוך שימוש בפקודה `git add`:
+
+```bash
+git add Contributors.md
+```
+
+
+עכשיו, בצעו commit לשינויים הללו תוך שימוש בפקודת `git commit`:
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+
+החליפו את הביטוי `your-name` עם השם שלכם.
+
+## לדחוף את השינויים ל-GitHub
+
+
+דחפו את השינויים תוך שימוש בפקודה `git push`:
+
+```bash
+git push origin add-your-branch-name
+```
+
+
+החליפו את `add-your-branch-name` עם השם של הענף שיצרתם מוקדם יותר.
+
+במידה ומתקבלות שגיאות במהלך הדחיפה, לחץ כאן
+
+
+
+
+```bash
+remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+fatal: Authentication failed for 'https://github.com/שגיאת אימות
+
+
+כעת, הגישו את בקשת הדחיפה (pull request):
+
+
+
+בקרוב, אצרף את כל השינויים לתוך הענף הראשי של פרויקט זה. אתם תקבלו עדכון במייל ברגע שהשינויים ימוזגו.
+
+## מה לעשות מכאן?
+
+כל הכבוד! כרגע סיימתם את מעגל הזרימה הסטנדרטי של _fork -> clone -> edit -> pull request_ שאתם תפגשו באופן שכיח כתורמים!
+
+תחגגו את התרומתכם ושתפו אותה עם החברים והעוקבים שלכם בכך שתלכו ל-[web app](https://firstcontributions.github.io/#social-share).
+
+אתם יכולים להצטרף לצוות הסלאק שלנו אם אתם צריכים עזרה או אם יש לכם שאלות. [הצטרפות לצוות בסלאק](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q).
+
+עכשיו אפשר להתחיל לתרום לפרוייקטים אחרים. הכנו רשימה של פרוייקטים על נושאים קלים שאתם יכולים להתחיל לעבוד עליהם. [רשימה של פרוייקטים ב- web app](https://firstcontributions.github.io/#project-list).
+
+### [חומר נוסף](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## הדרכות בשימוש כלים אחרים
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+# प्रथम योगदान
+
+इस परियोजना का उद्देश्य शुरुआती लोगों द्वारा अपना पहला योगदान करने की प्रक्रिया को सरल और मार्गदर्शित करना है। यदि आप योगदान देना चाहते हैं, तो नीचे दिए गए चरणों का पालन करें।
+
+आर्टिकल्स पढ़ना और ऑनलाइन ट्यूटोरियल्स देखना मददगार साबित हो सकते हैं, लेकिन बिना कुछ गलती करके खुद काम करने से अच्छा हो सकता है। इस प्रोजेक्ट आपको अपने पहले योगदान के लिए दिशा निर्देशित करेगा। याद रखें - जितने तनाव मुक्त होकर आप सीखेंगे, उतना ही बेहतर सीख पाएंगे। नीचे दिए गए निर्देशों का पालन करें।
+
+
+
+यदि आपके कंप्यूटर पर Git नहीं है तो, [इसे स्थापित करें](https://help.github.com/articles/set-up-git/) ।
+
+_यदि आप कमांड लाइन के साथ सहज नहीं हैं, [तो यहाँ ग्राफिकल इंटरफेस (GUI) टूल्स का उपयोग करने वाले ट्यूटोरियल हैं] (#अन्य-टूल-का-उपयोग-करके-ट्यूटोरियल) ।_
+
+## रिपॉज़िटरी को फोर्क करना
+
+काँटा (फोर्क) बटन पर क्लिक करके इस रिपॉज़िटरी को फोर्क कर सकते हैं। यह आपके GitHub खाते (अकाउंट) में इस रिपॉज़िटरी की एक प्रति (कॉपी) बना देगा जो केवल आपके लिए उपलब्ध होगी।
+
+## रिपॉज़िटरी को क्लोन करना
+
+
+
+अब इस रिपॉज़िटरी को अपने कंप्यूटर पर क्लोन (यानी डाउनलोड) करें। अपने GitHub अकाउंट पर जाएँ, फोर्क की गई रिपॉज़िटरी खोलें, 'Code/कोड' बटन पर क्लिक करें, और फिर 'Copy to Clipboard' आइकॉन पर क्लिक करें।
+
+अपने कंप्यूटर पर एक टर्मिनल/कमांड प्रांप्ट खोलें और निम्न git आदेश (कमांड) चलाएँ:
+
+```
+git clone "यूआरएल जिसे आपने अभी कॉपी किया"
+```
+
+जहाँ "यूआरएल जिसे आपने अभी कॉपी किया" (उद्धरण चिह्नों के बिना) इस रिपॉज़िटरी के लिए यूआरएल है (इस परियोजना का आपका फोर्क) । यूआरएल प्राप्त करने के लिए पिछले निर्देश देखें ।
+
+उदाहरण के लिए:
+
+```
+git clone https://github.com/यह-आप-हैं/first-contributions.git
+```
+
+
+
+`यह-आप-हैं` आपके GitHub अकाउंट का नाम है। यहाँ आप अपने कंप्यूटर में GitHub से first-contributions रिपॉज़िटरी को कॉपी कर रहे हैं अथवा उसकी एक लोकल/स्थानीय कॉपी बना रहे हैं ।
+
+## एक शाखा (ब्राँच) बनाएँ
+
+अपने कंप्यूटर पर बनाई गई रिपॉज़िटरी की कॉपी के फोल्डर/डायरेक्टरी में जाएँ (यदि अभी तक नहीं की है तो निम्न आदेश चलाएँ)
+
+```
+cd first-contributions
+```
+
+अब एक नई शाखा बनाएँ `git switch` कमांड का उपयोग करके ।
+नई शाखा बनाने के लिए -c ऑप्शन का उपयोग होता है ।
+
+```
+git switch -c <अपनी-शाखा-का-नाम-जोड़ें>
+```
+
+उदाहरण के लिए:
+
+```
+git switch -c add-alonzo-church
+```
+
+( शाखा के नाम में `add` जोड़ने की आवश्यकता नहीं है, लेकिन इसमें शामिल होना जरूरी है क्योंकि इस शाखा का उद्देश्य एक सूची में अपना नाम जोड़ना है। )
+
+## आवश्यक परिवर्तन करें और उन परिवर्तनों को कमिट करें-
+
+अब `Contributors.md` फ़ाइल को एक टेक्स्ट एडिटर में खोलकर इसमें अपना नाम जोड़ दें। फ़ाइल की शुरुआत या अंत में इसे न जोड़ें। इसे बीच में कहीं भी रखें ।
+
+
+
+
+आप यदि `git status` कमांड चलाएंगे , तो आपको अपने द्वारा किये गए परिवर्तन देखेंगे।
+
+उन परिवर्तनों को बनाई गई शाखा में जोड़ने के लिए `git add` कमांड का उपयोग करें ।
+
+```
+git add Contributors.md
+```
+
+अब अपने किये गए बदलावों को `git commit` कमांड का उपयोग करके कमिट करें ।
+
+```
+git commit -m "Add <आपका-नाम> to Contributors list"
+```
+
+<आपका-नाम> की जगह अपना नाम लिखें ।
+
+## अपने बदलावों को Github में पुश करें ।
+
+`git push` का उपयोग कर अपने परिवर्तन को पुश करें ।
+
+```
+git push origin <अपनी-शाखा-का-नाम-जोड़ें>
+```
+
+`<अपनी-शाखा-का-नाम-जोड़ें>` की जगह अपनी शाखा का नाम लिखें ।
+
+## अपने बदलावों को रिव्यु के लिए सबमिट करें ।
+
+यदि आप अपने GitHub प्रोफ़ाइल पर अपनी रिपॉज़िटरी खोलते हैं, तो आपको 'Compare & pull request' का विकल्प दिखाई देगा। उस पर क्लिक करें।
+
+
+अब अपनी pull request सबमिट करें ।
+
+
+जल्द ही मैं आपके बदलावों को इस प्रोजेक्ट की मुख्य शाखा में सम्मिलित कर दूंगा। आपको एक ईमेल आएगी जब आपके बदलाव सम्मिलित होंगे ।
+
+## यहाँ से कहाँ जाएं?
+
+बधाई! आपने _fork -> clone -> edit -> PR_ वर्कफ्लो की पूर्ति कर ली है, जिसका आप अक्सर एक योगदानकर्ता के रूप में सामना करेंगे!
+
+अपने पहले योगदान की खुशी में जश्न मनाएं तथा इसे [वेब एप्प](https://firstcontributions.github.io/#social-share) के जरिये अपने मित्रों के साथ शेयर करें।
+
+आप हमारी स्लैक टीम को ज्वाइन कर सकते हैं यदि आपको कुछ मदद चाहिए या आपके कोई प्रश्न हों । [स्लैक पे ज्वाइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+
+अब आप अन्य प्रोजेक्ट्स पर योगदान कर सकते हैं, तो चलिए शुरू करते हैं! हमने आपके लिए एक प्रोजेक्ट्स की सूचि तैयार की है जहाँ सरल इश्यूज हैं । आप चाहें तो वहाँ से आरम्भ कर सकते हैं । [प्रोजेक्ट्स कि लिस्ट](https://firstcontributions.github.io/#project-list)
+
+## शिक्षण अन्य साधनो का उपयोग करने के लिए
+
+||
|
|
||
+|---|---|---|---|---|
+|[GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md)|[Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md)|[GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md)|[Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md)|[Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md)|
diff --git a/docs/gui-tool-tutorials/translations/README.hne.md b/docs/gui-tool-tutorials/translations/README.hne.md
new file mode 100644
index 00000000..5fcb04c2
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hne.md
@@ -0,0 +1,123 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+# प्रथम योगदान
+
+पहली बार कुछू करे बर कठिन होथे| ख़ास तौर पर जब आपमन मिलकर काम करथव तब गलतियां करना बने बात नहीं आय | मगर आपस म मिलना अउ एक जुट होकर काम करे ल ही त ओपन सोर्स कइथे| हमन आप मन के पहला ओपन सोर्स कॉन्ट्रिब्यूशन/योगदान आसान बनाए बर आपमन की मदद करबो |
+
+आर्टिकल्स पढ़े अउ ऑनलाइन ट्यूटोरियल देखके मदद मिल सकत हे मगर बिना कुछू गलत करे अउ खुद वो काम करे ले बने अउ का हो सकत हे ? यह प्रोजेक्ट आपमन के पहले कॉन्ट्रिब्यूशन बर दिशा निर्देशन करे बर बने मदद करहि | याद रखौ - जतका तनाव मुक्त होकर आप मन सिखहु ततका आपमन बने सीख पाबौ | अगर आप मन अपन पहली कॉन्ट्रिब्यूशन करना चाहत हो त आगे दिए तरीका ल बने फॉलो करौ |
+
+
+
+आपमन के कंप्यूटर म Git नहीं हे त, [एला स्थापित करौ](https://help.github.com/articles/set-up-git/)
+
+## रिपॉज़िटरी ल फॉर्क करे बर
+
+कांटा (फॉर्क) बटन म क्लिक करके ए रिपॉज़िटरी ल फॉर्क कर सकत हो| ए ह आपमन के GitHub खाते म इही रिपॉज़िटरी के एकठन प्रति (कॉपी) बना दिहि।
+
+## रिपोजिटरी क्लोन
+
+
+
+अब आपमन ए रेपो ल अपन कंप्यूटर म क्लोन (डाउनलोड) करव| अपन GitHub खाते म जाकर क्लोन बटन म क्लिक करव अउ फिर कॉपी टू क्लिपबोर्ड आइकॉन म क्लिक करव |
+
+अपन कंप्यूटर म एक ठन टर्मिनल/कमांड प्रांप्ट खोलव अउ निम्न git आदेश चलावव:
+
+```
+git clone "यूआरएल जैला आपमन कॉपी करे हावव "
+```
+
+जेती "यूआरएल जैला आपमन कॉपी करे हावव" (उद्धरण चिह्नों के बिना) ए भंडार बर यूआरएल हे । यूआरएल प्राप्त करे बर पिछला चरण देखव ।
+
+उदाहरण बर:
+
+```
+git clone https://github.com/यह-तै-हावस/first-contributions.git
+```
+
+
+
+यह-तै-हावस आपमन के GitHub अकाउंट के नाम हावै। एती आपमन अपन कंप्यूटर न GitHub ले फर्स्ट-कंट्रिब्यूशंज़ रेपो ल कॉपी करथव अउ ओखर एक लोकल/स्थानीय कॉपी बनावथस|
+
+## एक ब्राँच बनाए बर
+
+अपन कंप्यूटर म बनाये गए रिपॉजिटरी के कॉपी के फोल्डर/डायरेक्टरी म जावव (अगर अब तक नहीं करे हावस त निम्न आदेश चलावव)
+
+```
+cd first-contributions
+```
+
+अब एक ठी नवा शाखा बनवाव `git checkout` कमांड के उपयोग करके |
+नवा शाखा बनाए बर -b ऑप्शन के उपयोग होथे।
+
+```
+git checkout -b <अपन-शाखा-के-नाम-जोड़ें>
+```
+
+उदाहरण बर:
+
+```
+git checkout -b add-alonzo-church
+```
+
+( शाखा के नाम म `add` जोड़ने के आवश्यकता नहीं हावए, लेकिन एमा जोड़ना चल जाहि काबर की ए शाखा के उद्देश्य एक सूची म अपन नाम ल जोड़े बर हे। )
+
+## आवश्यक परिवर्तन करे बर अउ उन परिवर्तनों ल कमिट करे बर-
+
+अब `Contributors.md` फ़ाइल ल एक टेक्स्ट एडिटर म खोलकर एमा अपन नाम लिखव। फ़ाइल के शुरुआत या अंत म एला झन जोड़बे। एला बीच म कही तिरिया देहु आपमन |
+
+
+
+
+आपमन अगर `git status` निर्देश चलाहु , त आपमन ल किये गए परिवर्तन दिखहि।
+
+उन परिवर्तनों ल बनाए गए शाखा म जोड़े बर `git add` कमान्ड के उपयोग करव |
+
+```
+git add Contributors.md
+```
+
+अब अपन करे गए बदलाव ल कमिट करे बर `git commit` आदेश के उपयोग करव |
+
+```
+git commit -m "Add <अपन-नाम> to Contributors list"
+```
+
+<अपन-नाम> के जगह अपन नाम डालव|
+
+## अपन करे बदलाव ल Github म पुश करव|
+
+`git push` के उपयोग कर अपन परिवर्तन ल पुश करव|
+
+```
+git push origin <अपन-शाखा-के-नाम-जोड़व>
+```
+
+`<अपन-शाखा-के-नाम-जोड़व>` के जगह अपन शाखा के नाम डालव|
+
+## अपन बदलाव ल रिव्यु करे बर सबमिट करव|
+
+आपमन अपन github प्रोफाइल म अपन रेपो म जाबा अउ Compare & pull request ल दबवाव|
+
+
+आप मन के pull request सबमिट करव|
+
+
+मैं आपमन के बदलाव ल ए प्रोजेक्ट के मास्टर शाखा म तुरते मर्ज कर दुहु| आप मन ल एक ठन मेल आ जहि जब बदलाव मर्ज होही|
+
+## इहा ले कती जाबो?
+
+बधाई हो मितान! आपमन ने_fork -> clone -> edit -> PR_ वर्कफ़्लो ल पूरा कर डरे हव!
+
+अपन पहली योगदान के ख़ुशी म अपन संगी मन करा शेयर करव [वेब एप्प](https://firstcontributions.github.io/#social-share) पे जाके |
+
+आपमन हमर स्लैक टीम ल ज्वाइन कर सकत हव अगर आपमन ल कोनो सहायता के जरुरत होही त | [म ज्वाइन करव](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+
+अब आपमन अउ प्रोजेक्ट्स म कंट्रीब्यूट करे बर शुरू कर सकत हव | हमन एक लिस्ट बनाए हन जेन म अड़बड़ सरल मुद्दे हवएं| [प्रोजेक्ट्स के लिस्ट](https://firstcontributions.github.io/#project-list)
+
+## अन्य टूल के उपयोग करके ट्यूटोरियल
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.hr.md b/docs/gui-tool-tutorials/translations/README.hr.md
new file mode 100644
index 00000000..1c94cc99
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hr.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Prvi doprinosi
+
+Cilj ovog projekta je da pruži jednostavne korake za početnike da naprave svoje prve doprinose. Ukoliko želite napraviti prvi doprinos pratite sljedeće korake ispod.
+
+#### _Ukoliko niste baš sigurni u svoj rad s komandnom linijom/terminalom, [ovdje možete pronaći tutorijale za GUI alate.](#Upute-za-druge-alate)_
+
+
+
+Ukoliko nemate git instaliran na Vašem računalu, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/).
+
+## Napravite fork repozitorija
+
+Forkajte ovaj repozitorij tako da kliknete na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorija na vašoj github stranici.
+
+## Klonirajte repozitorij
+
+
+
+Sada klonirajte repozitorij koji ste prethodno forkali. Posjetite svoj GitHub profil, otvorite repozitorij koji ste forkali, kliknite na _clone_ (kloniraj) dugme i kliknite na ikonicu _copy to clipboard_.
+
+Otvorite terminal i upišite slijedeće git naredbe:
+
+```
+git clone "url koji ste sada kopirali"
+```
+
+gdje je "url koji ste sada kopirali" (bez navodnika) url na ovaj repozitorij (vaš fork ovog projekta). Pogledajte prethodne korake kako dohvatiti url.
+
+
+
+Na primjer:
+
+```
+git clone https://github.com/ovo-ste-Vi/first-contributions.git
+```
+
+Gdje je umjesto `ovo-ste-Vi` upisano vaše _github_ korisničko ime. Ovime kopirate sadržaj repozitorija _first-contributions_ na vaše računalo.
+
+## Stvaranje grane _branch_
+
+Prebacite se u radni direktorij na Vašem računalu (ukoliko već niste tamo):
+
+```
+cd first-contributions
+```
+
+Pa zatim napravite novu granu _branch_ koristeći `git switch` comandu:
+
+```
+git switch -c dodaj-svoje-ime
+```
+
+Na primjer:
+
+```
+git switch -c add-alonzo-church
+```
+
+## Napravite potrebne izmjene i potvrdite promjene
+
+Otvorite `Contributors.md` datoteku u tekst editoru i dodajte Vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negdje u sredinu. Potom spremite datoteku.
+
+
+
+Ukoliko odete u radni direktorij i izvršite naredbu `git status`, primijetit ćete da postoje promjene.
+
+Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` naredbu:
+
+```
+git add Contributors.md
+```
+
+Sada potvrdite ove promjene koristeći `git commit` naredbu:
+
+```
+git commit -m "Add svoje-ime to Contributors list"
+```
+
+Gdje umjesto `svoje-ime` upisujete svoje ime.
+
+## Pushajte promjene na GitHub
+
+Pošaljite promjene u repozitorij na GitHub-u koristeći naredbu `git push`:
+
+```
+git push origin -u ime-Vaše-grane
+```
+
+gdje umjesto `ime-Vaše-grane` stavljate ime vaše grane koje ste prethodno napravili.
+
+## Pošaljite izmjene na pregled
+
+Ukoliko odete na repozitorij na Vašem GitHub profilu primijetit ćete `Compare & pull request` Dugme. Kliknite na njega.
+
+
+
+a zatim pošaljite zahtjev klikom na dugme _Create pull request_.
+
+
+
+Nakon toga, vlasnik će spojiti promjene koje ste napravili sa master granom projekta. Dobit ćete mail potvrde kada se grane spoje.
+
+## Što dalje?
+
+Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz Vaš čitav programerski život!
+
+Proslavite tako što ćete podjeliti svoj doprinos sa prijateljima i pratiocima otvaranjem [stranice](https://firstcontributions.github.io/#social-share).
+
+Pridružite se i našem Slack timu u slučaju da vam je potrebna ikakva pomoć ili imate bilo kakvih pitanja. [Slack tim](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q).
+
+Sada možemo početi sa doprinosima drugim projektima. Napravili smo popis projekata sa jednostavnim problemima na kojima možete početi raditi. Posjetite [listu projekata na naštoj stranici](https://firstcontributions.github.io/#project-list).
+
+### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Upute za druge alate
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.hu.md b/docs/gui-tool-tutorials/translations/README.hu.md
new file mode 100644
index 00000000..89fb1cb3
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hu.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Első közreműködés nyílt forráskódú projektben
+
+Minden kezdet nehéz, ezért szeretnénk segíteni számodra az első lépésekben ahhoz, hogy bátran kódolj kooperatívan nyílt forráskódú projekteket. Senki sem szeret hibázni, de szerencsére itt most nyugodtan megteheted. A lényeg, hogy gyakorolj!
+
+A projekt célja, hogy útmutatást nyújtson, egyszerűsítse és segítse a kezdők első lépéseit nyílt forráskódú szoftverek közös programozásában. Ha te is most készülsz először ilyet csinálni, segítünk neked, kövesd az alábbi lépéseket.
+
+#### *Ha a parancssor kényelmetlen, [itt egy tutorial a GUI felület használatához.](#Oktatóanyagok-más-eszközök-használatával)*
+
+
+
+Ha nincs a gépeden git, [telepítsd fel]( https://help.github.com/articles/set-up-git/).
+
+## Ágaztasd ezt a repót (fork)
+
+A Fork gomb kattintásával ágaztasd el ezt a repót.
+Ezzel készítettél egy másolatot erről a reporól a te saját git fiókodba.
+
+## Klónozd a repót (clone)
+
+
+
+Most klónozd az elágaztatott repót a gépedre. Menj a GitHub fiókodra, nyisd meg a forkolt repositoryt, kattints a clone gombra, majd kattints a *copy to clipboard* ikonra.
+
+Nyiss egy terminált és futtasd a következő parancsot:
+
+```
+git clone "url-amit-most-masoltal-le"
+```
+A "url-amit-most-masoltal-le" kifejezést, cseréld ki (idézőjelek nélkül) a vágólapra helyezett repository url címére (ami ebből a projektől ágazik). Az ágaztatás folyamatát lásd az előző lépésben.
+
+
+
+Például:
+```
+git clone https://github.com/a-te-git-neved/first-contributions.git
+```
+A `a-te-git-neved` lesz a GitHub felhasználóneved. Ezzel letöltöd a first-contributions repositoryt GitHub-ról a saját számítógépedre.
+
+## Készíts egy ágat (branch)
+
+Navigálj a repository könytárába (ha nem ott vagy jelenleg):
+
+```
+cd first-contributions
+```
+
+Most készítsünk egy ágat `git checkout` parancs használatával:
+
+```
+git switch -c
+
+
+Ha a project könyvtárába navigálsz és futtatod a `git status` parancsot, akkor a következő módosításokat fogod látni:
+
+
+Ezeket a módosításokat add hozzá a branchez a `git add` paranccsal:
+
+```
+git add Contributors.md
+```
+
+Commitoljuk a módosításokat a `git commit` paranccsal:
+```
+git commit -m "Add
+
+Sikeresen elküldted a pull requested.
+
+
+
+Kis idő elteltével összevonja a változásokat a project fő ágában. Értesítést fogsz kapni emailben, ha a változások összefűzésre kerültek.
+
+## Hogyan tovább?
+
+Gratulálunk! Sikeresen teljesítetted az alapvető _fork -> clone -> edit -> PR_ folyamatot, melyet gyakran kell majd csinálnod közreműködőként!
+
+Ünnepeld meg az első kooperációdat és oszd meg barátaiddal és követőiddel ennek a [web app](https://firstcontributions.github.io/#social-share)-nak a segítségével.
+
+Bármilyen kérdésed van vagy segítségre lenne szükséged, csatlakozz slack csapatunkhoz. [Csatlakozz a slack csapathoz.](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Itt az idő egy másik projektben is közreműködni. Összeállítottunk egy listát azokról a projektekről, melyek könnyebb feladatokat tartalmaznak az induláshoz. Nézd meg a [projektek listáját](https://firstcontributions.github.io/#project-list) a webalkalmazásban.
+
+### [Kiegészítő anyag](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Oktatóanyagok más eszközök használatával
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.hy.md b/docs/gui-tool-tutorials/translations/README.hy.md
new file mode 100644
index 00000000..9a12b19a
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.hy.md
@@ -0,0 +1,135 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Առաջին ներդրումները(contributions)
+
+Այս նախագիծը նպատակ ունի պարզեցնել և առաջնորդել սկսնակներին իրենց առաջին ներդրման ճանապարհին: Եթե ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին:
+
+_Եթե հրամանի պատուհանը (command line) ձեզ հարմար չէ, [ահա ուղեցույցներ գրաֆիկական ինտերֆեյսի (GUI) կիրառմամբ.](#Ուղեցույցներ-այլ-գործիքների-կիրառմամբ)_
+
+
+
+#### Եթե դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://help.github.com/articles/set-up-git/)
+
+## Ճյուղավորեք (fork) այս պահոցը (repository)
+
+Ստեղծեք ձեր սեփական պատճենը՝ սեղմելով այս էջի վերևում գտնվող `fork` կոճակը:
+Դա կստեղծի այս պահոցի պատճենը ձեր պրոֆիլում:
+
+## Կլոնավորեք պահոցը
+
+
+
+Հիմա կլոնավորեք պահոցը ձեր համակարգչում: Հղումը պատճենելու համար սեղմեք `clone` կոճակը, այնուհետև `copy to clipboard` կոճակը:
+
+Բացեք տերմինալը և գործարկեք հետևյալ git հրամանը.
+
+```
+git clone "url you just copied"
+```
+
+Որտեղ "url you just copied"-ը (առանց չակերտների) ձեր պահոցի հղումն է (այս նախագծի ձեր ճյուղավորումը). Հետևեք քայլերին, որպեսզի ստանաք հղումը.
+
+
+
+Օրինակ՝
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+Որտեղ `this-is-you`-ն github-ի ձեր մուտքանունն է. Այսպիսով դուք պատճենում եք first-contributions պահոցը՝ GitHub-ից, ձեր համակարգչի վրա:
+
+## Ստեղծեք ճյուղ
+
+Մուտք գործեք ձեր համակարգչում գտնվող պահոցը, եթե արդեն այնտեղ չեք։
+
+```
+cd first-contributions
+```
+
+Հիմա ստեղծեք նոր ճյուղ՝ օգտագործելով `git checkout` հրամանը․
+
+```
+git checkout -b
+
+Եթե գնաք նախագծի պանակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան:
+
+Ավելացրեք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը.
+
+```
+git add Contributors.md
+```
+
+Այժմ գործադրեք այս փոփոխությունները `git commit` հրամանով.
+
+```
+git commit -m "Add Եթե push անելիս առաջանում են սխալներ, սեղմեք այստեղ՝
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
+
+
+
+Ապա հաստատեք pull հարցումը:
+
+
+
+Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի գլխավոր մասնաճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցող նամակ:
+
+## Ու՞ր գնալ այստեղից
+
+Շնորհավորանքնե՛րս, դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատակարգը, որը հաճախ կհանդիպեք որպես ներդրող:
+
+Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ այցելելով [web app](https://firstcontributions.github.io/#social-share).
+
+Դուք կարող եք միանալ մեր Slack թիմին, եթե որևէ հարց կամ օգնության կարիք ունեք։ [Միանալ slack թիմին](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Հիմա կարող եք ձեր ներդրումն ունենալ այլ նախագծերում։ Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Համեցեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list).
+
+### [Լրացուցիչ նյութեր](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Ուղեցույցներ այլ գործիքների կիրառմամբ
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.id.md b/docs/gui-tool-tutorials/translations/README.id.md
new file mode 100644
index 00000000..d74eb953
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.id.md
@@ -0,0 +1,166 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Kontribusi Pertama
+
+Proyek ini bertujuan untuk menyederhanakan dan membimbing perjalanan seorang pemula berkontribusi di Github untuk pertama kali. Pertahatikan langkah - langkah berikut untuk memulai:
+
+#### _Jika Anda tidak terbiasa dengan baris perintah(command line), [di sini ada tutorial untuk menggunakan GUI(antarmuka bergrafis).](#Tutorial-Menggunakan-Alat-Lain)_
+
+
+
+Apabila Anda belum menginstall git di komputer Anda, [install segera](https://help.github.com/articles/set-up-git/).
+
+## _Fork_ Repositori Ini
+
+Fork repositori ini dengan cara klik tombol _Fork_ yang ada di bagian atas kanan pada halaman ini. Hal Ini akan membuat sebuah salinan repositori di akun Anda.
+
+## _Clone_ (Kloning) Repositori
+
+
+
+Sekarang kloning repositori yang sudah Anda _fork_ ke komputer Anda. Pergi ke akun GitHub Anda, buka repositori yang sudah Anda _fork_, klik tombol _Code_ dan kemudian klik ikon salin ke papan klip.
+
+Buka sebuah terminal dan jalankan perintah git berikut:
+
+```
+git clone "url yang telah Anda disalin"
+```
+
+bagian "url yang telah Anda disalin" (tanpa tanda petik) adalah url ke repositori ini (proyek yang telah Anda _fork_ ini). Lihat langkah sebelumnya untuk mendapatkan url.
+
+
+
+Contohnya:
+
+```
+git clone git@github.com:ini-adalah-anda/first-contributions.git
+```
+
+bagian `ini-adalah-anda` adalah nama pengguna GitHub Anda. Di sini Anda menyalin konten dari repositori first-contributions di GitHub ke komputer Anda.
+
+## Membuat Sebuah _Branch_ (Cabang)
+
+Pindah ke direktori repositori yang terdapat pada komputer Anda (jika Anda belum berada di sana):
+
+```
+cd first-contributions
+```
+
+Sekarang buatlah sebuah _branch_ menggunakan perintah `git checkout`:
+
+```
+git checkout -b Jika kamu mendapatkan beberapa kesalahan menggunakan git switch, klik disini:
+
+Jika pesan error: "Git: `switch` is not a git command. See `git –help`" muncul, kemungkinan besar Anda menggunakan versi git yang lama.
+
+Dalam kasus ini, coba gunakan `git checkout` sebagai gantinya:
+
+```bash
+git checkout -b your-new-branch-name
+```
+
+
+
+Jika Anda pergi ke direktori proyek dan mengeksekusi perintah `git status`, Anda akan melihat ada sebuah perubahan.
+
+Tambahkan perubahan tersebut ke _branch_ yang baru saja Anda buat menggunakan perintah `git add`:
+
+```
+git add Contributors.md
+```
+
+Sekarang simpan perubahan tersebut menggunakan perintah `git commit`:
+
+```
+git commit -m "Add Jika Anda mendapatkan kesalahan saat melakukan push, klik disini:
+
+- ### Kesalahan Autentikasi
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Buka [tutorial GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) untuk menghasilkan dan mengkonfigurasi sebuah kunci SSH ke akun Anda.
+
+ Jika kelihatannya seperti ini:
+
+ origin https://github.com/your-username/your_repo.git (fetch)
+ origin https://github.com/your-username/your_repo.git (push)
+
+ Buat perubahan dengan perintah:
+
+ git remote set-url origin git@github.com:your-username/your_repo.git
+
+ Jika tidak, Anda akan tetap dimintai nama pengguna dan kata sandi serta mendapatkan kesalahan autentikasi.
+
+
+Sekarang kirimkan _Pull Request_
+
+
+
+Saya (pengelola) akan segera menggabungkan semua perubahan Anda ke cabang utama (_main branch_) dari proyek ini. Anda akan mendapatkan email pemberitahuan setelah perubahan digabungkan.
+
+## Ke Mana Lagi Setelah Dari Sini?
+
+Selamat! Anda baru saja menyelesaikan standar _fork_ -> _clone_ -> _edit_ -> _pull request_ sebuah alur kerja yang akan sering Anda temui sebagai seorang kontributor!
+
+Rayakan kontribusi Anda dan bagikan dengan teman-teman dan pengikut Anda dengan membuka [web app](https://firstcontributions.github.io/#social-share).
+
+Anda dapat bergabung dengan tim Slack kami jika Anda membutuhkan bantuan atau memiliki pertanyaan. [Bergabung dengan tim Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Sekarang mari kita mulai dengan berkontribusi di proyek lain. Kami sudah menyusun daftar proyek dengan isu yang mudah dikerjakan sehingga Anda dapat segera memulai. Cek di [daftar proyek web app](https://firstcontributions.github.io/#project-list).
+
+## [Materi tambahan](../additional-material/translations/additional-material.id.md)
+
+## Tutorial Menggunakan Alat (tools) Lain
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Onyinye Mbụ
+
+O siri ike. Ọ na-esiri gị ike mgbe mbụ i mere ihe. Karịsịa mgbe ị na-emekọ ihe, imehie ihe abụghị ihe dị mma. Anyị chọrọ ime ka ụzọ ndị ọhụrụ na-emeghe emeghe na-amụta ma tinye aka maka oge mbụ.
+
+Ịgụ isiokwu & nkuzi ntanetị nwere ike inyere gị aka, ma gịnị dị mma karịa ime ihe ahụ na-eme ihe omume? Ihe oru a bu iji nye nduzi & mee ka ndi mmadu bidoro ibu onyinye mbu. Ọ bụrụ na ị na-achọ ime onyinye mbụ gị, gbasoo nzọụkwụ dị n'okpuru.
+
+#### _Ọ bụrụ na ị naghị enwe mmasị na akara iwu, [ebe a bụ nkuzi na-eji ngwaọrụ GUI.](#Nkuzi-na-iji-ihe-ndi-ozo)_
+
+
+
+Ọ bụrụ na ịnweghị igwe na igwe gị, [wụnye ya](https://help.github.com/articles/set-up-git/).
+
+## Wepu ebe nchekwa a
+
+Wepu a repo site na ịpị bọtịnụ mkpịsị aka n'elu nke ibe a. Nke a ga-emepụta otu ntinye nchekwa a na akaụntụ gị.
+
+## Na-ekpuchi ebe nchekwa
+
+
+
+Ugbu a, dochie ya repo na igwe gị. Gaa na akaụntụ GitHub gị, meghee repo ahụ maka pịa, pịa bọtịnụ clone ma pịazie ya na akara ngosi akara ngosi.
+
+Mepee ọnụ ma jikwa iwu na-esonụ:
+
+```
+git clone "url you just copied"
+```
+
+ebe "url na ị depụtaghachiri" (na-enweghị ntinye ọnụ) bụ url maka nchekwa ebe a (mgbịrịgwụ nke ọrụ a). Hụ nzọụkwụ ndị gara aga iji nweta url.
+
+
+
+Ọmụmaatụ:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+ebe `this-is-you` ka aha njirimara GitHub gị. Lee, ị na-edegharị ọdịnaya nke onyinye ntinye mbụ na GitHub na kọmputa gị.
+
+## Mepụta alaka
+
+Gbanwee na nhazi ndekọ na kọmputa gị (ọ bụrụ na ịnweghị ebe ahụ):
+
+```
+cd first-contributions
+```
+
+Ugbu a, mepụta alaka ụlọ ọrụ site na iji `git checkout` iwu:
+
+```
+git checkout -b
+
+Ọ bụrụ na ịga na ndekọ ụlọ ọrụ ma mebie iwu ahụ `git status`, ị ga-ahụ na e nwere mgbanwe.
+
+Tinye mgbanwe ndị a n'alaka ụlọ ọrụ ị mepụtara site na iji `git add` iwu ahụ:
+
+```
+git add Contributors.md
+```
+
+Ugbu a mee mgbanwe ndị ahụ site na iji `git commit` iwu ahụ:
+
+```
+git commit -m "Add
+
+Ugbu a, rịọ arịrịọ ahụ.
+
+
+
+N'oge na-adịghị anya, m ga-emeri mgbanwe gị niile n'ime ngalaba alaka ụlọ ọrụ a. Ị ga-enweta ozi ngosi mgbe ọ bụla emetụtara mgbanwe.
+
+## Ebee ka esi aga ebe a?
+
+Ekele! Naanị ị gụchara ihe nkesa -> mmepụta oyiri -> dezie -> Bọpụ ọrụ PR nke ị ga-ezute mgbe niile dị ka onye na-enye gị!
+
+Nalee onyinye gị ma soro ndị enyi gị na ụmụazụ gị kerịta ya site na ịga na [ngwa weebụ](https://firstcontributions.github.io/#social-share).
+
+Ị nwere ike isonyere ndị ọrụ anyị na-adịghị mma na ikpe ịchọrọ enyemaka ọ bụla ma ọ bụ nwee ajụjụ ọ bụla. [Jikọọ slack otu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Ugbu a, ka anyị malite site na inye onyinye maka ọrụ ndị ọzọ. Anyị ejikọtawo ndepụta nke oru na okwu dị mfe ị nwere ike ịmalite. Lelee [ndepụta nke oru na ngwa weebụ ](https://firstcontributions.github.io/#project-list).
+
+### [Ihe ndi ozo](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Nkuzi na iji ihe ndi ozo
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.it.md b/docs/gui-tool-tutorials/translations/README.it.md
new file mode 100644
index 00000000..286247a3
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.it.md
@@ -0,0 +1,128 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Il primo contributo
+
+È dura. È sempre difficile fare qualcosa per la prima volta. Specialmente quando si sta collaborando, sbagliare ci mette a disagio. Ma l'open source si basa sulla collaborazione e sul lavorare insieme. Pertanto volevamo semplificare il modo in cui i nuovi collaboratori imparano e contribuiscono per la prima volta a progetti open-source.
+
+Leggere articoli e guardare tutorial può essere utile, ma cosa c'è di meglio che provare a fare effettivamente le cose sul campo? Questo progetto punta ad essere una guida per i meno esperti. Ricorda: più sei rilassato, meglio imparerai. Se vuoi contribuire per la prima volta, segui i semplici passi elencati qui sotto. Ti promettiamo che sarà divertente.
+
+
+
+Se non hai git sul tuo computer, [installalo]( https://help.github.com/articles/set-up-git/).
+
+## Fai il fork di questa repository
+
+Fai il *fork* di questa *repo* (abbreviazione di *repository*, ossia un archivio) cliccando sul bottone ***fork*** in cima alla pagina.
+Questo creerà una copia di questa repository nel tuo account.
+
+## Scarica la repository
+
+
+
+Ora scarica (*clone*) questa repo nel tuo computer. Clicca sul pulsante per scaricare e poi copia l'url.
+
+Apri il terminale e lancia il seguente comando:
+
+```bash
+git clone "url appena copiato"
+```
+
+dove "url appena copiato" (senza le virgolette) è l'url di questa repository. Leggi i passaggi precedenti per ottenere l'url.
+
+
+
+Per esempio:
+
+```bash
+git clone https://github.com/questo-sei-tu/first-contributions.git
+```
+
+dove `questo-sei-tu` è il tuo username GitHub. Qui stai copiando il contenuto della repository da GitHub al tuo computer.
+
+## Crea un ramo (*Branch*)
+
+Entra nella directory della repository (se non lo hai già fatto):
+
+```bash
+cd first-contributions
+```
+
+Ora crea un ramo (*branch*) usando il comando `git checkout -b`:
+
+```bash
+git checkout -b
+
+Ora invia la pull request.
+
+
+
+Presto avrò incorporato (*merge*) tutti i tuoi cambiamenti nel master branch di questo progetto. Ti arriverà una mail di notifica una volta che le modifiche saranno state accettate.
+
+### [ Prossimi passi ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutorial usando altri tool
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## E ora?
+
+Unisciti alla nostra squadra su slack in caso tu abbia bisogno di aiuto o abbia qualche domanda. Proveremo ad aiutarti! [Unisciti alla squadra Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Qui sotto puoi trovare delle repo popolari dove cercare problemi semplici da cui partire. Continua nelle repo per imparare di più
+
+|[](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[
](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[
](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)|
+|---|---|---|---|---|---|---|---|
+|[exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)|
+|[](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)|
+|[homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)|
+|[](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[](https://github.com/adobe/brackets/labels/Starter%20bug)|
+|[ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[brackets](https://github.com/adobe/brackets/labels/Starter%20bug)|
+| [](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|[
](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|
+| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |[Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
diff --git a/docs/gui-tool-tutorials/translations/README.ja.md b/docs/gui-tool-tutorials/translations/README.ja.md
new file mode 100644
index 00000000..f3f07c87
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ja.md
@@ -0,0 +1,115 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# First Contributions
+
+初めてのことは何でも大変なものです。特に他人と協力する時に、間違うのは気持ちの良いことではありません。しかし、オープンソースにおける活動では協力することが全てです。私たちは初めてオープンソースに貢献する人たちが、簡単に貢献できる方法を学べるようにしたいと考えています。
+
+記事を読んだりチュートリアルをやってみることはためになりますが、実際にやってみる方が良いでしょう。このプロジェクトはそのガイダンスを行い、初心者が最初のオープンソースへの貢献を簡単に行えるようにするためのものです。
+初めてのオープンソースへの貢献を行いたい場合、以下の簡単なステップに従ってください。
+
+#### *コマンドラインでの操作に慣れていない場合、[グラフィカルなツールでもチュートリアルを行えます。]( #その他のツールを使用したチュートリアル )*
+
+
+
+まだGitをインストールしていない場合は、[ここ](https://help.github.com/articles/set-up-git/)からインストールしてください
+
+## リポジトリをフォーク
+
+Forkボタンをクリックしてこのリポジトリをフォークしてください。
+この作業であなたのアカウントにはこのリポジトリのコピーが作られます。
+
+## リポジトリをクローン
+
+
+
+次にフォークしたリポジトリをクローンします。あなたのリポジトリに移動してフォークしたリポジトリを開き*Code*ボタンをクリックした後に*Copy to clipboard*アイコンをクリックしてください。
+
+ターミナルを開いて以下のgitコマンドを実行してください:
+
+```
+git clone "コピーしたURL"
+```
+"コピーしたURL" (ダブルクオーテーションは除いてください) は先ほどコピーしたリポジトリのURLと置き換えてください。
+
+
+
+例:
+```
+git clone https://github.com/<あなたのユーザー名>/first-contributions.git
+```
+`あなたのユーザー名` はご自身のGitHubユーザー名に置き換えてください。この作業でGitHub のリポジトリの内容はあなたのコンピュータに保存されました。
+
+## ブランチを作成
+
+もしリポジトリのディレクトリにいなければそこまで移動してください。
+
+```
+cd first-contributions
+```
+`git switch` コマンドを使用してブランチを作成します:
+```
+git switch -c
+
+プロジェクトディレクトリに移動して`git status`を実行すると、変更がなされたことが確認できると思います。`git add`コマンドを使ってそれらの変更を適用してください。
+```
+git add Contributors.md
+```
+
+次に`git commit`コマンドを使ってこれらの変更をコミットします。
+```
+git commit -m "Add <あなたの名前> to Contributors list"
+```
+`<あなたの名前>`をご自身の名前に置き換えてください。
+
+## GitHubに変更をpushする
+
+`git push`コマンドを使って変更をpushしてください。
+```
+git push origin <ブランチ名>
+```
+`<ブランチ名>`には先ほど作成したブランチ名を入れてください。
+
+## レビューのためにプルリクエストを送る
+
+GitHub上であなたのリポジトリに行くと、`Compare & pull request`ボタンが表示されます。そのボタンをクリックしてください。
+
+
+
+プルリクエストを作ってください。
+
+
+
+すぐに変更がこのプロジェクトのmainブランチにマージされます。マージが終了した際にはその旨のメールが送られます。
+
+## 次に何をするべきか
+
+おめでとうございます! コントリビューターとして重要な _フォーク -> クローン -> 編集 -> プルリクエスト_ の基本的なワークフローが完了しました。
+
+初めてのオープンソースへの貢献を祝って友達やフォロワーに[このウェブアプリ](https://firstcontributions.github.io/#social-share)を使ってシェアしましょう。
+
+もし何かしら質問があるようでしたら[私たちのSlack team](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)に入ってください。
+
+他のプロジェクトへの貢献を始めましょう。簡単なイシューが立てられているプロジェクトのリストを作りました。ウェブアプリで[プロジェクトリスト](https://firstcontributions.github.io/#project-list)を確認してみてください。
+
+### [追加リソース](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## その他のツールを使用したチュートリアル
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ka.md b/docs/gui-tool-tutorials/translations/README.ka.md
new file mode 100644
index 00000000..2c3ae195
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ka.md
@@ -0,0 +1,89 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# ಮೊದಲ ಕೊಡುಗೆಗಳು
+
+ಈ ಯೋಜನೆಯು ಆರಂಭಿಕರು ತಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವ ವಿಧಾನವನ್ನು ಸರಳಗೊಳಿಸುವ ಮತ್ತು ಮಾರ್ಗದರ್ಶನ ಮಾಡುವ ಗುರಿಯನ್ನು ಹೊಂದಿದೆ. ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡಲು ನೀವು ಬಯಸಿದರೆ, ಕೆಳಗಿನ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ.
+
+_ನೀವು ಆಜ್ಞಾ ಸಾಲಿನೊಂದಿಗೆ ಆರಾಮದಾಯಕವಲ್ಲದಿದ್ದರೆ,[GUI ಉಪಕರಣಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್ಗಳು ಇಲ್ಲಿವೆ.](#tutorials-using-other-tools)_
+
+
+
+ನಿಮ್ಮ ಯಂತ್ರದಲ್ಲಿ ನೀವು ಜಿಟ್ ಹೊಂದಿಲ್ಲದಿದ್ದರೆ,[ಅದನ್ನು ಸ್ಥಾಪಿಸಿ](https://help.github.com/articles/set-up-git/)
+
+## ಈ ರೀಪಾಜ಼ಟೊರೀ ಫೋರ್ಕ್ ಮಾಡಿ
+
+ಈ ಪುಟದ ಮೇಲ್ಭಾಗದಲ್ಲಿರುವ ಫೋರ್ಕ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ರೆಪೊಸಿಟರಿಯನ್ನು ಫೋರ್ಕ್ ಮಾಡಿ.
+ಇದು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಈ ರೆಪೊಸಿಟರಿಯ ನಕಲನ್ನು ರಚಿಸುತ್ತದೆ.
+
+## ರೆಪೊಸಿಟರಿ ಕ್ಲೋನ್
+
+
+
+ಈಗ ನಿಮ್ಮ ಯಂತ್ರಕ್ಕೆ ಫೋರ್ಕ್ಡ್ ರೆಪೊಸಿಟರಿಯನ್ನು ಕ್ಲೋನ್ ಮಾಡಿ. ನಿಮ್ಮ GitHub ಖಾತೆಗೆ ಹೋಗಿ, ಫೋರ್ಕ್ ಮಾಡಿದ ರೆಪೊಸಿಟರಿಯನ್ನು ತೆರೆಯಿರಿ, ಕೋಡ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ನಂತರ _copy to clipboard_ ಐಕಾನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ.
+
+ಟರ್ಮಿನಲ್ ತೆರೆಯಿರಿ ಮತ್ತು ಕೆಳಗಿನ git ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಿ:
+
+```
+git clone "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ"
+```
+ಎಲ್ಲಿ "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" (ಉದ್ಧರಣ ಚಿಹ್ನೆಗಳಿಲ್ಲದೆ) ಈ ಭಂಡಾರಕ್ಕೆ url ಆಗಿದೆ (ಈ ಯೋಜನೆಯ ನಿಮ್ಮ ಫೋರ್ಕ್). Url ಪಡೆಯಲು ಹಿಂದಿನ ಹಂತಗಳನ್ನು ನೋಡಿ.
+
+
+
+ಉದಾಹರಣೆಗೆ:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+ಅಲ್ಲಿ `ಇದು-ನೀವು 'ನಿಮ್ಮ ಗಿಟ್ಹಬ್ ಬಳಕೆದಾರಹೆಸರು. ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್ಗೆ ಗಿಟ್ಹಬ್ನಲ್ಲಿನ ಮೊದಲ ಕೊಡುಗೆಗಳ ಭಂಡಾರದ ವಿಷಯಗಳನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ.
+## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ
+ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್ನಲ್ಲಿ ರೆಪೊಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ):
+```
+cd first-contributions
+```
+ಈಗ `git checkout` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ:
+```
+git checkout -b <ನಿಮ್ಮ ಹೊಸ-ಶಾಖೆ-ಹೆಸರನ್ನು ಸೇರಿಸಿ>
+```
+ಉದಾಹರಣೆಗೆ:
+```
+git checkout -b add-alonzo-church
+```
+(ಶಾಖೆಯ ಹೆಸರಿನಲ್ಲಿ `add` ಎಂಬ ಪದವನ್ನು ಹೊಂದುವ ಅಗತ್ಯವಿಲ್ಲ, ಆದರೆ ಇದನ್ನು ಸೇರಿಸುವುದು ಸಮಂಜಸವಾದ ವಿಷಯ ಏಕೆಂದರೆ ಈ ಶಾಖೆಯ ಉದ್ದೇಶವು ನಿಮ್ಮ ಹೆಸರನ್ನು ಪಟ್ಟಿಗೆ ಸೇರಿಸುವುದು.)
+## ಅಗತ್ಯ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ ಮತ್ತು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ
+ಈಗ ಪಠ್ಯ ಸಂಪಾದಕದಲ್ಲಿ `Contributor.md` ಫೈಲ್ ಅನ್ನು ತೆರೆಯಿರಿ, ಅದಕ್ಕೆ ನಿಮ್ಮ ಹೆಸರನ್ನು ಸೇರಿಸಿ. ಅದನ್ನು ಫೈಲ್ನ ಪ್ರಾರಂಭ ಅಥವಾ ಕೊನೆಯಲ್ಲಿ ಸೇರಿಸಬೇಡಿ. ನಡುವೆ ಎಲ್ಲಿಯಾದರೂ ಇರಿಸಿ. ಈಗ, ಫೈಲ್ ಅನ್ನು ಉಳಿಸಿ.
+
+ನೀವು ಪ್ರಾಜೆಕ್ಟ್ ಡೈರೆಕ್ಟರಿಗೆ ಹೋಗಿ `git status` ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿದರೆ, ಬದಲಾವಣೆಗಳಿವೆ ಎಂದು ನೀವು ನೋಡುತ್ತೀರಿ.
+Add those changes to the branch you just created using the `git add` command:
+```
+git add Contributors.md
+```
+ಈಗ `git commit` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ:
+```
+git commit -m "ಕೊಡುಗೆದಾರರ ಪಟ್ಟಿಗೆ <ನಿಮ್ಮ- ಹೆಸರು> ಸೇರಿಸಿ"
+```
+ನಿಮ್ಮ ಹೆಸರಿನೊಂದಿಗೆ `<ನಿಮ್ಮ- ಹೆಸರು>` ಅನ್ನು ಬದಲಾಯಿಸುತ್ತದೆ.
+## ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್ಹಬ್ಗೆ ಪುಶ್ ಮಾಡಿ
+`Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಒತ್ತಿರಿ:
+```
+git push origin <ನಿಮ್ಮ ಶಾಖೆಯ ಹೆಸರನ್ನು ಸೇರಿಸಿ>
+```
+`
+ಈಗ ಪುಲ್ ವಿನಂತಿಯನ್ನು ಸಲ್ಲಿಸಿ.
+
+ಶೀಘ್ರದಲ್ಲೇ ನಾನು ನಿಮ್ಮ ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳನ್ನು ಈ ಯೋಜನೆಯ ಮಾಸ್ಟರ್ ಶಾಖೆಯಲ್ಲಿ ವಿಲೀನಗೊಳಿಸುತ್ತೇನೆ. ಬದಲಾವಣೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸಿದ ನಂತರ ನೀವು ಅಧಿಸೂಚನೆ ಇಮೇಲ್ ಅನ್ನು ಪಡೆಯುತ್ತೀರಿ.
+## ಇಂದಿನಿಂದ ಏನು?
+ಅಭಿನಂದನೆಗಳು! ನೀವು ಕೊಡುಗೆದಾರರಾಗಿ ಆಗಾಗ್ಗೆ ಎದುರಾಗುವ ಪ್ರಮಾಣಿತ _fork -> clone -> edit -> PR_ ವರ್ಕ್ಫ್ಲೋ ಅನ್ನು ನೀವು ಇದೀಗ ಪೂರ್ಣಗೊಳಿಸಿದ್ದೀರಿ!
+ನಿಮ್ಮ ಕೊಡುಗೆಯನ್ನು ಆಚರಿಸಿ ಮತ್ತು ಅದನ್ನು ನಿಮ್ಮ ಸ್ನೇಹಿತರು ಮತ್ತು ಅನುಯಾಯಿಗಳೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ [ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್](https://firstcontributions.github.io/#social-share).
+ನೀವು ಹೆಚ್ಚಿನ ಅಭ್ಯಾಸವನ್ನು ಬಯಸಿದರೆ, ಪರಿಶೀಲಿಸಿ [ಕೋಡ್ ಕೊಡುಗೆಗಳು](https://github.com/roshanjossey/code-contributions).
+ಈಗ ನೀವು ಹೆಚ್ಚಿನ ಯೋಜನೆಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಲು ಪ್ರಾರಂಭಿಸಬಹುದು. ನಾವು ನಿಮಗಾಗಿ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತಯಾರಿಸಿದ್ದೇವೆ ಅದು ಬಹಳ ಸುಲಭವಾದ ಸಮಸ್ಯೆಗಳು. [ಯೋಜನೆಗಳ ಪಟ್ಟಿ](https://firstcontributions.github.io/#project-list)
+## ಇತರ ಪರಿಕರಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.kh.md b/docs/gui-tool-tutorials/translations/README.kh.md
new file mode 100644
index 00000000..762ed300
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.kh.md
@@ -0,0 +1,222 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+#### _អានឯកសារនេះជា [ភាសាផ្សេង](translations/Translations.md)._
+
+[](translations/README.al.md)
+[
](translations/README.arm.md)
+[
](translations/README.uz.md)
+[
](translations/README.aze.md)
+[
](translations/README.bn.md)
+[
](translations/README.bg.md)
+[
](translations/README.pt_br.md)
+[
](translations/README.ca.md)
+[](translations/README.zh-cn.md)
+[
](translations/README.cs.md)
+[
](translations/README.de.md)
+[
](translations/README.da.md)
+[
](translations/README.eg.md)
+[
](translations/README.dz.md)
+[
](translations/README.es.md)
+[
](translations/README.fr.md)
+[
](translations/README.ga.md)
+[
](translations/README.gl.md)
+[](translations/README.gr.md)
+[
](translations/README.ge.md)
+[
](translations/README.hu.md)
+[
](translations/README.id.md)
+[
](translations/README.hb.md)
+[
](translations/Translations.md)
+[
](translations/README.ta.md)
+[
](translations/README.fa.md)
+[
](translations/README.pus.md)
+[
](translations/README.it.md)
+[
](translations/README.ja.md)
+[
](translations/README.si.md)
+[
](translations/README.kws.md)
+[
](translations/README.ko.md)
+[
](translations/README.lt.md)
+[
](translations/README.ro.md)
+[
](translations/README.mm_unicode.md)
+[
](translations/README.mk.md)
+[
](translations/README.mx.md)
+[
](translations/README.my.md)
+[
](translations/README.nl.md)
+[
](translations/README.no.md)
+[
](translations/README.np.md)
+[
](translations/README.tl.md)
+[
](translations/README.en-pirate.md)
+[](translations/README.ur.md)
+[
](translations/README.pl.md)
+[
](translations/README.pt-pt.md)
+[
](translations/README.ru.md)
+[
](translations/README.ar.md)
+[
](translations/README.se.md)
+[
](translations/README.slk.md)
+[
](translations/README.sl.md)
+[
](translations/README.th.md)
+[
](translations/README.tr.md)
+[
](translations/README.zh-tw.md)
+[
](translations/README.ua.md)
+[
](translations/README.vn.md)
+[
](translations/README.sw.md)
+[
](translations/README.zul.md)
+[
](translations/README.afk.md)
+[
](translations/README.igb.md)
+[
](translations/README.yor.md)
+[
](translations/README.hau.md)
+[
](translations/README.lv.md)
+[
](translations/README.fi.md)
+[
](translations/README.by.md)
+[
](translations/README.sr.md)
+[
](translations/README.kz.md)
+[
](translations/README.bih.md)
+[
](translations/README.bih.md)
+[
](translations/README.hr.md)
+[
](translations/README.ps.md)
+[
](translations/README.so.md)
+[
](translations/README.ec.md)
+[
](translations/README.tm.md)
+[
](translations/README.ewe.md)
+[
](translations/README.et.md)
+[
](translations/README.kh.md)
+
+# ការរួមចំណែកជាលើកដំបូង
+
+គម្រោងនេះមានគោលបំណងធ្វើឱ្យសាមញ្ញ និងណែនាំពីរបៀបដែលអ្នកចាប់ផ្តើមធ្វើការរួមចំណែកដំបូងរបស់ពួកគេ។ ប្រសិនបើអ្នកកំពុងស្វែងរកការរួមចំណែកដំបូងរបស់អ្នក សូមអនុវត្តតាមជំហានខាងក្រោម។
+
+_ប្រសិនបើអ្នកមិនសូវស្រួលជាមួយបន្ទាត់ពាក្យបញ្ជាទេ [នេះគឺជាការបង្រៀនដោយប្រើឧបករណ៍ GUI ។](#tutorials-using-other-tools)_
+
+
+
+#### ប្រសិនបើអ្នកមិនមាន git នៅលើម៉ាស៊ីនរបស់អ្នក [សូមដំឡើង](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## ស៊ាំសាខានេះ (Fork this repository)
+
+សូមស៊ាំសាខានេះដោយចុចលើប៊ូតុង Fork ដែលនៅផ្នែកខាងលើនៃទំព័រនេះ។
+វានឹងបង្កើតច្បាប់ចម្លងនៃសាខានេះក្នុងគណនីរបស់អ្នក។
+
+## ចម្លងសាខានេះ (Clone the repository)
+
+
+
+ឥឡូវនេះ ចម្លងសាខាដែលអ្នកបានស៊ាំទៅកាន់កុំព្យូទ័ររបស់អ្នក។ ចូលទៅគណនី GitHub របស់អ្នក បើកសាខាដែលបានស៊ាំ ចុចលើប៊ូតុង Code ហើយចុចលើរូបតំណាង _copy to clipboard_។
+
+បើក terminal ហើយដំណើរការពាក្យបញ្ជា git ខាងក្រោម៖
+
+```bash
+git clone "url you just copied"
+```
+
+កន្លែងដែល "url ដែលអ្នកទើបតែចម្លង" (ដោយគ្មានសញ្ញាសម្រង់) គឺជា url ទៅកាន់ឃ្លាំងនេះ (ចំនុចប្រសព្វរបស់អ្នកនៃគម្រោងនេះ)។ សូមមើលជំហានមុនដើម្បីទទួលបាន url ។
+
+
+
+ឧទាហរណ៍៖
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+កន្លែងដែល `this-is-you` គឺជាឈ្មោះអ្នកប្រើប្រាស់ GitHub របស់អ្នក។ នៅទីនេះអ្នកកំពុងចម្លងមាតិកានៃឃ្លាំងការរួមចំណែកដំបូងនៅលើ GitHub ទៅកាន់កុំព្យូទ័ររបស់អ្នក។
+
+## បង្កើតសាខាថ្មី (Create a branch)
+
+ផ្លាស់ប្តូរទៅថតឃ្លាំងនៅលើកុំព្យូទ័ររបស់អ្នក (ប្រសិនបើអ្នកមិនទាន់នៅទីនោះ)៖
+
+```bash
+cd first-contributions
+```
+
+ឥឡូវបង្កើតសាខាមួយដោយប្រើពាក្យបញ្ជា 'git switch'៖
+
+```bash
+git switch -c your-new-branch-name
+```
+
+ឧទាហរណ៍៖
+
+```bash
+git switch -c add-alonzo-church
+```
+
+## កែប្រែលើកែលម្អដែលចាំបាច់ និងធ្វើការប្តិត (commit) ប្រែប្រួលទាំងនោះ
+
+ឥឡូវនេះបើកឯកសារ 'Contributors.md' នៅក្នុងកម្មវិធីនិពន្ធអត្ថបទ បន្ថែមឈ្មោះរបស់អ្នកទៅវា។ កុំបន្ថែមវានៅដើម ឬចុងបញ្ចប់នៃឯកសារ។ ដាក់វានៅកន្លែងណាមួយនៅចន្លោះ។ ឥឡូវនេះរក្សាទុកឯកសារ។
+
+
+
+ប្រសិនបើអ្នកចូលទៅកាន់ថតគម្រោង ហើយប្រតិបត្តិពាក្យបញ្ជា 'git status' អ្នកនឹងឃើញមានការផ្លាស់ប្តូរ។
+
+បន្ថែមការផ្លាស់ប្តូរទាំងនោះទៅសាខាដែលអ្នកទើបតែបង្កើតដោយប្រើពាក្យបញ្ជា `git add`៖
+
+```bash
+git add Contributors.md
+```
+
+ឥឡូវនេះធ្វើការផ្លាស់ប្តូរទាំងនោះដោយប្រើពាក្យបញ្ជា 'git commit'៖
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+ជំនួស 'ឈ្មោះរបស់អ្នក' ជាមួយឈ្មោះរបស់អ្នក។
+
+## ផ្តួលប្រែប្រួលទៅ GitHub (Push changes to GitHub)
+
+រុញការផ្លាស់ប្តូររបស់អ្នកដោយប្រើពាក្យបញ្ជា 'git push':
+
+```bash
+git push -u origin your-branch-name
+```
+
+ជំនួស `your-branch-name` ជាមួយនឹងឈ្មោះសាខាដែលអ្នកបានបង្កើតមុន។
+
+ ប្រសិនបើអ្នកទទួលបានកំហុសណាមួយនៅពេលរុញ សូមចុចទីនេះ៖
+
+- ### កំហុសនៅក្នុងការ Authentication (Authentication Error)
+ remote: ការគាំទ្រសម្រាប់ការបញ្ចូលពាក្យសម្ងាត់ត្រូវបានដកហូតនៅថ្ងៃទី 13 ខែសីហា ឆ្នាំ 2021។ សូមប្រើ **Personal Access Token** ជំនួស។
+ remote: សូមមើល https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ សម្រាប់ព័ត៌មានបន្ថែម។
+ fatal: ការ Authenticate បរាជ័យសម្រាប់ 'https://github.com/
+ សូមចូលទៅកាន់ [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ដើម្បីបង្កើត និងកំណត់រចនាសម្ព័ន្ធ SSH Key ទៅក្នុងគណនី GitHub របស់អ្នក។
+
+
+ឥឡូវនេះដាក់សំណើទាញ។
+
+
+
+ឆាប់ៗនេះ ខ្ញុំនឹងបញ្ចូលការផ្លាស់ប្តូររបស់អ្នកទាំងអស់ទៅក្នុងសាខាចម្បងនៃគម្រោងនេះ។ អ្នកនឹងទទួលបានអ៊ីមែលជូនដំណឹង នៅពេលដែលការផ្លាស់ប្តូរត្រូវបានបញ្ចូលគ្នា។
+
+## តើត្រូវទៅណាពីទីនេះ?
+
+អបអរសាទរ! អ្នកទើបតែបានបញ្ចប់ស្តង់ដារ _fork -> clone -> edit -> pull request_ workflow ដែលអ្នកនឹងជួបប្រទះជាញឹកញាប់ក្នុងនាមជាអ្នករួមចំណែក!
+
+អបអរសាទរការរួមចំណែករបស់អ្នក ហើយចែករំលែកវាជាមួយមិត្តភក្តិ និងអ្នកដើរតាមរបស់អ្នកដោយចូលទៅកាន់ [កម្មវិធីគេហទំព័រ](https://firstcontributions.github.io/#social-share).
+
+អ្នកអាចចូលរួមជាមួយក្រុម slack របស់យើង ប្រសិនបើអ្នកត្រូវការជំនួយ ឬមានសំណួរណាមួយ។ [ចូលរួមក្រុម slack](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email).
+
+ឥឡូវនេះ ចូរអ្នកចាប់ផ្តើមជាមួយនឹងការរួមចំណែកដល់គម្រោងផ្សេងទៀត។ យើងបានចងក្រងបញ្ជីគម្រោងដែលមានបញ្ហាងាយស្រួលដែលអ្នកអាចចាប់ផ្តើមបាន។ ពិនិត្យមើល [បញ្ជីគម្រោងក្នុងកម្មវិធីបណ្ដាញ](https://firstcontributions.github.io/#project-list).
+
+### [សម្ភារៈបន្ថែម](additional-material/git_workflow_scenarios/additional-material.md)
+
+## ការបង្រៀនដោយប្រើឧបករណ៍ផ្សេងទៀត
+
+| |
|
| |
|
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
+
+#### 만약, git이 설치되어있지 않다면 [설치하세요](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## 저장소 포크하기
+
+이 저장소 페이지의 상단에 있는 Fork 버튼을 클릭해서 저장소를 포크하세요. 그러면 본인의 깃허브 계정에 이 저장소의 복사본이 생성됩니다.
+
+## 저장소 클론하기
+
+
+
+이제 fork한 저장소를 자신의 기기에 클론하세요. 깃허브 계정의 fork한 저장소에 들어가서, Code 버튼을 클릭하고, _클립보드로 url 복사_ 아이콘을 클릭합니다.
+
+터미널을 열고 다음 git 명령을 실행합니다:
+
+```bash
+git clone "방금 복사한 URL"
+```
+
+위에 (따옴표를 제외한) "방금 복사한 URL"은 이 저장소의 URL입니다. URL은 이전 단계에서 찾을 수 있습니다.
+
+
+
+예시:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+`this-is-you`에 해당하는 부분을 본인의 깃허브 계정명으로 바꾸어주세요. 이 명령어는 깃허브의 first-contributions 저장소를 자신의 컴퓨터로 복사합니다.
+
+## 브랜치 생성하기
+
+(아직 저장소 디렉토리가 아니라면) 아래의 명령어를 입력해서 조금 전에 컴퓨터에 복사한 저장소 디렉토리로 이동합니다.
+
+```bash
+cd first-contributions
+```
+
+그리고 `git switch` 명령어를 입력해서 브랜치를 생성합니다.
+
+```bash
+git switch -c your-new-branch-name
+```
+
+예시:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+## 필요한 부분을 변경하고 변경사항을 커밋하기
+
+이제 텍스트 편집기에서 `Contributors.md` 파일을 열고 본인의 이름을 아래와 같이 추가해주세요. 파일의 시작 부분이나 마지막 부분에 추가해서는 안됩니다. 중간 부분의 마음에 드는 곳에 추가하면 됩니다. 그리고 파일을 저장하세요.
+
+
+
+프로젝트 디렉토리로 이동해서 `git status` 명령어를 실행하면 변경사항이 존재하는 것을 볼 수 있습니다.
+
+변경사항을 `git add` 명령어를 사용해서 조금 전에 생성한 브랜치에 추가합니다.
+
+```bash
+git add Contributors.md
+```
+
+이제 `git commit` 명령어를 사용해서 변경사항을 커밋합니다.
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+`your-name`을 본인 이름으로 변경하세요.
+
+## 변경사항을 깃허브에 푸시하기
+
+`git push` 명령어로 변경사항을 푸시합니다.
+
+```bash
+git push -u origin your-branch-name
+```
+
+`your-branch-name` 부분을 조금 전에 생성한 브랜치 이름으로 변경하세요.
+
+ 푸시하는 중에 에러가 발생했다면, 여기를 클릭하세요:
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ [깃허브 튜토리얼](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)로 이동해서 본인의 계정에 SSH key 생성 및 설정에 대한 정보를 얻을 수 있습니다.
+
+
+
+이제 풀 요청(Pull Request)을 제출합니다.
+
+
+
+이제 여러분의 변경사항을 담당자가 확인한 후에 main 브랜치에 병합 하게 되면 알림 메일을 받을 수 있습니다.
+
+## 첫 기여, 그리고 그 후
+
+축하합니다! 앞으로 기여자로서 자주 사용하게될 기본 워크플로우인 _포크(fork) -> 클론(clone) -> 수정(edit) -> 풀 요청(pull request)_, 를 완료했습니다!
+
+첫 기여에 대한 소식을 친구들 및 팔로워에게 [웹 앱](https://firstcontributions.github.io/#social-share)을 통해 공유해보세요.
+
+이제 다른 프로젝트에도 기여해보세요! 지금 바로 시작할 수 있는 난이도가 낮은 이슈들로 가득찬 목록이 있습니다. [웹앱의 프로젝트 목록](https://firstcontributions.github.io/#project-list)에서 확인해보세요.
+
+### [추가 자료](../additional-material/translations/Korean/additional-material.ko.md)
+
+## 다른 도구들을 사용한 튜토리얼
+
+| |
|
| |
|
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+#### _Read this in [other languages](translations/Translations.md)._
+
+[](translations/README.al.md)
+[
](translations/README.arm.md)
+[
](translations/README.uz.md)
+[
](translations/README.aze.md)
+[
](translations/README.bn.md)
+[
](translations/README.bg.md)
+[
](translations/README.pt_br.md)
+[
](translations/README.ca.md)
+[](translations/README.zh-cn.md)
+[
](translations/README.cs.md)
+[
](translations/README.de.md)
+[
](translations/README.da.md)
+[
](translations/README.eg.md)
+[
](translations/README.dz.md)
+[
](translations/README.es.md)
+[
](translations/README.fr.md)
+[
](translations/README.ga.md)
+[
](translations/README.gl.md)
+[](translations/README.gr.md)
+[
](translations/README.ge.md)
+[
](translations/README.hu.md)
+[
](translations/README.id.md)
+[
](translations/README.hb.md)
+[
](translations/Translations.md)
+[
](translations/README.ta.md)
+[
](translations/README.fa.md)
+[
](translations/README.pus.md)
+[
](translations/README.it.md)
+[
](translations/README.ja.md)
+[
](translations/README.si.md)
+[
](translations/README.kws.md)
+[
](translations/README.ko.md)
+[
](translations/README.lt.md)
+[
](translations/README.ro.md)
+[
](translations/README.mm_unicode.md)
+[
](translations/README.mk.md)
+[
](translations/README.mx.md)
+[
](translations/README.my.md)
+[
](translations/README.nl.md)
+[
](translations/README.no.md)
+[
](translations/README.np.md)
+[
](translations/README.tl.md)
+[
](translations/README.en-pirate.md)
+[](translations/README.ur.md)
+[
](translations/README.pl.md)
+[
](translations/README.pt-pt.md)
+[
](translations/README.ru.md)
+[
](translations/README.ar.md)
+[
](translations/README.se.md)
+[
](translations/README.slk.md)
+[
](translations/README.sl.md)
+[
](translations/README.th.md)
+[
](translations/README.tr.md)
+[
](translations/README.zh-tw.md)
+[
](translations/README.ua.md)
+[
](translations/README.vn.md)
+[
](translations/README.sw.md)
+[
](translations/README.zul.md)
+[
](translations/README.afk.md)
+[
](translations/README.igb.md)
+[
](translations/README.yor.md)
+[
](translations/README.hau.md)
+[
](translations/README.lv.md)
+[
](translations/README.fi.md)
+[
](translations/README.by.md)
+[
](translations/README.sr.md)
+[
](translations/README.kz.md)
+[
](translations/README.bih.md)
+[
](translations/README.bih.md)
+[
](translations/README.hr.md)
+[
](translations/README.ps.md)
+[
](translations/README.so.md)
+[
](translations/README.ec.md)
+[
](translations/README.tm.md)
+[
](translations/README.ewe.md)
+[
](translations/README.et.md)
+
+
+# Beşdariyên Yekem
+
+Ev proje armanc dike ku rêya destpêkkeran ji bo beşdariya wan a yekem hêsan û rêber bike. Heke hûn li beşdariya xwe ya yekem digerin, van gavan bişopînin.
+
+_Heke hûn bi xeta fermanê ne rehet in, [li vir perwerdeyên ku amûrên GUI bikar tînin hene.](#perwerdeyên-ku-amûrên-din-bikar-tînin)_
+
+
+
+#### Heke git li ser makîneya we tune, [wê saz bikin](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Vê depoyê fork bikin
+
+Vê depoyê bi tikandina bişkoka fork li jora vê rûpelê fork bikin.
+Ev ê kopiyeke vê depoyê di hesabê we de çêke.
+
+## Depoyê clone bikin
+
+
+
+Niha depoya forkkirî li makîneya xwe clone bikin. Herin hesabê xwe yê GitHub, depoya forkkirî vekin, li ser bişkoka code bitikînin û paşê li ser îkona _copy to clipboard_ bitikînin.
+
+Termînalek vekin û ev fermana git bimeşînin:
+
+```bash
+git clone "url'a ku we naha kopî kir"
+```
+
+li cihê ku "url'a ku we naha kopî kir" (bêyî nîşanên jêgirtinê) url'a vê depoyê ye (forka we ya vê projeyê). Ji bo bidestxistina url'ê li gavên berê binêrin.
+
+
+
+Bo nimûne:
+
+```bash
+git clone git@github.com:ev-hûn-in/first-contributions.git
+```
+
+li ku derê `ev-hûn-in` navê we yê bikarhêneriya GitHub e. Li vir hûn naveroka depoya first-contributions li ser GitHub'ê li kompûtera xwe kopî dikin.
+
+## Şaxekê çêbikin
+
+Derbasi pelrêça depoyê li ser komputera xwe bibin (heke hûn ne li wir in):
+
+```bash
+cd first-contributions
+```
+
+Niha bi bikaranîna fermana `git switch` şaxekê çêbikin:
+
+```bash
+git switch -c navê-şaxa-we-ya-nû
+```
+
+Bo nimûne:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+## Guherandinên pêwist çêbikin û wan guherandinan commit bikin
+
+Niha pelê `Contributors.md` di edîtorekî nivîsê de vekin, navê xwe lê zêde bikin. Wê li destpêk an dawiya pelê zêde nekin. Li cihekî navbera wan de deynin. Niha, pelê tomarbikin.
+
+
+
+Heke hûn herin pelrêça projeyê û fermana `git status` bimeşînin, hûn ê bibînin ku guherandin hene.
+
+Van guhertinan li şaxa ku we nû çêkiriye bi bikaranîna fermana `git add` zêde bikin:
+
+```bash
+git add Contributors.md
+```
+
+Niha van guhertinan bi bikaranîna fermana `git commit` commit bikin:
+
+```bash
+git commit -m "Add navê-we to Contributors list"
+```
+
+`navê-we` bi navê xwe re biguherin.
+
+## Guhertinan bişînin GitHub
+
+Guherandinên xwe bi fermana `git push` bişînin:
+
+```bash
+git push -u origin navê-şaxa-we
+```
+
+`navê-şaxa-we` bi navê şaxa ku we berê çêkiribû re biguherin.
+
+ Heke hûn di dema push kirinê de bi xeletiyekê re rû bi rû bimînin, li vir bitikînin:
+
+- ### Xeletiya Rastkirinê
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Herin [perwerdehiya GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) li ser çêkirin û veavakirina mifteya SSH ji bo hesabê xwe.
+
+
+
+Niha daxwaza kişandinê pêşkêş bikin.
+
+
+
+Di demek nêzîk de, ez ê hemû guherandinên we di şaxa sereke ya vê projeyê de tevlihev bikim. Dema ku guherandin hatin tevlihevkirin, hûn ê e-nameyek agahdariyê bistînin.
+
+## Ji vir ve ku derê?
+
+Pîroz be! We çerxa _fork -> clone -> edit -> pull request_ a standard ku hûn ê gelek caran wek beşdarvan pêrgî wê werin temam kir!
+
+Beşdariya xwe pîroz bikin û bi hevalên xwe û şopînerên xwe re parve bikin bi çûyîna [sepana webê](https://firstcontributions.github.io/#social-share).
+
+Heke we hewceyî alîkariyê heye an jî pirsên we hene hûn dikarin beşdarî tîma me ya slack bibin. [Beşdarî tîma slack bibin](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email).
+
+Niha em dest bi beşdariya we di projeyên din de bikin. Me lîsteyek ji projeyan bi mijarên hêsan amade kiriye ku hûn dikarin pê dest pê bikin. [Lîsteya projeyan di sepana webê de kontrol bikin](https://firstcontributions.github.io/#project-list).
+
+### [Materyalên zêde](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Perwerdeyên Ku Amûrên Din Bikar Tînin
+
+| |
|
| |
|
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md)
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+
+# Mchango wa Kwanza
+
+
+Ni vigumu. Ni vigumu daima mara ya kwanza unafanya kitu. Hasa wakati unashirikiana, kufanya makosa sio jambo la kushangaza. Tulitaka kurahisisha njia mpya ya wafadhili wa kujifunza na kuchangia kwa mara ya kwanza.
+
+Kusoma makala na mafunzo ya kutazama yanaweza kusaidia, lakini ni nini bora zaidi kuliko kufanya mambo halisi katika mazingira ya mazoezi? Mradi huu unalenga kutoa mwongozo na kurahisisha wasanidi wa njia kufanya mchango wao wa kwanza. Ikiwa unatafuta kufanya mchango wako wa kwanza, fuata hatua zifuatazo.
+
+#### *Ikiwa huna urahisi na mstari wa amri, [hapa ni mafunzo kwa kutumia zana za GUI.](#Mafundisho-Kutumia-Zana-Zingine)*
+
+
+
+
+
+## Vuta hifadhi hii
+
+Vuta repo hii kwa kubonyeza kifungo cha fakia juu ya ukurasa huu. Hii itaunda nakala ya hifadhi hii katika akaunti yako.
+
+## Weka chumba
+
+
+
+Sasa nakala repo iliyovutwa kwa mashine yako. Nenda kwenye akaunti yako ya GitHub, fungua repo iliyovutwa, bonyeza kitufe cha kamba na kisha bofya nakala kwenye clipboard.
+
+
+Fungua terminal na uendesha amri yafuatayo:
+
+```
+git clone "url you just copied"
+```
+
+ambapo "url ulikosa tu" (bila alama za kupiga kura) ni url kwenye hifadhi hii (fomu yako ya mradi huu). Angalia hatua za awali ili kupata url.
+
+
+
+Kwa mfano:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+hapo `this-is-you`tumia jina lako la mtumiaji GitHub. Hapa unakili nakala ya maudhui ya kwanza ya michango kwenye GitHub kwenye kompyuta yako.
+
+## Unda tawi
+
+Badilisha kwenye saraka ya uhifadhi kwenye kompyuta yako (ikiwa huko tayari):
+
+```
+cd first-contributions
+```
+
+Sasa unda tawi kwa kutumia git `checkout` amri:
+
+
+```
+git checkout -b
+
+Ikiwa unakwenda kwenye saraka ya mradi na kutekeleza amri `git status`, utaona kuna mabadiliko.
+
+
+Ongeza mabadiliko hayo kwenye tawi ulilojenga kwa kutumia `git add` amri:
+
+```
+git add Contributors.md
+```
+
+Sasa fanya mabadiliko hayo kwa kutumia amri `git commit`:
+
+```
+git push origin
+
+Sasa weka ombi la kuvuta.
+
+
+
+Hivi karibuni nitaunganisha mabadiliko yako yote kwenye tawi la mradi huu. Utapata barua pepe ya arifa mara mabadiliko yameunganishwa.
+
+## Wapi kutoka hapa?
+
+Hongera! Wewe umekamilisha fomu ya kawaida *fork -> clone -> hariri -> pull request* ambayo unakutana mara nyingi kama mchangiaji!
+
+Sherehekea mchango wako na marafiki na wafuasi wako kwa kuenda kwenye [programu ya wavuti](https://firstcontributions.github.io/#social-share).
+
+Unaweza kujiunga na timu yetu ya slack ikiwa unahitaji msaada wowote au una maswali yoyote. [Jiunge na timu ya slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Sasa hebu tuanze uanze na kuchangia kwenye miradi mingine. Tumeandika orodha ya miradi na masuala rahisi unaweza kuanza. Angalia [orodha ya miradi katika programu ya wavuti](https://firstcontributions.github.io/#project-list).
+
+### [Nyenzo za ziada](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## Mafundisho Kutumia Zana Zingine
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.kz.md b/docs/gui-tool-tutorials/translations/README.kz.md
new file mode 100644
index 00000000..4b6dfd52
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.kz.md
@@ -0,0 +1,108 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Жобаға алғаш рет үлес қосу
+
+Оңай іс емес, жалпы кез-келген істе алғашқы қадам қиын келеді. Қателіктер жасау өте жағымсыз, әсіресе топтық жұмыс істесеңіз. Барлық open source проекттер ынтымақтастық пен бірегей жұмыстан тұрады. Біз бастаушы әзірлеушілер үшін үлес қосу және бірлесіп жұмыс істеудегі алғашқы қадамдарды жеңілдеткіміз келеді.
+
+Егер сіз өзіңіздің алғашқы үлесіңізді жасау мүмкіндігін іздесеңіз, төмендегі қарапайым қадамдарды орындаңыз.
+
+
+
+Егерде сіздің компьютеріңізде git қосылмаған болса, [ оны қосыңыз ]( https://help.github.com/articles/set-up-git/ )
+
+## Тармақты (fork) жасаңыз
+
+Өзіңіздің тармағыңызды жасау үшін, беттің үстіңгі жағындағы `fork` түймесін басыңыз. Осылай сіз осы репозиторийдің өзіңіздің аккаутыңызда копиясын жасайсыз.
+
+## Репозиторийді клондаңыз
+
+
+
+Енді бұл репозиторийді өз дербес компьютеріңізге клодаңыз. Сілтемені көшіру үшін `clone` батырмасын басыңыз, содан кейін `copy to clipboard` белгішесіне басыңыз.
+
+Терминалды ашып, келесі git пәрмендіні іске қосыңыз:
+
+```
+git clone "url you just copied"
+```
+Бұл жерде "url you just copied" (тырнақшасыз) сіздің репозиторийңізге сілтеме. Бұл сілтемені алу үшін алдыңғы қадамдарды қараңыз.
+
+
+
+Мысалы:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+Бұл жерде `this-is-you` сіздің github-тағы логин. Осылайша GitHub-тан сіздің компьютеріңізге 'first-contributions' репозиторийін көшіресіз.
+
+## Тармақ жасаңыз
+
+Терминалда репозиторий папкасына кіріңіз (егер әлі кірмеген болсаңыз):
+
+```
+cd first-contributions
+```
+Енді `git switch` команданың көмегімен тармақты құрыңыз.
+
+```
+git switch -c your-new-branch-name
+```
+
+Мысалы:
+```
+git checkout -b add-alonzo-church
+```
+> Тармақтың аты шешіп жатқан мәселе немесе енгізетін өзгерістеріңізге сәйкес болғаны дұрысырақ, бірақ міндетті емес.
+
+## Керек өзгерістерді еңгізіп, коммит жасаңыз
+
+Енді мәтіндік редакторда `Contributors.md` файлын ашыңыз, атыңызды енгізіңіз және файлды сақтаңыз. Егер сіз жобалық каталогқа барып, `git status` орындасаңыз, өзгертулерді көресіз. Бұл өзгертулерді `git add` командасымен қосыңыз.
+
+```
+git add Contributors.md
+```
+
+Енді бұл өзгерістерды `git commit` командасымен коммиттаңыз.
+
+```
+git commit -m "Add
+
+Енді пулл-реквестті растаңыз.
+
+
+
+Көп ұзамай мен осы жобаның негізгі бөлімімен барлық өзгерістерді біріктіремін. Өзгерістер қабылданған кезде (мердж жасалғанда) электрондық хат аласыз.
+
+## Ары қарай не?
+
+Төменде сіз жаңадан келген тапсырмаларды таба алатын бірнеше танымал репозиторийлер бар. Қосымша ақпарат алу үшін репозиторийге барыңыз.
+
+| [](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [
](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [
](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) |
+| [](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) |
+| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) |
+| [](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) |
+| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) |
+| [](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [
](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
+| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
+
diff --git a/docs/gui-tool-tutorials/translations/README.la.md b/docs/gui-tool-tutorials/translations/README.la.md
new file mode 100644
index 00000000..1edc9414
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.la.md
@@ -0,0 +1,119 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# "Contribute" ຜົນງານໃນ GitHub ຮ່ວມກັບຄົນອື່ນເປັນຄັ້ງທຳອິດແມ່ນບໍ່?
+
+ມັນເປັນເລື່ອງທີ່ຂ້ອງຂ້າງຍາກໜ້ອຍໜຶ່ງ, ແຕ່ກ້າວທຳອິດໃນການເລີ່ມຕົ້ນເຮັດຫຍັງບາງຢ່າງມັນກໍ່ຈະຍາກແບບນີ້ສະເໝີ ໂດຍສະເພາະເວລາທີ່ຕ້ອງຮ່ວມງານກັບຄົນອື່ນ ເພາະເມື່ອເຮົາໄດ້ເຮັດຫຍັງຜິດພາດມັນກໍ່ມັກຈະເຮັດໃຫ້ເຮົາບໍ່ສະບາຍໃຈ, ແຕ່ວ່າໃນໂລກຂອງໂອເພັນຊອສ (open source) ຄືໂລກທີ່ເຮົາຕ້ອງໄດ້ເຮັດວຽກຮ່ວມກັນ! ເຮົາຈຶ່ງຢາກໃຫ້ຜູ້ທີ່ເຂົ້າມາໃໝ່ໄດ້ຮຽນຮູ້ວິທີການ "ຄອນທຣິບິ້ວ" ຜົນງານຮ່ວມກັບຄົນອື່ນໃນ GitHub ແບບງ່າຍໆ.
+
+ການອ່ານບົດຄວາມ ແລະ ການທີ່ໄດ້ທົດລອງເຮັດຕົວຢ່າງຕ່າງໆກໍ່ອາດຈະຊ່ວຍໄດ້, ແຕ່ເຖິງຢ່າງໃດກໍ່ຕາມ ຄົງຈະບໍ່ມີສິ່ງໃດເໜືອໄປກວ່າການທີ່ເຮົາໄດ້ລົງມືເຮັດດ້ວຍຕົນເອງ!. ໃນໂປຣເຈັກນີ້ຈະສອນໃຫ້ມືໃໝ່ຮູ້ຈັກການສົ່ງ "contribution" ທຳອິດໄດ້ຢ່າງງ່າຍໆ.
+
+ໃຫ້ຈື່ໄວ້ວ່າ: ຄວາມພະຍາຍາມຢູ່ທີ່ໃດ ຄວາມພະຍາຍາມກໍ່ຢູ່ທີ່ນັ້ນເຊັ່ນກັນ!
+
+ຖ້າພ້ອມແລ້ວເຮົາມາລອງສົ່ງ contibution ທຳອິດກັນໄດ້ພຽງບໍ່ເທົ່າໃດຂັ້ນຕອນດ້ານລຸ່ມໄປພ້ອມໆກັນເລີຍ, ບອກເລີຍວ່າງ່າຍກວ່າປອກກ້ວຍ.
+
+
+
+ຫາກໃຜຍັງບໍ່ໄດ້ຕິດຕັ້ງ git ລົງໃນເຄື່ອງ, ທ່ານສາມາດກົດລິ້ງ[ຕິດຕັ້ງໄດ້ທີ່ນີ້]( https://help.github.com/articles/set-up-git/ )
+
+## ກົດ "Fork" ໂປຣເຈັກນີ້
+
+ໂປຣເຈັກຫຼັກນີ້ມັກຈະເອີ້ນວ່າ ໂປຣເຈັກຕົ້ນນ້ຳ, ທ່ານສາມາດ fork ໂປຣເຈັກຕົ້ນນ້ຳນີ້ໄປຍັງ repo ຂອງ account ຂອງທ່ານເອງໄດ້ໂດຍການກົດປຸ່ມ "Fork" ທີ່ດ້ານເທິງຂອງໜ້ານີ້.
+
+ແລ້ວໂປຣເຈັກນີ້ກໍ່ຈະຖືກຄັດລອກໄປທີ່ account ຂອງທ່ານ.
+
+## ກົດປຸ່ມ "Clone" ໂປຣເຈັກນີ້
+
+
+
+ມາຮອດຂັ້ນຕອນນີ້ເຮົາກໍ່ Clone ໂປຣເຈັກລົງມາທີ່ຄອມພິວເຕີຂອງເຮົາໂດຍການກົດທີ່ປຸ່ມ "Clone" ແລ້ວເລືອກ *Copy to clipboard* (ຄຳສັ່ງຄັດລອກ)
+
+ເປີດ terminal ຂຶ້ນມາ (ຕົວຢ່າງ Terminal ໃນ MacOS ຫຼື cmd ໃນ Windows) ແລ້ວພິມຄຳສັ່ງ git ຕໍ່ໄປນີ້:
+
+```
+git clone "url ທີ່ຄັດລອກໄວ້"
+```
+"url ທີ່ຄັດລອກໄວ້" (ບໍ່ຕ້ອງໃສ່ " ") ຄື url ຂອງໂປຣເຈັກຂອງທ່ານ ທ່ານສາມາດກັບໄປເບິ່ງວິທີການຄັດລອກ url ໄດ້ຈາກຫົວຂໍ້ກ່ອນໜ້ານີ້
+
+
+
+ຕົວຢ່າງ:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+`this-is-you` ຄືຊື່ username ຂອງທ່ານຢູ່ເທິງ GitHub, ມາຮອດບ່ອນນີ້ທ່ານໄດ້ "Clone" ໂປຣເຈັກ first-contributions ໄປໄວ້ທີ່ຄອມພິວເຕີຂອງທ່ານແລ້ວ.
+
+## ສ້າງ branch
+
+ໃນ terminal ປ່ຽນ directory ໄປບ່ອນທີ່ທ່ານ Clone ໂປຣເຈັກໄວ້:
+
+```
+cd first-contributions
+```
+ບ່ອນນີ້ໃຫ້ສ້າງ branch (ແຕກສາຂາອອກມາໃໝ່) ດ້ວຍຄຳສັ່ງ `git checkout`:
+```
+git checkout -b <ຊື່ branch>
+```
+
+ຕົວຢ່າງ:
+```
+git checkout -b add-phongphat-khamphiew
+```
+(ປົກກະຕິຊື່ຂອງ branch ບໍ່ຈຳເປັນຕ້ອງມີຄຳວ່າ *add* ແຕ່ໃນໂປຣເຈັກນີ້ຢາກໃຫ້ໃຊ້ add-ຊື່-ຂອງ-ທ່ານ ເພາະຊື່ຂອງທ່ານຈະໄປສະແດງຢູ່ທີ່ລາຍການ Contributors (ຜູ້ເຂົ້າຮ່ວມ) ຂອງໂປຣເຈັກນີ້
+
+## ເພີ່ມຫຼືແກ້ໄຂ code ໄດ້ເລີຍ, ແຕ່ຢ່າລືມ "Commit" ບອກວ່າທ່ານໄດ້ເຮັດຫຍັງລົງໄປແລ້ວແນ່
+
+ຕອນນີ້ໃຫ້ເປີດໄຟລ໌ `Contributors.md` ໃນໂປຣແກຣມ text editor ເພີ່ມຊື່ຂອງທ່ານລົງໄປ ຈາກນັ້ນບັນທຶກໄຟລ໌
+
+
+
+ໃນ terminal ຖ້າທ່ານຢູ່ທີ່ directory ຂອງໂປຣເຈັກ ໃຫ້ລອງພິມຄຳສັ່ງ `git status` ຈະເຫັນວ່າທ່ານໄດ້ປ່ຽນແປງໄຟລ໌ໃດແນ່ແລ້ວ.
+
+ເພີ່ມການປ່ຽນແປງນັ້ນໆເຂົ້າໄປ branch ທີ່ຫາກໍ່ສ້າງດ້ວຍຄຳສັ່ງ `git add`:
+```
+git add Contributors.md
+```
+
+ຕອນນີ້ "Commit" ການປ່ຽນແປງດັ່ງກ່າວດ້ວຍຄຳສັ່ງ `git commit`:
+```
+git commit -m "Add <ຊື່ຂອງທ່ານ> to Contributors list"
+```
+ແທນບ່ອນ `<ຊື່ຂອງທ່ານ>` ດ້ວຍຊື່ແທ້ຂອງທ່ານ.
+
+## "Push" code ທີ່ປ່ຽນແປງຂຶ້ນ GitHub
+
+"Push" ຜົນງານທີ່ທ່ານໄດ້ເຮັດໃນຂັ້ນຕອນກ່ອນໜ້ານີ້ຂຶ້ນ GitHub ດ້ວຍຄຳສັ່ງ `git push`:
+```
+git push origin <ຊື່ branch ຂອງທ່ານ>
+```
+ແທນບ່ອນ `<ຊື່ branch ຂອງທ່ານ>` ດ້ວຍຊື່ຂອງ branch ທີ່ທ່ານໄດ້ສ້າງໄວ້ໃນຫົວຂໍ້ກ່ອນໜ້ານີ້ (add-ຊື່-ຂອງ-ທ່ານ)
+
+## ສົ່ງຜົນງານ ແລະ ລໍຖ້າຣີວິວຈາກເຈົ້າຂອງໂປຣເຈັກ
+
+ໄປທີ່ repository ຂອງທ່ານເທິງ GitHub ກົດທີ່ `Compare & pull request`
+
+
+
+ຕອນນີ້ກໍ່ສົ່ງ Pull Request ໄປທີ່ໂປຣເຈັກຫຼັກ ຫຼື ໂປຣເຈັກຕົ້ນນ້ຳໄດ້ເລີຍ
+
+
+
+ເຮົາຈະທຳການ "Merge" ຫຼື ລວມຜົນງານທີ່ທ່ານໄດ້ປ່ຽນແປງ code ມາທີ່ master branch ຂອງໂປຣເຈັກນີ້, ທ່ານຈະໄດ້ຮັບອີເມວເມື່ອເຮົາໄດ້ທຳການ Merge ຜົນງານຂອງທ່ານສຳເລັດແລ້ວ.
+
+## ຈະເຮັດຫຍັງຕໍ່ຫຼັງຈາກນີ້?
+ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ contribute ຄື fork -> clone -> edit -> pull request ເຊິ່ງຂັ້ນຕອນຕ່າງໆເຫຼົ່ານີ້ເປັນສິ່ງທີ່ທ່ານຕອງໄດ້ພົບເມື່ອທ່ານເປັນ contributor
+ສະເຫຼີມສະຫຼອງໃຫ້ແກ່ການມີສ່ວນຮ່ວມຂອງທ່ານ, ຢ່າລືມແບ່ງປະສົບການທີ່ທ່ານໄດ້ຮັບໃຫ້ແກ່ໝູ່ເພື່ອນຂອງທ່ານ ໂດຍໄປທີ່ [ເວັບໄຊນີ້](https://firstcontributions.github.io/#social-share)
+
+ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+
+ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list)
+
+### [ຂໍ້ມູນອື່ນໆເພີ່ມເຕີມ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## ເຝິກການ contribute ໂດຍໃຊ້ເຄື່ອງມືອື່ນໆ
+
+||
|
|
+|---|---|---|
+|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)|
+
diff --git a/docs/gui-tool-tutorials/translations/README.lt.md b/docs/gui-tool-tutorials/translations/README.lt.md
new file mode 100644
index 00000000..21e101c4
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.lt.md
@@ -0,0 +1,145 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Pirmieji įnašai
+
+Sunku. Visada sunku ką nors padaryti pirmą kartą. Ypač bendradarbiaujant, klaidų darymas nėra malonus dalykas. Tačiau atviras kodas - tai bendravimas ir bendradarbiavimas. Mes norime paprasčiau paaiškinti naujiesiems atvirojo kodo kūrėjams, kaip jie gali prisidėti pirmą kartą.
+
+Galite pradėti skaityti straipsnius ir žiūrėti vadovus, bet kas gali būti geriau nei mokymasis darant be klaidų pirmą kartą? Šio projekto tikslas - suteikti patarimus ir supaprastinti tai, kaip naujokai atlieka savo pirmąjį indėlį. Prisiminkite: kuo labiau atsipalaidavę esate, tuo geriau mokotės. Jei norite atlikti pirmąjį indėlį, atlikite toliau pateiktus paprastus veiksmus. Mes pažadame, tai bus smagu.
+
+_Jei nesate pratę dirbti su komandine eilute, [čia rasite vadovą, naudojantį GUI įrankius.](#tutorials-using-other-tools)_
+
+
+
+#### Jei neturite instaliuoto git, [instaliuokite čia](https://help.github.com/articles/set-up-git/).
+
+## Kopijuokite (fork) šią saugyklą
+
+Kopijuokite saugyklą paspausdami šaknies simbolio mygtuką šio puslapio viršuje.
+Tai sukurs šios saugyklos kopiją jūsų GitHub paskyroje.
+
+## Klonuokite saugyklą
+
+
+
+Dabar klonuokite šią saugyklą į savo kompiuterį. Spustelėkite klonavimo mygtuką ir tada spustelėkite *copy to clipboard* piktogramą.
+
+Atidarykite terminalą ir paleiskite šią git komandą:
+
+```
+git clone "kątik nukopijuota nuoroda"
+```
+kur "kątik nukopijuota nuoroda" (be citatos ženklų) yra url nuoroda jūsų saugyklai (jūsų projekto kopijai). Peržiūrėkite ankstesnius veiksmus, kad gautumėte url nuorodą.
+
+
+
+Pavyzdžiui:
+```
+git clone https://github.com/tai-jus/first-contributions.git
+```
+kur `tai-jus` yra jūsų GitHub paskyros vartotojo vardas. Čia jūs kopijuojate first-contributions saugyklos turinį į "GitHub" aplanką savo kompiuteryje.
+
+## Sukurkite šaką (branch)
+
+Pakeiskite kompiuterio saugyklos katalogą (jei dar to nepadarėte anksčiau):
+
+```
+cd first-contributions
+```
+Dabar sukurkite šaką naudodami komandą `git branch`:
+```
+git branch -c Jei gavote klaidos pranešimą naudodami git switch, spauskite čia:
+
+Jei klaidos pranešimas yra "Git: `switch` is not a git command. See `git –help`", tikėtinai naudojate seną git versiją.
+
+Tokiu atveju bandykite `git checkout`:
+
+```bash
+git checkout -b add-vardenis-pavardenis
+```
+
+ Jei gaunate klaidos pranešimą išsaugodami pakeitimus, spauskite čia:
+
+- ### Autentifikacijos klaida
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ [GitHub vadovas](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) padės jums sugeneruoti ir sukonfiguruoti SSH raktą savo paskyroje.
+
+ Taip pat, galbūt norėsite pabandyti 'git remote -v', skirtą patikrintite savo nuotolinį adresą (remote address).
+
+ Jei jis atrodo taip ar panašiai:
+ origin https://github.com/your-username/your_repo.git (fetch)
+ origin https://github.com/your-username/your_repo.git (push)
+
+ pakeiskite jį, naudodami komandą:
+ ```bash
+ git remote set-url origin git@github.com:your-username/your_repo.git
+ ```
+ Kitu atveju jūsų vis tiek sulauksite klausimo apie savo vartotojo vardą ir slaptažodį ir sulauksite autentifikacijos klaidos.
+
+
+Dabar pateikite įtraukimo į pradinę saugyklą (pull) užklausą.
+
+
+
+Netrukus projekto autorius sujungs visus jūsų šakos pakeitimus su šio projekto pagrindine šaka. Kai pakeitimai bus sujungti, gausite tai patvirtinantį el. laišką.
+
+## Kas toliau?
+
+Džiaukitės ir atkreipkite dėmesį į savo įnašą pasidalindami šia žinia su draugais [interneto aplikacijoje](https://firstcontributions.github.io/#social-share).
+
+Pradėkite tobulinti kitus projektus. Mes sukūrėme projektų sąrašą, kuriuose yra lengvai išsprendžiamų problemų. Peržiūrėkite [projektų sąrašą interneto aplikacijoje](https://firstcontributions.github.io/#project-list).
+
+### [ Papildoma medžiaga ](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Pamokos naudojant kitus įrankius
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.lug.md b/docs/gui-tool-tutorials/translations/README.lug.md
new file mode 100644
index 00000000..a21a9018
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.lug.md
@@ -0,0 +1,125 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Okwongezaako Eby'okusooka
+
+Ekigendererwa ky'enteekateeka eno kwe kusobozesa n'okuyamba abayizi mu kuteekawo ebyabwe eby'okubiri. Bw'oba oyagala okukola eky'osooka okuyongeraako, goberera emboozi ez'ekiddako wansi.
+
+_Bw'oba tokkiriziganya na command line, [wano waliyo ebiranga ebikozesa ebikozesebwa ebiwa GUI.](#tutorials-using-other-tools)_
+
+
+
+#### Bw'oba tolina git ku kompyuta yo, [teeka git](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Gabaako repo eno
+
+Gabaako repo eno nga okozesa ekirungo ekiri waggulu ku lupapula luno. Kino kijja kutonda kopi ya repo eno mu akaawunti yo.
+
+## Koppa repo
+
+
+
+Kati koppa repo eyogabiddwa ku kompyuta yo. Genda ku akaawunti yo ku GitHub, fungula repo eyogabiddwa, koona ku kaakano akaliko code n'oluvannyuma koona ku kirungo _copy to clipboard_.
+
+Fungula terminal n'okozesa ekiragiro ekiddako ku git:
+
+```bash
+git clone "url you just copied"
+```
+
+"URL gy'okoze koppa" (nga tekirina obubonero obuli mu kkiwandiiko) kye URL eri ku repo eno (okugaba kwo ku kawefube ono). Laba ku bigambo ebyo ebiri waggulu okugenda ku URL.
+
+
+
+Ekikokyo:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+awa `this-is-you` ye erinya lyo ku GitHub. Wano okopeera ebiri mu repo ey'okusooka okuyongeraako ku GitHub ku kompyuta yo.
+
+## Tonda branch
+
+Kyusa mu nnannyini repo ku kompyuta yo (bw'oba toliyo dda):
+
+```bash
+cd first-contributions
+```
+
+Kati tonda branch ng'oyita mu kiragiro kya `git switch`:
+
+```bash
+git switch -c your-new-branch-name
+```
+
+Ekikokyo:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+## Kola enkyukakyuka eziyetaagisa n'okikakasa ezo enkyukakyuka
+
+Kati gulawo fayiro ya `Contributors.md` mu kikozesebwa ky'okuwandiika, yongeramu erinnya lyo mu fayiro eno. Togyongeramu ku ntandikwa oba ku nkomerero ya fayiro. Tta gy'ali wakati wa fayiro. Kati, giyita fayiro eno.
+
+
+
+Bw'ogenda mu kisenge ky'enteekateeka n'okola ekiragiro `git status`, ojja kulaba nga waliyo enkyukakyuka.
+
+Yongeza ezo enkyukakyuka ku branch gye watondawo nga okozesa ekiragiro kya `git add`:
+
+```bash
+git add Contributors.md
+```
+
+Kati okakasa ezo enkyukakyuka nga okozesa ekiragiro kya `git commit`:
+
+```bash
+git commit -m "Add your-name to Contributors list"
+```
+
+oweerereza erinnya lyo ku `your-name`.
+
+## Sindikiza enkyukakyuka ku GitHub
+
+Sindikiza enkyukakyuka nga okozesa ekiragiro kya `git push`:
+
+```bash
+git push -u origin your-branch-name
+```
+
+oweerereza erinnya lyo ku `your-branch-name`.
+
+## Weereza enkyukakyuka zo okuzuulibwa
+
+Bw'ogenda ku repo yo ku GitHub, ojja kulaba akapipati ka `Compare & pull request`. Koona ku kapipati ako.
+
+
+
+Kati weereza pull request.
+
+
+
+Olwatuuka kunsonga y'okukakasa enkyukakyuka zo, ojja kufuna email ya kunnyonnyola enkyukakyuka zomaze okukakasa.
+
+Oluvannyuma lw'okwo
+
+Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request_ workflow gwe oyinza okufuna ng'omukozi!
+
+Jaguza ekyo ky'oyongeddeko era ogikwase mikwano gyo n'abagoberera nga oyita ku [web app](https://firstcontributions.github.io/#social-share).
+
+Osobola okuyingira ku team ya slack bw'oba oyagala obuyambi obulala oba olina ebibuuzo. [Yingira team ya slack.](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email).
+
+Kati ka tutandikire okukola ku kintu ekirala. Tundese olukalala lwa project ezirina ebizibu ebitalina y'oyinza okutandika n'okukola. Kebera [olukalala lwa project mu web app](https://firstcontributions.github.io/#project-list).
+
+### [Ebirala ebisobola okukuyamba](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Ebitendekebwa Ebikozesa Ebikozesebwa Ebirala
+
+| |
|
| |
|
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
diff --git a/docs/gui-tool-tutorials/translations/README.lv.md b/docs/gui-tool-tutorials/translations/README.lv.md
new file mode 100644
index 00000000..66f86b2f
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.lv.md
@@ -0,0 +1,123 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Pirmais devums
+
+Kaut ko paveikt pirmo reizi vienmēr ir grūti. Turklāt pieļaut kļūdas, jo īpaši līdzdarbojoties ar citiem, nav patīkami. Mēs vēlamies vienkāršot veidu, kā jauni atvērtā koda līdzautori mācās un pievieno savu devumu pirmo reizi.
+
+Rakstu lasīšana un pamācību skatīšanās var palīdzēt, tomēr nekas nav labāks par īstu darbību mācību vidē. Šī projekta mērķis ir sniegt norādījumus un vienkāršot veidu, kā iesācēji pievieno savu pirmo devumu. Ja tu vēlies līdzdarboties, seko turpmāk norādītajiem soļiem.
+
+#### *Ja tu nejūties ērti ar komandrindu, [izmanto GUI rīku pamācības.]( #pamācības-citiem-rīkiem )*
+
+
+
+
+Ja tavā datorā nav git, [uzinstalē to]( https://help.github.com/articles/set-up-git/).
+
+## Izveido repozitorija atzarojumu
+
+Izveido savu repozitorija atzarojumu, nospiežot *fork* pogu šīs lapas augšpusē.
+Tādējādi tavā profilā tiks izveidota šī repozitorija kopija.
+
+## Klonē repozitoriju
+
+
+
+Tagad klonē nokopēto repozitoriju savā datorā. Ej uz savu GitHub profilu, atver nokopēto repozitoriju, nospied *clone* pogu un tad nospied uz *copy to clipboard* ikonas.
+
+Atver termināli un palaid šo git komandu:
+
+```
+git clone "tikko nokopētā saite"
+```
+kur "tikko nokopētā saite" (bez pēdiņām) ir url uz šo repozitoriju (tavs projekta atzarojums). Apskaties iepriekšējos soļos, kā dabūt url.
+
+
+
+Piemēram:
+```
+git clone https://github.com/tavs-vārds/first-contributions.git
+```
+kur `tavs-vārds` ir tavs GitHub lietotājvārds. Šādi tu kopē GitHub repozitorija *first-contributions* saturu savā datorā.
+
+## Izveido zaru
+
+Savā datorā nomaini repozitorija direktoriju (ja tu vēl neatrodies tajā):
+
+```
+cd first-contributions
+```
+Tagad izveido zaru ar `git checkout` komandu:
+```
+git checkout -b
+
+
+Ja tu dosies uz projekta direktoriju un izpildīsi komandu `git status`, tu redzēsi, ka tajā ir izmaiņas.
+
+
+Pievieno šīs izmaiņas zaram, kuru tu tikko izveidoji, ar `git add` komandu:
+
+```
+git add Contributors.md
+```
+
+Tagad iesūti šīs izmaiņas ar `git commit` komandu:
+```
+git commit -m "Add
+
+Tagad iesniedz pievienotās izmaiņas.
+
+
+
+Jau pavisam drīz es pievienošu visas tavas izmaiņas šī projekta galvenajam (master) zaram. Tu saņemsi paziņojumu e-pastā, tiklīdz izmaiņas būs pievienotas.
+
+## Un ko tagad?
+
+Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūsmu, ar kuru turpmāk bieži nāksies sastapties kā līdzautoram.
+
+Pastāsti par savu devumu saviem draugiem un sekotājiem, izmantojot [mūsu vietni](https://firstcontributions.github.io/#social-share).
+
+Tu vari pievienoties arī mūsu slack komandai, ja tev nepieciešama palīdzība vai ir kādi jautājumi. [Pievienojies slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Tagad tu vari līdzdarboties arī citos projektos. Mēs esam sastādījuši sarakstu ar projektiem, kuros ir vienkāršas problēmas, ar kurām tu varētu sākt. Izpēti [projektu sarakstu mūsu vietnē](https://firstcontributions.github.io/#project-list).
+
+### [Papildu materiāli](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Pamācības citiem rīkiem
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ma.md b/docs/gui-tool-tutorials/translations/README.ma.md
new file mode 100644
index 00000000..f4c0d0d8
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ma.md
@@ -0,0 +1,141 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Awel Moucharaka
+
+Fo9ma katbghi tbda chi 7aja jdida katkoun m39da flewl. Dik lkhouf anak tghlet ki3ssbek,5ossosan fach katkoun 5dam m3a nass o5rin. Walakin lblan dl open source w anak t5dm m3a nass f fra9i . Bghina , nsshlou 3likoum bach t3lmou tcharkou fchi projet open source b7al hada l awel mra .
+
+Rah blan tb9a t9ra kifach dir wla tchouf des tutoriels , walakin wach machi 7ssen nwriwk ki der bla matghlet ? Had lprojet l hadaf dyalou howa y3tek nassa2i7 w 5lik 3a9l : koulma knti mheden , ghat3lem 7ssen. Ila knti 3wal der awel i3ana , tbe3 had l5otowat w ra atsde9lk . Kanwa3dk , ghay3jbek l7al.
+
+
+Ila makanch 3ndk git f pc dyalk, [ Telechargeh ]( https://help.github.com/articles/set-up-git/ )mn had site.
+
+## Jbed had repo l3endek (kismiwha hna Fork)
+
+Brek 3la dik FORK kima kaybanlk f tswira bach twli 3ndek b7al version dyal repo f compte dyalk .
+
+## Telecharger 3ndk repo (Kismiwha clone )
+
+
+
+Daba ,cloner repo dyalk l pc 3ndk. Brek 3la bottona d Clone w copier dik lien (HTTPS houwa sahel) ra kayna bottona 7da lien katcopiehlk nichan .
+
+7el daba cmd (ila knti f windows) wla terminal (ila kan 3ndk mac wla 5dam b linux) w copier had les commandes li ghanwrik :
+
+```
+git clone "dik lien li 3ad copieti"
+```
+3andak t5liha hakak hhh "dik lien li 3ad copieti" (bla douk "") kteb tma lien li copieti fhemni .
+
+
+
+Atkoun b7al had chkel :
+```
+git clone https://github.com/smytk_dyal_github/first-contributions.git
+```
+rah `smytk_dyal_github` hia smya li nta dayr.
+Daba nta fhad l5twa ghatelecharger ga3 had repo 3ndk f pc bach tbda tbeddel fiha.
+
+## Swb branche jdida dyalk
+
+Daba f cmd nit wla terminal , d5l l dik lmilf li 3ad telechargeti (kteb had l3iba la ma3rftich d5l manuellement ) :
+
+```
+cd first-contributions
+```
+Daba ha kifach ghatswb branch dyalk `git checkout` :
+```
+git checkout -b "smya_dlbranch"
+```
+
+Par exemple :
+```
+git checkout -b add-brahim
+```
+(Machi darori tder f smya add , walakin gha bach nfhmo 3lach zdtiha)
+
+## Bdl fl file d Contributors
+
+Daba d5el l fichier dyal `Contributors.md` fchi editeur , zid smytk w chi lien ila bghiti (3andak der chi7aja 5ayba). Ila ktbti daba f dik cmd/terminal `git status`, aybanulk l3ibat li bdlti. Daba zidhoum l branch dyalk add-brahim bhad l3iba dyal `git add` :
+```
+git add Contributors.md
+```
+
+Sauvegardeha b `git commit`:
+```
+git commit -m "Add
+
+Sf brek 3liha bach tle3 lnass li mss2oulin 3la hadchi.
+
+
+
+Chwia mbe3d matjm3 dik lmodifications li derti . Aywslk mail ki9ololk fih ra safi dkchi dyalk nadi.
+
+branche main dyalk maghaytbdel fiha walou daba . Ila bghiti ta main dyalk ykoun msynchroniser tbe3 had les étapes.
+
+## 5li main dyalk synchronisé m3a contributors
+
+B3da rje3 lmain matb9ach fdik add-brahim
+ ```
+ git checkout main
+ ```
+
+zid lien d repo as `upstream remote url` :
+```
+git remote add upstream https://github.com/smytk_d_github/first-contributions
+```
+Ghi dik changes ydaro , 5ssk moraha tjbd version jdida dyal repo dyalk:
+```
+git fetch upstream
+```
+
+Hna kan9lbo 3la ga3 tghyirat li kaynin f lfork dyalk nta (upstream remote). Daba 3ad 5ssk tjm3 had jdida m3a repo dyalk (main) :
+```
+git rebase upstream/main
+```
+Daba ga3 tghyirat kaynin fl main. ila pushiti modifications aydaro ta f fork dyalk :
+```
+git push origin main
+```
+
+Daba ra jm3na branch dyal ` |
|
| |
|
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Fin nmchi daba ?
+
+Ymklkoum tjiw l slack fin kayna lfr9a d hadchi kaml , n9do n3awnokom w njawbo 3la chi ass2ila [Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+
diff --git a/docs/gui-tool-tutorials/translations/README.me.md b/docs/gui-tool-tutorials/translations/README.me.md
new file mode 100644
index 00000000..71405b8c
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.me.md
@@ -0,0 +1,129 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Prvi doprinos
+
+Ovaj projekat ima za cilj da pojednostavi i vodi početnike do njihovog prvog doprinosa. Ako želite da napravite vaš prvi doprinos, pratite korake ispod.
+
+_Ako nijeste navikli da koristite komandnu liniju, [evo tutorijala koji koristi GUI alatke.](#Tutorijali-koji-koriste-druge-alatke)_
+
+
+
+#### Ako nemate git na svojoj mašini, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/).
+
+## Napravite kopiju repozitorijuma
+
+Napravite kopiju _(fork)_ ovog repozitorijuma tako što ćete kliknuti na dugme **fork** na vrhu stranice.
+
+Ovo će kreirati kopiju ovog repozitorijuma na vašem nalogu.
+
+## Klonirajte repozitorijum
+
+
+
+Sada klonirajte repozitorijum na vašu mašinu. Idite na vaš GitHub profil, otvorite kopiju repozitorijuma, kliknite na dugme **code** i kliknite ikonicu *copy to clipboard*.
+
+Otvorite terminal i unesite sledeću git komandu:
+
+```
+git clone "url koji ste upravo kopirali"
+```
+
+Umjesto "url koji ste upravo kopirali" (bez znaka navoda) unesite url repozitorijuma koji ste kopirali u prethodnom koraku.
+
+
+
+Na primjer:
+
+```
+git clone https://github.com/korisnicko-ime/first-contributions.git
+```
+
+Umjesto `korisnicko-ime` napišite korisničko ime za vaš GitHub nalog. Na ovaj način kopirate sadržaj repozitorijuma na vašu mašinu.
+
+## Kreiranje grane _(branch)_
+
+Prebacite se u radni direktorijum na vašem računaru (ukoliko već nijeste tu):
+
+```
+cd first-contributions
+```
+
+Sada kreirajte granu koristeći komadu `git checkout`:
+
+```
+git checkout -b ime-vase-grane
+
+```
+
+Na primjer:
+
+```
+git checkout -b add-nikola-popovic
+```
+
+(Ime grane ne mora sadržati riječ _add_, ali je to preporučljivo jer je poenta ove grane da se doda vaše ime na listu kontributora.)
+
+## Napravite potrebne promjene i potvrdite ih
+
+Sada otvorite fajl `Contributors.md` u tekst editoru i dodajte vaše ime. Nemojte dodati svoje ime na početku ili na kraju fajla. Stavite ga bilo gdje između. Sada, sačuvajte fajl.
+
+
+
+Ako se vratite na radni direktorijum i izvršite komandu `git status`, vidjećete da su prisutne promjene.
+
+Dodajte te promjene u granu koju ste kreirali u prethodnim koracima koristeći komandu `git add`:
+
+```
+git add Contributors.md
+```
+
+Sada potvrdite te izmjene koristeći komandu `git commit` :
+
+```
+git commit -m "Add
+
+Sada pošaljite vaš pull request.
+
+
+
+Uskoro, ja ću spojiti promjene koje ste napravili sa master granom repozitorijuma. Dobićete mejl potvrde kada se grane spoje.
+
+## Šta dalje?
+
+Čestitamo! Upravo ste izvršili standradni _fork -> clone -> edit -> pull request_ proces koji ćete često gledati dok doprinosite kodu.
+
+Proslavite vaš doprinos i podijelite ga sa prijateljima i pratiocima kroz [stranicu](https://firstcontributions.github.io/#social-share).
+
+Ukoliko vam je potrebna pomoć ili imate neka pitanja, možete da se priključite našem [Slack timu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Sada možete početi da doprinosite i drugim projektima. Sastavili smo listu projekata sa jednostavim problemima na kojima možete početi da radite. Pogledajte [listu projekata na stranici](https://firstcontributions.github.io/#project-list).
+
+### [Dodatni materijali](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Tutorijali koji koriste druge alatke
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.mg.md b/docs/gui-tool-tutorials/translations/README.mg.md
new file mode 100644
index 00000000..2cb9a192
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mg.md
@@ -0,0 +1,145 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Fandraisana anjara voalohany
+
+Manahirana antsika foana indraindray ny manomboka zavatra amin'ny voalohany. Tsy mampahazo aina ny manao diso, indrindra moa fa rehefa mifampizara asa sy rehefa miara-miasa aman'olona. Ny tontolo eo amin'ny rindrakajy malalaka anefa dia miompana tanteraka eo amin'ny fiaraha-miasa miaraka amin'ireo olona efa mati-hanina. Izany indrindra ny antom-pisian'ito loharano misokatra ito mba hanamora ny fianaran'ireo vaovao izay handray anjara voalohany eo amin'ny fifampizarana eo amin'ny tontolon'ny rindrakajy malalaka.
+
+Tadidio fa tsy hahay mihitsy ianao raha tsy manandrana ary ny fahadisoana azo no hahazoanao traikefa. Raha te hahay ny fomba fandraisana anjara amin'ny fifampizarana ary dia araho ireto dingana manaraka ireto:
+
+
+
+Raha mbola tsy misy git ny solosainao, [ ampidiro izy ]( https://help.github.com/articles/set-up-git/ ).
+
+## Hampifandraiso ity takelaka ity (izay antsoina koa hoe "Fork")
+
+Raha te hampifandray an'ity takelaka ity amin'ny kaontinao ianao dia tsindrio ilay bokotra "fork" etsy ambony. Lasa misy dika mitovy amin'ity takelaka ity ao amin'ny kaontinao avy eo.
+
+## Dikao mitovy ity takelaka ity ao amin'ny solosainao
+
+
+
+Raha te hanao dika mitovy an'ity takelaka ity ianao, dia mankanesa ao amin'ny kaontinao "Github" ary sokafy ilay takelaka nampifandraisinao. Tsindrio ilay bokotra misy soratra hoe "Code" etsy ambony, tsindrio ilay sary fahamantarana manao kopia.
+
+Sokafy avy eo fandefasana kaomandy, ary alefaso ity kaomandy ity:
+
+```
+git clone "Rohy izay natao kopia"
+```
+
+Ilay "Rohy izay natao kopia" (tsy misy faingo) dia ny rohy misy ilay takelaka ao amin'ny kaontinao. Jereo eo ambony ny fomba hahazoana ilay rohy.
+
+
+
+Ohatra:
+```
+git clone https://github.com/ny-anaranao/first-contributions.git
+```
+Ilay `ny-anaranao` dia ny anaran'ny kaontinao "Github". Eto dia manao dika mitovy ny takelaka avy lavitra ho ao amin'ny solosainao.
+
+## Mamorona sampana
+
+Midira ao amin'ny toerana misy ilay tetikasa izay nataonao kopia (raha mbola tsy ao):
+
+```
+cd first-contributions
+```
+Mamorona sampana vaovao ka alefaso ny kaomandy `git checkout` :
+```
+git checkout -b
+
+Alefaso ny fangatahana avy eo.
+
+
+
+Ho hakambako ao amin'ny sampana fiaingan'ny tetikasa ny zavatra nataonao avy eo. Mahazo mailaka ianao avy eo mba hahafantaranao fa vita ny fanakambanana.
+
+Ny sampana fiaingan'ny tetikasa anao dia tsy maharay ilay fanovanao fa mila raisinao manokana izay fanovana farany ao amin'ny sampana fiaingan'ny tetikasa. Araho ireto dingana manaraka ireto.
+
+## Tazomy tsy ho lany andro ny takelaka nampifandraisinao tamin'ny tena izy.
+
+Mankanesa ao amin'ny sampana fiaingana.
+ ```
+ git checkout main
+ ```
+
+Dia hampidiro ny rohy misy ny takelak'ilay tetik'asa naotaonao fampifandraisana `upstream remote url`:
+
+```
+git remote add upstream https://github.com/Roshanjossey/first-contributions
+```
+
+Fomba iray atao mba hahahafantaran'i git fa misy zavatra vaovao ao amin'io takelaka io izay antsoina hoe `upstream`. Rehefa vita izay dia alaivo ny fanovana vaovao rehetra ao amin'ilay takelaka nampifandraisina:
+
+```
+git fetch upstream
+```
+Alefaso ao amin'ny sampana fiaingana misy ny takelakao anaty solosainao ny zavatra vaovao rehetra:
+
+```
+git rebase upstream/main
+```
+
+Alefaso any amin'ny takelaka ao amin'ny github anao ny fanovana azonao rehetra:
+
+```
+git push origin main
+```
+
+Afaka fafana amin'izay ny sampana izay noforoninao rehefa vita izay:
+```
+git branch -d |
|
| |
|
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## Ny atao manaraka ?
+
+Afaka miditra ho mpikambana ao amin'ny ekipanay ao amin'ny Slack ianao raha mila fanontaniana na fanampiana. [Hiditra ho mpikambana ao amin'ny Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+
diff --git a/docs/gui-tool-tutorials/translations/README.mk.md b/docs/gui-tool-tutorials/translations/README.mk.md
new file mode 100644
index 00000000..2dfaf7b8
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mk.md
@@ -0,0 +1,123 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Први чекори
+
+Тешко е. Секогаш е тешко кога нешто се прави за прв пат. Кога соработуваме со други луѓе, правењето грешки е непријатно. Затоа сакавме да го поедноставиме начинот на кој новите соработници на отворен код учат и допринесуваат за прв пат.
+
+Читањето на статии и гледањето на видеа помага до некаде, но нема подобар начин за учење од вежбањето. Целта на овој проект е да се обезбеди вежба и да се поедностави начинот по кој почетниците допринесуваат отворен код. Ако сакате да го направите својот прв придонес, тогаш следете ги долунаведените чекори.
+
+#### *Ако не сакате да користите command line (терминал), [овде имате упатства за GUI](#Вежби-за-користење-на-други-програми)*
+
+
+
+
+Ако немате git на вашиот компјутер, [инсталирајте го]( https://help.github.com/articles/set-up-git/).
+
+## Направете Разгранување (Fork) на ова складиште (repository)
+
+Направете разгранување на складиштето со притискање на копчето "Fork" кое се наоѓа на горниот дел на оваа страница.
+Вака ќе направите копија на складиштето во вашиот GitHub профил.
+
+## Клонирајте го овоа складиште
+
+
+
+Сега треба да го клонирате складиштето во вашиот компјутер. Отидете во вашиот GitHub профил, отворете го разгранетото складиште,
+кликнете на копчето "Clone" и копирајте го линкот. Исто така може да притиснете на иконата за копирање (Copy to clipboard)
+
+Отворете го терминалот и воведете ја следната команда:
+
+```
+git clone "линкот кој го копиравте"
+```
+На местото на "линкот кој го копиравте" (без наводници) поставете го линкот на складиштето (Вашето Разгранување на овој проект). Погледнете ги претходните чекори за да видете како да го добиете линкот.
+
+
+
+На пример:
+```
+git clone https://github.com/vashiot-username/first-contributions.git
+```
+со преименување на `vashiot-username` во вашето корисничко име. Во овој чекор правите копија на складиштето first-contributions од GitHub кон вашиот компјутер.
+
+## Создавање на гранка (branch)
+
+Променете ја локацијата на складиштето во вашиот компјутер (Ако сеуште не сте ја промениле):
+
+```
+cd first-contributions
+```
+Сега создајте гранка со помош на командата `git checkout`:
+```
+git checkout -b
+
+
+Ако ја извршете командата `git status` во директоријата на складиштето, ќе забележите дека има промени.
+
+
+Зачувајте ги промените на создадената гранката со помош на командата `git add`:
+
+```
+git add Contributors.md
+```
+
+Сега извршете ги промените со командата `git commit`:
+```
+git commit -m "Add
+
+Сега поднесете ги вашите промени за преглед.
+
+
+
+Наскоро ќе ги спојам (merge) сите ваши промени во главната гранка (мастер branch) на овој проект. Ќе бидете известени по пат на електронска пошта за спојот на вашите промени.
+
+## Што е следно?
+
+Честитки! Само што ги завршивте _fork -> clone -> edit -> PR_ операции, со кои ќе се соочувате често како соработник!
+
+Прославете ги вашите придонеси и споделете ги со пријатели и следители со посета на [веб-апликацијата](https://firstcontributions.github.io/#social-share).
+
+Можете да станете дел од нашиот slack team ако ви треба помош или имате прашања [Стани дел](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Сега е време да започнете да допринесувате кон други проекти. Ние имаме создадено список со лесни проекти за да започнете. [Види ја листата](https://firstcontributions.github.io/#project-list).
+
+### [Дополнителен материал](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Вежби за користење на други програми
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ml.md b/docs/gui-tool-tutorials/translations/README.ml.md
new file mode 100644
index 00000000..0568b4af
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ml.md
@@ -0,0 +1,137 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# ആദ്യ സംഭാവനകൾ (First Contributions)
+
+ആദ്യമായി ഒരു കാര്യം ചെയ്യുക എന്നുള്ളത് വളരെ ബുദ്ധിമുട്ടാണ്. പ്രത്യേകിച്ച്, മറ്റു പലരുടെയും ഒപ്പം ജോലി ചെയ്യുമ്പോൾ തെറ്റ് വരുന്നത് അത്ര സുഖകരമായ കാര്യം അല്ല. സ്വതന്ത്ര സോഫ്റ്റ്വെയറിലേക്ക് ആദ്യമായി സംഭാവന ചെയ്യുന്നവർക്ക് അതിനെ പറ്റി പഠിക്കാനും പങ്കാളി ആകുവാനും വേണ്ടി കുറച്ച് കൂടെ എളുപ്പമായ എന്തെങ്കിലും ഉണ്ടാക്കണമെന്നായിരുന്നു ഞങ്ങളുടെ ആഗ്രഹം.
+ലേഖനങ്ങൾ വായിക്കുന്നതും വീഡിയോ കാണുന്നതും ഒക്കെ സഹായകരമാണ്. പക്ഷേ ചെയ്ത് തന്നെ പഠിക്കുന്നതാണ് ഏറ്റവും നല്ലത്.
+
+
+ഈ പ്രൊജക്റ്റ് ഇതിനെ പറ്റി പരിചയം ഇല്ലാത്ത ഒരാൾക്ക് ആദ്യത്തെ സംഭാവന നല്കാൻ ഉള്ള ഒരു വഴികാട്ടി ആണ്.
+
+
+നിങ്ങളും നിങ്ങളുടെ ആദ്യ സംഭാവന നൽകാൻ ആഗ്രഹിക്കുന്നു എങ്കിൽ താഴെ പറയുന്നത് പോലെ ചെയ്യുക.
+
+
+#### *താങ്കൾക്ക് കമാൻഡ് ലൈൻ ഉപയോഗിച്ച് പരിചയം ഇല്ലെങ്കിൽ, [GUI ഉപയോഗിച്ച് ചെയ്യാൻ ഉള്ള നിർദേശങ്ങൾ ഇവിടെ ലഭ്യമാണ്](#മറ്റു-ഉപകരണങ്ങൾ-ഉപയോഗിച്ച്-ചെയ്യുന്നതിനെ-പറ്റിയുള്ള-ലേഖനങ്ങൾ)*.
+
+
+
+താങ്കളുടെ കമ്പ്യൂട്ടറിൽ ഗിറ്റ് (git) ഇല്ലെങ്കിൽ, [ഇൻസ്റ്റാൾ ചെയ്യുക](https://help.github.com/articles/set-up-git/).
+
+## ഈ റെപ്പോസിറ്ററി ഫോർക്ക് (fork) ചെയ്യുക
+
+ഈ പേജിന്റെ ഏറ്റവും മുകളിൽ ഉള്ള ഫോർക്ക് ബട്ടൺ ഉപയോഗിച്ച് ഈ റെപ്പോസിറ്ററി ഫോർക്ക് ചെയ്യുക. ഇങ്ങനെ ചെയ്യുമ്പോൾ നിങ്ങളുടെ അക്കൗണ്ടിൽ ഈ റെപ്പോസിറ്ററിയുടെ ഒരു പകർപ്പ് സൃഷ്ടിക്കപ്പെടുന്നു.
+
+## ഈ റെപ്പോസിറ്ററി ക്ലോൺ (clone) ചെയ്യുക
+
+
+
+ഇനി ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് ക്ലോൺ ചെയ്യുക. നിങ്ങളുടെ ഗിറ്റ്ഹബ് (GitHub) അക്കൗണ്ട് എടുത്ത് അതിൽ ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി തുറക്കുക. എന്നിട്ട് മുകളിൽ ക്ലോൺ ബട്ടണിലെ *കോപ്പി ടു ക്ലിപ്പ് ബോർഡ് (Copy to clipboard)* എന്ന ഐക്കൺ ക്ലിക്ക് ചെയ്യുക.
+
+എന്നിട്ട് ഒരു ടെർമിനൽ എടുത്ത് താഴെ പറയുന്ന ഗിറ്റ് കമാൻഡ് റൺ ചെയ്യുക:
+
+```
+git clone <നിങ്ങളുടെ-ലിങ്ക്>
+```
+
+ഇതിൽ `<നിങ്ങളുടെ-ലിങ്ക്>` എന്ന് പറയുന്നത് താങ്കളുടെ (ഫോർക്ക് ചെയ്ത) റെപ്പോസിറ്ററി ലിങ്ക് ആണ്. ലിങ്ക് എങ്ങനെ കോപ്പി ചെയ്യാം എന്നറിയാൻ ഇതിനു മുൻപ് ഉള്ള നിർദേശം നോക്കുക.
+
+
+
+ഉദാഹരണം:
+
+```
+git clone https://github.com/<താങ്കൾ>/first-contributions.git
+```
+
+ഇതിൽ `<താങ്കൾ>` എന്നതിന് പകരം നിങ്ങളുടെ ഗിറ്റ്ഹബ് യൂസർനെയിം കൊടുക്കുക. ഇപ്പോൾ നിങ്ങൾ ചെയ്യുന്നത് നിങ്ങളുടെ ഗിറ്റ്ഹബിലെ ഫസ്റ്റ്-കോണ്ട്രിബൂഷൻസ് (first-contributions) റെപ്പോസിറ്ററിയിൽ ഉള്ളവ നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് കോപ്പി ചെയ്യുകയാണ്.
+
+## ഒരു ശാഖ (ബ്രാഞ്ച്, Branch) ഉണ്ടാക്കുക
+
+നിങ്ങളുടെ റെപ്പോസിറ്ററിയിലേക്ക് കടക്കുക:
+
+```
+cd first-contributions
+```
+
+എന്നിട്ട് `git checkout` എന്ന കമാൻഡ് ഉപയോഗിച്ച് ഒരു ബ്രാഞ്ച് ഉണ്ടാക്കുക:
+
+```
+git switch -c <നിങ്ങളുടെ-പുതിയ-ബ്രാഞ്ചിന്റെ-പേര്>
+```
+
+ഉദാഹരണം:
+
+```
+git switch -c add-alonzo-church
+```
+
+(ബ്രാഞ്ചിന്റെ പേരിൽ add എന്ന് ഉണ്ടാകണം എന്ന് നിർബന്ധം ഇല്ല. പക്ഷെ നിങ്ങളുടെ ഉദ്ദേശം നിങ്ങളുടെ പേര് ഇതിൽ ഉൾപ്പെടുത്തണം എന്നത് ആണെന്നതിനാൽ അത് കൊടുക്കുന്നതാണ് നല്ലത്.)
+
+## ആവശ്യത്തിനുള്ള വ്യത്യാസങ്ങൾ വരുത്തി അവ കമ്മിറ്റ് (commit) ചെയ്യുക
+
+ഇനി `Contributors.md` എന്ന ഫയൽ ഒരു എഡിറ്റർ ഉപയോഗിച്ച് തുറന്നതിനു ശേഷം താങ്കളുടെ പേര് അതിൽ ഉൾപ്പെടുത്തുക. അങ്ങനെ ചെയ്യുമ്പോൾ തുടക്കത്തിലോ അവസാനത്തിലോ അല്ലാതെ ഇടയിൽ എവിടെയെങ്കിലും ഉൾപെടുത്തുക. എന്നിട്ട് ആ ഫയൽ സേവ് ചെയ്യുക.
+
+
+
+താങ്കളുടെ പ്രൊജക്റ്റ് ഡയറക്ടറിയിൽ ചെന്ന് `git status` എന്ന കമാൻഡ് അടിച്ചു നോക്കിയാൽ താങ്കൾ വരുത്തിയ വ്യത്യാസങ്ങൾ കാണാൻ സാധിക്കും.
+
+ഈ വ്യത്യാസങ്ങൾ `git add` കമാൻഡ് ഉപയോഗിച്ച് നിങ്ങളുടെ ബ്രാഞ്ചിലേക്ക് ചേർക്കുക:
+
+```
+git add Contributors.md
+```
+
+ഇനി നിങ്ങൾ ഉണ്ടാക്കിയ വ്യത്യാസങ്ങൾ `git commit` കമാൻഡ് ഉപയോഗിച്ച് കമ്മിറ്റ് ചെയ്യുക:
+
+```
+git commit -m "Add <താങ്കളുടെ-പേര്> to Contributors list"
+```
+
+ഇതിൽ `<താങ്കളുടെ-പേര്>` എന്ന സ്ഥാനത്ത് താങ്കളുടെ ശരിയായ പേര് കൊടുക്കുക.
+
+## വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് ചേർക്കുക (push)
+
+`git push` കമാൻഡ് ഉപയോഗിച്ച് വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് പുഷ് ചെയ്യുക:
+
+
+```
+git push origin <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്>
+```
+
+ഇതിൽ <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്> എന്നതിന് പകരം താങ്കൾ നേരത്തെ ഉണ്ടാക്കിയ ബ്രാഞ്ചിന്റെ പേര് കൊടുക്കുക.
+
+## നിങ്ങളുടെ വ്യത്യാസങ്ങൾ പരിശോധനക്കായി (review) സമർപ്പിക്കുക
+
+നിങ്ങൾ ഇപ്പോൾ നിങ്ങളുടെ ഗിറ്റ്ഹബ് റെപ്പോസിറ്ററിയിൽ പോയി നോക്കിയാൽ അവിടെ `Compare & pull request` എന്ന ഒരു ബട്ടൺ കാണാം. അതിൽ അമർത്തുക.
+
+
+
+ഇനി പുൾ റിക്വസ്റ്റ് (pull request) കൊടുക്കുക.
+
+
+
+വൈകാതെ തന്നെ ഞാൻ താങ്കളുടെ വ്യത്യാസങ്ങൾ പ്രധാന ബ്രാഞ്ചിലേക്ക് ചേർക്കുന്നതായിരിക്കും. അപ്പോൾ താങ്കൾക്ക് ഒരു ഇമെയിൽ അറിയിപ്പ് ലഭിക്കും.
+
+## ഇവിടെ നിന്ന് ഇനി എങ്ങോട്ട്?
+
+അഭിനന്ദനങ്ങൾ! താങ്കൾ താങ്കളുടെ ആദ്യത്തെ _fork -> clone -> edit -> PR_ പടികൾ വിജയകരമായി പൂർത്തിയാക്കിയിരുന്നു. ഒരു സംഭാവകൻ/സംഭാവിക എന്ന നിലക്ക് ഇത് താങ്കൾക്ക് ഇടയ്ക്കിടെ ചെയ്യേണ്ടി വരുന്ന ഒരു കാര്യം ആണ്!
+
+താങ്കളുടെ സംഭാവന സുഹൃത്തുക്കളും പിൻഗാമികളുമായി (followers) പങ്കിട്ട് ആഘോഷിക്കുവാനായി ഈ [വെബ് ആപ്പ് ഉപയോഗിക്കുക](https://firstcontributions.github.io/#social-share).
+
+താങ്കൾക്ക് എന്തെങ്കിലും സഹായം വേണമെങ്കിൽ, അല്ലെങ്കിൽ എന്തെങ്കിലും ചോദ്യങ്ങൾ ഉണ്ടെങ്കിൽ ഞങ്ങളുടെ [slack team-ൽ ചേരുവാനായി റിക്വസ്റ്റ് അയക്കുക](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+ഇനി താങ്കൾക്ക് മറ്റുള്ള പ്രൊജെക്ടുകളിൽ സംഭാവന ചെയ്യുവാൻ സാധിക്കും. താങ്കൾക്ക് വേഗം തുടങ്ങുവാൻ വേണ്ടി ഞങ്ങൾ എളുപ്പത്തിൽ തീർക്കാവുന്ന പ്രശ്നങ്ങൾ (issues) ഉള്ള പ്രോജക്ടുകളുടെ ഒരു ലിസ്റ്റ് ഉണ്ടാക്കിയിട്ടുണ്ട്. അത് ഈ [പ്രോജക്ടുകളുടെ ലിസ്റ്റിൽ](https://firstcontributions.github.io/#project-list) ഉൾപ്പെടുത്തിയിട്ടുണ്ട്.
+
+### [കൂടുതൽ വായിക്കുക](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## മറ്റു ഉപകരണങ്ങൾ ഉപയോഗിച്ച് ചെയ്യുന്നതിനെ പറ്റിയുള്ള ലേഖനങ്ങൾ
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.mli.md b/docs/gui-tool-tutorials/translations/README.mli.md
new file mode 100644
index 00000000..73194853
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mli.md
@@ -0,0 +1,139 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Bolomafara(contributions) fɔlɔw
+
+A ka gɛlɛn tuma bɛɛ ni i ye fɛn dɔ kɛ siɲɛ fɔlɔ min na. Siranya min bɛ mɔgɔ la ka filiw kɛ, o tɛ mɔgɔ lafiya fewu, kɛrɛnkɛrɛnnenya la n’aw bɛ jɛ ka baara kɛ ɲɔgɔn fɛ. Nka porogaramu hɔrɔnma diɲɛ ye jɛkafɔ ni baara kɛli ye kuluw kɔnɔ. Ani fana, an b’a fɛ ka dɛmɛ donbaga kuraw bolo minnu bɛ porogaramu fuw la, olu ka se ka kalan nɔgɔya, an kɛtɔ k’aw kalan bolomafara kɛcogo la siɲɛ fɔlɔ.
+
+Barokunw ni kalansenw kalanni bɛ se ka dɛmɛ don, nka mun ka fisa ni k’a ɲini k’a sɔrɔ i ma se ka filiw kɛ? Nin porozɛ in kun ye ka bilasirali kɛ ani ka kalandenw ka dɛmɛ fɔlɔ kɛcogo nɔgɔya. Aw ye aw hakili to a la: ni aw hakili sigilen don, aw bɛ kalan kɛ ka ɲɛ. N’i b’a fɛ k’i ka bolomafara fɔlɔ kɛ, i ka nin fɛɛrɛ ninnu labato dɔrɔn. N bɛ layidu ta ko a bɛna kɛ ɲɛnajɛ ye.
+
+
+
+Ni git t i ka ɔridinatɛri kan, [ a sigi sen kan]( https://help.github.com/articles/set-up-git/ ).
+
+## Aw ye nin ɲɛbilasɛbɛn in bolofara (a bɛ fɔ fana ko Fork) .
+
+Forok kɛ nin ɲɛbilasɛbɛn in na ni fork butɔni digilen ye ɲɛ sanfɛ.
+O bɛna kɛ sababu ye ka kunnafonisɛbɛn kopi dɔ dilan i ka jatebɔsɛbɛn kan.
+
+## aw ka kan ka nin ɲɛbilasɛbɛn in Clone
+
+
+
+Sisan, i ka nin ɲɛbilasɛbɛn in clone i ka ɔridinatɛri kɔnɔ. Clone button digi o kɔfɛ *copier dans le presse-papier* taamasiyɛn digi.
+
+Cikan yɔrɔ dɔ da wuli (n’i bɛ Windows kan) walima terminal (n’i bɛ MacOS walima Linux kan) ka nin git cikan ninnu kɛ:
+```
+git clone "URL min ye i kopi kɛ sisan"
+```
+wali "URL min ye i kopi kɛ sisan" (ni gillemants tɛ) ye url ye min bɛ kɛ ni ɲɛbilasɛbɛn ye. Aw ye tilayɔrɔ tɛmɛnen lajɛ walasa ka URL sɔrɔ.
+
+
+
+misale :
+```
+git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git
+```
+yɔrɔ min na `i-tɔgɔ` ye i ka GitHub baarakɛla tɔgɔ ye. Yan i bɛ `first-contributions` ɲɛbilasɛbɛn kɔnɔkow kopi ka bɔ GitHub la ka taa i ka ɔridinatɛri kɔnɔ.
+
+## Bolo(contributions) dɔ dabɔ
+
+Aw bɛ taa poroze ɲɛbilasɛbɛn kura clone (n’aw tɛ yen fɔlɔ):
+
+```
+cd first-contributions
+```
+Sisan, bolofara(branch) dɔ dabɔ ni cikan ye`git checkout` :
+```
+git checkout -b
+
+Sisan, aw ka sama ɲinini sɛbɛn di
+
+
+
+Sɔɔni n bɛna aw ka fɛn caman Changements bɛɛ fara ɲɔgɔn kan ka kɛ nin porozɛ in bolofara belebele ye. I bɛna kunnafoni imɛri sɔrɔ ni farali banna dɔrɔn.
+I ka tɔnbolofara belebeleba tɛna yɛlɛma nin waati in na. Walasa k’aw ka bolofara ni ne ta ka bɛn, aw bɛ nin fɛɛrɛ ninnu tigɛ.
+
+## Aw k’aw ka tɔnbolofara to ɲɔgɔn fɛ ni nin ɲɛbilasɛbɛn in ye
+
+Fɔlɔ, i ka wuli ka taa bolofara belebeleba(main) la
+ ```
+ git checkout main
+ ```
+
+Ani ka n ka ɲɛbilasɛbɛn url fara a kan i n’a fɔ `upstream remote url`:
+```
+git yɔrɔjan fara sanfɛ https://github.com/Roshanjossey/fɔlɔ-dɛmɛ
+```
+Nin ye fɛɛrɛ ye k’a fɔ git ye ko nin ɲɛbilasɛbɛn in bɔko wɛrɛ bɛ yen ladɛrɛsi kofɔlen na wa an b’a wele ko `upstream`. Ni fɛn caman Changements (Yɛlɛma) farala ɲɔgɔn kan, i ka version kura ɲini n ka ɲɛbilasɛbɛn kɔnɔ:
+```
+git fetch upstream
+```
+
+Yan an bɛ fɛn caman sɛmɛntiya n ka bolofara kɔnɔ (upstream remote). Sisan i ka kan ka n ka ɲɛbilasɛbɛn lajɛlen kura fara ɲɔgɔn kan i ka bolofara belebele kɔnɔ:
+```
+git rebase upstream/main
+```
+Yan, i ye fɛn minnu ɲini, an bɛ olu bɛɛ waleya bolofara belebeleba la. N’i ye bolofara belebele gɛlɛya sisan, i ka bolofara fana bɛna fɛn caman Changements:
+```
+git push origin main
+```
+Kɔlɔsili: Nin sen in na, i bɛ ka gɛlɛya ka taa yɔrɔjan ɲɛbilasɛbɛn na min bɛ wele ko origin.
+
+Nin hakɛ in na n y'i ka bolofara ` |
|
| |
|
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+## An bɛ taa min kɔfɛ?
+
+Aw bɛ se fana ka fara an ka jɛkulu kan Slack kan ni aw mago bɛ dɛmɛ na walima ni ɲininkali dɔw bɛ aw fɛ. [Rejoindre l'équipe sur Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
diff --git a/docs/gui-tool-tutorials/translations/README.mm_unicode.md b/docs/gui-tool-tutorials/translations/README.mm_unicode.md
new file mode 100644
index 00000000..f8574413
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mm_unicode.md
@@ -0,0 +1,130 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# ပထမအကြိမ် ကူညီထောက်ပံ့ခြင်း
+
+ဘယ်အရာမဆို ပထမဦးဆုံးလုပ်ဆောင်အခါ အခက်အခဲတွေ့ကြုံရပါတယ်။ အထူးသဖြင့် လူအများနဲ့ ပေါင်းသင်းလုပ်ကိုင်ကြတဲ့ အခါ မထင်မှတ်ထားတဲ့ အမှားများတွေ့ရတတ်ပြီး အဆင်မပြေတာတွေဖြစ်တတ်ပါတယ်။ Open source software များကတော့ လူအများနဲ့ ပေါင်းသင်းဆက်ဆံလုပ်ကိုင် ကြရတာပါ။ ဒါကြောင့်မို့ ပထမဦးဆုံးအကြိမ် open-source project များကို ပါဝင် ကူညီထောက်ပံ့သူများကို ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့နိုင်ဖို့နဲ့ လွယ်ကူ ရိုးရှင်းတဲ့ လေ့လာနည်းဖြစ်ဖို့ ရည်ရွယ်ပါတယ်။
+
+လေ့ကျင်ခန်း စာစောင်တွေနဲ့ ဗီဒီယိုတွေက အကူအညီရနိုင်သော်လဲ တကယ်လက်တွေ့လုပ်ဆောင်တာထက် ပိုကောင်းတာမရှိပါဘူး။ ဒီ project က ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့ပေးမဲ့ သူတွေအတွက် လွယ်ကူ ရှိးရှင်းပြီး အကူအညီအထောက်ပံ့ဖြစ်စေဖို့ ရည်ရွယ်ပါတယ်။ **မှတ်ထားပါ** : သင်ကသက်တောင်သက်သာရှိလေလေ သင်ကပိုကောင်းကောင်းသင်ယူနိုင်လေ ဖြစ်ပါတယ်။ သင်သာ အောက်မှာရှိတဲ့ အဆင့်တိုင်းလုပ်သွားလျှင် သင့်ရဲ့ ပထမဆုံး ကူညီထောက်ပံခြင်းမှာ အဆင်ပြေစွာ ပြီးမြောက်သွားမှာဆိုတာ အာမခံပါတယ်။
+
+_command line (သို့) terminal အသုံးပြုရတာ အဆင်မပြေပါက [GUI tools အသုံးပြုပုံများကို ဒီမှာကြည့်ရန်](#အခြား-Tools-များ-အသုံးပြုသည့်-tutorial)_
+
+
+
+#### သင့်ကွန်ပျူတာထဲမှာ Git မသွင်းရသေးလျှင် [ဒီမှာ သွင်းနည်းကြည့်ရန်](https://help.github.com/articles/set-up-git/).
+
+## ဒီ repository ကို fork လုပ်ပါ
+
+Fork လုပ်ဖို့အတွက် စာမျက်နှာအပေါ်နားမှရှိတဲ့ fork ခလုတ် ကိုနှိပ်ပါ။
+ဒီ repository က သင့် အကောင့်ကို ပုံစံတူပွားအနေနဲ့ ရောက်လာပါမယ်။
+
+## ဒီ repository ကို clone လုပ်ပါ
+
+
+
+ခုနက fork လုပ်ထားတဲ့ repository ကို သင့်ကွန်ပျူတာထဲ clone လုပ်ပါမယ်။ သင့် Github အကောင့်ကိုသွားပြီး fork လုပ်ထားတဲ့ repository ကို ဖွင့်ပါ။ Code ဆိုတဲ့ ခလုတ်လေးကို နှိပ်ပြီး _copy to clipboard_ icon လေးကို နှိပ်ပါ။
+
+command line (သို့) terminal ကိုဖွင့်ပြီး အောက်က Git command ကို run ပါ။
+
+```
+git clone "ခုနက copy ထားတဲ့ လင့်ခ်"
+```
+
+"ခုနက copy ထားတဲ့ လင့်ခ်" (quotation marks မထည့်ရပါ) ဆိုတာဟာ ဒီ repository (ဒီပရောဂျက်ရဲ့ သင့် fork) ရဲ့ လင့်ခ်ပဲ ဖြစ်ပါတယ်။ ဒီနေရာမှာ အဆင်မပြေဖြစ်ခဲ့ရင် အပေါ်က အဆင့်များကို ပြန်လုပ်ပါ။
+
+
+
+ဥပမာ:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+`this-is-you` ဆိုတာ သင့်ရဲ့ Github username ပဲ ဖြစ်ပါတယ်။ ဒီအဆင့်တွေက Github မှာရှိတဲ့ first-contributions repository ကို သင့်ကွန်ပျူတာထဲသို့ ကူးထည့်တာပဲ ဖြစ်ပါတယ်။
+
+## Branch အသစ်လုပ်ခြင်း
+
+သင် copy လုပ်ထားတဲ့ repository directory ကို မရောက်သေးရင် အောက်က command ကို run ပြီး ရောက်အောင်သွားပါ။
+
+```
+cd first-contributions
+```
+
+Branch အသစ်ကို `git checkout` command ကို run ပြီးလုပ်ပါ။
+
+```
+git checkout -b your-new-branch-name
+```
+
+ဥပမာ:
+
+```
+git checkout -b add-alonzo-church
+```
+
+(Branch နာမည်ဘာဖြစ်ဖြစ်ရပါတယ် သို့သော်လဲ ဒီ project ကသင့် နာမည်ကိုထပ်ထည့်မှာဖြစ်လို့ _add_ သင့်နာမည်ကို အားလုံးနဲ့ အဆင်ပြေအောင်ထည့်ပေးပါ။)
+
+## ပြောင်းစရာရှိတာများ ပြောင်းပြီး ထိုပြောင်းလဲမှုများကို commit လုပ်ခြင်း
+
+သင့် text editor မှာ `Contributors.md` ကိုဖွင့်ပါ။ ထိပ်ဆုံးနှင့်နောက်ဆုံးမှလွဲ၍ သင့်ရဲ့ နာမည်ကို အဆင်ပြေတဲ့ နေရာမှာထည့်ပြီး save ပါ။
+
+
+
+ပြီးရင် ဒီ folder ရှိတဲ့နေရာကိုသွားပြီး `git status` command ကို run ပါ။ သင်ဘာတွေပြောင်းထားလဲဆိုတာ မြင်ရပါလိမ့်မယ်။
+
+ဒီပြောင်းလဲမှုတွေကို သင့်ရဲ့ branch ကိုထည့်ဖို့အတွက် `git add` command ကို run ပါ။
+
+```
+git add Contributors.md
+```
+
+အခု commit လုပ်ဖို့ `git commit` command ကို run ပေးပါ။
+
+```
+git commit -m "Add
+
+အခု pull request ကို submit လုပ်လိုက်ပါ။
+
+
+
+သင့်ရဲ့ပြောင်းလဲမှုတွေကို ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပေးမှာဖြစ်ပါတယ်။ ဒါကြောင့် ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပြီးရင် သင့်မှာ notification email ရောက်လာပါလိမ့်မယ်။
+
+## ဒါပြီးရင် ဘာတွေဆက် လေ့လာမလဲ
+
+Congratulation! Open Source Project တွေမှာ အမြဲလုပ်ရလေ့ရှိတဲ့ _fork -> clone -> edit -> pull request_ လုပ်ငန်းစဥ်ကို သင် အောင်မြင်စွာ လုပ်နိုင်ခဲ့ပါပြီ။
+
+အခု သင်ကူညီထောက်ပံ့ခဲ့တာကို သင့်သူငယ်ချင်းတွေကို share ချင်ရင် [ဒီ web app](https://firstcontributions.github.io/#social-share) ကို သွားပါ။
+
+တခြားအကူအညီများနဲ့ မေးစရာများရှိပါက ကျွန်တော်တို့ရဲ့ Slack team ကို ဝင်ရောက် မေးမြန်းနိုင်ပါတယ်။[Join slack team သို့ ဝင်ရန်](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+နောက်ထပ် ပရောဂျက်များကိုလည်း ဝင်ရောက်ကူညီလိုပါက ကျွန်တော်တို့ ပြုစုထားတဲ့ ပရောဂျက်စာရင်းကို လေ့လာနိုင်ပါတယ်။ [web app ထဲမှ ပရောဂျက်စာရင်း](https://firstcontributions.github.io/#project-list).
+
+### [အခြား ထွေလီကာလီများ](additional-material/git_workflow_scenarios/additional-material.md)
+
+## အခြား Tools များ အသုံးပြုသည့် tutorial
+
+| |
|
|
| |
|
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.mr.md b/docs/gui-tool-tutorials/translations/README.mr.md
new file mode 100644
index 00000000..7087531b
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mr.md
@@ -0,0 +1,131 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# प्रथम योगदान
+
+सुरुवातीला कुठलीही गोष्ट करणे कठीण असते. विशेषत: आपण एकत्र काम करत असताना चुका होणे स्वाभाविक आहे. परंतु एकमेकांसोबत भेटणे आणि एकत्र कार्य करणे हेच तर मुक्त स्त्रोत (Open Source) चे गमक आहे. आम्ही आपले प्रथम मुक्त स्त्रोत योगदान (Contribution) सुलभ करण्यास मदत करू.
+
+लेख वाचणे आणि ट्यूटोरियल पाहण्याने आपणास मदत होऊ शकते परंतु प्रत्यक्षात सराव करण्यापेक्षा काय चांगले आहे? या प्रकल्पाचा हेतू नवशिक्यांना आपले प्रथम योगदान देण्यासंदर्भात सोप्या स्वरुपात मार्गदर्शन प्रदान करण्याचा आहे. आपण आपले प्रथम योगदान देत असल्यास, खालील पायऱ्यांचे अनुसरण करा.
+
+#### *जर आपल्याला कमांड लाईन (CLI) सोयीस्कर वाटत नसेल तर [GUI टूल्स वापरण्यासंदर्भात ट्यूटोरियल येथे आहेत.](#इतर-साधने-वापरण्याबाबतीत-ट्युटोरियल)*
+
+
+[
](translations/README.en-pirate.md)
+
+
+
+आपण आपल्या मशीनवर Git नसेल तर, [येथुन इन्स्टॉल करा](https://help.github.com/articles/set-up-git/).
+
+## रिपॉझिटरी (Repository) ला फोर्क (Fork) करणे
+
+फोर्क बटण क्लिक करून या रिपोला फोर्क करा.
+हे आपल्या खात्यात या रिपॉझिटरीची प्रत (कॉपी) तयार करेल.
+
+## रिपॉझिटरी (Repository) ला क्लोन (Clone) करणे
+
+
+
+आता फोर्क केलेला रिपो आपल्या संगणकावर क्लोन (Clone) करा. यासाठी आपण आपल्या गिटहब (GitHub) खात्यावर जा. जो रिपो आपण फोर्क केलेला आहे, त्याला उघडा. उघडलेल्या रिपोत उजव्या बाजुला वर `Clone or download` बटण दिसेल, त्यावर क्लिक करा. नंतर तेथील `Copy to clipboard` या आयकॉनवर क्लिक करा. याद्वारे प्रस्तुत रिपोची लिंक (URL) कॉपी झालेली असेल.
+
+आता आपले टर्मिनल (Terminal) उघडा व त्यात खालील git आदेश (Command) चालवा.
+
+```
+git clone <कॉपी-केलेली-लिंक>
+```
+
+
+
+येथे `<कॉपी-केलेली-लिंक>` (त्रिकोणी कंस वगळता) यास आपण आताच कॉपी केलेली URL लिंक असे ग्राह्य धरण्यात यावे. ही URL लिंक मिळवण्याकरता याआधीच्या पायरीचे अवलोकन करावे.
+
+उदाहरणार्थ:
+
+```
+git clone https://github.com/तुमचे-युझर-नाव/first-contributions.git
+```
+
+येथे `तुमचे-युझर-नाव` याचा अर्थ आहे, आपल्या गिटहब खात्याचे नाव (Username).
+
+आता एंटर (Enter/Return) बटण दाबा. याद्वारे प्रस्तुत रिपो `first-contributions` आपल्या संगणकावर कॉपी होईल.
+
+## ब्रांच (Branch) बनवणे.
+
+आपल्या टर्मिनल वरुन आपली रिपो फोल्डर/डायरेक्टरी (Folder/Directory) बदला (जर आपण अद्याप बदलले नसेल तर).
+
+```
+cd first-contributions
+```
+
+आता `git checkout` ही कमांड वापरुन नवीन ब्रांच तयार करा.
+
+```
+git checkout -b <आपल्या-ब्रांचचे-नाव-येथे-टाका>
+```
+
+उदा:
+
+```
+git checkout -b add-rahul-thakare
+```
+
+(प्रत्येक ब्रांचच्या नावात `add` हा शब्द असणे आवश्यक नाही, परंतु वरील उदाहरणात त्याचा समावेश असणे ही एक वाजवी गोष्ट आहे कारण ईथे आपले नाव सूचीमध्ये जोडणे हा या शाखेचा उद्देश आहे.)
+
+## आवश्यक बदल करणे आणि ते बदल कमिट (Commit) करणे.
+
+आता मजकूर संपादक मध्ये `Contributors.md` फाइल उघडा, व त्यात आपले नाव जोडा. फाइलच्या सुरवातीस किंवा समाप्तीमध्ये जोडू नका. त्यामध्ये कुठेही ठेवा. आता फाईल सेव्ह (Save) करा.
+
+
+आता तुम्ही पुन्हा टर्मिनल कडे जाल आणि `git status` ही कमांड चालवाल तर तुम्हाला त्यात काही बदल झालेले दिसतील.
+
+`git add` कमांड वापरुन आपण तयार केलेल्या शाखेत ते बदल जोडा
+
+```
+git add Contributors.md
+```
+
+आता `git commit` ही कमांड वापरुन आपले बदल कमिट/सुरक्षित करा.
+
+```
+git commit -m "Add <तुमचे-नाव> to Contributors list"
+```
+
+`<तुमचे-नाव>` च्याऐवजी आपले नाव टाका.
+
+## गिटहब मध्ये आपले बदल पुश करणे.
+
+`git push` वापरून आपले बदल पुश करा
+
+```
+git push origin <आपल्या-शाखेचे-नाव>
+```
+
+`<आपल्या-शाखेचे-नाव>` च्या जागी आपल्या ब्रांचचे नाव टाका.
+
+## पुनरावलोकनासाठी आपले बदल सबमिट करणे.
+
+आपण आपल्या गिटहब प्रोफाइलवर आपल्या रिपो वर गेल्यास, आपल्याला `Compare & pull request` पाठविण्याचा पर्याय दिसेल, ते दाबा.
+
+
+आता आपल्या `Pull request` सबमिट करा.
+
+
+
+लवकरच मी आपले बदल या प्रकल्पाच्या मुख्य शाखेत विलीन करेन. जेव्हा आपले बदल विलीन होतील तेव्हा आपल्याला ई-मेल मिळेल.
+
+## आता पुढे काय?
+
+अभिनंदन! आपण नुकतीच _fork -> clone -> edit -> PR_ ही कार्यपद्धती पूर्ण केली आहे ज्यास आपणास एक योगदानकर्ता (Contributor) म्हणून सदैवच तोंड द्यावे लागते!
+
+आपले योगदान साजरे करा आणि [येथे](https://firstcontributions.github.io/#social-share) जाऊन आपल्या मित्र आणि अनुयायांसह शेअर/सामायिक करा.
+
+आपल्याला कोणत्याही मदतीची आवश्यकता असल्यास किंवा काही प्रश्न असल्यास आपण आमच्या स्लॅक टीममध्ये सामील होऊ शकता. [स्लॅक टीममध्ये सामील व्हा](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+आता आपण इतर प्रकल्पांमध्येही आपले योगदान देऊ शकता. आपण प्रारंभ करू शकाल अशा सुलभ समस्यांसह (Issues) आम्ही काही प्रोजेक्टची सूची संकलित केली आहे. [येथे वेब अॅप मधील प्रकल्पांची यादी पहा.](https://firstcontributions.github.io/#project-list)
+
+## इतर साधने वापरण्याबाबतीत ट्युटोरियल
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.mx.md b/docs/gui-tool-tutorials/translations/README.mx.md
new file mode 100644
index 00000000..df61d92f
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.mx.md
@@ -0,0 +1,124 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Primeras contribuciones
+
+Siempre resulta difícil la primera vez que haces algo. Principalmente cuando colaboras con otros, ya que cometer errores no es agradable. Es por ello que, queremos hacer más sencilla la forma en la que los nuevos contribuyentes de _open source_ aprenden y contribuyen por primera vez.
+
+Leer artículos y ver tutoriales puede ayudar, pero ¿qué mejor que hacer las cosas en un ambiente de prácticas? Este proyecto se enfoca en guiar y en simplificar la forma en la que los principiantes hacen su primera contribución. Si buscas hacer tu primera contribución, sigue los pasos que se muestran a continuación.
+
+#### *Si no estás cómodo con la línea de comandos, [aquí hay unos tutoriales usando herramientas gráficas.](#Tutoriales-con-otras-herramientas)*
+
+
+
+
+Si no tienes Git en tu equipo, aquí las instrucciones para instalarlo en el [enlace]( https://help.github.com/articles/set-up-git/ )
+
+## Dale Fork al repositorio
+
+Dale "fork" a este repositorio dando clic en el botón "*Fork*" en la parte superior derecha de la página.
+Esto creará una copia de este repositorio en tu cuenta.
+
+## Clona "Clone" el repositorio
+
+
+
+Ahora clona este repositorio en tu equipo. Ve a tu cuenta de Github, y da clic en el botón "*clone or download*" y luego da clic en el ícono para *copiar*.
+
+Abre tu consola o terminal y ejecuta el siguiente comando:
+
+```
+git clone "la url del repositorio que copiaste"
+```
+
+Donde "la url del repositorio que copiaste" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*.
+
+
+
+Por ejemplo:
+```
+git clone https://github.com/usuarioGitHub/first-contributions.git
+```
+Donde `usuarioGitHub` es tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* en GitHub a tu equipo.
+
+## Crea una rama (*Branch*)
+
+Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya).
+
+```
+cd first-contributions
+```
+
+Ahora crea una rama (*branch*) usando el comando `git switch`:
+```
+git switch -c
+```
+
+Por ejemplo:
+```
+git switch -c add-juan-perez
+```
+(El nombre de la rama no tiene porqué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.)
+
+## Haz los cambios necesarios y guarda (*Commit*) esos cambios
+
+Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo.
+
+
+
+Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados.
+
+Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`:
+
+```
+git add Contributors.md
+```
+
+Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`:
+```
+git commit -m "Add
+
+Ahora envía el *pull request*.
+
+
+
+Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados.
+
+## ¿Cuáles son los siguientes pasos?
+
+¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor!
+
+Festeja tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share).
+
+También podrías unirte a nuestro *equipo* de Slack en caso de que necesites ayuda o tengas alguna pregunta. [Únete a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list).
+
+### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Tutoriales con otras herramientas
+
+||
|
|
||
|
+|---|---|---|---|---|---|
+|[GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md)|[Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md)|[GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md)|[Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md)| [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md)|[IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md)|
diff --git a/docs/gui-tool-tutorials/translations/README.my.md b/docs/gui-tool-tutorials/translations/README.my.md
new file mode 100644
index 00000000..a2288cd0
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.my.md
@@ -0,0 +1,119 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# Sumbangan Pertama
+
+Projek ini bertujuan untuk memberikan panduan dan memudahkan individu yang baru mula belajar membuat sumbangan pertama mereka.
+Jika anda ingin membuat sumbangan pertama anda, sila ikuti arahan yang disediakan di bawah.
+
+#### *Sekiranya anda tidak selesa dengan menggunakan antara muka baris perintah (CLI), anda boleh mengikuti [panduan untuk menggunakan alat GUI di sini.](#Tutorial-Menggunakan-Alat-Lain)*
+
+
+
+Jika git belum dipasang di mesin anda, sila memasangnya [di sini](https://help.github.com/articles/set-up-git/).
+
+## Fork repositori ini
+
+Fork repositori ini dengan menekankan butang 'Fork' yang terletak di bahagian atas halaman ini.
+Tindakan tersebut akan menghasilkan salinan repositori ini ke dalam akaun GitHub anda.
+
+## Klon repositori ini
+
+
+
+Klon repositori yang anda telah fork ke mesin anda. Selepas itu, layari akaun GitHub anda, buka repositori yang baru dicabang, klik butang Clone, dan kemudian klik ikon *Copy url to clipboard*.
+
+Buka terminal dan jalankan arahan git berikut:
+
+```
+git clone "URL anda baru disalin"
+```
+di mana "URL anda baru disalin" (tanpa tanda petikan) adalah URL ke repositori ini (fork anda bagi projek ini). Rujuk langkah-langkah sebelumnya untuk mendapatkan URL tersebut.
+
+
+
+Contoh:
+```
+git clone https://github.com/
+
+
+Jika anda pergi ke direktori projek dan laksanakan arahan `git status`, anda akan melihat perubahan tersebut.
+
+Tambahkan perubahan itu ke branch yang baru anda cipta menggunakan arahan `git add`:
+
+```
+git add Contributors.md
+```
+
+Selepas itu, komit perubahan tersebut menggunakan arahan `git commit`:
+```
+git commit -m "Add
+
+Hantar 'pull request' tersebut.
+
+
+
+Tidak lama lagi, saya akan menggabungkan semua perubahan anda ke dalam branch 'main' projek ini. Anda akan menerima e-mel pemberitahuan sebaik sahaja perubahan telah digabungkan.
+
+## Pergi ke mana selepas ini?
+
+Tahniah! Anda baru saja selesai melaksanakan aliran kerja standard _fork -> clone -> edit -> pull request_ yang sering anda akan temui sebagai seorang penyumbang!
+
+Raikan sumbangan anda dan kongsi dengan rakan-rakan serta pengikut melalui [aplikasi web](https://firstcontributions.github.io/#social-share).
+
+Anda boleh menyertai pasukan 'Slack' kami sekiranya anda memerlukan bantuan atau mempunyai sebarang pertanyaan. [Sertai pasukan Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Mari kita mulakan dengan menyumbang kepada projek lain. Kami telah menyediakan senarai projek dengan isu-isu mudah yang boleh anda mula sumbangkan. Sila rujuk [senarai projek dalam aplikasi web](https://firstcontributions.github.io/#project-list).
+
+### [Bahan tambahan](../additional-material/git_workflow_scenarios/additional-material.md)
+
+
+## Tutorial Menggunakan Alat Lain
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.ng-pidgin.md b/docs/gui-tool-tutorials/translations/README.ng-pidgin.md
new file mode 100644
index 00000000..2f22681e
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.ng-pidgin.md
@@ -0,0 +1,120 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+# First Contributions
+
+Dis project dey to make am simple and guide beginners how dem go make their first contribution. If you wan make your first contribution, follow these steps wey dey below.
+
+_If command line no dey comfortable for you, [see tutorials wey use GUI tools here.](#tutorials-using-other-tools)_
+
+
+
+#### If you no get git for your machine, [install am](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Fork this repository
+
+Fork this repository by clicking on the fork button for the top of this page.
+Dis one go create copy of dis repository for your account.
+
+## Clone the repository
+
+
+
+Now clone the forked repository go your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.
+
+Open a terminal and run the following git command:
+
+```bash
+git clone "url wey you just copy"
+```
+
+where "url wey you just copy" (without the quotation marks) na the url to this repository (your fork of this project). See the previous steps to get the url.
+
+
+
+For example:
+
+```
+git clone git@github.com:this-is-you/first-contributions.git
+
+```
+
+where this-is-you na your GitHub username. Here you dey copy the contents of the first-contributions repository for GitHub go your computer.
+
+## Create a branch
+Change go the repository directory for your computer (if you no dey there already):
+
+```
+cd first-contributions
+
+```
+
+Now create a branch using the git switch command:
+
+```
+git switch -c your-new-branch-name
+
+```
+
+For example:
+
+```
+git switch -c add-desmond-ezo-ojile
+
+```
+
+## Make necessary changes and commit those changes
+Now open Contributors.md file for a text editor, add your name to am. No add am for the beginning or end of the file. Put am anywhere for middle. Now, save the file.
+
+
+If you go to the project directory and run the command git status, you go see say changes dey.
+
+Add those changes to the branch wey you just create using the git add command:
+
+```
+git add Contributors.md
+
+```
+Now commit those changes using the git commit command:
+
+```
+git commit -m "Add your-name to Contributors list"
+
+```
+
+replace your-name with your own name.
+
+## Push changes to GitHub
+Push your changes using the command git push:
+
+```
+git push -u origin your-branch-name
+
+```
+
+replace your-branch-name with the name of the branch wey you create before.
+
+ If you get any errors while pushing, click here:
+
+## Authentication Error
+ remote: Support for password authentication don remove since August 13, 2021. Please use a personal access token instead.
+remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+fatal: Authentication failed for 'https://github.com/
+Go to GitHub's tutorial on how to generate and add SSH key to your account.
+
+Now submit the pull request.
+
+
+Soon I go merge all your changes into the main branch of this project. You go get notification email once the changes don merge.
+
+## Where to go from here?
+Congrats!
\ No newline at end of file
diff --git a/docs/gui-tool-tutorials/translations/README.nl.md b/docs/gui-tool-tutorials/translations/README.nl.md
new file mode 100644
index 00000000..ab7f3c27
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.nl.md
@@ -0,0 +1,142 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Eerste bijdragen
+
+Dit project heeft als doel het versimpelen en het begeleiden van beginners in het maken van hun eerste bijdragen. Als je op het punt staat om je eerste bijdragen te maken, volg dan onderstaande stappen.
+
+_Als je je niet comfortable voelt met de command line, vind je [hier handleidingen voor het gebruik van GUI tools.](#handleidingen-voor-andere-tools)_
+
+
+
+### Indien je git nog niet hebt op je systeem, [installeer het dan eerst](https://docs.github.com/en/get-started/quickstart/set-up-git).
+
+## Deze repository forken
+
+Fork deze repository door op de fork knop te klikken. Dit creëert een kopie van deze repository in jouw account.
+
+## De repository clonen
+
+
+
+Kloon nu deze repository naar je systeem. Klik op de kloon knop en dan op het kopiëren naar klembord icoon.
+
+Open een terminal en voer het volgende git commando uit:
+
+```bash
+git clone "Gekopieerde repository url"
+```
+
+Waar "Gekopieerde repository url" (zonder aanhalingstekens) de url naar (jouw fork van) deze repository is. Zie de vorige stappen om de url te vinden.
+
+
+
+Bijvoorbeeld:
+
+```bash
+git clone git@github.com:this-is-you/first-contributions.git
+```
+
+Waar 'this-is-you' staat, vul jij je GitHub gebruikersnaam is. Hiermee kopieer je de inhoud van de first-contributions repo op GitHub naar je systeem.
+
+## Een branch aanmaken
+
+Navigeer naar de map van de repository op je systeem (mocht je daar niet al zijn).
+
+```bash
+cd first-contributions
+```
+
+Maak nu een branch aan door middel van het `git switch` commando:
+
+```bash
+git switch -c je-nieuwe-branch-naam
+```
+
+Bijvoorbeeld:
+
+```bash
+git switch -c add-alonzo-church
+```
+
+## Maak de benodigde wijzigingen en commit deze
+
+Open nu het `Contributors.md` bestand in een teksteditor en voeg je naam toe. Doe dit niet aan het begin of eind, maar ergens in het midden. Sla vervolgens het bestand op.
+
+
+
+Als je naar de projectmap gaat en `git status` doet, zul je zien dat er wijzigingen zijn.
+
+Voeg deze toe aan je branch met behulp van onderstaand `git add` commando.
+
+```bash
+git add Contributors.md
+```
+
+Commit nu deze wijzigingen door onderstaand `git commit` commando te gebruiken.
+
+```bash
+git commit -m "Add jouw-naam to Contributors list"
+```
+
+vervang `jouw-naam` met jouw naam
+
+## Push de wijzigingen naar GitHub
+
+Push je wijzigingen met `git push`:
+
+```bash
+git push -u origin je-nieuwe-branch-naam
+```
+
+Vervang `je-nieuwe-branch-naam` met de naam van de branch die je eerder hebt aangemaakt.
+
+
+ Als je foutmeldingen krijgt tijdens het pushen, klik dan hier:
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Ga naar [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) voor het genereren en configureren van een SSH-sleutel in je account.
+
+
+
+Verstuur nu je pull request.
+
+
+
+Nu ga ik (de beheerder) al je wijzigingen mergen in de master branch van dit project. Als de veranderingen gemerged zijn, zul je hier een e-mailnotificatie over ontvangen.
+
+## Hoe nu verder?
+
+Gefeliciteerd! Je hebt zojuist de standaard _fork -> clone -> edit -> PR_ workflow doorlopen die je vaak zult tegenkomen als bijdrager!
+
+Vier je bijdrage en deel het met je vrienden en volgers via de [web app](https://firstcontributions.github.io/#social-share).
+
+Mocht je nog vragen of hulp nodig hebben dan kun je je aanmelden voor ons [Slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Laten we je nu op weg helpen met het bijdragen aan andere projecten. We hebben een lijst samengesteld met projecten die makkelijke issues bevatten waar je aan kunt werken. Bekijk [de lijst op de web app](https://firstcontributions.github.io/#project-list)
+
+## Handleidingen voor andere tools
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+
+
+# Første bidrag
+
+Det er alltid vanskelig å gjøre noe for første gang. Spesielt når man samarbeider med andre kan det være tungt å gjøre feil. Vi ønsker å gjøre det lettere for nybegynnere å bidra til open-source.
+
+Å lese artikler og se videoer kan hjelpe, men hva kan vel være bedre enn å gjøre det i praksis? Dette prosjektet håper å kunne tilby en enkel veiledning og gjøre det lett for nybegynnere å gi sitt første bidrag. Følg trinnene nedenfor hvis du ønsker å gi ditt første bidrag til dette prosjektet.
+
+_Hvis du ikke er komfortabel med terminal, [så finnes det andre metoder med bruk av GUI.](#tutorials-using-other-tools)_
+
+#### Om du ikke har git installert på din maskin, [følg denne veiledningen](https://help.github.com/articles/set-up-git/).
+
+
+## Fork dette prosjektet
+
+
+
+Fork prosjektet ved å klikke på "fork" knappen på toppen av denne siden. Dette vil legge til en kopi av dette prosjektet til din GitHub konto (prosjekter kalles repository på GitHub).
+
+
+
+## Clone prosjektet
+
+
+
+Nå skal vi klone prosjektet fra GitHub til din maskin. Gå til din GitHub konto og åpne din nye fork, deretter klikk på "clone" knappen og kopier linken.
+
+Åpne en terminal/kommandolinje og kjør følgende git kommando:
+
+```bash
+git clone "din-link"
+```
+
+Erstatt `
+
+Eksempelvis:
+
+```bash
+git clone https://github.com/ditt-brukernavn/first-contributions.git
+```
+
+der `ditt-brukernavn` er ditt GitHub brukernavn. Her kopierer vi innholdet i first-contributions prosjektet fra din GitHub konto til din lokale maskin.
+
+
+
+## Opprett en branch
+
+Naviger terminalen inn i prosjektet (hvis du ikke er der allerede):
+
+```bash
+cd first-contributions
+```
+
+Opprett en branch med `git checkout` kommandoen:
+
+```bash
+git checkout -b
+
+## Lag nødvendige endringer og commit dem
+
+Åpne filen `Contributors.md` i et program for å redigere tekst og legg til ditt navn i listen. Ikke legg det til i begynnelsen eller slutten av filen, legg det til hvor som helst i mellom. Når du har gjort dette kan du lagre filen.
+
+
+
+Hvis du åpner terminalen igjen og kjører kommandoen `git status`, vil du se dine endringer.
+
+Legg endringene til i din nye branch med kommandoen `git add`:
+
+
+```bash
+git add Contributors.md
+```
+
+Commit endringene med kommandoen `git commit`:
+
+```bash
+git commit -m "Add
+
+## Push endringene til GitHub
+
+Push til GitHub med kommandoen `git push`:
+
+```bash
+git push origin Hvis du får noen feilmeldinger når du pusher til Github, klikk her:
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ Gå til [GitHub's brukansvisning](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) med generering og konfigurering av SHH nøkkelen til kontoen din.
+
+
+
+## Send inn endringene for gjennomgang
+
+Hvis du går til ditt prosjekt på GitHub, vil du se en `Compare & pull request` knapp. Klikk på den for å opprette en pull request.
+
+
+
+Send inn din pull request når du er klar.
+
+
+
+Snart vil jeg merge dine endringer inn i master branch av mitt prosjekt. Du vil motta en notifikasjon på epost når dine endringer er lagt til.
+
+
+## Hva nå?
+
+Gratulerer! Du har gjennomført standardprosessen for _fork -> clone -> edit -> PR_, en prosess du vil møte på ofte!
+
+Feir ditt bidrag og del det med dine venner og følgere ved å gå til [web app](https://firstcontributions.github.io/#social-share).
+
+Behøver du hjelp eller vil stille spørsmål så kan du bli med i vår slack-gruppe. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+Nå kan du gå videre og bidra til andre open-source prosjekter. Vi har satt sammen en liste med enkle og overkommelige problemer du kan starte med. Sjekk den ut her: [the list of projects in the web app](https://firstcontributions.github.io/#project-list).
+
+
+### [Ekstramateriale](additional-material/git_workflow_scenarios/additional-material.md)
+
+## Veiledning for andre verktøy
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+#### _अन्य [भाषाहरूमा](translations/Translations.md) पढ्नुहोस्।_
+
+[](translations/README.al.md)
+[
](translations/README.uz.md)
+[
](translations/README.aze.md)
+[
](translations/README.bn.md)
+[
](translations/README.bg.md)
+[
](translations/README.pt_br.md)
+[
](translations/README.ca.md)
+[](translations/README.zh-cn.md)
+[
](translations/README.cs.md)
+[
](translations/README.de.md)
+[
](translations/README.da.md)
+[
](translations/README.eg.md)
+[
](translations/README.es.md)
+[
](translations/README.fr.md)
+[
](translations/README.gl.md)
+[](translations/README.gr.md)
+[
](translations/README.ge.md)
+[
](translations/README.hu.md)
+[
](translations/README.id.md)
+[
](translations/README.hb.md)
+[
](translations/Translations.md)
+[
](translations/README.ta.md)
+[
](translations/README.fa.md)
+[
](translations/README.pus.md)
+[
](translations/README.it.md)
+[
](translations/README.ja.md)
+[
](translations/README.si.md)
+[
](translations/README.kws.md)
+[
](translations/README.ko.md)
+[
](translations/README.lt.md)
+[
](translations/README.ro.md)
+[
](translations/README.mm_unicode.md)
+[
](translations/README.mk.md)
+[
](translations/README.mx.md)
+[
](translations/README.my.md)
+[
](translations/README.nl.md)
+[
](translations/README.no.md)
+[
](translations/README.np.md)
+[
](translations/README.tl.md)
+[
](translations/README.en-pirate.md)
+[](translations/README.ur.md)
+[
](translations/README.pl.md)
+[
](translations/README.pt-pt.md)
+[
](translations/README.ru.md)
+[
](translations/README.ar.md)
+[
](translations/README.se.md)
+[
](translations/README.slk.md)
+[
](translations/README.sl.md)
+[
](translations/README.th.md)
+[
](translations/README.tr.md)
+[
](translations/README.zh-tw.md)
+[
](translations/README.ua.md)
+[
](translations/README.vn.md)
+[
](translations/README.zul.md)
+[
](translations/README.afk.md)
+[
](translations/README.igb.md)
+[
](translations/README.yor.md)
+[
](translations/README.hau.md)
+[
](translations/README.lv.md)
+[
](translations/README.fi.md)
+[
](translations/README.by.md)
+[
](translations/README.sr.md)
+[
](translations/README.kz.md)
+[
](translations/README.bih.md)
+[
](translations/README.bih.md)
+[
](translations/README.hr.md)
+[
](translations/README.ps.md)
+[
](translations/README.so.md)
+[
](translations/README.ec.md)
+
+# पहिलो योगदान(contribution)।
+यस प्रोजेक्टले शुरुवातकर्ताहरूले आफ्नो पहिलो योगदान गर्ने तरिकालाई सरल बनाउने र मार्गदर्शन गर्ने लक्ष्य राखेको छ। यदि तपाईं आफ्नो पहिलो योगदान गर्न खोज्दै हुनुहुन्छ भने, तलका चरणहरूको पालना गर्नुहोस्। हामी पहिलो योगदान (contribution) को लागि यसै repository को प्रयोग गर्नेछौ ।
+
+_यदि तपाईं कमाण्ड लाइन (command line) सँग सहज हुनुहुन्न भने, [यहाँ GUI tool हरु प्रयोग गर्ने Tutorial हरु छन्।](#अन्य-उपकरणहरू-प्रयोग-गर्ने-tutorial-हरु)_
+
+
+
+#### यदि तपाईंसँग तपाइँको कम्प्यूटरमा git छैन भने,[ यहाँबाट install गर्नुहोस्।]( https://help.github.com/articles/set-up-git/)
+
+## Repository Fork गर्नुहोस्।
+
+यस page को Top मा रहेको `Fork` बटनमा क्लिक गरेर यो repository लाई Fork गर्नुहोस। यसले तपाईंको GitHub account मा यस रिपोको प्रतिलिपि(copy) बनाउदछ ।
+
+## Repository Clone गर्नुहोस्।
+
+
+
+अब ` Fork ` गरेको repository लाई आफ्नो कम्प्युटरमा ` Clone ` गर्नको लागी तपाइको GitHub account मा जानुहोस् र Fork गरिएको Repository खोल्नुहोस्। अब ` Code ` बटनमा क्लिक गर्नुहोस् र त्यसपछि *copy to clipboard* आइकनमा क्लिक गर्नुहोस्।
+
+टर्मिनल खोल्नुहोस् र निम्न git कमाण्ड चलाउनुहोस्:
+
+```
+git clone "तपाइले copy गरेको URL"
+```
+
+जहाँ `"तपाइले copy गरेको URL"` छ, त्यो तपाईले fork गरेको repository को url हो । ( Url प्राप्त गर्न clone गर्ने चित्रहरुमा हेर्नुहोस्। )
+
+
+
+उदाहरणका लागि:
+
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+जहाँ `this-is-you` छ, त्यहाँ तपाईंको GitHub username लेख्नुहोस् । यहाँ तपाइँले GitHub बाट तपाईंको कम्प्युटरमा `first-contributions` repository को file हरु प्रतिलिपि (copy) गर्दै हुनुहुन्छ।
+
+## Repository Branch बनाउनुहोस्।
+
+तपाईंको कम्प्यूटरमा Clone गरेको repository को directory लाई खोल्नुहोस् (यदि तपाईं पहिले नै हुनुहुन्न भने):
+
+```
+cd first-contributions
+```
+
+अब `git switch` कमाण्ड प्रयोग गरेर एउटा branch बनाउनुहोस् :
+
+```
+git switch -c ब्रन्चको-नाम
+```
+
+उदाहरणको लागि:
+
+```
+git switch -c add-ram-regmi
+```
+
+(ब्रान्चको नाममा *add* शब्दको आवश्यकता छैन, तर यसमा add समावेश गर्न उचित छ किनभने यस branch को उद्देश्य तपाईंको नामलाई contributors को सूचीमा थप्ने हो।)
+
+## Repository मा आवश्यक परिवर्तनहरू गर्नुहोस् र तिनी परिवर्तनहरूलाई commit गर्नुहोस्।
+
+अब टेक्स्ट एडिटर (text editor) मा `Contributors.md` फाइल खोल्नुहोस्, यसमा तपाईंको नाम add गर्नुहोस् । तपाईंको नामलाई फाइलका नामहरुको बीचमा राख्नुहोस् , *सुरुवात वा अन्त्यमा तपाईंको नाम नथप्नुहोस्*। ।
+अब फाईल save गर्नुहोस्।
+
+
+
+अब यदि तपाई project directory जानुभयो र `git status` कमाण्डलाई रन (run) गर्नुभयो भने,तपाइँले त्यहाँ परिवर्तन भएका फाइलहरुको सुची देख्नुहुनेछ।
+
+तपाइले भर्खरै बनाउनु भएको branch मा `git add` कमाण्ड प्रयोग गरी तिनी परिवर्तनहरू थप्नुहोस्:
+
+```
+git add Contributors.md
+```
+
+अब `git commit` कमाण्ड प्रयोग गरेर तिनी परिवर्तनहरू कमिट (commit) गर्नुहोस्:
+
+```
+git commit -m "Add यदि push गर्दा केहि समस्या परेमा यहाँ क्लिक गर्नुहोस् :
+
+- ### Authentication Error
+ remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+ remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+ fatal: Authentication failed for 'https://github.com/
+ [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) मा गएर आफ्नो account को लागी SSH key generate र configure गर्नुहोस ।
+
+
+अब pull request पेश गर्नुहोस्।
+
+
+
+केहि समयमै म यस प्रोजेक्टको Master branch मा तपाईका सबै परिवर्तनहरू Merge गर्नेछु। परिवर्तनहरू merge भएपछि हजुरले एक notification इमेल(email) प्राप्त गर्नुहुनेछ।
+
+## यहाँबाट कहाँ जाने?
+
+बधाई छ! तपाईले *Fork* -> *Clone* -> *Edit* -> *Pull Request* कार्यप्रवाह(workflow) पूरा गर्नुभयो, जुन तपाई प्राय: एक योगदानकर्ता(contributor)को रूपमा गर्नुहुनेछ!
+
+तपाईंले योगदान(contribution) दिनु भएकोमा खुशी मनाउनुहोस् र [web app](https://firstcontributions.github.io/#social-share) मा गएर आफ्नो friends and follower हरूमा पनि शेयर गर्नुहोस् ।
+
+तपाइँलाई कुनै पनि मद्दत चाहिन्छ वा कुनै प्रश्न छ भने तपाइँ हाम्रो slack team मा सामेल हुन सक्नुहुनेछ। [join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA).
+
+अब तपाईले अन्य प्रोजेक्टहरूमा योगदान दिन सुरु गर्नुहोस्। हामीले तपाईंले गर्न सक्नुहुने सजिलो समस्याहरू(issues)को साथमा प्रोजेक्टहरूको सूची संकलन गरेका छौ हेर्नुहोस् ।. [list of projects in the web app](https://firstcontributions.github.io/#project-list)।
+
+### [थप सामग्री](../additional-material/git_workflow_scenarios/additional-material.md)
+
+## अन्य उपकरणहरू प्रयोग गर्ने tutorial हरु
+
+| |
|
|
| |
|
+| --- | --- | --- | --- | --- | --- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
+
+
+
+
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# ପ୍ରଥମ ଅବଦାନ
+
+ଏହି ପ୍ରୋଜେକ୍ଟଟି ଆରମ୍ଭକାରୀମାନଙ୍କୁ ସେମାନଙ୍କର ପ୍ରଥମ ଅବଦାନକୁ ସରଳ ଏବଂ ମାର୍ଗଦର୍ଶନ କରିବାକୁ ଲକ୍ଷ୍ୟ ରଖିଛି | ଯଦି ତୁମେ ତୁମର ପ୍ରଥମ ଅବଦାନ ଦେବାକୁ ଚାହୁଁଛ, ନିମ୍ନରେ ଥିବା ପଦକ୍ଷେପଗୁଡ଼ିକୁ ଅନୁସରଣ କର |
+
+_ଯଦି ଆପଣ କମାଣ୍ଡ୍ ଲାଇନ୍ ସହିତ ଆରାମଦାୟକ ନୁହଁନ୍ତି, [ଏଠାରେ GUI ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ ଅଛି |](https://github.com/firstcontributions/first-contributions/blob/main/translations/README.od.md#ଅନ୍ୟାନ୍ୟ-ଉପକରଣ-ବ୍ୟବହାର-କରି-ଟ୍ୟୁଟୋରିଆଲ୍-)_
+
+
+
+
+#### ଯଦି ଆପଣଙ୍କର ମେସିନରେ ଗିଟ୍ ନାହିଁ, ତେବେ ଏହାକୁ [ସଂସ୍ଥାପନ କରନ୍ତୁ](https://docs.github.com/en/get-started/quickstart/set-up-git) |
+
+## ଏହି ଭଣ୍ଡାରକୁ ଫର୍କ କରନ୍ତୁ |
+
+ଏହି ପୃଷ୍ଠାର ଉପରି ଭାଗରେ ଥିବା ଫଙ୍କ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରି ଏହି ସଂଗ୍ରହାଳୟକୁ ଫର୍କ କରନ୍ତୁ |
+ଏହା ଆପଣଙ୍କ ଆକାଉଣ୍ଟରେ ଏହି ସଂଗ୍ରହାଳୟର ଏକ କପି ସୃଷ୍ଟି କରିବ |
+
+## ସଂଗ୍ରହାଳୟକୁ କ୍ଲୋନ କରନ୍ତୁ |
+
+
+
+ବର୍ତ୍ତମାନ ତୁମର ଯନ୍ତ୍ରରେ ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀକୁ କ୍ଲୋନ୍ କର | ଆପଣଙ୍କର GitHub ଆକାଉଣ୍ଟକୁ ଯାଆନ୍ତୁ, ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀ ଖୋଲନ୍ତୁ, କୋଡ୍ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ତା’ପରେ କ୍ଲିପବୋର୍ଡ_ ଆଇକନ୍ ପାଇଁ _ କପି କ୍ଲିକ୍ କରନ୍ତୁ |
+
+ଏକ ଟର୍ମିନାଲ୍ ଖୋଲନ୍ତୁ ଏବଂ ନିମ୍ନଲିଖିତ git ନିର୍ଦ୍ଦେଶକୁ ଚଲାନ୍ତୁ:
+
+``
+git clone "url ତୁମେ କେବଳ କପି କରିଛ"
+``
+
+ଯେଉଁଠାରେ "url ତୁମେ କେବଳ କପି କରିଛ" (କୋଟେସନ୍ ମାର୍କ ବିନା) ଏହି ସଂଗ୍ରହାଳୟର url (ଏହି ପ୍ରୋଜେକ୍ଟର ଫଙ୍କ୍) | Url ପାଇବା ପାଇଁ ପୂର୍ବ ପଦକ୍ଷେପଗୁଡିକ ଦେଖନ୍ତୁ |
+
+
+
+ଉଦାହରଣ ସ୍ଵରୁପ:
+
+``
+git clone https://github.com/this-is-you/first-contributions.git
+``
+
+ଯେଉଁଠାରେ "ଏହା-ତୁମେ" ତୁମର GitHub ଉପଯୋଗକର୍ତ୍ତା ନାମ | ଏଠାରେ ଆପଣ GitHub ରେ ପ୍ରଥମ-ଅବଦାନ ସଂଗ୍ରହାଳୟର ବିଷୟବସ୍ତୁକୁ ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ କପି କରୁଛନ୍ତି |
+
+## ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ |
+
+ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ ରେପୋଜିଟୋରୀ ଡିରେକ୍ଟୋରୀକୁ ପରିବର୍ତ୍ତନ କରନ୍ତୁ (ଯଦି ଆପଣ ପୂର୍ବରୁ ନାହାଁନ୍ତି):
+
+``
+cd first-contributions
+``
+
+ବର୍ତ୍ତମାନ `git switch` କମାଣ୍ଡ ବ୍ୟବହାର କରି ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ:
+
+``
+git switch -c <ତୁମର-ନୂତନ-ଶାଖା-ନାମ>
+``
+
+ଉଦାହରଣ ସ୍ଵରୁପ:
+
+``
+git switch -c add-alonzo-church
+``
+
+## ଆବଶ୍ୟକ ପରିବର୍ତ୍ତନ କର ଏବଂ ସେହି ପରିବର୍ତ୍ତନଗୁଡିକ କର |
+
+ବର୍ତ୍ତମାନ ଟେକ୍ସଟ୍ ଏଡିଟର୍ ରେ `Contributors.md` ଫାଇଲ୍ ଖୋଲ, ଏଥିରେ ତୁମର ନାମ ଯୋଡ | ଫାଇଲ୍ ର ଆରମ୍ଭ କିମ୍ବା ଶେଷରେ ଏହାକୁ ଯୋଡନ୍ତୁ ନାହିଁ | ଏହାକୁ ଯେକ ଣସି ସ୍ଥାନରେ ରଖନ୍ତୁ | ବର୍ତ୍ତମାନ, ଫାଇଲ୍ ସେଭ୍ କରନ୍ତୁ |
+
+
+
+ଯଦି ଆପଣ ପ୍ରୋଜେକ୍ଟ ଡିରେକ୍ଟୋରୀକୁ ଯାଆନ୍ତି ଏବଂ `git status` କମାଣ୍ଡ୍ ଏକଜେକ୍ୟୁଟ୍ କରନ୍ତି, ଆପଣ ଦେଖିବେ ସେଠାରେ କିଛି ପରିବର୍ତ୍ତନ ଅଛି |
+
+ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଆପଣ `git add` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସୃଷ୍ଟି କରିଥିବା ଶାଖାରେ ଯୋଡନ୍ତୁ:
+
+``
+git add Contributors.md
+``
+ବର୍ତ୍ତମାନ `git commit` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ କର:
+
+``
+git commit -m "Add <ତୁମର ନାମ> to Contributors list"
+``
+
+<ତୁମର ନାମ> ସହିତ ତୁମର ନାମ ବଦଳାଇବା |
+
+## GitHub କୁ ପରିବର୍ତ୍ତନ କର |
+
+`git push` 'କମାଣ୍ଡ ବ୍ୟବହାର କରି ତୁମର ପରିବର୍ତ୍ତନକୁ ଠେଲିଦିଅ:
+
+``
+git push -u <ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ>
+``
+
+ଆପଣ ପୂର୍ବରୁ ସୃଷ୍ଟି କରିଥିବା ଶାଖାର ନାମ ସହିତ `ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ` କୁ ବଦଳାନ୍ତୁ |
+
+ ଯଦି ଆପଣ ଠେଲିବା ସମୟରେ କ any ଣସି ତ୍ରୁଟି ପାଆନ୍ତି, ତେବେ ଏଠାରେ କ୍ଲିକ୍ କରନ୍ତୁ:
+
+- ### ପ୍ରାମାଣିକିକରଣ ତ୍ରୁଟି |
+ ସୁଦୂର: ପାସୱାର୍ଡ ପ୍ରାମାଣିକିକରଣ ପାଇଁ ସମର୍ଥନ ଅଗଷ୍ଟ 13, 2021 ରେ ଅପସାରିତ ହୋଇଥିଲା। ଦୟାକରି ଏହା ବଦଳରେ ଏକ ବ୍ୟକ୍ତିଗତ ପ୍ରବେଶ ଟୋକେନ୍ ବ୍ୟବହାର କରନ୍ତୁ |
+ ସୁଦୂର: ଅଧିକ ସୂଚନା ପାଇଁ ଦୟାକରି https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ ଦେଖନ୍ତୁ |
+ ସାଂଘାତିକ: 'https://github.com/
ପାଇଁ ପ୍ରାମାଣିକିକରଣ ବିଫଳ ହେଲା |
+ [GitHub ର ଟ୍ୟୁଟୋରିଆଲ୍] କୁ ଯାଆନ୍ତୁ (https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ଆପଣଙ୍କ ଖାତାକୁ ଏକ SSH କି ସୃଷ୍ଟି ଏବଂ ବିନ୍ୟାସ କରିବା |
+
+
+
+ବର୍ତ୍ତମାନ ଟାଣ ଅନୁରୋଧ ଦାଖଲ କରନ୍ତୁ |
+
+
+
+ଶୀଘ୍ର ମୁଁ ତୁମର ସମସ୍ତ ପରିବର୍ତ୍ତନକୁ ଏହି ପ୍ରକଳ୍ପର ମୁଖ୍ୟ ଶାଖାରେ ମିଶ୍ରଣ କରିବି | ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ମିଶ୍ରିତ ହେବା ପରେ ତୁମେ ଏକ ବିଜ୍ email ପ୍ତି ଇମେଲ ପାଇବ |
+
+## ଏଠାରୁ କେଉଁଠିକୁ ଯିବା?
+
+ଅଭିନନ୍ଦନ! ତୁମେ କେବଳ ମାନକ _ଫୋର୍କ୍ -> କ୍ଲୋନ୍ -> ସଂପାଦନ -> ଟାଣ ଅନୁରୋଧ_ ୱାର୍କଫ୍ଲୋ ଯାହା ତୁମେ ପ୍ରାୟତ a ଏକ ସହଯୋଗୀ ଭାବରେ ସାମ୍ନା କରିବ!
+
+ଆପଣଙ୍କର ଅବଦାନକୁ ପାଳନ କରନ୍ତୁ ଏବଂ [ୱେବ୍ ଆପ୍](https://firstcontributions.github.io/#social-share) କୁ ଯାଇ ଆପଣଙ୍କର ସାଙ୍ଗ ଏବଂ ଅନୁସରଣକାରୀଙ୍କ ସହିତ ଅଂଶୀଦାର କରନ୍ତୁ |
+
+ଯଦି ତୁମର କ ଣସି ସାହାଯ୍ୟ ଦରକାର କିମ୍ବା କ ଣସି ପ୍ରଶ୍ନ ଅଛି ତେବେ ତୁମେ ଆମର ଅଳସୁଆ ଦଳରେ ଯୋଗ ଦେଇ ପାରିବ | [ଅଳିଆ ଦଳରେ ଯୋଗ ଦିଅନ୍ତୁ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+
+ବର୍ତ୍ତମାନ, ଅନ୍ୟ ପ୍ରୋଜେକ୍ଟରେ ଯୋଗଦାନ ସହିତ ଆରମ୍ଭ କରିବା | ସହଜ ପ୍ରସଙ୍ଗଗୁଡିକ ସହିତ ଆମେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ଏକ ତାଲିକା ସଂକଳନ କରିଛୁ ଯାହାକୁ ଆପଣ ଆରମ୍ଭ କରିପାରିବେ | [ୱେବ୍ ଆପରେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ତାଲିକା](https://firstcontributions.github.io/#project-list) ଦେଖନ୍ତୁ |
+
+### [ଅତିରିକ୍ତ ସାମଗ୍ରୀ](additional-material/git_workflow_scenarios/additional-material.md)
+
+## ଅନ୍ୟାନ୍ୟ ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ |
+
+| |
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.pb.md b/docs/gui-tool-tutorials/translations/README.pb.md
new file mode 100644
index 00000000..43d093d1
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.pb.md
@@ -0,0 +1,116 @@
+[](https://github.com/ellerbrock/open-source-badges/)
+[](https://opensource.org/licenses/MIT)
+
+# ਪਹਿਲਾ ਯੋਗਦਾਨ
+
+ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਉਦੇਸ਼ ਸ਼ੁਰੂਆਤੀ ਲੋਕਾਂ ਦਾ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੇ ਕਮ ਨੂੰ ਸਰਲ ਬਣਾਉਣ ਅਤੇ ਮਾਰਗਦਰਸ਼ਨ ਕਰਨਾ ਹੈ। ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਹੇ ਹੋ, ਤਾਂ ਹੇਠਾਂ ਦਿੱਤੇ ਕਦਮਾਂ ਦੀ ਪਾਲਣਾ ਕਰੋ।
+ਜੇ ਤੁਸੀਂ ਕਮਾਂਡ ਲਾਈਨ ਨਾਲ ਸੁਖੀ ਨਹੀਂ ਹੋ, [ਇੱਥੇ ਜੀ.ਯੁ.ਆੀ ਟੂਲਸ ਦੀ ਵਰਤੋਂ ਕਰਨ ਦਿਆਂ ਟੁਟੋਰਿਅਲਸ ਹਨ.](#ਹੋਰ-ਟੂਲਜ-ਦੀ-ਵਰਤੋਂ-ਕਰਦਿਆਂ-ਟੁਟੋਰਿਅਲ)
+
+
+
+#### ਜੇ ਤੁਹਾਡੀ ਮਸ਼ੀਨ ਤੇ ਗਿੱਟ ਨਹੀਂ ਹੈ, [ਇਸ ਨੂੰ ਇੰਸਟਾਲ ਕਰੋ](https://help.github.com/articles/set-up-git/)।
+
+## ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ
+ਇਸ ਪੰਨੇ ਦੇ ਸਿਖਰ ਤੇ 'ਫੋਰਕ ਬਟਨ' ਤੇ ਕਲਿੱਕ ਕਰਕੇ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ. ਇਹ ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦੀ ਇੱਕ ਕਾਪੀ ਬਣਾਏਗਾ.
+
+## ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਕਲੋਨ ਕਰੋ
+
+
+ਹੁਣ ਆਪਣੀ ਮਸ਼ੀਨ ਤੇ ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਕਲੋਨ ਕਰੋ। ਆਪਣੇ ਗਿਟ-ਹਬ ਅਕਾਉਂਟ ਤੇ ਜਾਓ, ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਖੋਲ੍ਹੋ, ਕੋਡ ਬਟਨ ਤੇ ਕਲਿਕ ਕਰੋ ਅਤੇ ਫਿਰ ਕਲਿੱਪਬੋਰਡ ਆਈਕਨ ਤੇ ਕਾਪੀ ਕਲਿੱਕ ਕਰੋ.
+ਇੱਕ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ ਅਤੇ ਹੇਠਲੀ ਗਿਟ ਕਮਾਂਡ ਚਲਾਓ:
+
+```
+git clone "ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ"
+```
+
+ਜਿੱਥੇ “ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ” (ਹਵਾਲਾ ਨਿਸ਼ਾਨਾਂ ਤੋਂ ਬਿਨਾਂ) ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਯੂ.ਆਰ.ਐਲ ਹੈ (ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਤੁਹਾਡਾ ਫੋਰਕ)। ਯੂ.ਆਰ.ਐਲ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਪਿਛਲੇ ਕਦਮ ਵੇਖੋ।
+
+
+ਉਦਾਹਰਣ ਲਈ:
+```
+git clone https://github.com/this-is-you/first-contributions.git
+```
+
+ਜਿੱਥੇ `this-is-you` ਤੁਹਾਡਾ ਗਿਟ-ਹਬ ਉਪਯੋਗਕਰਤਾ ਨਾਮ ਹੈ। ਇੱਥੇ ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਗਿਟ-ਹਬ ਉੱਤੇ ਪਹਿਲੇ-ਯੋਗਦਾਨ ਰਿਪੋਜ਼ਟਰੀ ਦੇ ਭਾਗਾਂ ਦੀ ਨਕਲ ਕਰ ਰਹੇ ਹੋ.
+
+## ਇੱਕ ਸ਼ਾਖਾ ਬਣਾਓ
+ਆਪਣੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਰਿਪੋਜ਼ਟਰੀ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਬਦਲੋ (ਜੇ ਤੁਸੀਂ ਪਹਿਲਾਂ ਤੋਂ ਨਹੀਂ ਹੋ):
+
+```
+cd first-contributions
+```
+
+ਹੁਣ `git checkout` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸ਼ਾਖਾ ਬਣਾਓ:
+
+```
+git checkout -b ਤੁਹਾਡਾ-ਨਵੀਂ-ਸ਼ਾਖਾ-ਦਾ-ਨਾਮ
+```
+
+ਉਦਾਹਰਣ ਲਈ:
+
+```
+git checkout -b add-alonzo-church
+```
+
+(ਸ਼ਾਖਾ ਦੇ ਨਾਮ ਨੂੰ ਇਸ ਵਿਚ _add_ ਸ਼ਬਦ ਦੀ ਜ਼ਰੂਰਤ ਨਹੀਂ ਹੈ, ਪਰ ਇਹ ਸ਼ਾਮਲ ਕਰਨਾ ਇਕ ਵਾਜਬ ਚੀਜ਼ ਹੈ ਕਿਉਂਕਿ ਇਸ ਸ਼ਾਖਾ ਦਾ ਉਦੇਸ਼ ਤੁਹਾਡੇ ਨਾਮ ਨੂੰ ਇਕ ਸੂਚੀ ਵਿਚ ਸ਼ਾਮਲ ਕਰਨਾ ਹੈ.)
+
+## ਜ਼ਰੂਰੀ ਤਬਦੀਲੀਆਂ ਕਰੋ ਅਤੇ ਉਨ੍ਹਾਂ ਬਦਲਾਵਾਂ ਨੂੰ ਪ੍ਰਤੀਬੱਧ ਕਰੋ
+ਹੁਣ ਟੈਕਸਟ ਐਡੀਟਰ ਵਿੱਚ `Contributors.md` ਫਾਈਲ ਖੋਲ੍ਹੋ, ਇਸ ਵਿੱਚ ਆਪਣਾ ਨਾਮ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਫਾਈਲ ਦੇ ਸ਼ੁਰੂ ਜਾਂ ਅੰਤ 'ਤੇ ਨਾ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਕਿਤੇ ਵੀ ਵਿਚਕਾਰ ਰੱਖੋ। ਹੁਣ, ਫਾਈਲ ਸੇਵ ਕਰੋ।
+
+
+
+ਜੇ ਤੁਸੀਂ ਪ੍ਰੋਜੈਕਟ ਡਾਇਰੈਕਟਰੀ ਤੇ ਜਾਂਦੇ ਹੋ ਅਤੇ `git status` ਕਮਾਂਡ ਚਲਾਉਂਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਦੇਖੋਗੇ ਕਿ ਬਦਲਾਅ ਹਨ।
+
+ਸ਼ਾਖਾ ਵਿੱਚ ਉਹ ਬਦਲਾਵ ਸ਼ਾਮਲ ਕਰੋ ਜੋ ਤੁਸੀਂ ਹੁਣੇ ਬਣਾਇਆ `git add` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਬਣਾਈ ਹੈ:
+
+```
+git add Contributors.md
+```
+
+ਹੁਣ ਉਹ ਤਬਦੀਲੀਆਂ `git ਕਮਿ`` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਨਾਲ ਕਰੋ:
+
+```
+git commit -m "Add
+
+ਹੁਣ ਪੁਲੀ ਬੇਨਤੀ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ.
+
+
+
+ਜਲਦੀ ਹੀ ਮੈਂ ਤੁਹਾਡੀਆਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਇਸ ਪ੍ਰੋਜੈਕਟ ਦੀ ਮਾਸਟਰ ਬ੍ਰਾਂਚ ਵਿੱਚ ਮਿਲਾ ਦੇਵਾਂਗਾ. ਇਕ ਵਾਰ ਤਬਦੀਲੀਆਂ ਨੂੰ ਮਿਲਾਉਣ ਤੋਂ ਬਾਅਦ ਤੁਹਾਨੂੰ ਇਕ ਸੂਚਨਾ ਈਮੇਲ ਮਿਲੇਗੀ.
+
+## ਇਥੋਂ ਕਿੱਥੇ ਜਾਣਾ ਹੈ?
+
+ਵਧਾਈਆਂ! ਤੁਸੀਂ ਹੁਣੇ ਹੀ ਸਟੈਂਡਰਡ _ਫੋਰਕ -> ਕਲੋਨ -> ਐਡਿਟ -> ਖਿੱਚ ਬੇਨਤੀ_ ਵਰਕਫਲੋ ਪੂਰਾ ਕੀਤਾ ਹੈ ਜਿਸਦਾ ਤੁਸੀਂ ਅਕਸਰ ਇੱਕ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸਾਹਮਣਾ ਕਰੋਗੇ!
+
+ਆਪਣੇ ਯੋਗਦਾਨ ਦਾ ਜਸ਼ਨ ਮਨਾਓ ਅਤੇ ਜਾ ਕੇ ਇਸ ਨੂੰ ਆਪਣੇ ਦੋਸਤਾਂ ਅਤੇ ਪੈਰੋਕਾਰਾਂ ਨਾਲ ਸਾਂਝਾ ਕਰੋ। [ਵੈੱਬ ਐਪ](https://firstcontributions.github.io/#social-share).
+
+ਜੇਕਰ ਤੁਸੀਂ ਹੋਰ ਅਭਿਆਸ ਚਾਹੁੰਦੇ ਹੋ, ਤਾਂ [ਕੋਡ ਯੋਗਦਾਨਾਂ](https://github.com/roshanjossey/code-contributions) ਨੂੰ ਚੈੱਕਆਉਟ ਕਰੋ।
+
+ਆਓ ਹੁਣ ਤੁਹਾਨੂੰ ਹੋਰ ਪ੍ਰੋਜੈਕਟਾਂ ਵਿੱਚ ਯੋਗਦਾਨ ਪਾਉਣ ਲਈ ਸ਼ੁਰੂਆਤ ਕਰੀਏ. ਅਸੀਂ ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਤਿਆਰ ਕੀਤੀ ਹੈ ਜਿਸ ਨਾਲ ਤੁਸੀਂ ਅਸਾਨ ਮੁੱਦਿਆਂ ਨੂੰ ਸ਼ੁਰੂ ਕਰ ਸਕਦੇ ਹੋ। [ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਸੂਚੀ](https://firstcontributions.github.io/#project-list).
+
+### [ਵਾਧੂ ਸਮੱਗਰੀ](additional-material/git_workflow_scenarios/additional-material.md)
+
+## ਹੋਰ ਟੂਲਜ ਦੀ ਵਰਤੋਂ ਕਰਦਿਆਂ ਟੁਟੋਰਿਅਲ
+
+| |
|
|
| |
|
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
diff --git a/docs/gui-tool-tutorials/translations/README.pl.md b/docs/gui-tool-tutorials/translations/README.pl.md
new file mode 100644
index 00000000..39b58641
--- /dev/null
+++ b/docs/gui-tool-tutorials/translations/README.pl.md
@@ -0,0 +1,138 @@
+[](https://github.com/firstcontributions/open-source-badges)
+[
](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)
+[](https://opensource.org/licenses/MIT)
+[](https://www.codetriage.com/roshanjossey/first-contributions)
+
+# Pierwsze kontrybucje
+
+Zawsze jest ciężko, kiedy robisz coś po raz pierwszy. Szczególnie gdy współpracujesz z innymi ludźmi, ponieważ popełnianie błędów nie jest niczym przyjemnym. Jednak właśnie na współpracy opiera się idea otwartego oprogramowania. Chcemy nauczyć w prosty sposób nowych programistów jak wgrać swoją pierwszą zmianę w obcym projekcie.
+
+Czytanie artykułów i oglądanie poradników może pomóc, ale czy jest coś lepszego niż spróbowanie czegoś samemu bez obaw, że się coś zepsuje? Ten projekt ma na celu dostarczyć nowicjuszom wskazówek i uprościć proces wgrania pierwszej zmiany. Pamiętaj: im bardziej jesteś zrelaksowany, tym lepiej się uczysz. Jeśli chcesz wgrać swoją pierwszą kontrybucję wykonaj kilka prostych kroków poniżej. Będzie fajnie, obiecujemy.
+
+
+
+Jeśli nie masz Gita na swoim komputerze, [ zainstaluj go ](https://help.github.com/articles/set-up-git/).
+
+## Zrób fork repozytorium (`fork`)
+
+Zrób fork tego repozytorium klikając przycisk `Fork` na górze tej strony. Stworzysz tym samym kopię tego repozytorium na swoim koncie.
+
+## Sklonuj repozytorium (`clone`)
+
+
+
+Teraz sklonuj repozytorium na swój komputer. Przejdź do swojego konta GitHub, otwórz skopiowane repozytorium, kliknij przycisk `Code`, a później ikonkę _skopiuj do schowka_.
+
+Otwórz konsolę i uruchom komendę git:
+
+```
+git clone
+
+Przykład:
+
+```
+git clone https://github.com/to-ty/first-contributions.git
+```
+
+W miejscu `to-ty` to twój login na GitHubie. W tym kroku ściągasz zawartość twojej kopii repozytorium `first-contributions` z githuba na swój komputer.
+
+## Stwórz gałąź (`branch`)
+
+Wejdź do folderu ze swoim repozytorium (jeżeli jeszcze tam nie jesteś):
+
+```
+cd first-contributions
+```
+
+Teraz utwórz nową gałąź wykonując polecenie `git switch`:
+
+```
+git switch -c