mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Ukrainian translation for general strings and Main levels.
Fix css for bottom right panel to fit a new language.
This commit is contained in:
parent
02530196c2
commit
909db0fe9e
27 changed files with 1368 additions and 141 deletions
|
@ -98,6 +98,17 @@ exports.dialog = {
|
|||
'а наше решение состоит из {best}.'
|
||||
]
|
||||
}
|
||||
}]
|
||||
}],
|
||||
'uk': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Чудово !!',
|
||||
'',
|
||||
'Ти пройшов рівень використавши *{numCommands}* команди; ',
|
||||
'наш розв’язок складається з {best}.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue