mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
Added Korean discription for levelBuilder
This commit is contained in:
parent
61a2372b7e
commit
4bc9ba48b8
1 changed files with 19 additions and 0 deletions
|
@ -190,5 +190,24 @@ exports.dialog = {
|
|||
' * Ввести команду ```finish``` й отримати JSON з описом рівня!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'ko': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 레벨 생성기 입니다. 환영합니다!',
|
||||
'',
|
||||
'Here are the main steps:',
|
||||
'',
|
||||
' * 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