-
Notifications
You must be signed in to change notification settings - Fork 3
/
fr_en.py
411 lines (317 loc) · 8.92 KB
/
fr_en.py
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
import config_selfbot
#######################
# selfbot #
# translation >.< #
#######################
enable = {
"fr": "activé",
"en": "enabled"
}
disable = {
"fr": "désactivé",
"en": "disabled"
}
empty = {
"fr": "Aucune",
"en": "Empty"
}
author = {
"fr": "Auteur",
"en": "Author"
}
####################
# launch #
# translation !!! #
####################
start_text = {
"fr": "Démarrage du SelfBot en cours...",
"en": "Starting the SelfBot..."
}
ready_text = {
"fr": "Connecté en tant que",
"en": "Connected as"
}
ready_text_two = {
"fr": "démarré en",
"en": "started in"
}
error_check_version_one = {
"fr": "Une nouvelle version",
"en": "A new version"
}
error_check_version_two = {
"fr": "est disponible:",
"en": "is out at:"
}
error_check_version_three = {
"fr": "Vous utilisez actuellement la version",
"en": "You are currently using"
}
####################
# help #
# translation !!! #
####################
help_voice = {
"fr": "Vocal",
"en": "Voice"
}
help_general_hype = {
"fr": "Défini votre badge HypeSquad",
"en": "Set your HypeSquad badge"
}
help_general_ping = {
"fr": "Affiche la latence du SelfBot",
"en": "Display the Selfbot's ping"
}
help_general_sniper = {
"fr": "Active / désactive le NitroSniper",
"en": "Enable / disable NitroSniper"
}
error_no_message_snipe = {
"fr": "❌ Aucun message supprimé récemment dans ce salon !",
"en": "❌ No message deleted recently in this channel!"
}
help_config_restart = {
"fr": "Redémarre le SelfBot (peut régler un bug)",
"en": "Restart the SelfBot. (it can fix a bug)"
}
help_config_stop = {
"fr": "Stop le SelfBot",
"en": "Stop the SelfBot"
}
help_general_bio = {
"fr": "Change la biographie du compte",
"en": "Change account's bio"
}
help_voice_vc = {
"fr": "Rejoins le salon vocal",
"en": "Join the voice channel"
}
help_voice_cam = {
"fr": "Rejoins le salon vocal avec une fausse caméra",
"en": "Join the voice channel with a fake camera"
}
help_voice_stream = {
"fr": "Rejoins le salon vocal avec un faux stream",
"en": "Join the voice channel with a fake stream"
}
help_voice_leave = {
"fr": "Quitte le salon vocal",
"en": "Leave the voice channnel"
}
help_fun_cat = {
"fr": "Chat mignon 🐈",
"en": "Cute cat 🐈"
}
help_fun_good = {
"fr": "Vous transforme en une Bonne Personne ! (*censure les insultes*)",
"en": "Transform you into a Good Person ! (*no insults*)"
}
help_fun_call = {
"fr": "Spam d'appel (le salon doit être un salon vocal !)",
"en": "Join and Leave the voice (the channel must be a voice channel!)"
}
help_fun_gift = {
"fr": "Envoie un faux lien Nitro",
"en": "Send a fake Nitro"
}
####################
# commands #
# translation !!! #
####################
restart_command = {
"fr": "✅ Le SelfBot a bien été redémarré (patientez quelques secondes...) !",
"en": "✅ Succesfully restarted the SelfBot (wait a couple of seconds...)!"
}
stop_command = {
"fr": "⭕ Le SelfBot a bien été stoppé.",
"en": "⭕ Succesfully stopped the SelfBot."
}
ai_response = {
"fr": "Réponse",
"en": "Answer"
}
ai_wait = {
"fr": "patientez",
"en": "wait"
}
ai_help = {
"fr": "Posez une question à l'IA",
"en": "Ask a question to an IA"
}
ai_error = {
"fr": "❌ Vous devez configurer l'e-mail et le mot de passe dans ``config_selfbot.py`` !",
"en": "❌ You must configure e-mail and password in ``config_selfbot.py``!"
}
leave_voice = {
"fr": "Déconnection du salon",
"en": "Disconnected from"
}
leave_voice_error = {
"fr": "Error while leaving the voice channel",
"en": "Erreur lors de la déconnexion au salon vocal"
}
hype_command = {
"fr": "modifié en",
"en": "changed to"
}
bio_command = {
"fr": "changée en",
"en": "changed to"
}
spam_cooldown = {
"fr": f"❌ Un spam est déjà en cours ! Pour l'arrêter, faites `{config_selfbot.prefix}restart`.",
"en": f"❌ A spam is already active! To spam the current spam, do `{config_selfbot.prefix}restart`."
}
spam_invalid = {
"fr": f"❌ Veuillez indiquer un nombre valide !",
"en": f"❌ You must enter a valid number!"
}
voice_join = {
"fr": "Connecté au salon vocal",
"en": "Connected to"
}
voice_join_error = {
"fr": "Erreur lors de la connexion au salon vocal",
"en": "Error while trying to connect to the voice channel"
}
voice_join_cam = {
"fr": "Connecté au salon vocal",
"en": "Connected to"
}
voice_join_cam_two = {
"fr": "avec la caméra activée",
"en": "with camera"
}
voice_stream_join = {
"fr": "avec le stream activé",
"en": "with stream"
}
####################
# rpc #
# translation !!! #
####################
rpc_status_translate = {
"fr": "Défini le statut du RPC",
"en": "Set RPC's status"
}
rpc_name_translate = {
"fr": "Défini le nom du RPC",
"en": "Set RPC's name"
}
rpc_details_translate = {
"fr": "Défini les details du RPC",
"en": "Set RPC's details"
}
rpc_state_translate = {
"fr": "Défini le \"state\" du RPC",
"en": "Set RPC's state"
}
rpc_url_translate = {
"fr": "Défini l'url de steaming du RPC ``(https://twitch.tv/nom)``",
"en": "Set RPC's streaming URL ``(https://twitch.tv/name)``"
}
rpc_type_translate = {
"fr": "Défini le type de votre RPC (game / watch / listen / stream)",
"en": "Set RPC's type (game / watch / listen / stream)"
}
rpc_id_translate = {
"fr": "Défini l'ID de l'application pour le RPC",
"en": "Set RPC's Application ID"
}
rpc_image_translate = {
"fr": "Défini l'image du RPC",
"en": "Set RPC's image"
}
rpc_button_text_one_translate = {
"fr": "Défini le texte du premier bouton du RPC",
"en": "Set RPC's first button text"
}
rpc_button_link_one_translate = {
"fr": "Défini le lien du premier bouton du RPC",
"en": "Set RPC's first button link"
}
rpc_button_text_two_translate = {
"fr": "Défini le texte du second bouton du RPC",
"en": "Set RPC's second button text"
}
rpc_button_link_two_translate = {
"fr": "Défini le lien du second bouton du RPC",
"en": "Set RPC's second button link"
}
####################
# template #
# translation !!! #
####################
template_help_reset = {
"fr": "Réinitialise votre RPC.",
"en": "Reset your RPC."
}
template_help_default = {
"fr": "Modifie votre RPC par défaut (`config_selfbot.py`).",
"en": "Edit your RPC to default (`config_selfbot.py`)."
}
template_help_cod = {
"fr": "Utilise la template \"Call Of Duty\".",
"en": "Use \"Call Of Duty\"'s template."
}
template_help_dark = {
"fr": "Utilise la template \"dark\".",
"en": "Use \"dark\" template."
}
template_help_python = {
"fr": "Utilise la template \"Python\".",
"en": "Use \"Python\" template."
}
template_help_js = {
"fr": "Utilise la template \"JavaScript\".",
"en": "Use \"JavaScript\" template."
}
template_help_omori = {
"fr": "Utilise la template \"Omori\".",
"en": "Use \"Omori\" template."
}
template_help_car = {
"fr": "Utilise la template \"Car\".",
"en": "Use \"Car\" template."
}
template_help_self = {
"fr": "Utilise la template \"Nuclear\".",
"en": "Use \"Nuclear\" template."
}
template_help_webdeck = {
"fr": "Utilise la template \"WebDeck\".",
"en": "Use \"WebDeck\" template."
}
template_help_hi = {
"fr": "Utilise la template \"Hi !\".",
"en": "Use \"Hi !\" template."
}
template_help_youtube = {
"fr": "Utilise la template \"Python\".",
"en": "Use \"Python\" template."
}
template_help_gta = {
"fr": "Utilise la template \"GTA VI\".",
"en": "Use \"GTA VI\" template."
}
rpc_cod_details = {
"fr": "En attente de mission...",
"en": "Waiting for a mission..."
}
rpc_cod_state = {
"fr": "En attente de mission...",
"en": "In the main menu"
}
tutorial_rpc = {
"fr": f""" Pour obtenir une image personnalisé:
1. Envoyer une image (gif, png...) dans Discord. (dans n'importe quelle salon)
2. Clique droit et "Copier l'adresse de l'image".
3. Faites `{config_selfbot.prefix}rpc_image mp:attachements/67484738743874387438/657438923487543/exemple.png`.
4. Fini !""",
"en": f""" To get a custom rpc image, you should:
1. Upload an image (gif, png...) into Discord. (in any channel)
2. Right Click and "Copy Image Link".
3. Do `{config_selfbot.prefix}rpc_image mp:attachements/67484738743874387438/657438923487543/example.png`.
4. Done !"""
}