Thug Studios
TEBEXYOUTUBEDISCORD
  • ๐Ÿ“„Welcome
  • INFORMATION
    • ๐Ÿ“งFind Transaction ID
    • ๐Ÿ“ฆTebex Script Integration
    • ๐Ÿ”‘CFX Auth System
    • ๐Ÿ”“Escrow/Open Source
    • ๐Ÿ”—Get Steam Api Key
    • ๐ŸงพGet Player License
  • SCRIPTS
    • ๐Ÿ’›RP Series
      • ๐Ÿ“ฆThug Crafting
        • Installation
        • Shared/settings.lua
        • Shared/crafting_items.lua
        • Shared/levels.lua
        • Shared/locale.lua
        • Shared/notify.lua
        • Shared/debug.lua
      • ๐Ÿ“ฆThug Dispatch
        • Installation
        • Shared/settings.lua
        • Shared/alerts.lua
        • Shared/zones.lua
        • Shared/weapons.lua
        • Shared/locale.lua
        • Shared/notify.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug RPS
        • Installation
        • Configuration
        • Translate
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Keyword
        • Installation
        • Configuration
        • Translate
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Hour Prizes
        • Installation
        • Configuration
        • No_Escrow
        • Ready Notify.lua
      • ๐Ÿ“ฆThug Anti Mods
        • Installation
        • Configuration
        • Translate
        • Ready Notify.lua
    • ๐Ÿ’šPVP Series
      • ๐Ÿ“ฆThug PVP Hud V3
        • Installation
        • Configuration
        • Translate
        • Shared/weapons.lua
        • Shared/zones.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Deathcam
        • Installation
        • Configuration
        • Translate
        • Ready Notify.lua
        • Shared/weapons.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Killfeed V2
        • Installation
        • Configuration
        • Translate
        • Shared/weapons.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Kill Shows
        • Installation
        • Configuration
        • Translate
        • Client/no_escrow.lua
Powered by GitBook
On this page
  1. SCRIPTS
  2. N Series
  3. Thug N Multichracter (FREE)

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 3 months ago

๐Ÿฉต
๐Ÿ“ฆ