mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-31 08:04:40 +02:00
turkish translate for rebase levels and index
This commit is contained in:
parent
15fffbe5b8
commit
4104913e77
4 changed files with 73 additions and 17 deletions
|
@ -25,7 +25,8 @@ exports.level = {
|
|||
"vi": "Rebase hơn 9000 lần",
|
||||
"sl_SI": "Več kot 9000 Rebaseov",
|
||||
"it_IT": "Rebasing livello 8000",
|
||||
"pl": "Rebase ponad 8000 razy"
|
||||
"pl": "Rebase ponad 8000 razy",
|
||||
"tr_TR": "9000 kereden fazla rebase işlemi yapmak"
|
||||
},
|
||||
"hint": {
|
||||
"en_US": "Remember, the most efficient way might be to only update main at the end...",
|
||||
|
@ -46,7 +47,8 @@ exports.level = {
|
|||
"sl_SI": "Pomni, morda je najbolj učinkovit način posodabljanje masterja samo na koncu ...",
|
||||
"it_IT":
|
||||
"Ricorda, il modo migliore potrebbe essere di aggiornare il main alla fine...",
|
||||
"pl": "Pamiętaj, że najskuteczniejszym sposobem może być aktualizacja `main` dopiero na samym końcu..."
|
||||
"pl": "Pamiętaj, że najskuteczniejszym sposobem może być aktualizacja `main` dopiero na samym końcu...",
|
||||
"tr_TR": "Şunu hatırlamanı isterim ki: belki de en verimli yol işin sonunda maini güncellemektir."
|
||||
},
|
||||
"startDialog": {
|
||||
"en_US": {
|
||||
|
@ -373,5 +375,23 @@ exports.level = {
|
|||
},
|
||||
],
|
||||
},
|
||||
"tr_TR": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
"options": {
|
||||
"markdowns": [
|
||||
"### Birden fazla branch'ı rebase etmek",
|
||||
"",
|
||||
"Dostum, burada bir sürü branch'imiz var! Hadi tüm işlemleri bu branchlerden maine yeniden aktaralım (rebase).",
|
||||
"",
|
||||
"Yukarıya doğru yönetmek biraz zor gibi görünse de -- tüm commitlerin sıralı olmasını istiyorlar. Yani bu, ağacımızın son halinin en altta `C7`, onun üstünde `C6`, vs. sırayla olması gerektiği anlamına geliyor.",
|
||||
"",
|
||||
"Kafan karışırsa 'reset' tuşuna basarak yeniden başlamaktan çekinme. Çözümümüze göz attığından ve bu bölümü daha az komutla bitirip bitiremeyeceğini gördüğünden emin ol!"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue