mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Merge pull request #745 from AndreyPootMay/es_Mx_translation
Adding support to Mexican Spanish Lang
This commit is contained in:
commit
b4f180b027
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': [{
|
'es_ES': [{
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
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': [{
|
'es_ES': [{
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue