Translated src/js/dialogs to Spanish 'es_ES'

This commit is contained in:
flyingbot91 2019-12-18 23:09:43 +01:00
parent a14da63e36
commit 892830add4
3 changed files with 77 additions and 0 deletions

View file

@ -67,6 +67,17 @@ exports.dialog = {
]
}
}],
'es_ES': [{
type: 'ModalAlert',
options: {
markdowns: [
'## ¡Buen trabajo!',
'',
'Resolviste el nivel en *{numCommands}* comandos; ',
'nuestra mejor solución usa {best}.'
]
}
}],
'pt_BR': [{
type: 'ModalAlert',
options: {