mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 09:45:23 +02:00
Add zh-TW l10n
This commit is contained in:
parent
99525509c6
commit
3a10960941
21 changed files with 1003 additions and 25 deletions
|
@ -37,6 +37,25 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'zh_TW': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 欢迎使用关卡生成器!',
|
||||
'',
|
||||
'主要步骤如下:',
|
||||
'',
|
||||
' * 使用 git 命令布置好初始环境',
|
||||
' * 使用 ```define start``` 命令定义起始树',
|
||||
' * 输入一系列 git 命令,编好答案',
|
||||
' * 使用 ```define goal``` 命令定义目标树。定义目标的同时定义答案',
|
||||
' * 还可以用 ```define hint``` 命令定义一个提示',
|
||||
' * 用 ```define name``` 修改名称',
|
||||
' * 还可以用 ```edit dialog``` 定义一个漂亮的开始对话框',
|
||||
' * 输入 ```finish``` 就可以输出你的关卡数据(JSON)了!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'fr_FR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue