-
Notifications
You must be signed in to change notification settings - Fork 55
/
language.json
565 lines (389 loc) Β· 13.1 KB
/
language.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
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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
{
"greet":{
"english": "π Welcome to the seedr bot."
},
"processing":{
"english": "βΊ Processing your request. Please wait a moment."
},
"loggingIn":{
"english": "β³ Logging in"
},
"refreshing":{
"english": "β³ Refreshing account"
},
"loggedInAs":{
"english": "π« Successfully logged in as {}."
},
"enterEmail":{
"english": "βοΈ Enter your account email address."
},
"enterEmailRepeat":{
"english": "βInvalid email address. Please enter a account email address."
},
"wishlistNotFound":{
"english": "βWishlist not found."
},
"enterPassword":{
"english": "π Enter your account password."
},
"enterPasswordFor":{
"english": "π Enter your account password for <b>{}</b>."
},
"storePassword?":{
"english": "<b>πDo you want to store your account password in our database?</b> Storing the password will give the ability to the bot to regenerate your account token once it expires."
},
"clickToLogin":{
"english": "Click the button below to login your account with the following credintals.\n\nβοΈ Email: <code>{}</code>\nπ Password: <code>{}</code>"
},
"refreshed":{
"english": "π« Successfully refreshed the token of your account. Now, you can use the bot."
},
"token":{
"english": "π Token for <b>{}</b> is <code>\n\n{}</code>\n\nπ <b>This token can be used to access your account. Do not share it with others unless you know what you are doing.</b>"
},
"getFreeSpace":{
"english": "β¨ Get a chance to add <b>free 2GB space</b> in your seedr account. Your referral link will be shown to other users and you will be benifited when someone signup using your link. To get in, follow us on GitHub and click the button below to verify."
},
"thanksGithub":{
"english": "β¨ Thanks for the follow. Your referral link will be shown to other users and you will earn 0.5 GB extra space for the first four times someone signup using your link.\n\n<b>Note:</b> You must have invites remaining in your account. You can see your invite status in the account menu."
},
"ghNotFollowed":{
"english": "π₯Ί This feature is only available to our GitHub followers. Please follow us on GitHub and click on the verify button to continue."
},
"accountRemoved":{
"english": "β Account removed successfully."
},
"captchaFailled":{
"english": "β οΈ Captcha verification failed. Please try again."
},
"incorrectPassword":{
"english": "β οΈ The email and password do not match. Please try again."
},
"incorrectDbPassword":{
"english": "β οΈ The email and password do not match. Please update your password by clicking /password and try again."
},
"unknownError":{
"english": "β οΈ Unknown error occured. If you are seeing this error repeatedly, please logout your account and login again."
},
"warningTooFast":{
"english": "π You are seding messages too fast. Please slowdown or you may get banned."
},
"blockedTooFast":{
"english": "β You have been banned for 5 minutes for spamming the bot."
},
"addAccount":{
"english": "π₯ If you don't have a seedr account, click the <b>β Sign up</b> button to create a new account. After creating an account, choose any of the methods below to login."
},
"authorize": {
"english": "π‘οΈ <b>Please follow the instructions to authorize your account</b>\n\nβ’ Go to https://seedr.cc/devices\nβ’ Login your account if not logged in\nβ’ Paste the following code (Click to copy) \n\n<b>CODE: <code>{}</code></b>\n\nβ’ Click the <b>β
Done</b> button after completion."
},
"cancellingDownload":{
"english": "β Cancelling download"
},
"cancelledSuccessfully":{
"english": "π The selected download is cancelled."
},
"removingFile":{
"english": "β Removing file"
},
"removedSuccessfully":{
"english": "π The selected file is removed successfully from the folder."
},
"deletingFolder":{
"english": "β Deleting folder"
},
"deletedSuccessfully":{
"english": "π The selected item is deleted successfully."
},
"cancelled":{
"english": "β Cancelled"
},
"collectingInfo":{
"english": "π Collecting torrent information"
},
"torrentAddedSuccessfully":{
"english": "π The torrent is added successfully to the download queue. Please see the status of the torrent in /active torrent list or in /files manager."
},
"alreadyDownloading":{
"english": "π₯΄ The torrent is already downloading. Please see the status in active torrents list or by clicking /active."
},
"downloadFinishedIn":{
"english": "<code>π₯ Torrent downloaded successfully [{}]</code>"
},
"collectingSeeds":{
"english": "π Collecting seeds"
},
"delayWhileCollectingSeeds":{
"english": "π΄ Taking too much time to collect seeds. Please see the status in active torrents list or by clicking /active."
},
"delayWhileDownloading":{
"english": "π΄ Taking too much time to download. Please see the status in active torrents list or by clicking /active."
},
"delayWhileCopying":{
"english": "π΄ Taking too much time to copy the torrent. Please see the status in active torrents list or by clicking /active."
},
"copyingToFolder":{
"english": "π Copying to folder"
},
"noPlayableMedia":{
"english": "β οΈ This folder doesn't contain any playable media."
},
"wrongTorrentFile": {
"english": "β οΈ The provided file is not a valid torrent file."
},
"noTorrentInURL": {
"english": "β οΈ No torrent information found on the URL."
},
"fileNotFound":{
"english": "β File not found."
},
"fetchingLink":{
"english": "πͺ Fetching download link"
},
"fetchingFiles":{
"english": "πͺ Fetching files"
},
"notAuthorized":{
"english": "β οΈ Please follow the steps properly."
},
"noAccount":{
"english": "β οΈ You don't have any account logged in."
},
"noMultipleAccounts":{
"english": "β οΈ You don't have multiple accounts to switch."
},
"noEnoughSpace":{
"english": "β οΈ You don't have enough space to download this torrent. Please remove your existing files and try adding again from the /wishlist."
},
"invalidMagnet":{
"english": "β οΈ Please provide a valid Magnet link or click the button below to search the torrent in the <b>Torrent Hunt Bot</b>."
},
"processFailed":{
"english": "β οΈ Failed to process your request. Please try again."
},
"somethingWrong":{
"english": "β οΈ Something went wrong. Please try again later or contact the developer."
},
"noPermission":{
"english": "β οΈ You don't have permission to execute this command."
},
"parallelDownloadExceed":{
"english": "β οΈ Maximum parrallel download exceeds, the torrent is added in your /wishlist. Please cancel the active torrent or wait for the previous download to complete."
},
"noFiles":{
"english": "π€·ββοΈ You don't have any files. Please send me the magnet link or torrent file to download."
},
"noActiveTorrents":{
"english": "π€ You don't have any active torrents."
},
"tokenExpired":{
"english": "π¬ Your account token has expired. Please add your account again."
},
"loginRequired":{
"english": "π¬ Your cookie for <code>{}</code> has expired. Please refresh your account by clicking the <b>π Refresh</b> button below."
},
"openInMediaCaption": {
"english": "Clickπ the icon above and the media shall start playing in your default player.\n\n<code>Install VLC media player for better performance.</code> \n\n<b>β οΈ If failed to play, please choose a different file extension by clicking the button below.</b>"
},
"noResults": {
"english": "β No results were returned. Please refine your search."
},
"errorFetchingLink": {
"english": "β οΈ <code>Error while fetching link ...</code>"
},
"notSubscribed": {
"english": "π₯Ί It seems like you are not subscribed to our channel yet. Due to our limited resources, only our subscriers can use this service. Please support us by subscribing to our channel to use this service."
},
"notSubscribedCallback": {
"english": "You are not subscribed yet."
},
"noWishlist": {
"english": "π€·ββοΈ You don't have any torrents in your wishlist."
},
"clickForMoreDetails": {
"english": "Click for more details."
},
"support": {
"english": "<b>{}</b>\n\nThank you for your wish to contribute. Donate any amount to keep this service alive and to give me a motivation to add new features.π\n\nπ To report bugs or to request a new feature, join our discussion chat, and discuss it there."
},
"files":{
"english": "Files:"
},
"link":{
"english": "Link:"
},
"delete":{
"english": "Delete:"
},
"cancel":{
"english": "Cancel:"
},
"size":{
"english": "Size:"
},
"torrentQuality":{
"english": "Torrent Quality:"
},
"connectedTo":{
"english": "Connected To:"
},
"seeders":{
"english": "Seeders:"
},
"leechers":{
"english": "Leechers:"
},
"downloadingFrom":{
"english": "Downloading From:"
},
"uploadingTo":{
"english": "Uploading To:"
},
"uploadedOn": {
"english": "Uploaded On: "
},
"rate":{
"english": "Rate:"
},
"percentage":{
"english": "Percentage:"
},
"username":{
"english": "Username:"
},
"email":{
"english": "Email:"
},
"totalBandwidthUsed":{
"english": "Total bandwidth used:"
},
"country":{
"english": "Country:"
},
"inviteLink":{
"english": "Invite Link:"
},
"inviteRemaining":{
"english": "Invite Remaining:"
},
"inviteAccepted":{
"english": "Invite Accepted:"
},
"loginBtn": {
"english": "π€ Login"
},
"doneBtn": {
"english": "β
Done"
},
"signupBtn":{
"english": "β Sign up"
},
"clickHereBtn":{
"english": "π Click here"
},
"refreshBtn":{
"english": "π Refresh"
},
"credentialsBtn":{
"english": "π Credentials"
},
"credentialsNotFound":{
"english": "β οΈ Login credential not found."
},
"addAccountBtn":{
"english": "β Add Account"
},
"removeAccountBtn":{
"english": "β Logout"
},
"cancelDownloadBtn":{
"english": "β Cancel download"
},
"cancelBtn":{
"english": "β Cancel"
},
"openInPlayerBtn":{
"english": "βΆοΈ Open in media player"
},
"vlcBtn":{
"english": "VLC"
},
"m3uBtn":{
"english": "M3U"
},
"xspfBtn":{
"english": "XSPF"
},
"loginWithEmailBtn": {
"english": "π§ Login with email/password"
},
"authorizeWithDeviceBtn": {
"english": "π± Authorize with device (Recommended)"
},
"getLinkBtn":{
"english": "π Download link"
},
"openInBrowserBtn":{
"english": "π Open in browser"
},
"showFilesBtn":{
"english": "π Show files"
},
"fileManagerBtn":{
"english": "π File Manager"
},
"deleteBtn":{
"english": "π Delete"
},
"activeTorrentsBtn":{
"english": "β Active Torrents"
},
"wishlistBtn":{
"english": "β Wishlist"
},
"accountBtn":{
"english": "π€ Account"
},
"switchBtn":{
"english": "π Switch"
},
"settingsBtn":{
"english": "βοΈ Settings"
},
"helpBtn":{
"english": "βοΈ Help"
},
"supportBtn":{
"english": "π Support"
},
"donateBtn":{
"english": "β Donate"
},
"joinChannelBtn": {
"english": "π’ Channel"
},
"joinDiscussionBtn": {
"english": "π£οΈ Group Chat"
},
"subscribeChannelBtn": {
"english": "πΊ YouTube"
},
"followOnGithubBtn": {
"english": "π¨βπ» Follow on GitHub"
},
"verifyBtn": {
"english": "β
Verify"
},
"yesBtn": {
"english": "β
Yes"
},
"noBtn": {
"english": "β No"
},
"backBtn": {
"english": "π Back"
},
"featureNotAvailable":{
"english": "<b>π£ The bot is still in it's development phase so this feature is not available yet.</b>"
}
}