forked from LorittaBot/LorittaLocales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-us.json
1053 lines (1053 loc) · 93.8 KB
/
en-us.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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"[Translate!]SHIP_valor90": [
"😍 %ship% Os dois se amam! 😍",
"💗 %ship% Casal mais perfeito? Impossível! 💗",
"☠ %ship% Nem a *dona* morte separa! 😂",
"😋 %ship% Casal mais perfeito que eu! 😋",
"😚 %ship% Casal? Casal que nada! Eles já são casados! 😚"
],
"[Translate!]SHIP_valor80": [
"😏 %ship% Mas esses dois já se conhecem faz muito tempo... 😏",
"😊 %ship% Claro que os dois são um lindo casal! 😊",
"😜 %ship% Casal mais grudento que Despacito! 😜",
"😄 %ship% Se os dois já não namoram eu estaria surpresa! 😄"
],
"[Translate!]SHIP_valor70": [
"🙂 %ship% Prevejo um casal fofo se formando! 🙂",
"😄 %ship% Só precisa de um pouco mais de conversa para rolar! 😜",
"😊 %ship% Os dois foram feitos um para o outro! 😊",
"😄 %ship% Sim! 😄"
],
"[Translate!]SHIP_valor60": [
"🙂 %ship% Se o/a %user% parasse de ser um pouco tímido(a)... 😏",
"😊 %ship% Tem um pouco de interesses compatíveis aí 😊",
"🙂 %ship% Eu aprovo esse casal! 🙂",
"😄 %ship% Sim! 😄"
],
"[Translate!]SHIP_valor50": [
"😶 %ship% Amigos... Mas talvez né... 😏",
"😊 %ship% Talvez... Só precisa o/a %user% querer! 😶",
"😶 %ship% Eu queria ver esse casal funcionar 😶"
],
"[Translate!]SHIP_valor40": [
"😶 %ship% É... talvez, eu acho... 🙁",
"😶 %ship% Nada é impossível, mas... 🙁",
"😶 %ship% Se os dois quiserem, talvez dê certo... Mas... 😶"
],
"[Translate!]SHIP_valor30": [
"😕 %ship% Acho que não seria um belo casal... 🙁",
"😶 %ship% Parece que só são conhecidos... 😶"
],
"[Translate!]SHIP_valor20": [
"😐 %ship% Se o(a) %user% não tivesse deixado na friendzone... 😐"
],
"[Translate!]SHIP_valor10": [
"😐 %ship% Eu queria muito falar que é possível, mas... 😢"
],
"[Translate!]SHIP_valor0": [
"😭 %ship% As possibilidades de ter este casal são quase impossíveis! 😭"
],
"LORITTA_ADDED_ON_SERVER": "Howdy {0}, how are you? I hope your day is being excellent! ✧゚・: *ヽ(◕ヮ◕ヽ)\n\nI don''t know if it was you or somebody else that added me in {1}, but, because you have Administrator (or manage server) permission I thought it was a good idea to talk about me. <:loritta:331179879582269451>\n\nMy name is Loritta and I''m just a simple bot for Discord! My objective is to make your server more 👌🔥🔝 with more entertainment, better administration and with stuff that you *never* seen in other bots!\n\nWell... Enough blabbing about nothing! Let me talk about some stuff that maybe you will like. 😉\n\n• By default my prefix is `+`, try using `+ping` in your server to be sure that I''m working!\n• If you want to change/enable/disable my features, then go to my panel! {2}\n• If you need help, if you want to report bugs, if you want to suggest something or if you just want to talk about me, why not visit my apartament? 😊 {3}\n• I have a bunch of commands (If you wanna know, I have **{4} different commands**!), if you want to know every single one of them, use *help* in this chat!\n• You can send new YouTube videos of an YouTube channel directly on your server! (Also... did you know that I do notify new videos faster than YouTube itself? 😉) Just go to my panel and configure that!\n\n...seriously, my panel has everything and a bit more, go check it out! {2}\n\n**Tip from <:loritta:331179879582269451>, the brunette of the neighborhood:** If you have a bit of money laying around, then please donate! <{5}> Did you know it costs 260R$ per month to keep me online? So... do you know that hamburger that is a bit moldy that you always buy... instead of buying that moldy stuff, you could donate to me so I could stay online for more days! 😊",
"PERMISSION_KICK_MEMBERS": "Kick members",
"PERMISSION_BAN_MEMBERS": "Ban members",
"PERMISSION_ADMINISTRATOR": "Administrator",
"PERMISSION_MANAGE_CHANNEL": "Manage channel",
"PERMISSION_MANAGE_SERVER": "Manage server",
"PERMISSION_MESSAGE_ADD_REACTION": "Add reactions",
"PERMISSION_MESSAGE_HISTORY": "View message history",
"PERMISSION_VIEW_AUDIT_LOGS": "View Audit Logs",
"PERMISSION_MESSAGE_READ": "Read messages",
"PERMISSION_MESSAGE_WRITE": "Send messages",
"PERMISSION_MESSAGE_MANAGE": "Manage messages",
"PERMISSION_MESSAGE_EXT_EMOJI": "Use external emojis",
"PERMISSION_MANAGE_ROLES": "Manage roles",
"PERMISSION_MANAGE_PERMISSIONS": "Manage permissions",
"PERMISSION_MANAGE_WEBHOOKS": "Manage webhooks",
"PERMISSION_MANAGE_EMOTES": "Manage emotes",
"PERMISSION_CREATE_INSTANT_INVITE": "Create a instant invite",
"PERMISSION_MESSAGE_EMBED_LINKS": "Embed links",
"PERMISSION_I_NEED_PERMISSION": "I really wanted to execute this command, but unfortunately I don''t have permission to {0}... 😢 Please ask someone of this server administration to give that permission to me! Thank You! 🙂",
"PLEASE_WAIT_COOLDOWN": "Hold on! You need to wait **{0}** before using another command! 🙅",
"ERROR_WHILE_EXECUTING_COMMAND": "Something went terribly wrong while executing this command... 😭 Sorry for the inconvenience. 😢",
"AJUDA_ERROR_WHEN_OPENING_DM": "I really wanted to send my help info to you, but I wanna know how can I send those messages to you if you disabled private messages between users that you know. http://i.imgur.com/Z1HwW2j.png 🤷",
"SEARCH": "search",
"PROCESSING": "Processing",
"INVALID_NUMBER": "`{0}` is a unrecognizable number for a bot like me, sorry. 😢",
"NSFW_IMAGE": "**Pornographic image (NSFW) detected**\n\n{0}... are you really serious that you would use *that* as your wallpaper? Do you really think someone would look at your wallpaper and say \"wow, \"{0}\" is wonderful because he wastes his time watching other people making out because he can't go outside and meet new people\"?\n\nNo, nobody will say that, please, for me, change your life and stop doing that.\n\n(If this was a false positive then... I don''t know, ignore me 😞)",
"MENTION_RESPONSE": "Howdy {0}! My prefix on this server is `{1}` To see what I can do, use `{1}help`!",
"IMAGE_UPLOAD_NO_PERM": "I don''t have permission to send files in this channel!",
"USER_IS_LORITTABANNED": "You are **banned**\n\n**Reason:** {0}\n\nIf you think the ban was unfair (I doubt it was unfair tho) or if you regret doing that, send a private message to `MrPowerGamerBR#4185` asking to be unbanned!\n\nSorry for the inconvenience...",
"NO_VALID_IMAGE": "I couldn''t find any valid image for me to use! (I try to get images in links, image uploads, avatar from mentioned users, emojis... but I didn''t find anything in your message!)",
"NO_PERMISSION": "You don''t have permission to use this!",
"CANT_USE_IN_PRIVATE": "You can''t use this command in a private message!",
"DJ_LORITTA_DISABLED": "My music module is disabled in this guild... It seems we won''t have `DJ Loritta` around here...",
"DJ_LORITTA_HOW_TO_ENABLE": "If you want to enable the music module, go to my website ({0}), choose your server, click on \"DJ Loritta\" and enable the module!",
"EVENTLOG_USER_ID": "User ID: {0}",
"EVENTLOG_AVATAR_CHANGED": "**{0} changed avatars**",
"EVENTLOG_NAME_CHANGED": "**{0} changed username!**\n\nPrevious username: `{1}`\nNew username: `{2}`",
"EVENTLOG_CHANNEL_CREATED": "**Created text channel {0}**",
"EVENTLOG_CHANNEL_NAME_UPDATED": "**{0}''s name was changed!**\n\nPrevious name: `{1}`\nNew name: `{2}`",
"EVENTLOG_CHANNEL_TOPIC_UPDATED": "**{0}''s topic was changed!**\n\nPrevious topic: `{1}`\nNew topic: `{2}`",
"EVENTLOG_CHANNEL_POSITION_UPDATED": "**{0}''s position was changed!**\n\nPrevious position: `{1}`\nNew position: `{2}`",
"EVENTLOG_CHANNEL_DELETED": "**Deleted text channel `{0}`**",
"EVENTLOG_MESSAGE_EDITED": "**{0} edited a text message**\n\nPrevious message: ```\n{1}```\nNew message: ```\n{2}```",
"EVENTLOG_MESSAGE_DELETED": "**Deleted text message**\n\nMessage: ```\n{0}```",
"EVENTLOG_MESSAGE_DELETED_UPLOADS": "**Attached files:**",
"HOW_TO_USE": "How to use",
"EXAMPLE": "Example",
"WEBSITE_HELLO": "Howdy, my name is ",
"WEBSITE_JUST_A_SIMPLE_DISCORD_BOT": "Yet another Discord bot",
"WEBSITE_ADD_ME": "Add me! 🙋",
"[Translate!]WEBSITE_HOME": "Home",
"WEBSITE_OUR_DISCORD": "Our Discord",
"WEBSITE_ADMIN_PANEL": "Admin Panel",
"WEBSITE_COMMANDS": "Commands",
"[Translate!]WEBSITE_FAN_ARTS": "Fan Arts",
"WEBSITE_DONATE": "Donate",
"WEBSITE_ABOUT": "About Loritta",
"WEBSITE_PARTNERS": "Partners",
"WEBSITE_MYSERVER": "My Discord Server",
"WEBSITE_SERVERFANCLUB": "Servers in Loritta's Fan Club",
"WEBSITE_STATISTICS": "Statistics",
"WEBSITE_INTRO": "<p>Howdy, my name is Loritta (or, to close friends, \"Lori\") and I'm just a cute bot for Discord with lots of cool features!</p>\n<p>While my focus is entertainment (like funny commands and memes) I also do have social features (profile with XP and reputation) and I'm also extremely customizable (you can enable/disable any command, change my prefix to whatever you want and much more!) with a simple focus: <b>Be the best brazilian bot for Discord!</b> (Which doesn't make too much sense right now... since I also speak in English... whatever 🤷)</p>\n</div>\n<p>One of the reasons that made me become what I'm today was the lack of brazilian bots for Discord, since many brazilian servers in Discord uses bots \"of low quality\" in portuguese or uses bots that speaks (actually they write) in english... and let's be honest, none of those options seems nice for the users... and that's why I promise to change that!</p>",
"WEBSITE_SERVERS": " servers",
"WEBSITE_USING_LORITTA": "using me!",
"WEBSITE_DIFFERENT_USERS": " different users",
"WEBSITE_IN_SERVERS_USING_LORITTA": "in servers that use me",
"WEBSITE_DEFAULT_TITLE": "Yet another Discord bot",
"WEBSITE_ACTIVATE_MODULE": "Activate module?",
"WEBSITE_AUTOROLE_GIVE_ROLE_UPON_JOIN": "Roles that will be given when someone joins",
"WEBSITE_ADD_IT": "Add",
"WEBSITE_SAVE_IT": "Save",
"WEBSITE_AUTOROLE_CLICK_TO_REMOVE_ROLE": "Click in a role in the list below to remove it!",
"WEBSITE_AUTOROLE_ROLE_ATTENTION": "If you aren''t finding a role here, then maybe I don''t have permission to give it! Try moving my role to the top of the role list and try again!",
"WEBSITE_YOUTUBE_ON_RECEIVED": "Message to be sent when a new video is received",
"WEBSITE_YOUTUBE_CHANNEL": "Channel to announce when someone posts a new video",
"WEBSITE_YOUTUBE_CHANNEL_URL": "Channel URL",
"WEBSITE_YOUTUBE_CHANNEL_ID": "Channel ID (don't touch this!)",
"ADMINP_CHOOSE_A_SERVER": "Choose a Server",
"WEBSITE_WITHOUT_RESTARTING": "without restarting the JVM (Uptime)",
"ADMINP_EVENTLOG_MEMBER_BAN": "Notify when someone is banned",
"ADMINP_EVENTLOG_MEMBER_UNBAN": "Notify when someone is unbanned",
"ADMINP_EVENTLOG_MESSAGE_EDIT": "Notify when a message is edited",
"ADMINP_EVENTLOG_MESSAGE_DELETE": "Notify when a message is deleted",
"ADMINP_EVENTLOG_CHANNEL_CREATED": "Notify when a text channel is created",
"ADMINP_EVENTLOG_CHANNEL_NAME_CHANGED": "Notify when a text channel name is changed",
"ADMINP_EVENTLOG_CHANNEL_TOPIC_UPDATED": "Notify when a text channel topic is changed",
"ADMINP_EVENTLOG_CHANNEL_POSITION_UPDATED": "Notify when the position of an text channel is changed",
"ADMINP_EVENTLOG_CHANNEL_DELETED": "Notify when a text channel is deleted",
"ADMINP_EVENTLOG_SERVER_NICK_CHANGE": "Notify when someone changes their nickname",
"ADMINP_EVENTLOG_USERNAME_CHANGE": "Notify when someone changes their username",
"ADMINP_EVENTLOG_AVATAR_CHANGE": "Notify when someone changes their avatar",
"ADMINP_EVENTLOG_VOICE_JOIN": "Notify when someone joins a voice channel",
"ADMINP_EVENTLOG_VOICE_LEAVE": "Notify when someone leaves a voice channel",
"HACKBAN_DESCRIPTION": "Bans an user via ID before he joins your server!",
"HACKBAN_REASON": "Reason",
"LIMPAR_DESCRIPTION": "Clears the chat of the current text channel.",
"LIMPAR_INVALID_RANGE": "I can only clear messages between 2 and 100!",
"LIMPAR_SUCCESS": "Chat cleared by {0}!",
"LIMPAR_SUCCESS_IGNORED_TOO_OLD": "Chat cleared by {0}, however {1} messages couldn''t be deleted because they were sent more than 2 weeks ago!",
"LIMPAR_COUDLNT_FIND_MESSAGES": "I couldn''t find any messages to be deleted...",
"MUTE_DESCRIPTION": "Mutes an user for a time period",
"MUTE_ROLE_NAME": "Muted",
"ROLEID_DESCRIPTION": "Gets the ID of a role",
"SOFTBAN_DESCRIPTION": "Does a \"softban\" in an user, that means, the user is banned and then quickly unbanned later, used to delete the messages of an user.",
"SOFTBAN_FAIL_MORE_THAN_SEVEN_DAYS": "It''s impossible to softban someone for more than 7 days!",
"SOFTBAN_FAIL_LESS_THAN_ZERO_DAYS": "It''s impossible to softban someone for less than 0 days! (And how that would''ve work?)",
"SOFTBAN_NO_PERM": "I don''t have permission to softban this user!",
"AVATAR_DESCRIPTION": "Gets the avatar of an user",
"AVATAR_CLICKHERE": "Click [here]({0}) to download the image!",
"AVATAR_LORITTACUTE": "I know I''m cute!",
"BOTINFO_DESCRIPTION": "Shows interesting (and some very useless) informations about me!",
"BOTINFO_TITLE": "Howdy, my name is Loritta!",
"BOTINFO_EMBED_INFO": "Howdy, my name is Loritta (or, as how my close friends call me, \"Lori\") and I''m yet another Discord bot with unique features that you never seen before!\n\nCurrently I''m sharing fun in **{0} guilds** having **{3} innovative commands**, I know **{1} different users** (Wow, so much people!), I''ve already seen **{4} channels** and **{5} emojis** and I executed **{6} commands** since the last time I woke up **{2}** ago 😴! I was created in **<:kotlin:453714186925637642> [Kotlin](https://kotlinlang.org/)** using **<:jda:411518264267767818> [JDA](https://github.com/DV8FromTheWorld/JDA)** and, if you want to see my source code (to see how I was made), [click here](https://bit.ly/lorittagit)!\n\nIf you want to look at my wonderful website, [click here](https://loritta.website/) and, if you want to add me to your server, [click here](https://loritta.website/dashboard)!",
"BOTINFO_HONORABLE_MENTIONS": "Honorable Mentions",
"BOTINFO_MENTIONS": "`MrPowerGamerBR#4185` If it wasn''t for him, I probably wouldn''t even exist!\n`{0}#{1}` Because you''re talking with me! 😄",
"BOTINFO_CREATEDBY": "Loritta was created by MrPowerGamerBR",
"EMOJI_DESCRIPTION": "View emojis in a size that you don''t need to use a magnify glass just to understand them!",
"EMOJI_ERROR_WHILE_DOWNLOADING": "Are you sure this is an valid emoji? 🤷",
"INVITE_DESCRIPTION": "Sends the invite link to add me in other servers!",
"INVITE_INFO": "Do you want to add me in other servers? Then click [here]({0}) to add me in other server!\n\nIf you want to configure anything (like my prefix, activate commands, etc) then access my administration panel clicking [here]({1})!\n\nAnd, of course, join my guild to give suggestions, report bugs and much more! {2}",
"SERVERINFO_DESCRIPTION": "View some informations about the current server!",
"SERVERINFO_OWNER": "Owner",
"SERVERINFO_REGION": "Region",
"SERVERINFO_CHANNELS": "Channels",
"SERVERINFO_CHANNELS_TEXT": "Text",
"SERVERINFO_CHANNELS_VOICE": "Voice",
"SERVERINFO_CREATED_IN": "Created at",
"SERVERINFO_JOINED_IN": "Joined at",
"SERVERINFO_MEMBERS": "Members",
"[Translate!]SERVERINFO_ONLINE": "Online",
"SERVERINFO_AWAY": "Away",
"SERVERINFO_BUSY": "Do Not Disturb",
"[Translate!]SERVERINFO_OFFLINE": "Offline",
"SERVERINFO_PEOPLE": "People",
"[Translate!]SERVERINFO_BOTS": "Bots",
"SERVERINFO_ROLES": "Roles",
"SERVERINFO_CUSTOM_EMOJIS": "Custom emojis",
"USERINFO_DESCRIPTION": "View information about an user!",
"USERINFO_ID_DO_DISCORD": "Discord ID",
"USERINFO_TAG_DO_DISCORD": "Discord tag",
"USERINFO_ACCOUNT_CREATED": "Account created at",
"USERINFO_ACCOUNT_JOINED": "Joined at",
"USERINFO_SHARED_SERVERS": "Shared servers",
"USERINFO_LAST_SEEN": "Last seen",
"USERINFO_STATUS": "Stats",
"USERINFO_ROLES": "Roles",
"USERINFO_NO_ROLE": "No roles...",
"USERINFO_ALSO_KNOWN_AS": "Also known as...",
"AMIGOS_DESCRIPTION": "Thanks for being **NOT YOU** the best friends of all!",
"AMIZADE_DESCRIPTION": "Tell someone that your friendship ended in a simple and easy way!",
"AMIZADE_AMIZADE_COM": "Friendship ended with {0}",
"AMIZADE_ENDED": "",
"AMIZADE_NOW": "Now",
"AMIZADE_IS_MY": "is my",
"AMIZADE_BEST_FRIEND": "best friend",
"RATEWAIFU_DESCRIPTION": "Get a note for your Waifu!",
"RATEWAIFU_10": "Simply perfect! I wouldn''t change Waifus if I was you!",
"RATEWAIFU_9": "An excellent waifu, good choice.",
"RATEWAIFU_8": "A Waifu that hits all the good points in life.",
"RATEWAIFU_7": "Not every Waifu is perfect, but what would be the fun in living with someone perfect?",
"RATEWAIFU_6": "If this was an school grade your Waifu would be \"passing grade\"",
"RATEWAIFU_5": "Not that bad, but also not that good, quite \"normal\"",
"RATEWAIFU_4": "Not that your Waifu is bad, on the contrary! She has the potential to be something more *juicy*!",
"RATEWAIFU_3": "Your Waifu needs more substance.",
"RATEWAIFU_2": "Don''t get me wrong, but if I was you, I would change your Waifu...",
"RATEWAIFU_1": "No chance, change your Waifu now to ensure your sanity.",
"RATEWAIFU_0": "Please change your Waifu.",
"RATEWAIFU_IM_PERFECT": "I''m pretty!",
"RATEWAIFU_RESULT": "`{1}`''s score is **{0}/10**! **{2}**",
"CARACOROA_DESCRIPTION": "Spin a coin and see if it will be heads or tails! Perfect to figure out who will be the first in a soccer match",
"CARACOROA_HEADS": "Heads",
"CARACOROA_TAILS": "Tails",
"CEPO_DESCRIPTION": "Destroy someone, Gugu Gaiteiro style!",
"DEUS_DESCRIPTION": "Places someone in a Google search about \"God\"",
"DEUSES_DESCRIPTION": "Holy shit, look at the Gods, bro!",
"DISCORDIA_DESCRIPTION": "Show your reaction when you receive a useless notification from Discord!",
"GETOVERHERE_DESCRIPTION": "Pretend that you are Scorpion and do a \"GET OVER HERE!\" in someone!",
"ROMEROBRITTO_DESCRIPTION": "Make Romero Britto draw your beautiful art!",
"STUDIOPOLISTV_DESCRIPTION": "Is Eggman showing something interesting in his marvelous TV?",
"MANIATITLECARD_DESCRIPTION": "Create a Sonic Mania title card!",
"DRAKE_DESCRIPTION": "Creates a Drake meme using two users from your guild!",
"FAUSTAO_DESCRIPTION": "Invoke the darling Faustão in your server!",
"TODAY_DESCRIPTION": "Showa something interesting that happened in this day in history!",
"TODAY_ON_THIS_DAY": "Today in history",
"SIMSIMI_NAME": "Simsimi, Loritta''s 🐤",
"SIMSIMI_DESCRIPTION": "Talk with Simsimi!",
"SIMSIMI_FAIL": "...it seems our little friend Simsimi doesn''t has a response for that. 🤷 But anyway, ",
"AKINATOR_DESCRIPTION": "See if Akinator will figure out what person you are thinking!",
"AKINATOR_TIMEOUT": "You took too long to reply and that made me lose the flow of thought... try again!",
"GAMEJOLT_DESCRIPTION": "Search games on GameJolt!",
"FRASETOSCA_DESCRIPTION": "Creates a corny phrase using various recycled messages received by me",
"FRASETOSCA_GABRIELA": "Gabriela, Loritta''s friend",
"GANGUE_DESCRIPTION": "Gang from the quebrada",
"INVERTER_DESCRIPTION": "Inverts the color in an image",
"LAVA_DESCRIPTION": "The floor is...? Decide what you want!",
"LAVAREVERSO_DESCRIPTION": "The floor is...? Decide what you want!",
"VIEIRINHA_DESCRIPTION": "Ask something to Vieirinha",
"NYANCAT_DESCRIPTION": "Nyan Cat, directly on your server! And you can also ask the size of your Nyan Cat like how you ask sandwiches in Subway!",
"PPT_DESCRIPTION": "Play Rock, Paper and Scissors! (jankenpon)",
"PPT_WIN": "Congratulations, you won!",
"PPT_LOSE": "What a shame... you lost, but what counts is the intention!",
"PPT_DRAW": "A tie! How about a rematch?",
"PPT_CHOSEN": "You chosen {0}, I''ve chosen {1}",
"PPT_JESUS_CHRIST": "JESUS CHRIST",
"PPT_MAYBE_DRAW": "Draw...?",
"PPT_INVALID": "What a shame... you lost, next time choose something that is valid, okay?",
"PERDAO_DESCRIPTION": "A monster like this deserves forgiveness?",
"PERFEITO_DESCRIPTION": "Is \"Nothing is perfect\" anyway?",
"PRIMEIRAS_DESCRIPTION": "Oh my god, the baby''s first words",
"QUADRO_DESCRIPTION": "Places someone in a frame with Wolverine looking to it",
"QUALIDADE_DESCRIPTION": "Creates a message with Q U A L I T Y & S Y N C",
"RAZOES_DESCRIPTION": "What''s your reason to live?",
"RECEITAS_DESCRIPTION": "Search delicious receipes from Ana Maria Braga™!",
"RECEITAS_INFO": "An article in category \"{0}\" for you family! Delicious! 🐦",
"RECEITAS_COULDNT_FIND": "I couldn''t find anything related to `{0}` in Ana''s receibe book!",
"ROLL_DESCRIPTION": "Rolls an dice and tells its result, perfect when you want to play Monopoly but you lost the dices.",
"ROLL_INVALID_NUMBER": "Invalid number!",
"ROLL_RESULT": "rolled **{0}**... and got `{1}`!",
"SAM_DESCRIPTION": "Adds an South America Memes watermark to an image",
"SHIP_DESCRIPTION": "Check if a couple would work (or not!)",
"SHIP_NEW_COUPLE": "Hmmm, do we have a new couple here?",
"SPINNER_DESCRIPTION": "Spins a fidget spinner! For how much time it will keep spinning?",
"SPINNER_SPINNING": "Spinning the fidget spinner...",
"SPINNER_SPINNED": "Your spinner spinned for **{0}** seconds!",
"SPINNER_OUCH": "You hurt your hand while trying to respin the spinner! Next time, wait longer before respinning!",
"SPINNER_RESPINNED": "You respinned your spinner! 🔥 Keep at it to keep your spinner spinning!",
"SPINNER_MAGIC_BALL": "Maybe you should wait between **{0}** and **{1}** seconds before respinning...",
"RIPVIDA_DESCRIPTION": "An innocent doggo saw an image that made him to rethink all his entire life...",
"RIPVIDA_FILE": "doge_vida_en.png",
"ATA_DESCRIPTION": "Monica saw an image that you sent and reacted in the best way possible.",
"JOOJ_DESCRIPTION": "Flips an image horizontally, using the left side of the image!",
"OJJO_DESCRIPTION": "Flips an image horizontally, using the right side of the image!",
"TRETANEWS_DESCRIPTION": "YOOOOOOOOOU ARE WATCHING TRETA NEWS SO LET''S GO DIRECTLY TO THE NEWS",
"TRISTEREALIDADE_DESCRIPTION": "Creates a sad reality in your guild",
"TRISTEREALIDADE_FILE": "tristerealidade_us.png",
"TRUMP_DESCRIPTION": "What presient Trump is showing today?",
"VAPORONDA_DESCRIPTION": "Creates a message with aesthetics",
"VAPORQUALIDADE_DESCRIPTION": "When you mix Q U A L I T Y and aesthetics",
"WIKIA_DESCRIPTION": "Searches something in a Wikia fandom",
"WIKIA_COULDNT_FIND": "I couldn''t find anything related to `{0}` in wiki `{1}`!",
"YOUTUBE_DESCRIPTION": "Searches a video in YouTube",
"YOUTUBE_RESULTS_FOR": "Results for `{0}`",
"YOUTUBE_COULDNT_FIND": "I couldn''t find anything related to `{0}`!",
"YOUTUBE_CHANNEL": "Channel",
"MCAVATAR_DESCRIPTION": "Shows the avatar of a Minecraft account, if the account doesn''t exist it will show the default skin (Steve)",
"MCAVATAR_AVATAR_DE": "{0}''s avatar",
"MCBODY_DESCRIPTION": "Shows the body of a Minecraft account, if the account doesn''t exist it will show the default skin (Steve)",
"MCBODY_BODY_DE": "{0}''s body",
"MCHEAD_DESCRIPTION": "Shows the head of a Minecraft account, if the account doesn''t exist it will show the default skin (Steve)",
"MCHEAD_HEAD_DE": "{0}''s head",
"MCQUERY_DESCRIPTION": "Queries a Minecraft server",
"MCQUERY_OFFLINE": "Server `{0}:{1}` doesn''t exist or it is offline!",
"MCQUERY_VERSION": "Version",
"MCQUERY_PROTOCOL": "Protocol",
"MCQUERY_IP": "Server IP",
"MCQUERY_WORLD": "World name",
"MCSIGN_DESCRIPTION": "Writes a text in a Minecraft sign!",
"MCSTATUS_DESCRIPTION": "Checks if Mojang''s server are online",
"MCSTATUS_MOJANG_STATUS": "Mojang''s status",
"MCUUID_DESCRIPTION": "Gets the UUID from an user",
"MCUUID_RESULT": "`{0}`''s UUID: `{1}`",
"MCUUID_INVALID": "Player not found! Are you sure `{0}` is a valid account?",
"OFFLINEUUID_DESCRIPTION": "Gets the offline UUID (that is, servers without Mojang authentication) of a player",
"OFFLINEUUID_RESULT": "**`{0}`''s offline UUID (without Mojang''s authentication):** `{1}`",
"SPIGOTMC_DESCRIPTION": "Searches a plugin in SpigotMC",
"SPIGOTMC_COULDNT_FIND": "I couldn''t find anything related to `{0}`!",
"SPIGOTMC_CONTRIBUTORS": "Contributors",
"[Translate!]SPIGOTMC_DOWNLOADS": "Downloads",
"SPIGOTMC_TESTED_VERSIONS": "Tested Versions",
"[Translate!]SPIGOTMC_DOWNLOAD": "Download",
"SPIGOTMC_RELEASED": "Created in",
"SPIGOTMC_UPDATED": "Last update",
"RBUSER_DESCRIPTION": "Searches informations about a Roblox user",
"RBUSER_ID_DO_ROBLOX": "Roblox ID",
"RBUSER_FRIENDS": "Friends",
"RBUSER_FOLLOWING": "Following",
"RBUSER_FOLLOWERS": "Followers",
"RBUSER_JOIN_DATE": "Joined in",
"[Translate!]RBUSER_SOCIAL": "Social",
"RBUSER_PLACE_VISITS": "Place visits",
"RBUSER_COULDNT_FIND": "I didn''t find an user called `{0}`...",
"AJUDA_DESCRIPTION": "Shows all the commands I can do, however this will only show the available commands on the current server you are in!",
"AJUDA_SENT_IN_PRIVATE": "I sent to you via private messages, check your direct messages!",
"AJUDA_INTRODUCE_MYSELF": "Howdy {0}, my name is Loritta (or, for close friends, \"Lori\") and I''m just a simple bot for Discord!\n\nMy objective is to be a bot with general functions, extremely modular, easy to use and super customizable for every server! (Want to add me to your server? Then click [here]({1}))!\n\nCurrently you are viewing the help for **{2}**!",
"AJUDA_MY_HELP": "Loritta Help",
"ESCOLHER_DESCRIPTION": "Needing some help to choose something? Then let me choose for you!",
"ESCOLHER_RESULT": "I chose `{0}`!",
"PING_DESCRIPTION": "A test command to see if I''m working, I recommend leaving this enabled for testing purposes!",
"MENCIONAR_DESCRIPTION": "Mentions a message, tip: to copy a message's ID, enable Discord''s developer mode in Discord''s configuration and right click a message!",
"MENCIONAR_NOT_VALID_SNOWFLAKE": "`{0}` doesn''t seem to be a valid ID... A message's ID is like this `297153970613387264`. (Tip: enable Discord''s developer mode in Discord''s configuration and right click a message!)",
"MENCIONAR_UNKNOWN_MESSAGE": "I didn''t find any messages with that ID, before you start to scold me, keep in mind that I can only get messages in the text channel I''m currently in!",
"MENCIONAR_SAID": "said",
"LANGUAGE_DESCRIPTION": "Lets you change the language I speak in your guild!",
"LANGUAGE_INFO": "Click in the desired language!\n{0}",
"LANGUAGE_USING_LOCALE": "Now I''ll speak in `{0}`!",
"BACKGROUND_DESCRIPTION": "Why not spice up your profile with a new fancy wallpaper?",
"BACKGROUND_CENTRAL": "Wallpaper Central",
"BACKGROUND_INFO": "**Do you want to change your profile''s wallpaper? Then you came to the right place!**\n\nClick in 🖼 to view your current wallpaper\nClick in 🛒 to view the default templates\n\nWant to send your own wallpaper? No problem! Send a 400x300 image in chat and, with the image, write `{0}background`! (You can also send the image link with the command that I will also accept it!)\n\n(Don''t send NSFW wallpapers! If you send and get caught, your account will be suspended and you won''t be able to use me!)",
"BACKGROUND_INVALID_IMAGE": "Invalid image! Are you sure this is a valid link? If you can, please download the image and upload it directly on Discord!",
"BACKGROUND_UPDATED": "Wallpaper updated!",
"BACKGROUND_EDITED": "Because your image wasn''t 400x300, I needed to change it a little bit!",
"BACKGROUND_YOUR_CURRENT_BG": "Your current wallpaper",
"BACKGROUND_TEMPLATE_INFO": "Click in ⬅ to go back one template\nClick in ➡ to view the next template\nClick in ✅ to use this template as your wallpaper",
"PERFIL_DESCRIPTION": "Shows your profile!",
"PERFIL_LORITTA_DESCRIPTION": "Howdy, my name is Loritta (or, to close friends, \"Lori\") and I'm just a cute bot for Discord with lots of cool features!",
"PERFIL_TOTAL_XP": "Total XP",
"PERFIL_XP_GUILD": "XP in {0}",
"[Translate!]PERFIL_ECONOMY": "Sonhos",
"PERFIL_SOBRE_MIM": "About Me",
"PEFIL_PROFILE": "Profile",
"EDITARXP_DESCRIPTION": "Edits the user's XP",
"EDITARXP_MORE_THAN_ZERO": "XP needs to be greater than 0!",
"EDITARXP_SUCCESS": "{0}'s XP was successfully changed!",
"DISCRIM_DESCRIPTION": "View all users who share a common discriminator with you or with another user!",
"RANK_DESCRIPTION": "View this server rank!",
"RANK_INFO": "Total XP: {0} | Current Level: {1}",
"RANK_SERVER_RANK": "{0}''s Rank",
"REP_DESCRIPTON": "Give reputation to another user!",
"REP_SELF": "You can't give reputation to yourself, silly!",
"REP_WAIT": "You need to wait **{0}** before giving another reputation!",
"REP_SUCCESS": "gave a reputation point to {0}!",
"SOBREMIM_DESCRIPTION": "Set your personal \"about me\" message in your profile!",
"SOBREMIM_CHANGED": "Your profile message was changed to `{0}`!",
"USING_LOCALE": "Using {0} as locale!",
"MUSICINFO_DESCRIPTION": "Shows the current track.",
"MUSICINFO_NOMUSIC": "Nothing is playing right now... Why don''t you play one? `+play music`",
"MUSICINFO_INQUEUE": "In queue...",
"MUSICINFO_NOMUSIC_SHORT": "No tracks...",
"MUSICINFO_REQUESTED_BY": "requested by",
"MUSICINFO_LENGTH": "Length",
"MUSICINFO_VIEWS": "Views",
"MUSICINFO_LIKES": "Likes",
"MUSICINFO_DISLIKES": "Dislikes",
"MUSICINFO_COMMENTS": "Comments",
"MUSICINFO_SKIPTITLE": "Do you want to skip this track?",
"MUSICINFO_SKIPTUTORIAL": "**Then react with 🤦 in this message!** (If 75% of the users in the music channel reacts with 🤦, I will skip the song!)",
"PULAR_DESCRIPTION": "Skips a track.",
"PULAR_MUSICSKIPPED": "Track skipped!",
"TOCAR_DESCRIPTION": "Queues a track to be played!",
"TOCAR_MUTED": "Someone muted me in the voice channel... 😞 Please, ask someone of this server administration to unmute me!",
"TOCAR_CANTTALK": "I don't have permission to talk in the voice channel... 😞 Please, ask someone of this server administration to give permission so I can play some beats!",
"TOCAR_NOTINCHANNEL": "You need to be in the music channel to queue songs!",
"VOLUME_DESCRIPTION": "Change the song volume",
"VOLUME_TOOHIGH": "Do you wanna be deaf? Well, you can, but I''m also listening and I don''t want to.",
"VOLUME_TOOLOW": "Nope, using negative numbers won''t mute it so much that would cause it to be permanently banned from earth.",
"VOLUME_LOWER": "I will turn down the song volume! Sorry if I bothered you with the volume...",
"VOLUME_HIGHER": "I will turn up the song volume! You better not play trash!",
"VOLUME_EXCEPTION": "Okay, let''s change the volume to 💩 then... I wonder how I will change the volume to that...",
"MUSIC_MAX": "Track too long! A track must have, at least `{0}`!",
"PAUSAR_DESCRIPTION": "Pauses the current music",
"PAUSAR_PAUSADO": "The music was paused... when you want to continue playing the song, use {0}continuar",
"PAUSAR_ALREADY_PAUSED": "The music is already paused! If you want me to continue playing, use {0}continuar",
"UNPAUSE_DESCRIPTION": "Unpauses the current song",
"UNPAUSE_CONTINUANDO": "I started playing the song again! When you want me to stop playing, use {0}parar",
"UNPAUSE_UNPAUSED": "The music is already playing! If you want to stop playing, use {0}parar",
"SEEK_DESCRIPTION": "Changes the music position",
"SEEK_TOO_BIG": "I want to know how I will change to that position if the music is only `{0}`...",
"SEEK_CHANGED": "Music position changed to `{0}`!",
"PLAYLIST_DESCRIPTION": "Shows all the songs in DJ Loritta's queue!",
"MUSIC_ADDED": "Added to the queue `{0}`!",
"MUSIC_PLAYLIST_ADDED": "Added to queue {0} songs!",
"MUSIC_PLAYLIST_ADDED_IGNORED": "Added to the queue {0} songs! (ignored {1} tracks due to its length!)",
"MUSIC_NOTFOUND": "I couldn''t find anything related to `{0}` on YouTube... Try using the video link instead of searching for it!",
"MUSIC_ERROR": "Ih Serjão Sujou!\n`{0}`\n(Probably it is a VEVO video and they only let you watch the video in YouTube''s website... 😢)",
"POKEDEX_DESCRIPTION": "Gets information about a Pokémon",
"POKEDEX_TYPES": "Types",
"POKEDEX_ADDED_IN_GEN": "Added in Generation",
"POKEDEX_NUMBER": "Pokédex Index",
"POKEDEX_ABILITIES": "Abilities",
"[Translate!]POKEDEX_BASE_EXP": "Base EXP",
"[Translate!]POKEDEX_EFFORT_POINTS": "Effort Points",
"POKEDEX_CAPTURE_RATE": "Capture Rate",
"[Translate!]POKEDEX_BASE_HAPPINESS": "Base happiness",
"POKEDEX_GROWTH_RATE": "Growth Rate",
"POKEDEX_TRAINING": "Training",
"POKEDEX_EVOLUTIONS": "Evolutions",
"UTBATTLE_DESCRIPTION": "Creates a speech bubble like in Undertale",
"UTBATTLE_INVALID": "Monster `{0}` is not valid! **Valid monsters:** `{1}`",
"UTBOX_DESCRIPTION": "Creates a dialog box like in Undertale",
"LEMBRAR_DESCRIPTION": "Do you need to remember to give food to your doggo? Maybe you want to create a reminder so in the future you can see if you could do all your \"Life Goals\" of this year? Then create a reminder!",
"LEMBRAR_SUCCESS": "I will remind you in **{0}/{1}/{2,number,#}** **{3}:{4}**!",
"KYM_DESCRIPTION": "Search a meme in KnowYourMeme",
"KYM_COULDNT_FIND": "I couldn''t find anything related to `{0}`!",
"KYM_NO_DESCRIPTION": "No description...",
"KYM_ORIGIN": "Origin",
"KYM_DATE": "Date",
"KYM_UNKNOWN": "Unknown",
"ISUP_DESCRIPTION": "Verify if a website is online!",
"ISUP_ONLINE": "It''s only you, for me `{0}` is online! (**Response:** {1})",
"ISUP_OFFLINE": "It''s not only you, for me `{0}` is also offline! (**Error:** {1})",
"ISUP_UNKNOWN_HOST": "`{0} doesn''t exist!`",
"BITLY_DESCRIPTION": "Shorten a link using bit.ly",
"BITLY_INVALID": "`{0}` is an invalid URL!",
"CALC_DESCRIPTION": "Calculates a arithmetic expression",
"CALC_RESULT": "Result: `{0}`",
"CALC_INVALID": "`{0}` is not a valid artihmetic expression!",
"ANAGRAMA_DESCRIPTION": "Creates a anagram of an word!",
"ANAGRAMA_RESULT": "Your anagram is... `{0}`",
"MD5_DESCRIPTION": "Encrypts a message using MD5",
"MD5_RESULT": "`{0}` in MD5: `{1}`",
"AMINO_DESCRIPTION": "Commands related to Amino! ([http://aminoapps.com/](http://aminoapps.com/))",
"AMINO_MEMBERS": "Members",
"AMINO_LANGUAGE": "Language",
"AMINO_COMMUNITY_HEAT": "Community Heat",
"AMINO_CREATED_IN": "Created at",
"AMINO_COULDNT_FIND": "I couldn't find a community related to `{0}`!",
"AMINO_YOUR_IMAGE": "Your image `{0}`!",
"AMINO_NO_IMAGE_FOUND": "I didn't find any \".Amino\" images in your message... 😞",
"AMINO_CONVERT": "convert",
"MONEY_DESCRIPTION": "Converts a currency to another. (Example: View how much dollar is costing compared to real)",
"MONEY_INVALID_CURRENCY": "`{0}` is not a valid currency! 💸\n**Valid currencies:** {1}",
"MONEY_CONVERTED": "💵 **{0} {1} to {2}**: {3} {2}",
"MORSE_DESCRIPTION": "Encodes/Decodes a message in morse code",
"MORSE_FROM_TO": "Text to Morse",
"MORSE_TO_FROM": "Morse to Text",
"MORSE_FAIL": "I couldn''t transform your message in morse code... Maybe you used characters that doesn''t exist in morse code!",
"OCR_DESCRIPTION": "Reads the text in a image using OCR",
"OCR_COUDLNT_FIND": "I didn''t find any text in that image...",
"PACKAGEINFO_DESCRIPTION": "Shows the status of a postal package, works with Correios (Brasil) and CTT (Portugal)",
"PACKAGEINFO_INVALID": "`{0}` is not a valid postal code!",
"PACKAGEINFO_COULDNT_FIND": "I didn''t find the object `{0}` in Correios'' database!",
"TEMPO_DESCRIPTION": "Verify the temperature of a city!",
"TEMPO_PREVISAO_PARA": "Weather forecast for {0}, {1}",
"TEMPO_TEMPERATURA": "Temperature",
"TEMPO_UMIDADE": "Humidity",
"TEMPO_VELOCIDADE_VENTO": "Wind Speed",
"TEMPO_PRESSAO_AR": "Air Pressure",
"TEMPO_ATUAL": "Current",
"TEMPO_MAX": "Maximum",
"TEMPO_MIN": "Minium",
"TEMPO_COULDNT_FIND": "I didn''t find any city named `{0}`!",
"TRANSLATE_DESCRIPTION": "Translates a sentence to another language",
"WIKIPEDIA_DESCRIPTION": "Shows a summary of a Wikipedia page",
"WIKIPEDIA_COULDNT_FIND": "I didn''t find anything related to `{0}`!",
"DASHBOARD_EXPLAIN_ON_COMMAND_RUN": "Explain commands when executing them without any arguments.",
"DASHBOARD_EXPLAIN_ON_COMMAND_RUN_SUB": "If the command doesn't have required arguments, you can use 🤷 as the first argument to get the command's help.",
"DASHBOARD_CONFIG_OVERVIEW": "Config overview",
"DASHBOARD_PREFIX": "Prefix",
"DASHBOARD_PREFIX_INFO": "Prefix is the text that comes before a command. By default my prefix is +, but you can change it in this option.",
"DASHBOARD_SAVE": "Save",
"DASHBOARD_ACTIVATE_MODULE": "Enable module?",
"DASHBOARD_ALLOW_SERVER_INVITES": "Allow sharing the current server invites?",
"DASHBOARD_DELETE_MESSAGE_ON_INVITE": "Should the message be deleted when a invite is detected?",
"DASHBOARD_WARN_ON_INVITE": "Should a message be sent to the user when a invite is detected?",
"DASHBOARD_MESSAGE_ON_INVITE_DETECT": "Message when a invite is detected",
"DASHBOARD_WHITELISTED_CHANNELS_INVITE": "Whitelisted channels",
"DASHBOARD_INVITE_BLOCKER": "Invite Blocker",
"DASHBOARD_CHOOSE_A_SERVER": "Choose a Server",
"DASHBOARD_OWNER": "Owner",
"DASHBOARD_ADMINISTRATOR": "Administrator",
"DASHBOARD_MANAGER": "Server Manager",
"DASHBOARD_MANAGE_SERVER": "Manage Server",
"DASHBOARD_ADD_LORITTA": "Add Loritta",
"PATREON_DESCRIPTION": "List of the lovely people that helps me every month to keep me online!",
"PATREON_THANKS": "Thanks to the people listed below for helping me to stay online!",
"PATREON_DO_YOU_WANNA_HELP": "Do you want to help?",
"PATREON_HOW_TO_HELP": "Thanks for wanting to help me to stay online! <:blobCouple:357976795783626752> This means a lot for me (after all, no money = no hosting to keep me online 😭)\n\nYou can help me on [Patreon]({0}) or, if you want something that isn't recurrent, you can donate via MercadoPago/PayPal [here]({1})! ",
"DASHBOARD_PERMISSIONS": "Permissions",
"DASHBOARD_WELCOMER": "Join/Leave Announcements",
"DASHBOARD_ENABLE_JOIN": "Enable announcements when someone joins",
"DASHBOARD_ENABLE_LEAVE": "Enable announcements when someone leaves",
"DASHBOARD_ENABLE_BAN": "Show different message when the user is banned",
"DASHBOARD_ENABLE_PRIVATE": "Enable messages via direct message when someone joins",
"DASHBOARD_ENABLE_PRIVATE_SUB": "Useful when you want to show basic information about the server but don''t want to flood a channel with useless informations every time someone joins.",
"DASHBOARD_JOIN_CHANNEL": "Join announcement channel",
"DASHBOARD_LEAVE_CHANNEL": "Leave announcement channel",
"DASHBOARD_JOIN_MESSAGE": "Message when someone joins",
"DASHBOARD_LEAVE_MESSAGE": "Message when someone leaves",
"DASHBOARD_PRIVATE_MESSAGE": "Message when someone joins (via direct message)",
"DASHBOARD_LEAVE_BAN_MESSAGE": "Message when someone is banned (keep empty to use the same message when someone leaves)",
"WEBSITE_MY_DISCORD": "My Discord",
"LARANJO_DESCRIPTION": "Create a Laranjo meme! ",
"WEBSITE_DONATE_EXPLAIN": "<p>To keep me online 24/7 (well, sometimes I''m offline to drink water, go lunch at Outback and sometimes drink an frappuccino without coffee at Starbucks) it is necessary to pay a server for me! <img src=\"https://cdn.discordapp.com/emojis/350722757836800010.png?v=1\" class=\"inline-emoji\"></p>\n<p>Currently I''m hosted in a dedicated server with 32GBs/4.00GHz RAM/4.00GHz/Intel Core i7 6700K/256GBs SSD at <a href=\"http://payments.reliablesite.net/aff.php?aff=862\">ReliableSite</a>! This costs approximately <b>89 USD</b> every month! And this is without considering payments for domains, merchandise, food, dollar price flutuations and, of course, for <a href=\"https://mrpowergamerbr.com\">MrPowerGamerBR</a> to use his time to improve and add new features to me! Reminder that when more people start using me, more money I will need to have to keep me online happy and well! <img src=\"https://cdn.discordapp.com/emojis/451143444753154058.gif?v=1\" class=\"inline-emoji\"></p>\n<p>So, if you have a bit of money because you decided to not buy that nasty musty sandwich at Vieirinha's Bar, why not donate it to me? It doesn''t matter if you only have one dollar and you are thinking \"oh, but one dollar doesn''t help too much, I won''t donate then...\", every donation is welcome and helps keeping me online! When donating you earn exclusive rewards, earn fame and glory, and the best of all, helps keeping me online for longer, helping me to share happiness and fun in other servers! <img src=\"https://cdn.discordapp.com/emojis/406559919681175572.gif?v=1\" class=\"inline-emoji\"></p>",
"WEBSITE_DONATE_HowToHelp": "How to Help?",
"WEBSITE_DONATE_Donators": "Donators",
"WEBSITE_DONATE_ThanksToEveryone": "Thanks to everyone that helped me!",
"WEBSITE_DONATE_BitcoinAddress": "Bitcoin Address",
"MCCONQUISTA_Description": "Create a Minecraft advancement!",
"MCCONQUISTA_AdvancementMade": "Advancement Made!",
"AKINATOR_NoQuestion": "Congratulations, you won.",
"YOUTUBE_Subscribers": "Subscribers",
"YOUTUBE_Videos": "Videos",
"YOUTUBE_LastUploadedVideo": "Last uploaded video",
"YOUTUBE_LastLikedVideo": "Last liked video",
"SLOWMODE_Description": "Enables \"slow mode\" in chat, where the user needs to wait X seconds before sending a new message.\n\nIf you want to disable it, use 0!",
"SLOWMODE_EnabledInChannel": "{0} is now on slow mode! ({1} seconds)",
"SLOWMODE_DisabledInChannel": "Slow mode was disabled in {0}!",
"DASHBOARD_EditButton": "Edit",
"DASHBOARD_StarboardChannel": "Channel to announce messages that received",
"DASHBOARD_MinimumStars": "Minimum number of",
"DASHBOARD_AddCommand": "Add Command",
"DASHBOARD_Command": "Command",
"DASHBOARD_Code": "Source Code",
"DASHBOARD_DeleteCommand": "Delete Command",
"DASHBOARD_DeleteAreYouSure": "Are you sure you want to do this?",
"DASHBOARD_JavaScriptCommands": "Commands in JavaScript",
"DASHBOARD_TransformAminoImages": "Transform \".Amino\" images into normal images in Discord",
"DASHBOARD_SyncAminoCommunities": "Sync posts from Amino Communities",
"DASHBOARD_AminoCommunities": "Amino Communities",
"DASHBOARD_AddCommunity": "Add Community",
"DASHBOARD_DeleteCommunity": "Delete Community",
"DASHBOARD_CommunityLink": "Community Link",
"DASHBOARD_CommunityTitle": "Community Name",
"DASHBOARD_CommunityDescription": "Community Description",
"DASHBOARD_CommunityChannel": "Channel to relay new posts",
"DASHBOARD_CommunityError": "Error while getting informations about the community",
"DASHBOARD_FanArtInfo": "<p>Did you know that there is people that like to draw me just because I helped them in their servers? 😲 (Yeah, I''m surprised!)</p>\n<p>So I decided to share here all the fan arts I received! Thanks to everyone that did those fan arts, I''m very grateful!</p>\n<p>By the way, if you want to send a fan art to me, send it <a href=\"https://discord.gg/V7Kbh4z\">on my Discord guild</a>! If you artwork is cool it may be added here! 👏</p>\n<p>Now, enough blabbering and let''s see the amazing arts people created! (Click on them to open the image in an another tab!)</p>",
"DASHBOARD_FanArtBy": "by",
"DASHBOARD_WhoAmI": "Who am I?",
"DASHBOARD_WhoAmIIntro": "<p>Howdy, my name is Loritta (or, as how my close friends call me, \"Lori\") and I''m yet another Discord bot with unique features that you never seen before!</p>\n<p>I have a lot of entertainment features (like funny commands and memes), social features (profiles with XP and reputation), extremely customizable (you can enable/disable any command, change my prefix and much more!) with a simple focus: Be the best general purpose bot for Discord!</p>\n<p>One of the reasons that made me be what I''m today was the lack of brazilian Discord bots, because a lot of servers were using bots \"of low quality\" in portuguese or bots that talk (actually write) in english... and let''s be honest, none of those options seems nice for the users... and that''s why I promise to change that! (even though I also speak in English... 🤷)</p>",
"DASHBOARD_Servers": "Servers",
"DASHBOARD_Users": "Users",
"DASHBOARD_AwakeFor": "I have been awake for",
"DASHBOARD_CommandCount": "Available Commands",
"DASHBOARD_Love": "Love",
"DASHBOARD_ExecutedCommands": "Executed commands",
"DASHBOARD_VarietyAndQuality": "Variety and Quality",
"DASHBOARD_VarietyAndQualityIntro": "<p>Creativity is the word that describes me: with my unique features, it is impossible to not have entertainment! I value the quality and the variety of the features, being a bot all-in-one that nothing will be missing.</p>\n<p>I have more than 100 different commands, of several different categories, like administration, utility, entertainment, image collage — or \"Photoshop\", games, YouTube integration, Feeds RSS/Atom and Amino integration, event reaction (like when someone joins/leaves, autorole and event log), e a bunch more, always valuing the feature quality.</p>",
"DASHBOARD_Customization": "Customization",
"DASHBOARD_CustomizationIntro": "<p>There are always differences, and I can''t please everyone. That''s why I have a very intuitive administration panel, where you can edit a lot of features to be the way you like. Modify me in the way you like to fit your preferences and needs!</p>",
"DASHBOARD_Entertainment": "Entertainment",
"DASHBOARD_EntertainmentIntro": "<p>One of my biggest goals is to make you (and your server members) more happy, even if it is just a small smile in your face.</p>\n<p>That''s why I have a lot of different and funny commands to make you happy and laugh with them!</p>",
"DASHBOARD_Music": "Music",
"DASHBOARD_MusicIntro": "<p>Music is something extraordinary, and, sometimes, you want to share your favorite song with the members of your server, after all, who doesn''t want to share the latest release from Justin Bieber?</p><p>With a customizable music module, you can have fun listening to your favorite song!</p>",
"DASHBOARD_FanClubIntro": "<p>You know what people who quite like something do? They start talking more and more, united by a common denominator.</p>\n<p>And that''s why I have a Fan Club... which, for some reason, people decided to create that fan club in my apartment... Who had the idea to create this inside my apartament? Sometimes I like to be alone, you know?</p>\n<p>Just kidding, everyone is welcome to my Discord server! If you want to talk about me, report bugs that must be fixed, make some amazing suggestions or maybe just to talk about your day then you came to the right place!</p>",
"DASHBOARD_FanClub": "Community",
"DASHBOARD_ServersFanClub": "Servers from the Loritta''s Fan Club",
"DASHBOARD_ServersFanClubIntro": "<p>Servers created by users in <span style=\"color: rgb(52, 152, 219); background-color: rgba(52, 152, 219, 0.0980392); font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600;\">@😍🎀 Fã Clube da Loritta</span> (that is, people who use and like me!)</p>\n<p>This list was created to <s>show how many people love me</s> help server owners to gain new members for their servers and, of course, show how other servers use me!</p>",
"AJUDA_CommandName": "help",
"LORITTA_UnknownCommand": "Command `{0}` doesn''t exist! If you want to check what commands do I have, use `{1}`",
"SPINNER_ViewRank": "Want to see the spinner''s high score? Then use `{0}spinner rank`!",
"DASHBOARD_MentionOnCommandOutput": "Mention who executed the command.",
"DASHBOARD_MentionOnCommandOutputSub": "When executing an command, I will mention the user on the command response.",
"DASHBOARD_DeleteMessageAfterCommand": "Delete the user's message after executing an command.",
"DASHBOARD_DeleteMessageAfterCommandSub": "After executing an command, I will delete the user's message.",
"DASHBOARD_WarnOnMissingPermission": "Warn when I don''t have permission to talk on an channel.",
"DASHBOARD_WarnOnMissingPermissionSub": "If it isn''t possible to reply to a message due to missing permissions, I will warn via direct messages to the server staff. Useful to debug issues.",
"DASHBOARD_WarnOnUnknownCommand": "Warn when a user tries to use a unknown command.",
"DASHBOARD_WarnOnUnknownCommandSub": "If an user executes an unknown command, I will tell him that I don''t have the desired command and, if the user wants to know all of my fancy commands, then they should use my help command.",
"DASHBOARD_WarnIfBlacklisted": "Warn the user if they try to execute a command in blacklisted channels.",
"DASHBOARD_WarnIfBlacklistedSub": "If you configured channels to be on the blacklist, you can enable this option for, when someone tries to execute a command on a blacklisted channel, I will warn that you can''t use commands on that channel.",
"DASHBOARD_BlacklistWarning": "Message to be sent when using an command on a blacklisted channel",
"GOOGLE_Description": "Shows the first results from Google about a specific query",
"SUSTO_Description": "Ahhhhh 😱! Create an imagem of me being scared of something!",
"TWITCH_Description": "Searches information about a Twitch channel",
"DASHBOARD_AddChannel": "Add Channel",
"DASHBOARD_ChannelLink": "Channel Link",
"DASHBOARD_ErrorWhileGettingChannel": "Error while getting information about the channel",
"DASHBOARD_ChannelName": "Channel Name",
"DASHBOARD_ChannelToAnnounceLive": "Channel to announce when someone starts an livestream",
"DASHBOARD_MessageToBroadcastLive": "Message to be sent when the streamer is live",
"DASHBOARD_LivestreamTemplate": "🎥 **'{streamer}'** is now live recording *'{game}'*! '{link}'",
"DASHBOARD_TestMessage": "Test Message",
"SERVERINFO_UnknownGuild": "I don''t know an guild with ID `{0}`... 😢",
"LEMBRAR_Cancelado": "Reminder cancelled!",
"LEMBRAR_SetHour": "When you do you want for me to remind you? (`1 hour`, `5 minutes`, `12:00 11/08/2018`, etc)",
"COLOR_Description": "View informations about an color!",
"COLOR_InvalidColor": "Color `{0}` is not a valid color!",
"COLOR_Shades": "Shades",
"COLOR_Tints": "Tints",
"COLOR_Triadic": "Triadic",
"COLOR_Complementary": "Complementary",
"COLOR_Analogous": "Analogous",
"EMOJISEARCH_Description": "Trying to find an emoji that you seen somewhere but you can''t find it? Then try searching it on my emoji database!",
"EMOJISEARCH_Title": "Emoji search",
"EMOJISEARCH_Results": "{0} emojis related to `{1}` found.",
"EMOJISEARCH_FoundAt": "Emoji sighted in `{0}`",
"EMOJISEARCH_AddError": "I couldn''t add the emoji...",
"EMOJISEARCH_AddSuccess": "Emoji successfully added!",
"EMOJISEARCH_SmallQuery": "The query must have, at least, more than two characters!",
"PING_ShardsInfo": "Shard Information",
"RATEWAIFU_Pollux": "A friend (and a bot) 10/10, my personal thoughts on her? She is very fun and creative. (Did you already saw what she can do? I get impressed easily with her! <:wow:375320822241427476> I even get sad on looking how some of her commands are beautiful, and the stuff I do are... really, ugly... <:lori_triste:370344565967814659>)",
"RATEWAIFU_Tatsumaki": "My older friend, did you knew I was inspired on her! I wouldn't change Waifu (neither bot) if I was you!",
"RATEWAIFU_Mee6": "A nice and chilled bot that notify users about Twitch streams... The only sad thing is that some of his most awesome functions are paid.. I wonder, how much money does he earn charging for all theese functions? I should start charging so I can afford my puddings!",
"RATEWAIFU_Dyno": "If the topic of the talk is event log, you can call Dyno. The only thing that is missing on him, is more configuration to the auto-mod features.",
"RATEWAIFU_NotSoBot": "He was a nice guy, until he told every bot with XP system are bad... really... I'm sad so far because of that. <:lori_triste:370344565967814659> But excluding that, I think he was very cool, I love his image editions!",
"RATEWAIFU_Pantufa": "He's the perfect friend, 10/10, Pantufinha is my childhood friend! She's even is helper of PocketDreams, my Minecraft server.",
"RATEWAIFU_Tyrone": "10/10 Guy, and he's Brazilian! did you knew that? When I looked at him I saw he needed some upgrades, a lot of them, because Tyrone is a really good bot!",
"RATEWAIFU_Mantaro": "I've never talked too much with Mantaro, but I know her creator is a really cool guy.",
"RATEWAIFU_KawaiiBot": "Hello World!",
"RATEWAIFU_Yggdrasil": "If I told you how much times they place me in Yggdrasil Death Battles, you would fall asleep of boredom with me telling you.",
"RATEWAIFU_Lorrita": "Learn how to write my name correctly.",
"AVATAR_PantufaCute": "Yes, Pantufinha is cute too. 😊",
"RBGAME_CouldntFind": "I didn''t find an game called `{0}`...",
"RBGAME_Description": "Searches information about an game in Roblox",
"RBGAME_Favorites": "Favorites",
"RBGAME_Playing": "Playing",
"RBGAME_LastUpdate": "Last update",
"RBGAME_MaxPlayers": "Max players",
"RBGAME_Genre": "Genre",
"DATEUTILS_Now": "a few milliseconds",
"DATEUTILS_Year": "year",
"DATEUTILS_Years": "years",
"DATEUTILS_Month": "month",
"DATEUTILS_Months": "months",
"DATEUTILS_Day": "day",
"DATEUTILS_Days": "days",
"DATEUTILS_Hour": "hour",
"DATEUTILS_Hours": "hours",
"DATEUTILS_Minute": "minute",
"DATEUTILS_Minutes": "minutes",
"DATEUTILS_Second": "second",
"DATEUTILS_Seconds": "seconds",
"REP_InvalidUser": "Invalid User!",
"AJUDA_PleaseDonate": "To keep me online 24/7 (well, sometimes I'm offline to drink water, go lunch at Outback and sometimes drink an frappuccino without coffee at Starbucks) it is necessary to pay a server for me!\n\nCurrently I''m hosted in a dedicated server of 32GBs/4.00GHz at SoYouStart! This costs approximately 82 USD per month!\n\nSo, if you have a bit of money laying around because you decided to not buy that sandwich that looked a bit musty in Vieirinha's Bar, why not donate to me? I''m hungry... <:loritta_comendo_pudim:378551064313724928> https://loritta.website/donate",
"AJUDA_DonationTitle": "Do you want to help me?",
"CONGAPARROT_Description": "Do a beautiful line of conga! (parrots included)",
"CONGAPARROT_InvalidRange": "Unfortunately the conga needs to be between 1 and 50, try another number...",
"DISCRIM_InvalidDiscriminator": "`{0}` is not an valid discriminator!",
"DISCRIM_UsersWithDiscriminator": "Users with discriminator {0}",
"DISCRIM_EmbedDescription": "**I know `{0}` users with the discriminator `{1}`!**\n\nIn Discord, a \"discriminator\" is the number that suffixes your username, in your case, your discriminator is **`{2}`**. Every user has a random discriminator between `0001` and `9999`, to change your discriminator, you need to change your username to another username that has the same discriminator as yours.",
"DISCRIM_SelfDiscriminator": "If you change your name to `{0}`, your discriminator will be changed to another random number! <a:lori_blobwink:393904373144485892>",
"FANARTS_Description": "Check out the <a:lori_blobheartseyes:393914347706908683> awesome<a:lori_blobheartseyes:393914347706908683> fan arts people made!",
"FANARTS_EmbedDescription": "**Fan Art by {0}**\n**Discord**: `{1}`",
"EVENTLOG_MESSAGE_DeletedBy": "**Deleted by:** {0}",
"MALANIME_Status": "Stats",
"MALANIME_Episodes": "Episodes",
"MALANIME_Type": "Type",
"MALANIME_Score": "Score",
"MALANIME_To": "to",
"MALANIME_InProductionSince": "In production since",
"MALANIME_Synonyms": "Also known as",
"MALANIME_AlternateTitle": "Alternative title",
"MALANIME_Description": "Searches information about an anime in MyAnimeList!",
"MALMANGA_Description": "Searches information about an manga in MyAnimeList!",
"[Translate!]MALMANGA_Volumes": "Volumes",
"TRIGGERED_Description": "You know when someone is triggered? Then, make an image with them!",
"GUMBALL_Description": "\"You know what I do when I''m feeling a bit low?\"",
"GUMBALL_Subtitle1": "You know what I do when I''m feeling a bit low?",
"GUMBALL_Subtitle2": "I look at this",
"CommandCategory_FUN_Description": "Do you wanna have some fun? Do you want to cheer up your server chat with fun and random stuff? Then try my fun commands!",
"CommandCategory_IMAGES_Description": "Generate 😂👌🔥🔝 images in the comfort of your Discord server! Just don''t try to generate a bunch of images, sadly I don''t have enough slaves to keep creating the images in Photoshop quickly.",
"CommandCategory_MINECRAFT_Description": "Commands about Minecraft",
"CommandCategory_POKEMON_Description": "Commands about Pokémon",
"CommandCategory_UNDERTALE_Description": "Commands about Undertale",
"CommandCategory_ROBLOX_Description": "Commands about ROBLOX",
"CommandCategory_ANIME_Description": "Commands about Anime",
"CommandCategory_DISCORD_Description": "Commands about Discord",
"CommandCategory_MISC_Description": "Commands that to this day still didn''t find an specific category to live in... Here you will find a bunch of commands that doesn''t fit in the other categories!",
"CommandCategory_ADMIN_Description": "Commands about administrations of servers/guilds",
"CommandCategory_UTILS_Description": "Utility commands to improve your quality of life!",
"CommandCategory_SOCIAL_Description": "Human beings are sociable creatures, and they need to socialize, you can interact with your family, friends, neighbors and even with your Discord server members. And trust me, my commands are the best for you to do so.",
"CommandCategory_MUSIC_Description": "Commands about DJ Loritta",
"CommandCategory_MAGIC_Description": "Commands that you shall never see in your life",
"CommandCategory_FUN_Name": "Fun",
"[Translate!]CommandCategory_IMAGES_Name": "Photoshop",
"[Translate!]CommandCategory_MINECRAFT_Name": "Minecraft",
"[Translate!]CommandCategory_POKEMON_Name": "Pokémon",
"[Translate!]CommandCategory_UNDERTALE_Name": "Undertale",
"[Translate!]CommandCategory_ROBLOX_Name": "Roblox",
"[Translate!]CommandCategory_ANIME_Name": "Anime",
"[Translate!]CommandCategory_DISCORD_Name": "Discord",
"CommandCategory_MISC_Name": "Miscellaneous",
"CommandCategory_ADMIN_Name": "Administration",
"CommandCategory_UTILS_Name": "Utilities",
"[Translate!]CommandCategory_SOCIAL_Name": "Social",
"CommandCategory_MUSIC_Name": "Music",
"CommandCategory_MAGIC_Name": "Magic",
"CHATLOG_Description": "Creates an text file with all the last messages in the server (max 1000 messages)",
"ANAGRAMA_Stats": "The word `{0}` has **{1} different anagrams**!",
"AJUDA_SelectCategory": "Select an category...",
"CommandAliases": "Aliases",
"USERINFO_PrivacyOn": "The user prefers not to expose this information.",
"USERINFO_PrivacyInfo": "You can control what will show up here in https://loritta.website/dashboard",
"AFK_UserIsAfk": "{0} is AFK!",
"AFK_UsersAreAFK": "{0} are AFK!",
"AFK_Description": "Are you going to be away from the keyboard? Then enable AFK mode so everyone will know that you can''t reply when someone mentions you!",
"AFK_AfkOff": "AFK mode disabled!",
"AFK_AfkOn": "AFK mode enabled! For your convenience, the AFK mode will be automatically disabled when you send an message in chat! 😉",
"MENTION_ResponseBlocked": "Hello {0}! My prefix in this server is `{1}` but my commands are blocked in this text channel! To see what can I do, use `{1}help` in {2}!",
"MENTION_ResponseBlockedNoChannels": "Hello {0}! My prefix in this server is `{1}` but my commands are blocked in this text channel! To see what can I do, use `help` in a private conversation with me!",
"MENTION_ResponseRoleBlocked": "Hello {0}! My prefix in this server is `{1}` but your role {2} doesn''t allow to use my commands! To see what can I do, use `help` in a private conversation with me!",
"SWING_Description": "Hit someone with a sledgehammer!\n\nAnimação original por CptNameless",
"DEMON_Description": "Begone, demon!\n\nOriginal animation by CptNameless",
"MCSKIN_Description": "Shows a skin of a Minecraft account",
"MCMOLETOM_Description": "Liked my pretty sweater? Do you want to have my sweater on your Minecraft skin? Then use this command!",
"MCMOLETOM_InvalidSkin": "This isn''t a valid skin! A valid skin has size of `64x32` (1.8 format) or size of `32x32` (1.7 format)!",
"MCMOLETOM_Done": "done! Now you can download your fancy skin with my pretty sweater and be happy!",
"MCMOLETOM_UploadToMojang": "If you have a valid Minecraft account, click on the link to upload your skin to your account!",
"MCSKIN_UnknownPlayer": "`{0}` is not a valid Minecraft account!",
"ROLEID_RolesThatContains": "Roles that contains `{0}`...",
"ROLEID_NoRole": "No roles...",
"ROLEID_RoleIds": "Role IDs...",
"LEMBRAR_YourReminders": "Your Reminders",
"LEMBRAR_RemindAt": "I will remind you at",
"LEMBRAR_CreatedInGuild": "Created in",
"LEMBRAR_RemindInTextChannel": "I will remind in",
"LEMBRAR_ReminderRemoved": "Reminder removed!",
"BAN_UserDoesntExist": "User doesn''t exist!",
"BAN_UserNotInThisServer": "User isn''t on this server!",
"BAN_RoleTooLow": "I can''t punish this user, my role is lower than the role of the punished user!",
"BAN_PunisherRoleTooLow": "You can''t punish this user, your role is lower than the role of the punished user!",
"BAN_ReadyToPunish": "You are about to {0} {1} (`{2}` – `{3}`) from your server! To confirm, press the ✅",
"BAN_SilentTip": "If you want to silent punish (without sending the reason via DM or showing up in the punishment log), click on the 🙊",
"KICK_PunishName": "kick",
"KICK_PunishAction": "Kicked",
"BAN_YouAreBanned": "You were {0} from {1}",
"BAN_PunishedBy": "Punished by",
"BAN_PunishmentReason": "Reason",
"BAN_SuccessfullyPunished": "Used was successfully punished!",
"KICK_Description": "Kicks an user from your server, you can customize the actions of this command (send the punishment via DM to the user, send the punishment to a punishment log channel, etc) in [my website](https://loritta.website/dashboard/)!",
"BAN_Description": "Bans an user from your server, you can customize the actions of this command (send the punishment via DM to the user, send the punishment to a punishment log channel, etc) in [my website](https://loritta.website/dashboard/)!",
"BAN_PunishName": "ban",
"BAN_PunishAction": "Banned",
"[Translate!]SOFTBAN_PunishAction": "Soft Ban",
"SOFTBAN_PunishName": "soft ban",
"DBL_Description": "Shows information about how to help me on Discord Bot List!",
"DBL_Info": "Wanna help me grow and be a better bot? Then upvote me on discord bot list!<:discordbotlist:338808864352763904>\n\nEvery vote helps me get known by more people, and with more people using me, more popular I will be!\nPlus, you are going to recieve a special upvoter badge on `{0}perfil`! Cool, isn't it? Why don't you join many other {1} people that upvoted me and helped me grow? <:lori_blobnom:412582340272062464>\n\n{2}\n\nYour badge will appear on your profile in 60 seconds after voting! 😉",
"MENTION_ResponseEveryoneBlocked": "Howdy {0}! my preifx in this server is `{1}` but they blocked that `@everyone` can't execute my commands, so no one can use my commands here... 😢 To see what I can do, use `ajuda` in a DM with me!",
"RESTARTSONG_Description": "Restarts the currently playing song.",
"TOCARAGORA_Description": "Starts to play a music in DJ Loritta.",
"RESTARTSONG_SongRestarted": "The current playing song has been restarted!",
"SHUFFLE_Description": "Shuffles the queue from DJ Loritta.",
"SHUFFLE_QueueShuffled": "Queue shuffled successfully!",
"[Translate!]LORIPERMISSION_DJ": "DJ",
"LORIPERMISSION_MissingPermissions": "You don''t have the permission of `{0}` to use this command... 😢",
"LORIPERMISSION_MissingPermCanConfigure": "You can add the required permission to use this command in my dashboard! <{0}dashboard/>",
"TOCAR_InvalidChannel": "The music channel in this server got deleted... 😢 Ask someone from the staff to fix it!",
"CommandCategory_ECONOMY_Name": "Economy",
"CommandCategory_ECONOMY_Description": "Commands related to my economy!",
"RAFFLE_Description": "Bet your lucks on my lottery!",
"USERINFO_FavoriteEmojis": "Favorite Emojis",
"[Translate!]KEYWORD_GAMING": "Gaming",
"KEYWORD_ENTERTAINMENT": "Entertainment",
"KEYWORD_ANIME_AND_MANGA": "Anime and Manga",
"KEYWORD_TELEVISION": "Television",
"[Translate!]KEYWORD_ROLEPLAYING": "Roleplaying",
"KEYWORD_GIVEAWAYS": "Giveaways",
"[Translate!]KEYWORD_MEMES": "Memes",
"KEYWORD_PROGRAMMING": "Programming",
"KEYWORD_MUSIC": "Music",
"KEYWORD_MOVIES": "Movies",
"[Translate!]KEYWORD_YOUTUBER": "YouTuber",
"[Translate!]KEYWORD_STREAMER": "Streamer",
"KEYWORD_DISCUSSION": "Discussion",
"[Translate!]KEYWORD_EMOTES": "Emotes",
"KEYWORD_NEWS": "News",
"KEYWORD_ART": "Art & Drawing",
"KEYWORD_BOTS": "Bot Support",
"KEYWORD_FASHION_AND_BEAUTY": "Fashion & Beauty",
"[Translate!]KEYWORD_SOFTWARE": "Software",
"[Translate!]KEYWORD_HARDWARE": "Hardware",
"KEYWORD_AESTHETICS": "AESTHETICS/Vaporwave",
"[Translate!]KEYWORD_HOBBIES": "Hobbies",
"KEYWORD_CHIT_CHAT": "Chit-chat",
"KEYWORD_KPOP_AND_KOREAN_CULTURE": "K-Pop & Korean Culture",
"KEYWORD_TERROR_AND_CREEPYPASTA": "Horror & Creepypasta",
"KEYWORD_LIFE_STYLE": "Life Style",
"KEYWORD_BOOKS_AND_WRITING": "Books & Writing",
"KEYWORD_SPORTS": "Sports",
"KEYWORD_FITNESS_AND_HEALTH": "Fitness & Health",
"KEYWORD_INTERNET_CULTURE": "Internet Culture",
"KEYWORD_FOOD": "Food",
"KEYWORD_NATURE_AND_SCIENCE": "Nature & Science",
"KEYWORD_CRYPTOCURRENCY": "Cryptocurrency",
"KEYWORD_TECNOLOGY": "Tecnology",
"[Translate!]KEYWORD_FURRY": "Furry",
"[Translate!]KEYWORD_NSFW": "NSFW",
"LORITTA_SupportServerInvite": "https://discord.gg/ZWt5mKB",
"MUTE_PunishName": "muted",
"MUTE_PunishAction": "Muted",
"MUTE_SetHour": "Please write in chat when you want to remove the muted status from the user (`1 hour`, `5 minutes`, `12:00 11/08/2018`, etc). If you want it to be permanent, click on 🔄!",
"UPVOTE_PleaseCompleteCaptcha": "Please complete the reCAPTCHA",
"UPVOTE_NeedsToBeMember": "You need to be a member of this server before voting!",
"UPVOTE_CanVoteAgain": "You already voted today! You can vote again {0}!",
"UPVOTE_UnknownGuild": "I''m not on this server, so sadly I can''t process your upvote... (or I''m restarting!)",
"UPVOTE_InvalidCaptchaResponse": "Invalid reCAPTCHA! Try filling out the reCAPTCHA again!",
"UPVOTE_NotVerified": "You need to verify your Discord account before upvoting! (Go to \"User Settings\" in Discord)",
"UPVOTE_BadEmail": "Your Discord''s account email is invalid!",
"UPVOTE_BadIp": "Your IP is blocked due to spam! Sorry for the inconvenience.",
"WEBSITE_MetaDescription": "Howdy, my name is Loritta! Yet another Discord bot with unique features that you never seen before! Made for entertainment, moderation, to help you daily and so much more!",
"WARN_PunishName": "warn",
"WARN_PunishAction": "Warned",
"WARN_DoesntHaveWarns": "The user has no warning for you to remove!",
"WARN_WarnRemoved": "Warning removed!",
"WARN_Description": "Give a warning to a user of your server, you can customize the actions of this command (such as sending the message of the punishment directly, sending a punishment channel, among other things) on [my website] (https: //loritta.website/dashboard/)!",
"UNWARN_Description": "Removes a warning from a user of your server",
"DASHBOARD_Privacy": "Privacy",
"DASHBOARD_HideSharedServers": "Hide shared servers",
"DASHBOARD_HidePreviousUsernames": "Hide old usernames",
"DASHBOARD_TextChannels": "Text Channels",
"DASHBOARD_VoiceChannels": "Voice Channels",
"DASHBOARD_Moderation": "Moderation",
"DASHBOARD_CommandChannelBlacklist": "Channels in which commands can not be used",
"DASHBOARD_CommandChannelBlacklist_Description": "In these channels, I will simply ignore commands as if I was not even there (even though I am watching your messages to give XP 👀)",
"DASHBOARD_ClickToRemoveTextChannel": "Click a text channel from the list below to remove it!",
"DASHBOARD_ManageCommands": "Need to enable/disable commands? Then you have come to the right place!",
"DASHBOARD_FilterByName": "Filter by name...",
"DASHBOARD_EnabledCommands": "Activated Commands",
"DASHBOARD_DisabledCommands": "Commands disabled",
"DASHBOARD_AllowSendingInvites": "Allow sending invitations",
"DASHBOARD_IgnoreCommands": "Ignore Commands",
"DASHBOARD_IgnoreCommands_Description": "If it is enabled, I will ignore any commands sent by this user.",
"CONTENTAWARESCALE_Description": "Applies content aware scale (seam carver) effect to an image",
"ART_Description": "What art makes you inspired again?\n",
"PEPEDREAM_Description": "When you wake up from a beautiful dream and discover that the dream was not real...",
"SAY_Description": "Make me say something!",
"DICIO_Description": "Look up the meaning of a word in the dictionary!",
"PARAR_Description": "The party ended! Makes me leave the voice channel as my DJ job has come to an end and removes all the songs from my playlist",
"PARAR_Success": "The beat stopped and all the songs in my actual playlist were deleted, thanks to everyone that attended the party!",
"INVITEINFO_Description": "Shows the information about a Discord invite",
"SERVERINFO_VerificationLevel": "Verification level",
"SERVERINFO_Features": "Exclusive Features",
"INVITEINFO_ChannelInvite": "Invite channel",
"INVITEINFO_WhoInvited": "Who invited",
"INVITEINFO_None": "None...",
"INVITEINFO_Active": "Active users",
"TODOGRUPOTEM_Description": "Every group has...",
"[Translate!]TODOGRUPOTEM_File": "todogrupotem_default.png",
"TODOGRUPOTEM_EveryGroupHas": "Every group has...",
"BEMBOLADA_Description": "\"Hai minasan genki deska!\" Directly from \"Loop Infinito\" channel to your Discord server!\n\nThe week's \"bem bolada\" is...",
"TIODOPAVE_Description": "Is to see or to eat?",
"[Translate!]VEMDEZAP_Description": "Vem de Zap bb, aplique o poder do zapzap na sua mensagem para mostrar como você é 🔝 com as 9inhas do zapzap!",
"VEMDEZAP_WhatIsTheMood": "What's the mood of zap?",
"VEMDEZAP_MoodHappy": "Happy",
"VEMDEZAP_MoodAngry": "Angry",
"VEMDEZAP_MoodSassy": "Sassy",
"VEMDEZAP_MoodSad": "Sad",
"VEMDEZAP_MoodSick": "Sick",
"VEMDEZAP_WhatIsTheLevel": "What will be the intensity of your zap?",
"VEMDEZAP_Level1": "Weak zap",
"VEMDEZAP_Level2": "Medium zap",
"VEMDEZAP_Level3": "This is zap baby",
"VEMDEZAP_Level4": "Monster zap",
"VEMDEZAP_Level5": "Zap so topper",
"FRASETOSCA_DontKnow": "I don't know an answer to that question! 😢 — If you want to teach me, click on the 💡!",
"FRASETOSCA_WhenSomeoneAsks": "When someone asks `{0}`, What does Gabriela have to answer?",
"FRASETOSCA_TooSimilar": "Gabriela already knows a similar answer to your new one! Try to be more creative with your answer!",
"FRASETOSCA_ThanksForHelping": "Now Gabriela is smarter, thank you! 🤓",
"LORITTA_PleaseUpvote": "If you like my features and you want to help me, then please, give me an upvote on Discord Bot List (you can vote every day!), thanks for helping! {0}",
"RAFFLE_CurrentPrize": "Current prize: **{0} Sonhos**",
"RAFFLE_BoughtTickets": "Bought tickets: **{0} Tickets**",
"RAFFLE_UsersParticipating": "Users participating: **{0} Pessoas**",
"RAFFLE_LastWinner": "Last winner: `{0}` ({1} Dreams)",
"RAFFLE_ResultsIn": "The result will be released in **{0}**!",
"RAFFLE_BuyAnTicketFor": "Buy a ticket for **250 Sonhos** using `{0}raffle buy`!",
"RAFFLE_YouBoughtAnTicket": "You bought {0} ticket{1} for **{2} Dreams**! Now, sit and relax until the loterry result is out!",
"RAFFLE_WantMoreChances": "Want more chances of winning? What about buying another ticket? 😉 `{0}raffle buy [quantidade]`",
"RAFFLE_NotEnoughMoney": "You need to have **+{0} Sonhos** to be able to buy {1} ticket{2}!",
"RAFFLE_Congratulations": "Congrats!",
"RAFFLE_YouEarned": "You earned **{0} Sonhos** in the lottery!",
"DAILY_PleaseWait": "You have already got your daily dreams! You''ll be able to get them again in {0}!",
"DAILY_DailyLink": "Get your daily dreams here! {0} (Remember that you can get dreams everyday!)",
"PAY_InsufficientFunds": "You don't have enough Sonhos to peform this transaction!",
"PAY_TransactionComplete": "Transaction complete with success! {0} received **{1} Sonhos**!",
"DAILY_Description": "Receive your daily dreams to spend on other things like buying new designs for your profile, betting and much more!",
"PAY_Description": "Do you remember that snack that your friend bought for you? What about paying in Dreams? 😉",
"PROMOTE_CanPromoteAgain": "The server was already promoved recently! You will be able to promove again {0}!",
"SONHOS_Description": "Check how many sonhos you have!",
"SONHOS_YouHave": "You have **{0,number,#.##} Sonhos**!",
"SONHOS_UserHas": "{0} has **{1,number,#.##} Sonhos**!",
"WARNLIST_UserDoesntHaveWarns": "{0} doesn't have any warns!",
"WARNLIST_Description": "Shows warnings that a user has received",
"TOS_Description": "<p>To be able to work well, I need some information about you and other Discord users. Because of that, I have my Terms of Service so that you are able to see what I get from you and of course, everything that I can do!</p>\n<p>Briefly: <b>You are responsible of any image/video/audio/media sent to me, Abusing bugs, using self-bots or cheating are prohibited and will result in a permanent ban of the usage of my features (and other services). We collect information such as your ID, username, email, IP address, avatar, servers, messages, media and other data (but we won't distribute such information to third parties), you must not defame or damage Loritta's image, PerfectDreams, MrPowerGamerBR or any other PerfectDreams service. You may be suspended of using Loritta or any other service for any cause, you won't be able to recover data if lost, and you have to agree with everything that is in the Terms of Service.</b></p>",
"TOS_Title": "Terms of Service & Privacy",
"PREMIUM_CantUseFeature": "Your server doesn't have this feature because it's a premium feature! Are you interested in being able to use it? Then you can donate so that I can be online longer! https://loritta.website/donate (Also join my support server so that you are able to know more about the rewards of donating! <https://loritta.website/support>)",
"ACTIVATEKEY_InvalidKey": "Key doesn't exist or is expired!",
"ACTIVATEKEY_Success": "Key activated with success, have fun!",
"ACTIVATEKEY_Description": "Activates Loritta's premium key",
"LORITTA_PleaseDonate": "If you like my features and you want to help me, then please, donate to me to help me to stay online! Every donation helps and, after donating, you can receive rewards because you helped me, thanks for helping! {0}",
"VOTE_Description": "Shows the link where you can vote for the server on Lori's Server List!",
"VOTE_YourLink": "Vote at `{0}` to help it grow! {1}",
"VOTE_NotInServerList": "This server isn't in the **Lori's Server List**, sorry for the inconvenience... 😢",
"LORITTA_BadNickname": "Oh... I'm so sad with my nickname on this server... I have feelings and those names just make me sad.. If you ask to someone change this horrible nickname, i will be happy...\nThanks!",
"INVITEINFO_InviteDoesNotExist": "Invite `{0}` do not exists!",
"CHANNELINFO_Description": "Shows the info of a text channel",
"LORITTA_LearnMore": "Learn More",
"PPT_Rock": "rock",
"PPT_Paper": "paper",
"PPT_Scissors": "scissors",
"EVENTLOG_NicknameChanged": "**{0}''s nickname was changed**\n\n**Previous nickname:** `{0}`\n**New nickname:** `{1}`",
"EVENTLOG_NicknameChangedBy": "**Changed by:** {0}",
"EVENTLOG_NoNickname": "No nickname",
"EVENTLOG_Unbanned": "{0} was unbanned!",
"EVENTLOG_UnbannedBy": "**Unbanned by:** {0}",
"EVENTLOG_Banned": "{0} was banned!",
"EVENTLOG_LeftVoiceChannel": "{0} left `{1}` voice channel",
"EVENTLOG_JoinedVoiceChannel": "{0} joined `{1}` voice channel",
"LORITTA_PleaseDisableAdblock": "Please disable AdBlock!",
"LORITTA_WhyDisableAdblock": "<p>Yeah I know... You don''t like ads... After all, who likes ads?</p>\n<p>But sadly I need the ads to survive, keeping me online and well for more than 50k guilds is not cheap nor easy and, if people continue to use ad blocks, maybe I will need to stop being online due to the lack of funds to sustain myself...</p>\n<p>If you can disable your adblock, I will be very happy. I know it is annoying ask this kind of stuff to you, but it is the only way I can stay online... I don''t want to stop giving happies and fun to everyone that love me...</p>\n<p>If you want to continue to use AdBlock or want to support me in a more direct way, then please <a href=\"https://loritta.website/donate\">donate to me</a> so I can stay online and well! Thank you!</p>",
"LORITTA_DisabledAdblock": "Okay, I disabled my AdBlock!",
"LORITTA_MaybeLater": "Maybe later...",
"DASHBOARD_NoServerFound": "No server found!",
"DASHBOARD_TryLoggingIn": "<p>You aren''t the owner or you don''t have administration or manage servers rights on any server on your account!</p>\n<p>Before you yell \"but I do have, you are just a worthless bot!!11!\" try checking if you are on the right account on Discord''s website <a href=\"https://discordapp.com/channels/@me\">by clicking here</a>!</p>",
"LORITTA_HeyIDontHavePermission": "Hey, I don''t have permission in **{0}** on guild **{1}**! Can you configure my role so I can speak there? Thank You! 😊",
"MUTE_NegativeTime": "The time you told me is now on the past! Maybe you are a time traveller (if you are, please tell me if I''m famous in the future!) or the time that took me to receive your message was greater than the time you wanted to silence the user... Anyway, sorry for the inconvenience. 😢",
"MUTE_CouldntEditChannels": "I couldn''t create permission overrides on those channels {0}, maybe because I didn''t have the manage channel permission on those channels, to fix it, fix the permissions on those channels and try muting someone again!",
"ERROR_SomethingWentWrong": "Something went wrong...",
"ERROR_WhatShouldIDo": "Unfortunely nobody is perfect... and it seems you found a bug on my website... Try reloading the page and check if the problem persists, if it does, join my <a href='https://loritta.website/support'>support server</a> and send the code below with a small explanation about what you were doing at the time the error happened!",
"ERROR_SorryForTheInconvenience": "Sorry for the inconvenience...",
"CHANNELINFO_ChannelNotFound": "Channel not found!",
"CHANNELINFO_ChannelInformation": "Channel {0} info",
"CHANNELINFO_ChannelId": "Channel ID",
"CHANNELINFO_Topic": "Topic",
"CHANNELINFO_NsfwEnabled": "NSFW Enabled",
"LORITTA_Yes": "Yes",
"LORITTA_No": "No",
"CHANNELINFO_Undefined": "Undefined",
"USERINFO_UnknownUser": "I don''t know anybody related to `{0}`... 😢",
"KNUXTHROW_Description": "\"You can''t touch the Master Emerald!\", Make Knuckles throw something away!",
"WEBSITE_Support": "Support",
"WEBSITE_DONATE_InactiveContributors": "Inactive Contributors",
"WEBSITE_DONATE_ButIDontHaveMoney": "But... I don''t have money to donate! Can I still help?",
"WEBSITE_DONATE_ButIDontHaveMoney_Intro1": "Yeah, I know... It is sad when you want to help somebody that helps you every day but you can''t help them with a bit of money... I know how it feels...",
"WEBSITE_DONATE_ButIDontHaveMoney_Intro2": "Fortunately there is other ways to help me stay online!",
"WEBSITE_DONATE_ButIDontHaveMoney_DisableAdBlock": "<b>Disable AdBlock on my Website:</b> Yes, I also don''t like ads... But sadly I need ads to survive... If you have an AdBlocker installed on your browser, please, disable it while you are acessing my website! I promise you my ads aren''t intrusive and disabling it will help me stay online!",
"WEBSITE_DONATE_ButIDontHaveMoney_VoteDBL": "<b>Vote to me on Discord Bots:</b> When voting to me on Discord Bots, you earn an exclusive badge for 24 hours and you also advertise me to other people that still doesn''t know me! You can vote <b>every day</b> and every vote helps me a lot!",
"WEBSITE_DONATE_ButIDontHaveMoney_Share": "<b>Advertise me to other users:</b> Advertising is one of the best things you can do, found a server that I''m not in there? Then do a suggestion to the server staff telling why they should add me and why would I be helpful there! Maybe they will accept it and you will be helping me grow!",
"WEBSITE_DONATE_ButIDontHaveMoney_GitHub": "<b>Do you know how to code?</b> If you know, did you know you can help me by coding? Access <a href=\"https://github.com/LorittaBot/\">my GitHub organization</a> and see if you can help with something!",
"WEBSITE_DONATE_ButIDontHaveMoney_Translate": "<b>Do you know other languages?</b> If you know, you can help me to translate me to other languages! Access <a href=\"https://github.com/LorittaBot/LorittaLocales\">my repository with all of my translations</a> and see if you can help translating something!",
"WEBSITE_DONATE_ButIDontHaveMoney_Referrals": "<b>Use my referral links:</b> Did you already see some websites that ask you to \"invite your friends!\"? Referrals (or \"afilitate links\") are links of that type and, did you know some websites also give out rewards to the one that invited you? That is, if you are interested in using one of those services, please use my referral links so me (and sometimes even you!) can earn rewards due to me recommending to you the service!",
"WEBSITE_DONATE_ButIDontHaveMoney_MyReferrals": "My referrals",
"WEBSITE_DONATE_HelpingExplain": "<p>Thanks for wanting to help me! <img src=\"https://cdn.discordapp.com/emojis/434505630171136001.gif?v=1\" class=\"inline-emoji\"> Every help is welcome and every donation, doesn''t matter how small it may be, helps me to stay online! Help me to continue sharing happiness and fun in other servers! <img src=\"https://cdn.discordapp.com/emojis/417813932380520448.png?v=1\" class=\"inline-emoji\"></p>\n<p>Due to your generosity to help me, we also offer some advantages and special rewards to everyone that helps me with donations! The more you donate, more rewards you can get! <img src=\"https://cdn.discordapp.com/emojis/451143444367409193.gif?v=1\" class=\"inline-emoji\"></p>\n<p>Every received advantage and reward expires after thrity days, to encourage you to donate every month.</p>",
"WEBSITE_DONATE_LikedRewards": "<p>I hope you liked the rewards you can get if you donate to me! I tried to choose the best exclusive advantages just for you! <img src=\"https://cdn.discordapp.com/emojis/417813932380520448.png?v=1\" class=\"inline-emoji\"></p>\n<p>After paying, go to <a href=\"https://loritta.website/support\">my support server</a> and send a receipt of your purchase to <code class=\"inline\">MrPowerGamerBR#4185</code> so you can earn every advantage and reward!</p>\n<p>There is a lot of ways you can help me, choose what you prefer and, again, thank you so much for wanting to help me! <img src=\"https://cdn.discordapp.com/emojis/420662959975694349.gif?v=1\" class=\"inline-emoji\"></p>\n<p>If you don''t know what payment gateway to use...</p>",
"WEBSITE_DONATE_HelpExplain": "<p>Thanks for wanting to help me stay online! <img src=\"https://loritta.website/assets/img/blobCouple.png\" style=\"height: 1.5em; vertical-align: -.4em;\"></img> Isto significa muito para mim (afinal, sem dinheiro = sem hospedagem para eu ficar online 😭)</p>\n<p>Existem várias formas de você poder me ajudar, escolha a que você preferir e, novamente, muito obrigada por querer me ajudar! <img src=\"https://loritta.website/assets/img/blobBlush.png\" style=\"height: 1.5em; vertical-align: -.4em;\"></img></p>\n<p>Se você está em dúvida de qual forma de pagamento você deve usar...</p>\n<p><b>Patreon:</b> Se você tiver um cartão internacional, quiser ajudar de uma forma recorrente (ou seja, a cada mês) e quiser que o seu nome apareça no <code class=\"inline\">+patreon</code>, então pague via Patreon! <i>Esta é a melhor forma de me ajudar!</i></p>\n<p><b>PayPal:</b> Se você tiver um cartão internacional ou tiver saldo no PayPal.</p>\n<p><b>MercadoPago:</b> Se você tiver um cartão nacional, boleto bancário ou saldo no MercadoPago.</p>\n<p><b>Bitcoin:</b> Se você tem Bitcoin. (meio óbvio isso né, nem sei porque precisei explicar)</p>",
"[Translate!]WEBSITE_DONATE_Rewards": "<p>Se você pagar via Patreon, você irá receber o cargo <span style=\"color: rgb(155, 89, 182); background-color: rgba(155, 89, 182, 0.298039); font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600;\">@💵🌆 Pagadores do Aluguel (Patreons)</span> no meu servidor, e ainda terá o seu nome no <code class=\"inline\">+patreon</code>!</p>\n<p>Se você pagar via PayPal/MercadoPago/Bitcoin, você irá receber o cargo <span style=\"color: rgb(113, 54, 138); background-color: rgba(113, 54, 138, 0.298039); font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600;\">@😎🆒 Super Fã Clube da Loritta (Doadores)</span> no meu servidor!</p>\n<p>Caso você pague via PayPal/MercadoPago/Bitcoin, envie uma mensagem para <code class=\"inline\">MrPowerGamerBR#4185</code> comprovando que você pagou! 😉</p>",
"WEBSITE_DONATE_ApoiaSe": "<b>APOIA.se:</b> If you have a credit card or if you want to pay using bank-payable invoices. APOIA.se works with recurrent payments (that is, every month). <i>This is one of the best ways to help me!</i>",
"WEBSITE_DONATE_Patreon": "<b>Patreon:</b> If you have a credit card. Patreon works with recurrent payments (that is, every month). <i>This is one of the best ways to help me!</i>",
"WEBSITE_DONATE_PayPal": "<b>PayPal:</b> If you have a credit card or money in your PayPal''s balance. PayPal works with one-time payments, but you can also configure it to be recurrent (that is, every month).",
"WEBSITE_DONATE_MercadoPago": "<b>MercadoPago:</b> If you have a credit card, money in your MercadoPago''s balance or if you want to pay via bank-payable invoice. MercadoPago uses one-time payment. <i>This is one of the best ways to help me!</i>",
"WEBSITE_DONATE_PicPay": "<b>PicPay:</b> If you have money in your PicPay''s balance ou credit card. PicPay works with one-time payments. Perfect if you want to use a bit of money that you received with cashbacks for something useful!",
"WEBSITE_DONATE_Bitcoin": "<b>Bitcoin & Dogecoin:</b> If you have Bitcoins or Dogecoins. Perfect if you want to pay without exposing your \"real identity\" outside of the internet!",
"LORITTA_CommandsInDirectMessage": "Howdy {0}! In direct messages you don''t need to use a prefix to talk with me! To see what can I do, use `{1}`!",
"[Translate!]DASHBOARD_NoPermission": "Sem Permissão",
"[Translate!]DASHBOARD_RoleByIntegration": "Integração",
"DASHBOARD_HeyINeedPermission": "To use this feature, I need to have permission to {0} in your server!",
"[Translate!]SAY_IDontHavePermissionToTalkIn": "Eu não tenho permissão para falar no {0}!",
"[Translate!]SAY_YouDontHavePermissionToTalkIn": "Você não tem permissão para falar no {0}!",
"[Translate!]SAY_CommandsCannotBeUsedIn": "Comandos não podem ser utilizados no {0}!",
"[Translate!]SAY_MessageSuccessfullySent": "Mensagem enviada no {0} com sucesso!",
"[Translate!]ENCODE_Description": "Precisando encriptografar algo? Querendo transformar o seu texto em outra coisa? Então codifique ele! Codificações suportadas: {0}",
"[Translate!]ENCODE_InvalidMethod": "`{0}` não é um método de codificação válido!",
"[Translate!]ENCODE_OriginalText": "Texto Original",
"[Translate!]ENCODE_EncodedText": "Texto Codificado",
"[Translate!]DASHBOARD_Notifications": "Notificações",
"[Translate!]DASHBOARD_YourFeatures": "Suas Funcionalidades",
"[Translate!]ECONOMY_Name": "Sonho",
"[Translate!]ECONOMY_NamePlural": "Sonhos",
"[Translate!]MUTE_MuteRemoved": "O usuário aprendeu a falar novamente, espero que dessa vez ele fale coisas interessantes e legais para que não seja silenciado de novo!",
"[Translate!]UNMUTE_Description": "Remove o silenciamento de um usuário do seu servidor",
"[Translate!]BOTINFO_BuildNumber": "Número da Build",
"[Translate!]BOTINFO_CompiledAt": "Compilado às",
"[Translate!]BOTINFO_JavaVersion": "Versão do Java",
"[Translate!]BOTINFO_KotlinVersion": "Versão do Kotlin",
"[Translate!]BOTINFO_JDAVersion": "Versão do JDA",
"[Translate!]BOTINFO_MemoryUsed": "Memória Utilizada",
"[Translate!]BOTINFO_MemoryAvailable": "Memória Disponível",
"[Translate!]BOTINFO_MemoryAllocated": "Memória Alocada",
"[Translate!]BOTINFO_MemoryTotal": "Memória Total",
"[Translate!]BOTINFO_ThreadCount": "Número de Threads",