mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
commit
32c24fd929
11 changed files with 111 additions and 57 deletions
|
@ -39,24 +39,28 @@ exports.sequenceInfo = {
|
|||
displayName: {
|
||||
'en_US': 'Master the Rebase Luke!',
|
||||
'fr_FR': 'Maîtrise Rebase, Luke!',
|
||||
'zh_CN': '掌握衍合,兄弟!',
|
||||
'ko': '리베이스 완전정복!'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'What is this whole rebase hotness everyone is talking about? Find out!',
|
||||
'fr_FR': 'Que\'est-ce que c\'est que ce rebase dont tout le monde parle ? Découvrez-le !',
|
||||
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!'
|
||||
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!',
|
||||
'zh_CN': '大家说的火热的衍合都是些神马?看看吧!'
|
||||
}
|
||||
},
|
||||
mixed: {
|
||||
displayName: {
|
||||
'en_US': 'A Mixed Bag',
|
||||
'fr_FR': 'Un assortiment',
|
||||
'ko': '종합선물세트'
|
||||
'ko': '종합선물세트',
|
||||
'zh_CN': '大杂烩?'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'A mixed bag of Git techniques, tricks, and tips',
|
||||
'fr_FR': 'Un assortiment de techniques et astuces pour utiliser Git',
|
||||
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다'
|
||||
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다',
|
||||
'zh_CN': 'Git技术,技巧与贴士'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue