mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
fix chinese translate
This commit is contained in:
parent
fdecaa78a7
commit
6eb106a1f6
39 changed files with 607 additions and 595 deletions
|
@ -38,9 +38,10 @@ exports.dialog = {
|
|||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 碉堡了!',
|
||||
'## 好样的!',
|
||||
'',
|
||||
'你用 *{numCommands}* 条命令搞定了这一关;我们的答案要用 {best}。'
|
||||
'你用 *{numCommands}* 条命令通过了这一关;',
|
||||
'我们的答案要用 {best} 条命令。'
|
||||
]
|
||||
}
|
||||
}],
|
||||
|
@ -109,7 +110,8 @@ exports.dialog = {
|
|||
'наш розв’язок складається з {best}.'
|
||||
]
|
||||
}
|
||||
}],'ko': [{
|
||||
}],
|
||||
'ko': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue