Added translation for levels

This commit is contained in:
vinothmdev 2021-01-13 20:54:55 +00:00
parent d02565969e
commit e9a804c25d
2 changed files with 30 additions and 0 deletions

View file

@ -188,4 +188,15 @@ exports.dialog = {
]
}
}],
'ta_IN': [{
type: 'ModalAlert',
options: {
markdowns: [
'## ஆக சிரந்த செயல்!!',
'',
'நீங்கள் *{numCommands}* நிலைக்கான கட்டளை(கள்) கொண்டு தீர்வை அடிந்து விட்டீர்கள்; ',
'நமது தீர்வு {best}-ஐ பயன்படுத்து கின்றது.'
]
}
}],
};