mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
translated dialogs level builder
This commit is contained in:
parent
49f13057e2
commit
4619f8b865
1 changed files with 19 additions and 0 deletions
|
@ -305,4 +305,23 @@ exports.dialog = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
'pl': [{
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Witamy w kreatorze poziomów!',
|
||||||
|
'',
|
||||||
|
'Oto główne kroki:',
|
||||||
|
'',
|
||||||
|
' * Przygotuj środowisko początkowe za pomocą poleceń GIT-a',
|
||||||
|
' * Zdefiniuj drzewo początkowe za pomocą ```define start```',
|
||||||
|
' * Wprowadź serię poleceń GIT-a, które tworzą (optymalne) rozwiązanie',
|
||||||
|
' * Utwórz drzewo celów za pomocą ```define goal```. Określenie celu określa również rozwiązanie',
|
||||||
|
' * Opcjonalnie utwórz podpowiedzi (wskazówkę) za pomocą ```define hint```',
|
||||||
|
' * Nadaj nazwę za pomocą ```define name```',
|
||||||
|
' * Opcjonalnie, utwórz wiadomość początkową za pomocą ```edit dialog```',
|
||||||
|
' * Wpisz polecenie ```finish```, aby wyświetlić swój poziom w JSON!'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue