mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 09:45:23 +02:00
Full Spanish translation
This commit is contained in:
parent
f1686932cb
commit
31ea0cedd0
40 changed files with 2397 additions and 4 deletions
|
@ -75,6 +75,25 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_AR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¡Bienvenido al constructor de niveles!',
|
||||
'',
|
||||
'Estos son los pasos principales:',
|
||||
'',
|
||||
' * Prepará el entorno inicial usando comandos de Git',
|
||||
' * Definí el árbol inicial con ```define start```',
|
||||
' * Ingresá la serie de comandos de git que representan la solución óptima',
|
||||
' * Definí el árbol objetivo con ```define goal```. El objetivo también determina la solución',
|
||||
' * Opcionalmente, definí pistas con ```define hint```',
|
||||
' * Dale un nombre con ```define name```',
|
||||
' * Opcionalmente, definí un mensaje inicial con ```edit dialog```',
|
||||
' * ¡Ingresá el comando ```finish``` para obtener tu nivel en formato JSON!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'fr_FR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue