Language Files

locates/en.lua
Config.locales["en"] = {
    game = {

    },
    ui = {
        header = "<span>AK4Y <span>BOXING</span> </span>",
        header_desc = "Lorem Ipsum is simply dummy text of the",
        mainmenu_desc_head_desc = "Lorem Ipsum is simply dummy text of the printing and typesetting",
        press_exit = "PRESS ESC TO EXIT",
        player1 = "PLAYER 1",
        player2 = "PLAYER 2",
        player_name = "PLAYER NAME",
        total_wins = "TOTAL WINS",
        gender = "GENDER",
        bet = "BET",
        bet_amount = "BET AMOUNT",
        ready = "READY",
        game_settings = "GAME SETTINGS",
        round_sec = "ROUNDS SEC",
        bet_system = "BET SYSTEM",
        time = "TIME",
        round = "ROUND",
        description = "DESCRIPTION",
        bet_desc = "You can enable or disable the betting system.",
        gloves = "GLOVES",
        glove_desc = "If gloves are equipped, you deal less damage.",
        round_desc = "You can choose to base it on time or on rounds.",
        waiting_players = "WAITING PLAYERS",
        start_in = "START IN",
        kick_user = "KICK USER",
        round_type = "ROUND TYPE",

    },
}

Last updated