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

@ -85,6 +85,17 @@ exports.dialog = {
'notre solution le fait en {best}.'
]
}
}],
'ru_RU': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Супер!',
'',
'Ты прошёл уровень. Количество использованных команд - *{numCommands}* ; ',
'а наше решение состоит из {best}.'
]
}
}]
};