Dialogs translated

This commit is contained in:
CoylOne 2015-05-04 15:08:01 +03:00
parent afeede2e66
commit 844074d598
5 changed files with 97 additions and 0 deletions

View file

@ -68,6 +68,16 @@ exports.dialog = {
'Je crois en vous ! Vous pouvez le faire'
]
}
}],
'ru_RU': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Уверен, что хочешь посмотреть решение?',
'',
'Мы верим в тебя! Не прыгай! Ты сможешь!'
]
}
}]
};