- Initiateur de la discussion
Heloox
Geek
- Messages
- 77
- Score réaction
- 7
- Points
- 95
Salut, j'aurais besoin de ce fichier traduit svp:
Merci d'avance
Code:
ENT.dialog = { text = "Hello there, I'm a blackjack dealer, can I help you?", { button = "How do I play?", text = "Just have a seat at the table.", }, { button = "What are the rules?", text = [[The object is to get as close to 21 as possible, without going over.
Each number counts for its value, faces are 10, and aces are either 1 or 11.
If you tie with the dealer, the dealer wins.
If you win, your money is doubled.]], }, { button = "How do I use the UI at the table?", text = [[Simply press F3 to unlock the cursor.
'Bet' is pressed during betting phase to place a bet,
'Hit me' is pressed during your turn to ask for a card,
'Stop/Stand' is pressed when you no longer want more cards,
and 'Quit' is pressed to leave the table.]] }, { button = "Are there any other games?", text = "Not at the moment, but they are in development." } }