mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +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
|
@ -134,6 +134,62 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'gl': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Benvido a Learn Git Branching!',
|
||||
'',
|
||||
'Esta aplicación foi desenvolvida para axudar os iniciados en git a ',
|
||||
'aprender os poderosos conceptos que hai por detrás do branching con ',
|
||||
' git. Agardamos que disfrutes desta aplicación, e tal vez, ',
|
||||
'ata aprendas algunha cousa!',
|
||||
'',
|
||||
'# Demostracións!',
|
||||
'',
|
||||
'Se aínda non viches a demo, olla aquí:',
|
||||
'',
|
||||
'[https://pcottle.github.io/learnGitBranching/?demo](https://pcottle.github.io/learnGitBranching/?demo)',
|
||||
'',
|
||||
'¿Farto destas mensaxes? Engade `?NODEMO` á dirección para librarte dela, como no link de abaixo:',
|
||||
'',
|
||||
'[https://pcottle.github.io/learnGitBranching/?NODEMO](?NODEMO)'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Comandos de git',
|
||||
'',
|
||||
'Tes a túa disposición unha caixa de área con unha variedade de comandos de git:',
|
||||
'',
|
||||
' * commit',
|
||||
' * branch',
|
||||
' * checkout',
|
||||
' * cherry-pick',
|
||||
' * reset',
|
||||
' * revert',
|
||||
' * rebase',
|
||||
' * merge'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Compartir e importar!',
|
||||
'',
|
||||
'Comparte árbores cos seus amigas con `export tree` e `import tree`',
|
||||
'',
|
||||
'¿Tes un enlace moi grande para compartir? Intenta construír un nivel con `build level` ou importe o nivel dun amigo con `import level`',
|
||||
'',
|
||||
'Para ver tódolos comandos, usa `show commands`. Hai algunha xoia como `undo` e `reset`',
|
||||
'',
|
||||
'Por agora, imos comezar cos `levels`...'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'de_DE': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue