translated confirmShowSolution.js

This commit is contained in:
Olsza 2020-10-23 14:58:13 +02:00
parent 6e1ba09e58
commit b9ca3a7ff8

View file

@ -144,6 +144,16 @@ exports.dialog = {
'Verjamem vate! Maš ti to! Ali pač ne?' 'Verjamem vate! Maš ti to! Ali pač ne?'
] ]
} }
}],
'pl': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Czy na pewno chcesz zobaczyć rozwiązanie?',
'',
'Wierzę w Ciebie! Możesz to zrobić'
]
}
}] }]
}; };