added Turkish translations

This commit is contained in:
K3rn3l_p4n1c 2023-09-01 18:31:56 +03:00
parent a7809a8bca
commit 7a65713101
5 changed files with 104 additions and 6 deletions

View file

@ -212,5 +212,16 @@ exports.dialog = {
},
},
],
'tr_TR': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Muhteşem!!!',
'',
'Bu seviyeyi *{numCommands}* komut ile çözdünüz.',
'İdeal çözüm {best} komuttan oluşuyor.'
]
}
}],
};