-
Notifications
You must be signed in to change notification settings - Fork 7
/
strings.json
195 lines (187 loc) · 4.02 KB
/
strings.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"welcome": {
"en": [
":sparkle: Hi! This is a tipbot for Bitcoin Cash.",
"You can use it to share bits with your friends."
]
},
"help": {
"en": [
"This bot allows you to receive, store and send bits on Telegram.",
"",
":moneybag: To get started, create a deposit address or ask a friend to send you some bits.",
"Use /deposit or /address _in private_ to know your own address on the bot.",
"Then you can send funds to that address the same way as you usually transfer funds with your wallet.",
"Use /balance _in private_ to know how much Bitcoin Cash you have got in your account.",
"",
":person_tipping_hand: Once you have some bits, share them with your friends.",
"Use `/tip <user> <amount>`",
"Make sure to correctly tag your the person you are tipping.",
"",
":globe_with_meridians: Need to withdraw to your wallet?",
"Use `/withdraw <address> <amount>`",
"Please double check your address before submitting, as we cannot undo that process.",
"",
":bulb: This bot uses \"bits\" (shown as B) instead of bitcoins (BCH).",
"`1 bit = 0.000001 BCH`",
"",
"",
"Need more advanced help and usage tricks?",
"Click the button bellow:"
]
},
"button_help_advanced_caption": {
"en": [
":gear: Advanced help."
]
},
"button_help_advanced_url": {
"en": [
"https://github.com/DarthJahus/CashTip-Telegram/wiki/Usage-and-tricks-%5BEnglish%5D"
]
},
"help_public": {
"en": [
"You can't ask this in public!",
"Please, click the button bellow:"
],
"fr": [
"Vous ne pouvez pas demander cela en public !",
"Veuillez cliquer sur ce bouton :"
]
},
"button_help": {
"en": [
":robot_face: HELP"
]
},
"about": {
"en": [
"This is a tipbot for Bitcoin Cash.",
"Made by [@DarthJahus](https://github.com/DarthJahus/CashTip-Telegram)"
]
},
"about_public": {
"en": [
"You can't ask this in public !",
"Please, click the button bellow:"
]
},
"callback_simple": {
"en": [
"Here you are!"
]
},
"button_about": {
"en": [
":information: ABOUT"
]
},
"error_bad_deep_link": {
"en": [
"Error. Bad deep link."
]
},
"error_insufficient_funds": {
"en": [
"Error. Insufficient funds."
]
},
"user_no_address": {
"en": [
"You seem to be a new user.",
"If you want to create an account, please press the button bellow:"
]
},
"user_no_address_button": {
"en": [
"My account :sparkle:"
]
},
"user_balance": {
"en": [
"Your balance is:"
]
},
"tip_no_funds": {
"en": [
"Sorry, you don't have enough funds for this operation.",
"You need:"
]
},
"user_address": {
"en": [
"Your deposit address is:"
]
},
"withdraw_success": {
"en": [
"Withdrawal made successfully."
]
},
"scavenge_success_1": {
"en": [
"Successfully scavenged your previous account"
]
},
"scavenge_success_2": {
"en": [
"You have received:"
]
},
"scavenge_no_address": {
"en": [
"Sorry, no account was found for your UserID"
]
},
"scavenge_empty": {
"en": [
"Nothing to scavenge. Your previous account is empty"
]
},
"tip_success": {
"en": [
"successfully tipped:"
]
},
"tip_missing_recipient": {
"en": [
"Some users couldn't be tipped. Reasons..."
]
},
"tip_error_arguments": {
"en": [
"There was an error in your tip.",
"- All recipients need to be *unique* and *properly tagged*;",
"- Amounts have to be *numbers*;",
"- Number of recipients needs to be the *same* as the number of provided amounts;",
" (You can enter one amount that will be applied to all recipients.)"
]
},
"withdraw_no_funds": {
"en": [
"Sorry, you don't have enough funds for this operation.",
"Available for withdrawal:"
]
},
"global_paused": {
"en": [
":pause_button: Sorry, this bot has been paused by the admins. Try again later."
]
},
"pause_answer_paused": {
"en": [
":pause_button: Paused!"
]
},
"pause_answer_resumed": {
"en": [
":play_button: Resumed!"
]
},
"clear_log_done": {
"en": [
":white_check_mark: Cleared!"
]
}
}