mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +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
|
@ -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': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue