Translate

Config.Locale = {
    -- | # From this section, you can set the texts in the information and attention sections in the UI.
    ['Information_Title'] = "Information",
    ['Information_Subtitle'] = "Hi, our systems are checking whether there is any malicious mods on your side. Please wait patiently, it will take a very short time.",
    ['Attention'] = "This is just a routine check, so don't worry.",
    -- | # From this section, you can set the text in the UI while control and complete.
    ['Control_Text'] = "Controling...",
    ['Complete_Text'] = "Completed",
    -- | # From this section, you can set the text of the control result.
    ['Control_Succesfuly_Title'] = 'SUCCESFULY',
    ['Control_Succesfuly_Subtitle'] = 'Your check was completely successful, firstly congratulations for not using any third party software, and then thank you for your respect for our server.',
    ['Control_Failed_Title'] = 'DETECTED',
    ['Control_Failed_Subtitle'] = 'An inappropriate mod file has been detected on your side and reported to the administrators. We condemn you for this behaviour.',
    -- | # From this section, you can set the kick message
    ['Kick_Message'] = 'An unfair file has been detected and you have been kicked the server',
    -- | # From this section, you can set the notification messages.
    ['Not_Allowed'] = "You are not allowed to use this command!",
    ['Id_Error'] = "You cannot use this command without entering any player ID!",
    ['Already_Admin'] = "The specified player already has Admin permission!",
    ['Gived_Permission'] = "Admin permission was granted to the specified player.",
    ['Received_Permission'] = "You now have Admin permission over the Control system.",
    ['Control_Sended'] = "The specified player has been sent to control.",
    --------------------------------
}

Last updated