translated dialogs next level

This commit is contained in:
Olsza 2020-10-26 14:59:43 +01:00
parent 7df8fed48d
commit dbc3953f04

View file

@ -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}.'
]
}
}],
}; };