mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Adding support to Mexican Spanish Lang
This commit is contained in:
parent
24ee3705c5
commit
46d54b2dc7
2 changed files with 29 additions and 0 deletions
|
@ -49,6 +49,16 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_MX': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¿Estás seguro de que quiere ver la solución?',
|
||||
'',
|
||||
'¡Creo en ti! ¡Yo sé que puedes!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'es_ES': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
|
@ -94,6 +94,25 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_MX': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¡Bienvenido al constructor de niveles!',
|
||||
'',
|
||||
'Estos son los pasos principales:',
|
||||
'',
|
||||
' * Preparar el entorno inicial usando comandos de Git',
|
||||
' * Definir el árbol inicial con ```define start```',
|
||||
' * Introducir la serie de comandos de git que representan la solución óptima',
|
||||
' * Crear 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!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'es_ES': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue