mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
Added zh_CN translation of confirmShowSolution
also a minor fix of level title
This commit is contained in:
parent
e2ecfef4f4
commit
3359c3742e
2 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,16 @@ exports.dialog = {
|
||||||
'I believe in you! You can do it'
|
'I believe in you! You can do it'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}],
|
||||||
|
'zh_CN': [{
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## 确定要看答案吗?',
|
||||||
|
'',
|
||||||
|
'哥相信你!你可以的'
|
||||||
|
]
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ exports.level = {
|
||||||
"en_US": "Reversing Changes in Git",
|
"en_US": "Reversing Changes in Git",
|
||||||
"fr_FR": "Annuler des changements avec Git",
|
"fr_FR": "Annuler des changements avec Git",
|
||||||
"ko": "Git에서 작업 되돌리기",
|
"ko": "Git에서 작업 되돌리기",
|
||||||
"zh_CN": "Git撤销改变"
|
"zh_CN": "Git 里的撤销改变"
|
||||||
},
|
},
|
||||||
"hint": {
|
"hint": {
|
||||||
"en_US": "",
|
"en_US": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue