Translate
-- | # For help with this script: https://discord.gg/thugstudios
-- | # For more free scripts: https://discord.gg/thugstudios
-- | # For the best quality scripts: https://discord.gg/thugstudios
Config.Locale = {
-- | # General ------------------------------------------------------------------------------------
['Click_And_Create_Text'] = "CLICK AND CREATE",
['Character_Slot_Text'] = "CHARACTER SLOT",
['Empty_Slot_Text'] = "EMPTY SLOT",
['Locked_Slot_Text'] = "LOCKED SLOT",
['Select_Job_Text'] = "Job",
['Select_Job_Desc'] = "Your character's current job.",
['Select_Cash_Text'] = "Cash",
['Select_Cash_Desc'] = "The current cash in your wallet.",
['Select_Bank_Text'] = "Bank",
['Select_Bank_Desc'] = "The current money in your account.",
['Select_Nationality_Text'] = "Nationality",
['Select_Nationality_Desc'] = "The country where your character was born.",
['Select_Birth_Text'] = "Date of Birth",
['Select_Birth_Desc'] = "The date your character was born.",
-- | # Register Page ------------------------------------------------------------------------------------
['Register_Name_Side_Text'] = "First & Last Name",
['Register_Name_Side_Desc'] = "Enter your full name.",
['Register_Birth_Side_Text'] = "Date of Birth",
['Register_Birth_Side_Desc'] = "Enter your date of birth.",
['Register_Nationality_Side_Text'] = "Nationality",
['Register_Nationality_Side_Desc'] = "Enter your nationality.",
['Register_Gender_Side_Text'] = "Gender",
['Register_Gender_Side_Desc'] = "Select your gender.",
['Back_Button_Text'] = "BACK",
['Create_Button_Text'] = "CREATE",
-- | # Notifys ------------------------------------------------------------------------------------
['Character_Delete_Popup_Text'] = "DELETE CHARACTER",
['Character_Delete_Popup_Desc'] = "Are you sure you want to delete your character? This action is irreversible!",
['Character_Delete_Kick_Message'] = "Character deleted. You can re-enter the game.",
['Character_Delete_No_Permission_Notify'] = "You are not authorized to delete character!",
['Error_Notify'] = "You left a field blank or used one of the blacklist words in the name field and the registration could not be completed!",
}
Last updated