-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathstrings_example_en.ftl
50 lines (37 loc) · 1.83 KB
/
strings_example_en.ftl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
start-text =
<b>Welcome to our virtual casino!</b>
From the start, you have { $points } points. Every spin costs 1 point. Possible winning combinations are:
3-of-a-kind (except "7") — 7 points
7️⃣7️⃣▫️ — 5 points (square = anything)
7️⃣7️⃣7️⃣ — 10 points
<b>Disclaimer</b>: this bot was made solely for entertainment purposes, your data may be lost any time!
There are no paid options in this bot.
Remove keyboard — /stop
Show keyboard if missing — /spin
help-text =
Telegram slot machine has 4 icons: BAR, grapes, lemon and number 7. In total, there are 64 combinations.
Decoding of dice value is described <a href='https://github.com/MasterGroosha/telegram-casino-bot/blob/aiogram3/bot/dice_check.py'>here</a>.
Source code of the bot is available on <a href='https://github.com/MasterGroosha/telegram-casino-bot'>GitHub</a>
stop-text = Keyboard removed. To start from scratch, press /start, to get keyboard and continue: /spin
bar = BAR
grapes = grapes
lemon = lemon
seven = seven
spin-button-text = 🎰 Try it!
spin-fail = You lost the bet.
spin-success =
You won {$score_change ->
[one] {$score_change} point
*[many] {$score_change} points
}!
after-spin =
Your combination: { $combo_text } (№{ $dice_value }).
{ $result_text } New score: <b>{ $new_score }</b>.
zero-balance =
Your balance is zero. Accept your fate and get back to your business, or press /start to start over. To remove keyboard, press /stop.
# If you don't want to send sticker when balance is zero, disable feature in bot configuration
zero-balance-sticker = CAACAgIAAxkBAAEWXv5lAUAm76JOjvehtp18Gxb3if0eVQAC-hEAAknF8EuBzj23_M8x3jAE
menu-start = Restart Casino
menu-spin = Show keyboard and make a spin
menu-stop = Remove keyboard
menu-help = Information about this bot