Language Files

locates/en.lua
Config.locales["en"] = {
    game = {
        preset_error = "If the preset is not original, you cannot change this setting!",
        settings_changed = "Setting changed successfully.",
    },
    ui = {
        fps_boost = "FPS BOOST",
        menu = "Menu",
        head_desc = "FPS Menu boosts your performance by disabling unnecessary animations and effects, giving you more FPS and smoother gameplay.",
        fps_counter = "FPS COUNTER",
        counter_desc = "Here your will see how much fps you have",
        lowfps = "You encounter some frame drops",
        normalfps = "You have stable fps",
        select_preset = "SELECT PRESETS",
        preset_desc = "Select the preffered preset for you!",
        medium = "MEDIUM",
        normal = "NORMAL",
        high = "HIGH",
        ultra = "ULTRA",
        optimization = "optimization",
        optimization_desc = "Choose the optimization type you want!",
        default = "DEFAULT",
        boost = "BOOST",
        boostplus = "BOOST+",
    },
}

Last updated