mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
translated dialogs next level
This commit is contained in:
parent
7df8fed48d
commit
dbc3953f04
1 changed files with 12 additions and 1 deletions
|
@ -176,5 +176,16 @@ exports.dialog = {
|
||||||
'naša rešitev uporabi {best}.'
|
'naša rešitev uporabi {best}.'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
'pl': [{
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Dobra robota!!',
|
||||||
|
'',
|
||||||
|
'Rozwiązałeś poziom za pomocą *{numCommands}* poleceń/poleceniach; ',
|
||||||
|
'nasze rozwiązanie składa się z {best}.'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue