mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 19:24:29 +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': [{
|
'pt_BR': [{
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
|
|
@ -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': [{
|
'pt_BR': [{
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
|
|
@ -78,6 +78,62 @@ exports.dialog = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
'es_ES': [{
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## ¡Bienvenid@ a Learn Git Branching!',
|
||||||
|
'',
|
||||||
|
'Esta aplicación está diseñada para ayudar a los principantes ',
|
||||||
|
'a manejar los poderosos conceptos que hay detrás del trabajo ',
|
||||||
|
'con ramas (branches) en Git. Esperamos que disfrutes la aplicación ',
|
||||||
|
'y tal vez incluso ¡que aprendas algo! ',
|
||||||
|
'',
|
||||||
|
'# ¡Demo!',
|
||||||
|
'',
|
||||||
|
'Si no viste la demo, mírala en esta dirección:',
|
||||||
|
'',
|
||||||
|
'[https://pcottle.github.io/learnGitBranching/?demo](https://pcottle.github.io/learnGitBranching/?demo)',
|
||||||
|
'',
|
||||||
|
'¿Harto de este mensaje? Agrégale `?NODEMO` a la URL para dejar de verlo, como en este link:',
|
||||||
|
'',
|
||||||
|
'[https://pcottle.github.io/learnGitBranching/?NODEMO](?NODEMO)'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Comandos de Git',
|
||||||
|
'',
|
||||||
|
'Tienes una gran variedad de comandos de git en este sandbox. Estos incluyen: ',
|
||||||
|
'',
|
||||||
|
' * commit',
|
||||||
|
' * branch',
|
||||||
|
' * checkout',
|
||||||
|
' * cherry-pick',
|
||||||
|
' * reset',
|
||||||
|
' * revert',
|
||||||
|
' * rebase',
|
||||||
|
' * merge'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## ¡Compartí!',
|
||||||
|
'',
|
||||||
|
'Comparte tus árboles con tus amigos usando `export tree` e `import tree`',
|
||||||
|
'',
|
||||||
|
'¿Tienes una buena lección que compartir? Prueba construyendo un nivel con `build level` o prueba el nivel de un amigo con `import level`',
|
||||||
|
'',
|
||||||
|
'Para ver todos los comandos disponibles, escribe `show commands`. Hay algunas joyitas como `undo` y `reset`',
|
||||||
|
'',
|
||||||
|
'Por ahora, arranquemos con los `levels`...'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}],
|
||||||
'pt_BR': [{
|
'pt_BR': [{
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue