From d01e9f1c6f7d4e05e14a3fd1deefe7396df9613d Mon Sep 17 00:00:00 2001 From: 0xK3rn3lp4n1c Date: Thu, 5 Oct 2023 17:23:36 +0300 Subject: [PATCH] tags level translated to Turkish --- src/levels/mixed/tags.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/levels/mixed/tags.js b/src/levels/mixed/tags.js index 2ec63034..cbb9737d 100644 --- a/src/levels/mixed/tags.js +++ b/src/levels/mixed/tags.js @@ -1004,7 +1004,7 @@ exports.level = { "", "Daha da önemlisi, daha fazla commit oluşturulduğunda asla hareket etmezler. Bir etiketi \"checkout\" edemez ve sonra o etiket üzerinde çalışmayı tamamlayamazsınız - tagler, belirli noktaları belirleyen commit ağacındaki referans noktaları olarak varlıklarını sürdürürler.", "", - "Let's see what tags look like in practice." + "Gelin, tag'ler pratikte nasıl görünüyor bakalım." ] } }, @@ -1012,10 +1012,10 @@ exports.level = { "type": "GitDemonstrationView", "options": { "beforeMarkdowns": [ - "Let's try making a tag at `C1` which is our version 1 prototype." + "Hadi `C1` üzerinde bir tag oluşturmayı deneyelim, bu bizim 1. sürüm prototipimizdir." ], "afterMarkdowns": [ - "There! Quite easy. We named the tag `v1` and referenced the commit `C1` explicitly. If you leave the commit off, git will just use whatever `HEAD` is at." + "İşte bu! Oldukça kolay. Etiketi `v1` olarak adlandırdık ve `C1` commit'ini açıkça refere ettik. Eğer commit'i belirtmezseniz, git sadece `HEAD` neredeyse onu kullanır." ], "command": "git tag v1 C1", "beforeCommand": "git commit" @@ -1025,13 +1025,13 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "For this level just create the tags in the goal visualization and then check `v1` out. Notice how you go into detached `HEAD` state -- this is because you can't commit directly onto the `v1` tag.", + "Bu seviye için sadece hedef görselleştirmede tag'leri oluşturun ve ardından `v1`i kontrol edin. Dikkatinizi çekecektir ki bağımsız (detached) `HEAD` durumuna giriyorsunuz - bu, `v1` etiketi üzerine doğrudan commit yapamayacağınız içindir.", "", - "In the next level we'll examine a more interesting use case for tags." + "Sonraki seviyede, etiketlerin daha ilginç bir kullanım durumunu inceleyeceğiz." ] } } ] }, } -}; +}; \ No newline at end of file