mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Merge branch 'more-zh-translation' of git://github.com/dotnil/learnGitBranching into dotnil
Issue #74
This commit is contained in:
parent
b3c6b6de66
commit
6fdcbbcee1
9 changed files with 149 additions and 38 deletions
|
@ -17,5 +17,24 @@ exports.dialog = {
|
|||
' * Enter the command ```finish``` to output your level JSON!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'zh_CN': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 欢迎使用关卡生成器!',
|
||||
'',
|
||||
'主要步骤如下:',
|
||||
'',
|
||||
' * 使用 git 命令布置好初始环境',
|
||||
' * 使用 ```define start``` 命令定义起始树',
|
||||
' * 输入一系列 git 命令,编好答案',
|
||||
' * 使用 ```define goal``` 命令定义目标树。定义目标的同时定义答案',
|
||||
' * 还可以用 ```define hint``` 命令定义一个提示',
|
||||
' * 用 ```define name``` 修改名称',
|
||||
' * 还可以用 ```edit dialog``` 定义一个漂亮的开始对话框',
|
||||
' * 输入 ```finish``` 就可以输出你的关卡数据(JSON)了!'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue