mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Dialogs translated
This commit is contained in:
parent
afeede2e66
commit
844074d598
5 changed files with 97 additions and 0 deletions
|
@ -68,6 +68,16 @@ exports.dialog = {
|
|||
'Je crois en vous ! Vous pouvez le faire'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'ru_RU': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Уверен, что хочешь посмотреть решение?',
|
||||
'',
|
||||
'Мы верим в тебя! Не прыгай! Ты сможешь!'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue