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!",
}

Last updated