Add zh-TW l10n

This commit is contained in:
Carl X. Su 2013-12-07 02:23:19 +08:00
parent 99525509c6
commit 3a10960941
21 changed files with 1003 additions and 25 deletions

View file

@ -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: {