mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
add some zh_CN translate strings
fix 2 command errror in level intro3
This commit is contained in:
parent
d17d131d24
commit
2f8fe36c91
15 changed files with 604 additions and 1701 deletions
|
@ -36,21 +36,25 @@ exports.sequenceInfo = {
|
|||
rebase: {
|
||||
displayName: {
|
||||
'en_US': 'Master the Rebase Luke!',
|
||||
'ko': '리베이스 완전정복!'
|
||||
'ko': '리베이스 완전정복!',
|
||||
'zh_CN': '掌握衍合,兄弟!'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'What is this whole rebase hotness everyone is talking about? Find out!',
|
||||
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!'
|
||||
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!',
|
||||
'zh_CN': '大家说的火热的衍合都是些神马?看看吧!'
|
||||
}
|
||||
},
|
||||
mixed: {
|
||||
displayName: {
|
||||
'en_US': 'A Mixed Bag',
|
||||
'ko': '종합선물세트'
|
||||
'ko': '종합선물세트',
|
||||
'zh_CN': '大杂烩?'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'A mixed bag of Git techniques, tricks, and tips',
|
||||
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다'
|
||||
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다',
|
||||
'zh_CN': 'Git技术,技巧与贴士'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue