Merge pull request #745 from AndreyPootMay/es_Mx_translation

Adding support to Mexican Spanish Lang
This commit is contained in:
Peter Cottle 2020-10-14 11:43:58 -06:00 committed by GitHub
commit b4f180b027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -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: {

View file

@ -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: {