Skip to content

Commit

Permalink
now images are showing in zulu repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zecollokaris committed Oct 28, 2018
1 parent 1159cb2 commit f320535
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
20 changes: 10 additions & 10 deletions translations/README.afk.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die
[🇮🇩](translations/README.id.md)
[🇫🇷](translations/README.fr.md)
[🇪🇸](translations/README.es.md)
[<img src="assets/catalan1.png" width="22">](translations/README.ca.md)
[<img src="../assets/catalan1.png" width="22">](translations/README.ca.md)
[🇳🇱](translations/README.nl.md)
[🇱🇹](translations/README.lt.md)
[🇷🇺](translations/README.ru.md)
Expand Down Expand Up @@ -51,7 +51,7 @@ Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die
[:slovenia:](translations/README.sl.md)
[🇮🇱](translations/README.hb.md)
[🇨🇿](translations/README.cs.md)
[<img src="assets/pirate.png" width="22">](translations/README.en-pirate.md)
[<img src="../assets/pirate.png" width="22">](translations/README.en-pirate.md)
[🇲🇽](translations/README.mx.md)
[🇿🇦](translations/README.zul.md)
[🇿🇦](translations/README.afk.md)
Expand All @@ -60,7 +60,7 @@ Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die



<img align="right" width="300" src="assets/fork.png" alt="fork this repository" />
<img align="right" width="300" src="../assets/fork.png" alt="fork this repository" />

As jy nie git op jou masjien het nie, [installeer dit]( https://help.github.com/articles/set-up-git/).

Expand All @@ -70,7 +70,7 @@ Vork hierdie repo deur op die vurk knoppie bo-aan hierdie bladsy te klik. Dit sa

## Klone die repository

<img align="right" width="300" src="assets/clone.png" alt="clone this repository" />
<img align="right" width="300" src="../assets/clone.png" alt="clone this 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.

Expand All @@ -82,7 +82,7 @@ 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.

<img align="right" width="300" src="assets/copy-to-clipboard.png" alt="copy URL to clipboard" />
<img align="right" width="300" src="../assets/copy-to-clipboard.png" alt="copy URL to clipboard" />

Byvoorbeeld:

Expand Down Expand Up @@ -118,7 +118,7 @@ git checkout -b add-alonzo-church

Nou oop `Contributors.md` lêer in 'n teksredigeerder, voeg jou naam daarby. Moet dit nie aan die begin of einde van die lêer byvoeg nie. Sit dit oral tussenin. Stoor nou die lêer.

<img align="right" width="450" src="assets/git-status.png" alt="git status" />
<img align="right" width="450" src="../assets/git-status.png" alt="git status" />

As u na die projekgids gaan en die opdrag uitvoer `git status`, sal u sien dat daar veranderinge is.

Expand Down Expand Up @@ -151,11 +151,11 @@ vervang `<add-your-branch-name>` met die naam van die tak wat jy vroeër geskep

As jy na jou repository op GitHub gaan, sal jy 'n `Compare & pull` requestknoppie sien. Klik op daardie knoppie.

<img style="float: right;" src="assets/compare-and-pull.png" alt="create a pull request" />
<img style="float: right;" src="../assets/compare-and-pull.png" alt="create a pull request" />

Dien nou die trekversoek in.

<img style="float: right;" src="assets/submit-pull-request.png" alt="submit pull request" />
<img style="float: right;" src="../assets/submit-pull-request.png" alt="submit pull request" />

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.

Expand All @@ -171,7 +171,7 @@ Kom ons begin met die bydrae tot ander projekte. Ons het 'n lys van projekte saa

### [Bykomende materiaal](additional-material/git_workflow_scenarios/additional-material.md)

|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="/assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="../assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|---|---|---|---|
|[GitHub Desktop](github-desktop-tutorial.md)|[Visuele Studio 2017](github-windows-vs2017-tutorial.md)|[GitKraken](gitkraken-tutorial.md)|[Visuele Studio Kode](github-windows-vs-code-tutorial.md)|

Expand All @@ -182,4 +182,4 @@ As jy veral liefdadigheid voel, volg [Roshan](https://roshanjossey.github.io/) o
[Twitter](https://twitter.com/sudo__bangbang) en
[GitHub](https://github.com/roshanjossey).

<a href="http://saasgrids.com"> <img alt="https://app.saasgrids.com" src="assets/saasgrids-banner.png" width="500"></a>
<a href="http://saasgrids.com"> <img alt="https://app.saasgrids.com" src="../assets/saasgrids-banner.png" width="500"></a>
23 changes: 13 additions & 10 deletions translations/README.zul.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[<img align="right" width="150" src="assets/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)
[<img align="right" width="150" src="../assets/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions)

Expand All @@ -20,7 +20,7 @@ Ukufunda izihloko nokufundiswa kokubuka kungasiza, kodwa yini engcono kunokwenza
[🇮🇩](translations/README.id.md)
[🇫🇷](translations/README.fr.md)
[🇪🇸](translations/README.es.md)
[<img src="assets/catalan1.png" width="22">](translations/README.ca.md)
[<img src="../assets/catalan1.png" width="22">](translations/README.ca.md)
[🇳🇱](translations/README.nl.md)
[🇱🇹](translations/README.lt.md)
[🇷🇺](translations/README.ru.md)
Expand Down Expand Up @@ -52,7 +52,7 @@ Ukufunda izihloko nokufundiswa kokubuka kungasiza, kodwa yini engcono kunokwenza
[:slovenia:](translations/README.sl.md)
[🇮🇱](translations/README.hb.md)
[🇨🇿](translations/README.cs.md)
[<img src="assets/pirate.png" width="22">](translations/README.en-pirate.md)
[<img src="../assets/pirate.png" width="22">](translations/README.en-pirate.md)
[🇲🇽](translations/README.mx.md)
[🇿🇦](translations/README.zul.md)
[🇿🇦](translations/README.afk.md)
Expand All @@ -62,7 +62,7 @@ Ukufunda izihloko nokufundiswa kokubuka kungasiza, kodwa yini engcono kunokwenza



<img align="right" width="300" src="assets/fork.png" alt="fork this repository" />
<img align="right" width="300" src="../assets/fork.png" alt="fork this repository" />


Uma ungenayo i-git kumshini wakho, [faka]( https://help.github.com/articles/set-up-git/).
Expand All @@ -73,7 +73,7 @@ Fometha le repo ngokuchofoza inkinobho yemfoloko phezulu kwaleli khasi. Lokhu ku

## Qalisa i-repository

<img align="right" width="300" src="assets/clone.png" alt="clone this repository" />
<img align="right" width="300" src="../assets/clone.png" alt="clone this repository" />

Manje faka i-repo efakwe emshini wakho kumshini wakho. Yiya ku-akhawunti yakho ye-GitHub, vula i-repo evuliwe, chofoza inkinobho ye-clone bese uchofoza ikhophi ku-clipboard icon.

Expand All @@ -84,6 +84,9 @@ git clone "url you just copied"
```
lapho "u-url osuvele ukopishe khona" (ngaphandle kwama-quote marks) yi-url kule ndawo yokugcina (ifomu lakho lephrojekthi). Bona izinyathelo zangaphambilini ukuthola i-url.

<img align="right" width="300" src="../assets/copy-to-clipboard.png" alt="copy URL to clipboard" />


Ngokwesibonelo:

```
Expand Down Expand Up @@ -117,7 +120,7 @@ git checkout -b engeza-adam-kowalski

Manje `Contributors.md` ifayela evulekile kumhleli wombhalo, engeza igama lakho kuyo. Ungayifaki ekuqaleni noma ekupheleni kwefayela. Beka noma kuphi phakathi. Manje, londoloza ifayela.

<img align="right" width="450" src="assets/git-status.png" alt="git status" />
<img align="right" width="450" src="../assets/git-status.png" alt="git status" />

Uma uya encwadini yomhlahlandlela bese wenza umyalo `git status`, uzobona kukhona izinguquko.

Expand Down Expand Up @@ -150,11 +153,11 @@ kufaka esikhundleni `<add-your-branch-name>` segama legatsha owadala ngaphambili

Uma uya endaweni yakho yokugcina ku-GitHub, uzobona `Compare & pull request` inkinobho. Chofoza kuleyo nkinobho.

<img style="float: right;" src="assets/compare-and-pull.png" alt="create a pull request" />
<img style="float: right;" src="../assets/compare-and-pull.png" alt="create a pull request" />

Manje thumela isicelo sokudonsa.

<img style="float: right;" src="assets/submit-pull-request.png" alt="submit pull request" />
<img style="float: right;" src="../assets/submit-pull-request.png" alt="submit pull request" />

Ngokushesha ngizohlanganisa zonke izinguquko zakho zibe yigatsha eliyinhloko laphrojekthi. Uzothola i-imeyili yesaziso uma izinguquko sezihlanganisiwe.

Expand All @@ -173,7 +176,7 @@ Manje ake siqale ngokunikela ngeminye imiklamo. Senze uhlu lwamaphrojekthi ngezi

## Izinto ezengeziwe

|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="/assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="../assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|---|---|---|---|
|[Ideskithophu ye-GitHub](github-desktop-tutorial.md)|[I-Visual Studio 2017](github-windows-vs2017-tutorial.md)|[GitKraken](gitkraken-tutorial.md)|[Ikhodi ye-Visual Studio](github-windows-vs-code-tutorial.md)|

Expand All @@ -184,4 +187,4 @@ Uma uzizwa ikakhulukazi usizi, landela [Roshan](https://roshanjossey.github.io/)
[Twitter](https://twitter.com/sudo__bangbang) naku-
[GitHub](https://github.com/roshanjossey).

<a href="http://saasgrids.com"> <img alt="https://app.saasgrids.com" src="assets/saasgrids-banner.png" width="500"></a>
<a href="http://saasgrids.com"> <img alt="https://app.saasgrids.com" src="../assets/saasgrids-banner.png" width="500"></a>

0 comments on commit f320535

Please sign in to comment.