📚Translating

Locale file - locale.lua


Locales = {}

Locales['en'] = {
    
    ['game'] = {
        deadInMission = "You died in mission",
        NoCoins = "You dont have coins ir your inventory",
        notEnoughSpace = "You have insufficient space in your inventory. Money was returned to your account for the items you couldn't fit",
        missingKeys = "You need %s keys",
        purchaseSuccess = "You successfully purchased %s for %d coins!",
        notEnoughCoins = "You do not have enough coins! You need %d coins.",
        StartMission = "You started a mission. Kill all enemies whose marked in minimap",
        Prize = "You successfully completed the dungeon, you receive prizes",
        notEnoughMoney = "You don't have enoght balance in your selected payment method"
    }
}

Last updated