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. RP Series
  3. Thug Keyword

Translate

-- | # You can get help from our document: https://thug.gitbook.io/documentation

Config.Locale = {
    -- | # Countdown UI
    ['Countdown_Game_Name'] = "KEY WORD GAME",
    ['Countdown_Join_Text'] = "PRESS โ€˜โ€™Jโ€™โ€™ TO JOIN THE GAME",
    ['Countdown_Joined_Text'] = "YOU HAVE JOINED! GAME WILL START IN FEW SECONDS...",
    -- | # Game UI
    ['Main_Server_Name'] = "THUG",
    ['Main_Game_Name'] = "KEY WORD GAME",
    ['Main_Reward_Head_Label'] = "MYSTERY REWARD",
    ['Main_Reward_Desc'] = "Find the keyword in the sentence and you will win a mystery reward!",
    -- | # Win Screen
    ['Win_Head_Label'] = "CONGRATULATIONS",
    ['Win_Desc'] = "You were the first among all the players to find the keyword and win the reward!",
    -- | # Lose Screen
    ['Wrong_Word_Head_Label'] = "YOU LOST",
    ['Wrong_Word_Desc'] = "That word wasn't the keyword and that's why you lost!",
    ['Another_Winner_Head_Label'] = "ANOTHER WINNER",
    ['Another_Winner_Desc'] = "Someone else found the keyword before you and won the reward!",
    ['Time_Expired_Head_Label'] = "TIME EXPIRED",
    ['Time_Expired_Desc'] = "You didn't find the keyword during the game time and your time is expired!",
}
PreviousConfigurationNextServer/no_escrow.lua

Last updated 6 months ago

๐Ÿ’›
๐Ÿ“ฆ