mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Added es_ES translation to levelBuilder.js
This commit is contained in:
parent
4631475b39
commit
8aab243701
1 changed files with 19 additions and 0 deletions
|
@ -94,6 +94,25 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_ES': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¡Bienvenido al constructor de niveles!',
|
||||
'',
|
||||
'Estos son los pasos principales:',
|
||||
'',
|
||||
' * Prepara el entorno inicial usando comandos de Git',
|
||||
' * Define el árbol inicial con ```define start```',
|
||||
' * Introduce la serie de comandos de git que representan la solución óptima',
|
||||
' * Crea el árbol objetivo con ```define goal```. El objetivo también determina la solución',
|
||||
' * Opcionalmente, crea pistas con ```define hint```',
|
||||
' * Dale un nombre con ```define name```',
|
||||
' * Opcionalmente, crea un mensaje inicial con ```edit dialog```',
|
||||
' * ¡Introduce el comando ```finish``` para obtener tu nivel en formato JSON!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'pt_BR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue