Language

Language = {}

Language = {
    ["Targets"] = {
        searchGuard = "Search Guard",
        hackSystem = "Hack System",
        stealTrolley = "Steal Trolley",
        stealPackage = "Steal Package",
    },
    ["Notification"] = {
        foundKey = "You found a key!",
        haveKey = "You already have a key!",
        doorOpen = "The door is open!",
        needLaptop = "You need a laptop to hack the door!",
        stoleTrolley = "You stole a trolley!",
        trolleyStoled = "The trolley is already stolen!",
        stolePackage = "You stole a package!",
        packageStoled = "The package is already stolen!",
        noCops = "There are not enough police on duty!",
        cantNow = "You can't do this right now!",
        pedAlive = "The guard is still alive!",
        minigameFailed = "You failed the minigame!",
        canceled = "Canceled!",
    },
    ["Progressbars"] = {
        hacking = "Hacking",
        searching = "Searching",
        stealing = "Stealing",
    }
}

Last updated