mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 22:54:24 +02:00
translated dialogs next level
This commit is contained in:
parent
dc13a3e3a8
commit
7429b9fcd0
1 changed files with 12 additions and 1 deletions
|
@ -165,5 +165,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