mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Merge Japanese translation ings! That wasn't too bad Issue #82
This commit is contained in:
parent
2957cdf966
commit
dce569165d
14 changed files with 584 additions and 4 deletions
|
@ -10,6 +10,17 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'ja': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 完成!',
|
||||
'',
|
||||
'あなたは*{numCommands}*回のコマンドでこの課題をクリアしました; ',
|
||||
'模範解答では{best}回です。'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'zh_CN': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue