nextLevel

This commit is contained in:
shardanasoft 2021-03-16 10:11:19 +01:00
parent 8a903f8ca6
commit 4aa9f04b55
No known key found for this signature in database
GPG key ID: A16C23734C5E0D51

View file

@ -199,4 +199,19 @@ exports.dialog = {
]
}
}],
"it_IT": [
{
type: "ModalAlert",
options: {
markdowns: [
"## Ben fatto!!",
"",
"Hai risolto il livello con *{numCommands}* comando(i); ",
"noi l'abbiamo risolto con {best}.",
],
},
},
],
};
};