mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
Added ru_RU (Russian) translation for the "mergeManyFeatures.js". Fixed typos.
This commit is contained in:
parent
1a5bd9e058
commit
7bf0c70fbd
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,8 @@ exports.level = {
|
|||
"pt_BR": "Merge com remotos",
|
||||
"de_DE": "Änderungen vom Remote zusammenführen",
|
||||
"ja" : "リモートとのmerge",
|
||||
"fr_FR": "Fusionner avec les branches distantes"
|
||||
"fr_FR": "Fusionner avec les branches distantes",
|
||||
"ru_RU": "Слияние с удалённым репозиторием"
|
||||
},
|
||||
"hint": {
|
||||
"en_US": "Pay attention to the goal tree!",
|
||||
|
@ -20,7 +21,8 @@ exports.level = {
|
|||
"pt_BR": "Preste atenção na árvore do objetivo!",
|
||||
"de_DE": "Beachte den Ziel-Baum!",
|
||||
"ja" : "ゴールツリーをよく見てください!",
|
||||
"fr_FR": "Respectez l'arbre représentant l'objectif !"
|
||||
"fr_FR": "Respectez l'arbre représentant l'objectif !",
|
||||
"ru_RU": "Внимательно посмотрите на цель уровня !"
|
||||
},
|
||||
"compareOnlyMaster": true,
|
||||
"startDialog": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue