mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Translated src/js/dialogs to Spanish 'es_ES'
This commit is contained in:
parent
a14da63e36
commit
892830add4
3 changed files with 77 additions and 0 deletions
|
@ -49,6 +49,16 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_ES': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¿Estás seguro de que quieres ver la solución?',
|
||||
'',
|
||||
'¡Creo en ti! ¡Ánimo!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'pt_BR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue