Translate
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config.Locale = {
-- # Server & Game Name ------------------------------------------------------------------------------------
['Server_Name'] = "THUG",
['Game_Name'] = "ROCK PAPER SCISSORS",
-- # Game Page ------------------------------------------------------------------------------------
['Game_Page_Information_Head_Label'] = "INFORMATION",
['Game_Page_Information_Text'] = "Rock, Paper, Scissors the ultimate game of strategy and chance! Test your wits, make your move, and see if you can outsmart your opponent.",
['Game_Page_Bet_Text'] = "Bet",
['Game_Page_Rock'] = "Rock",
['Game_Page_Paper'] = "Paper",
['Game_Page_Scissors'] = "Scissors",
['Game_Page_Leave_Button_Text'] = "Leave the Game",
['Game_Page_Information_2_Text'] = "You have to make your choice carefully and strategically. If you make a random choice, your chances of losing are very high.",
['Game_Page_You_Win'] = "You Win",
['Game_Page_You_Lose'] = "You Lose",
['Game_Page_Round_Draw'] = "Round Draw",
['Game_Page_Round_Starting'] = "Starting...",
['Game_Page_Round'] = "Round",
-- # Send Invite Page ------------------------------------------------------------------------------------
['Invite_Page_Round_Number_Text'] = "ROUND NUMBER",
['Invite_Page_Round_Number_Place_Holder'] = "Enter Round Number (3 - 7)",
['Invite_Page_Seconds_Text'] = "SECONDS PER ROUND",
['Invite_Page_Seconds_Place_Holder'] = "Enter Seconds Per Round (10 - 30)",
['Invite_Page_Bet_Text'] = "BET AMOUNT",
['Invite_Page_Bet_Place_Holder'] = "Enter Bet Amount",
['Invite_Page_Nearby_Players_Text'] = "NEARBY PLAYERS",
['Invite_Page_Nearby_Players_Select_Text'] = "Select",
['Invite_Page_Nearby_Players_Selected_Text'] = "Selected",
['Invite_Page_Cancel_Button_Text'] = "CANCEL",
['Invite_Page_Invite_Button_Text'] = "INVITE",
-- # Received Invite Page ------------------------------------------------------------------------------------
['Received_Invite_Page_Round_Number_Text'] = "ROUND NUMBER",
['Received_Invite_Page_Seconds_Text'] = "SECONDS PER ROUND",
['Received_Invite_Page_Bet_Text'] = "BET AMOUNT",
['Received_Invite_Page_Information'] = "Will it be rock to crush, paper to cover, or scissors to cut? The choice is yours!",
['Received_Invite_Page_Reject_Button_Text'] = "REJECT",
['Received_Invite_Page_Accept_Button_Text'] = "ACCEPT",
-- # Notifys ------------------------------------------------------------------------------------
['Invite_Sended'] = "Successfully sent invite to the selected player!",
['Already_Sender'] = "You've already sent an invite, you can't open the menu until you get a reply to sended invite!",
['Already_Invited'] = "You have a pending invitation, you can't open the menu until you answer it!",
['Something_Wrong'] = "Something went wrong and the game didn't start!",
['Rejected'] = "Your RPS invitation was rejected by the player!",
['Empty_Sides'] = "You left some parts blank, so no invite was sent!",
['None_Selected'] = "You haven't chosen a player to invite so no invite was sent!",
['Min_Max_Round'] = "When creating an invitation, the round number can be minimum 3 and maximum 7!",
['Min_Max_Seconds'] = "When creating an invitation, the seconds per round can be minimum 10 and maximum 25!",
['Dont_Have_Money_Receive'] = "You can't accept the invite because you don't have that much cash!",
['Dont_Have_Money_Invite'] = "You can't set that many bets when you don't have that much cash!",
['Player_Dont_Have_Money'] = "The invited player had to reject the invite because player didn't have enough cash!",
['Player_Offline'] = "Selected player is inactive so no invite was sent!",
['Inviter_Offline'] = "The player who sent this invitation is no longer in the server, so the game could not be started!",
['Leave_Win'] = "You automatically won because the other player is leave the game!",
['Quit_Win'] = "You automatically won because the other player is disconnect the server!",
['Leave_Lose'] = "Because you left in the middle of the game, the other player automatically won!",
['Draw'] = "You are draw so there is no winner, your bets are back in your wallet!",
}
Last updated