mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 09:45:23 +02:00
Add configuration for Galician language
Add translations for intro1 Add translations for intro2 Fix intro Add translations for intro3 Add translations for intro4 Fix intro - rebasing Add translations for rampup1 Add translations for level index add dialog translations Fix dialogs add transations over rebase module rebase add advances transations Add Strings file in intl Fix hit message Add translations to mixed module Fix mixed Add rampup1 Add rampup2 Add rampup3 Add rampup4 Add translations to move1 Add move2 Add remote1 Add remote6 Add fakeTeamwork Add fetch file Add fetchArgs fetch rebase Tracking source nothing Remote branches push many features Merge many feautures Pull Pull args push args Push args2 Fix erratas
This commit is contained in:
parent
1471f08c99
commit
e26044e0a9
40 changed files with 2405 additions and 6 deletions
|
@ -113,6 +113,25 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'gl': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Benvido ó constructor de niveis!',
|
||||
'',
|
||||
'Estes son os pasos principais:',
|
||||
'',
|
||||
' * Prepara o eido inicial usando comandos de Git',
|
||||
' * Define a árbore inicial con ```define start```',
|
||||
' * Inserta a secuencia de comandos de git que representan a mellor solución',
|
||||
' * Define a árbore obxectivo con ```define goal```. O obxectivo tamén determina a solución',
|
||||
' * Opcionalmente, define axudas con ```define hint```',
|
||||
' * Dalle un nome con ```define name```',
|
||||
' * Opcionalmente, define unha mensaxe inicial con ```edit dialog```',
|
||||
' * Escribe o comando ```finish``` para obter seu nivel en formato JSON!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'fr_FR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue