-
Notifications
You must be signed in to change notification settings - Fork 0
/
nabbot.pot
8606 lines (6768 loc) · 188 KB
/
nabbot.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-19 14:11-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: utils/constants.py:44
msgid "I don't have a character with that name registered."
msgstr ""
#: utils/constants.py:45
msgid "I couldn't find a character with that name."
msgstr ""
#: utils/constants.py:46
msgid "I couldn't fetch the character, please try again."
msgstr ""
#: utils/constants.py:47
msgid "I'm having network issues, please try again."
msgstr ""
#: utils/constants.py:49
msgid "You took to long to confirm. Aborting."
msgstr ""
#: utils/constants.py:50
msgid "No changes will be done then."
msgstr ""
#: utils/constants.py:52
msgid "I don't see any users with that name."
msgstr ""
#: utils/constants.py:53
#, python-brace-format
msgid "I couldn't find any users named `{name}`."
msgstr ""
#: utils/constants.py:54
msgid "That is not a valid ID."
msgstr ""
#: utils/constants.py:55
msgid "That's not a valid level."
msgstr ""
#: utils/constants.py:57
msgid "There is no world with that name."
msgstr ""
#: utils/constants.py:59
msgid "There is no guild with that name."
msgstr ""
#: utils/constants.py:61
msgid "I could not find that channel."
msgstr ""
#: utils/constants.py:62
msgid "…and more"
msgstr ""
#: utils/checks.py:19
msgid "This command cannot be used in private messages."
msgstr ""
#: utils/checks.py:28
msgid "You are not allowed to use this command."
msgstr ""
#: utils/checks.py:39
msgid "You need Administrator permission to use this command."
msgstr ""
#: utils/checks.py:49
msgid "You need `Manage Server` permissions to use this command."
msgstr ""
#: utils/checks.py:78 utils/checks.py:97
msgid "You need `Manage Channel` permissions to use this command."
msgstr ""
#: utils/checks.py:111 utils/checks.py:127
msgid "This server is not tracking any worlds."
msgstr ""
#: utils/checks.py:129
msgid "You're not in any server tracking a world."
msgstr ""
#: utils/converter.py:41
msgid "Member \"{}\" not found."
msgstr ""
#: utils/converter.py:78
msgid "Role \"{}\" not found."
msgstr ""
#: utils/converter.py:90 utils/converter.py:94
msgid "Could not find a channel by ID {argument!r}."
msgstr ""
#: utils/converter.py:114
msgid "That's not a valid time, try something like this: `1d7h` or `4h20m`"
msgstr ""
#: utils/converter.py:131
msgid "That's a bit too far in the future… Try less than 60 days."
msgstr ""
#: utils/converter.py:141
msgid "Invalid stamina format, expected: `hh:mm`"
msgstr ""
#: utils/converter.py:145
msgid "Invalid stamina, minutes can't be 60 or greater."
msgstr ""
#: utils/converter.py:147
msgid "Invalid stamina, can't have more than 42 hours."
msgstr ""
#: utils/converter.py:185
#, python-brace-format
msgid "`{argument}` is not a valid number."
msgstr ""
#. Level up message used when simple messages is enabled
#: utils/messages.py:87
#, python-brace-format
msgid "**{name}** advanced to level {level}."
msgstr ""
#. Death message used when simple messages is on. Article will always be in English (a/an). May be omitted if fitting.
#: utils/messages.py:89
#, python-brace-format
msgid "**{name}** ({level}) died to {killer_article}**{killer}**."
msgstr ""
#. PvP deaths messages used when simple messages is on.
#: utils/messages.py:91
#, python-brace-format
msgid "**{name}** ({level}) was killed by **{killer}**."
msgstr ""
#: utils/respawn_control.py:239
msgid "This respawn's queue is already full."
msgstr ""
#: utils/timing.py:97
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:98
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:99 utils/timing.py:216
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:100 utils/timing.py:218
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:101 utils/timing.py:220
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:102
#, python-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:105
msgctxt "years abbreviation"
msgid "y"
msgid_plural "y"
msgstr[0] ""
msgstr[1] ""
#. Should be different than abbreviation for minutes
#: utils/timing.py:107
msgctxt "months abbreviation"
msgid "mo"
msgid_plural "mo"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:108 cogs/premium.py:541
msgctxt "days abbreviation"
msgid "d"
msgid_plural "d"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:109
msgctxt "hours abbreviation"
msgid "h"
msgid_plural "h"
msgstr[0] ""
msgstr[1] ""
#. Should be different than abbreviation for months
#: utils/timing.py:111
msgctxt "minutes abbreviation"
msgid "m"
msgid_plural "m"
msgstr[0] ""
msgstr[1] ""
#: utils/timing.py:112 cogs/info.py:151 cogs/info.py:309
msgctxt "seconds abbreviation"
msgid "s"
msgid_plural "s"
msgstr[0] ""
msgstr[1] ""
#. For very short times
#: utils/timing.py:139 utils/timing.py:157
msgid "now"
msgstr ""
#. To describe times that happened in the past, for example: "1 day ago", "13 hours ago"
#: utils/timing.py:168
#, python-brace-format
msgid "{time} ago"
msgstr ""
#. To describe times that will happen in the future, for example: "in 3 hours", "in 3 minutes"
#: utils/timing.py:171
#, python-brace-format
msgid "in {time}"
msgstr ""
#. Used to describe a low time frame, e.g. 'in moments', 'moments ago'
#: utils/timing.py:223
msgid "moments"
msgstr ""
#: utils/ui.py:35
#, python-brace-format
msgid "Only {user} may interact. Use this command yourself to interact."
msgstr ""
#: utils/ui.py:81 cogs/admin.py:93 cogs/tibia.py:2199
msgid "Yes"
msgstr ""
#: utils/ui.py:82 cogs/admin.py:93
msgid "No"
msgstr ""
#: utils/ui.py:108
msgid "Cancel"
msgstr ""
#: utils/ui.py:123 utils/ui.py:1115 models/context.py:253
msgid "Alright, choosing cancelled."
msgstr ""
#: utils/ui.py:202 utils/ui.py:467
msgid "Page"
msgstr ""
#: utils/ui.py:203
#, python-format
msgid "%d entry"
msgid_plural "%d entries"
msgstr[0] ""
msgstr[1] ""
#: utils/ui.py:260
msgid "I need `Embed Links` permission to display this command."
msgstr ""
#: utils/ui.py:404 utils/ui.py:463
msgid "No help given."
msgstr ""
#: utils/ui.py:410
msgid "Other Commands"
msgstr ""
#: utils/ui.py:458
#, python-brace-format
msgid "Use \"{prefix}help «command»\" for more info on a command."
msgstr ""
#: utils/ui.py:468 utils/ui.py:537
#, python-format
msgid "%d command"
msgid_plural "%d commands"
msgstr[0] ""
msgstr[1] ""
#: utils/ui.py:475
msgid "Command Help"
msgstr ""
#: utils/ui.py:478
msgid "argument"
msgstr ""
#: utils/ui.py:481
msgid "This means the argument is __**required**__."
msgstr ""
#: utils/ui.py:482
msgid "This means the argument is __**optional**__."
msgstr ""
#: utils/ui.py:483
msgid "This means it can be __**either A or B**__."
msgstr ""
#: utils/ui.py:484
msgid "This means you can have multiple arguments.\n"
msgstr ""
#: utils/ui.py:485
msgid ""
"This means the command has subcommands.\n"
"Check the command's help to see them."
msgstr ""
#: utils/ui.py:490
#, python-brace-format
msgid "We were on page {page} before this message."
msgstr ""
#: utils/ui.py:517
msgid "Go back"
msgstr ""
#: utils/ui.py:517
msgid "Help"
msgstr ""
#: utils/ui.py:528
msgid "Jump to section…"
msgstr ""
#. Describes the level and experience in experience highscores entries. Shorter forms preferred
#: utils/ui.py:574
msgid "Lvl {level} ({exp:,} exp)"
msgstr ""
#. Describe the points for charms, loyalty, achievements and goshnar's taints highscore entries
#: utils/ui.py:578
msgid "{value:,} point"
msgid_plural "{value:,} points"
msgstr[0] ""
msgstr[1] ""
#. Describes the level for skill entries in the highscores
#: utils/ui.py:581
#, python-brace-format
msgid "Level {value}"
msgstr ""
#. Instead of saying the world the highscores it is for, it will say this
#: utils/ui.py:591
msgid "all worlds"
msgstr ""
#. Shown for highscores for no vocations
#: utils/ui.py:596
msgid "no vocation"
msgstr ""
#. category will always be in English, translate accordingly.
#: utils/ui.py:600
#, python-brace-format
msgid "{category} highscores for {world} ({vocation})"
msgstr ""
#: utils/ui.py:603
#, python-brace-format
msgid "{category} highscores for {world}"
msgstr ""
#: utils/ui.py:751
#, python-brace-format
msgid "{rank}. {name} - Drome Level {level}"
msgstr ""
#: utils/ui.py:758
#, python-brace-format
msgid "Rotation ends {end_time}"
msgstr ""
#: utils/ui.py:760
#, python-brace-format
msgid "Rotation ended {end_time}"
msgstr ""
#: utils/ui.py:765
#, python-brace-format
msgid "Tibia Drome Leaderboard for {world}"
msgstr ""
#: utils/ui.py:828
#, python-brace-format
msgid "Rotation {rotation_id}"
msgstr ""
#: utils/ui.py:829
#, python-brace-format
msgid "End date: {end_date}"
msgstr ""
#: utils/ui.py:914
#, python-brace-format
msgid "{name} - {size}m² - {rent}/month - Rented"
msgstr ""
#: utils/ui.py:922
#, python-brace-format
msgid "{name} - {size}m² - {rent}/month - Highest Bid: {highest_bid} - Ends {ends_in}"
msgstr ""
#: utils/ui.py:927
#, python-brace-format
msgid "{name} - {size}m² - {rent}/month - Auction not started"
msgstr ""
#: utils/ui.py:936 utils/ui.py:1071
msgctxt "House type"
msgid "Houses"
msgstr ""
#: utils/ui.py:938 utils/ui.py:1073
msgctxt "House type"
msgid "Guildhalls"
msgstr ""
#. {house_type} can be Houses/Guildhalls
#: utils/ui.py:940
#, python-brace-format
msgid "{house_type} on {world} in {town}"
msgstr ""
#: utils/ui.py:1084
msgid "Any status"
msgstr ""
#: utils/ui.py:1109
msgid "Registering…"
msgstr ""
#. The bot's description, show in about and help commands.
#: nabbot.py:119
msgid "Discord bot with functions for the MMORPG Tibia."
msgstr ""
#: nabbot.py:278
#, python-brace-format
msgid "To see my commands, use: `{prefix}help`."
msgstr ""
#. Discord mentions, @NabBot, @User, @Person
#: nabbot.py:283
msgid "mentions"
msgstr ""
#: nabbot.py:284
msgid "My command prefix is:"
msgid_plural "My command prefixes are:"
msgstr[0] ""
msgstr[1] ""
#: cogs/admin.py:33 cogs/tibia.py:2012 cogs/tibia.py:2183
msgid "World"
msgstr ""
#: cogs/admin.py:34
msgid "Language"
msgstr ""
#: cogs/admin.py:35
msgid "News Channel"
msgstr ""
#: cogs/admin.py:36
msgid "News Tickers"
msgstr ""
#: cogs/admin.py:37
msgid "Events Channel"
msgstr ""
#: cogs/admin.py:38
msgid "Server Log Channel"
msgstr ""
#: cogs/admin.py:39
msgid "Tracking Channel"
msgstr ""
#: cogs/admin.py:40
msgid "Min Announce Level"
msgstr ""
#. "prefix": {"title": _("Prefix"), "emoji": "❗"},
#: cogs/admin.py:42
msgid "Welcome Message"
msgstr ""
#: cogs/admin.py:43
msgid "Welcome Channel"
msgstr ""
#: cogs/admin.py:44
msgid "Default Announcements"
msgstr ""
#: cogs/admin.py:45
msgid "Show User in Announcements"
msgstr ""
#: cogs/admin.py:48
msgid "I couldn't find that channel, are you sure it exists?"
msgstr ""
#: cogs/admin.py:50
msgid "yes/no"
msgstr ""
#: cogs/admin.py:51
msgid "That's not a valid option, try **yes** or **no**."
msgstr ""
#: cogs/admin.py:52
msgid "A channel's name or ID, or `disable`."
msgstr ""
#: cogs/admin.py:53
msgid "channel/disable"
msgstr ""
#. Used to show that the current setting is the default global setting.
#: cogs/admin.py:55
msgid "Global default"
msgstr ""
#: cogs/admin.py:79 cogs/admin.py:189
msgid "unknown language"
msgstr ""
#: cogs/admin.py:86
msgid "You cannot change server settings in private messages."
msgstr ""
#: cogs/admin.py:105
msgid "You can't remove this prefix."
msgstr ""
#: cogs/admin.py:107
#, python-format
msgid "The prefix can't be longer than %d characters."
msgstr ""
#: cogs/admin.py:115
msgid ""
"Commands for server administrators and mods.\n"
"\n"
"`Manage Server` permission is needed to use these commands."
msgstr ""
#: cogs/admin.py:123
msgid "Checks the channel's permissions."
msgstr ""
#: cogs/admin.py:124
msgid ""
"Makes sure that the bot has all the required permissions to work properly.\n"
"By default, it checks the current channel, unless a specific channel is provided."
msgstr ""
#: cogs/admin.py:131
#, python-brace-format
msgid "**Checking {channel}:**"
msgstr ""
#: cogs/admin.py:134
msgid "I have `Administrator` permission."
msgstr ""
#: cogs/admin.py:139
msgid "I won't be able to see commands in here."
msgstr ""
#: cogs/admin.py:139
msgid "View Channel"
msgstr ""
#: cogs/admin.py:140
msgid "I won't be able to respond in here."
msgstr ""
#: cogs/admin.py:140
msgid "Send Messages"
msgstr ""
#: cogs/admin.py:141 cogs/admin.py:146
msgid "Pagination or commands that require reaction confirmation won't work."
msgstr ""
#: cogs/admin.py:142
msgid "Add Reactions"
msgstr ""
#: cogs/admin.py:143
msgid "I won't be able to show my emojis in some commands."
msgstr ""
#: cogs/admin.py:144
msgid "Use External Emoji"
msgstr ""
#: cogs/admin.py:147
msgid "Read Message History"
msgstr ""
#: cogs/admin.py:148
msgid "Command pagination won't work well."
msgstr ""
#: cogs/admin.py:148
msgid "Manage Messages"
msgstr ""
#: cogs/admin.py:149
msgid "I won't be able to show many of my commands."
msgstr ""
#: cogs/admin.py:149
msgid "Embed Links"
msgstr ""
#: cogs/admin.py:150
msgid "I won't be able to show images in some of my commands."
msgstr ""
#: cogs/admin.py:150
msgid "Attach Files"
msgstr ""
#: cogs/admin.py:151
msgid "I only need this to manage auto roles and joinable roles."
msgstr ""
#: cogs/admin.py:151
msgid "Manage Roles"
msgstr ""
#: cogs/admin.py:152
msgid "I only need this to create watchlists."
msgstr ""
#: cogs/admin.py:152
msgid "Manage Channels"
msgstr ""
#: cogs/admin.py:153
msgid "I need this to create server logs, news and levels channels, as well as watchlist feeds."
msgstr ""
#: cogs/admin.py:154
msgid "Manage Webhooks"
msgstr ""
#: cogs/admin.py:155
msgid "I only need this to show you the author of actions in the server log."
msgstr ""
#: cogs/admin.py:156
msgid "View Audit Log"
msgstr ""
#. Shown when a specific Discord permission is missing
#: cogs/admin.py:166
#, python-brace-format
msgid "Missing `{name}` permission"
msgstr ""
#: cogs/admin.py:169
msgid "All permissions are correct!"
msgstr ""
#: cogs/admin.py:175
msgid "Sets the language for the current server or your personal language."
msgstr ""
#: cogs/admin.py:176
msgid ""
"If used on a Discord server, it will attempt to change the server's language.\n"
"If used on a private message, it will attempt to change the user's language."
msgstr ""
#: cogs/admin.py:181
msgid "You need `Manage Server` permission to change the server's language."
msgstr ""
#: cogs/admin.py:182
msgid "If what you want is to change your personal language, use this command on a private message."
msgstr ""
#: cogs/admin.py:191
#, python-brace-format
msgid "Your current personal language is **{language}**. I will use this only in private messages with you."
msgstr ""
#: cogs/admin.py:194
#, python-brace-format
msgid "The language for this server is **{language}**."
msgstr ""
#: cogs/admin.py:199
msgid "This language is currently not supported."
msgstr ""
#: cogs/admin.py:200
msgid "The supported languages are:"
msgstr ""
#: cogs/admin.py:205
#, python-brace-format
msgid "Do you want to set your personal language to `{language}`?"
msgstr ""
#: cogs/admin.py:208
#, python-brace-format
msgid "Do you want to set the server's language to `{language}`?"
msgstr ""
#: cogs/admin.py:222
#, python-brace-format
msgid "Our private messages will now be in **{language}**."
msgstr ""
#: cogs/admin.py:224
#, python-brace-format
msgid "This server's messages will now be in **{language}**."
msgstr ""
#: cogs/admin.py:229
msgid "Shows the list of available languages and the progress of other languages."
msgstr ""
#: cogs/admin.py:232
msgid "Languages"
msgstr ""
#: cogs/admin.py:234
msgid "Visit Crowdin to contribute with translations"
msgstr ""
#: cogs/admin.py:235
msgid "Available Languages"
msgstr ""
#. Header for the list of languages with their translation and approval progress
#: cogs/admin.py:239
msgid "**Name** — **Translated/Approved**"
msgstr ""
#: cogs/admin.py:243
msgid "Translation Progress"
msgstr ""
#: cogs/admin.py:248
msgid "Shows statistics about languages used by servers and users."
msgstr ""
#: cogs/admin.py:265
msgid "Language Statistics"
msgstr ""
#: cogs/admin.py:274
msgid "Servers Per Language"
msgstr ""
#: cogs/admin.py:284
msgid "Users Per Language"
msgstr ""
#: cogs/admin.py:293
msgid "Checks or sets various server-specific settings."
msgstr ""
#: cogs/admin.py:298 cogs/admin.py:846
msgid "Settings"
msgstr ""
#: cogs/admin.py:299
msgid "Use the subcommands to change the settings for this server."
msgstr ""
#: cogs/admin.py:310
msgid "Sets whether simple messages will be used instead of random custom messages for levels and deaths."
msgstr ""
#: cogs/admin.py:312
msgid "When enabled, all level up and death messages will be the same, a simple and short message, instead of randomized messages."
msgstr ""
#: cogs/admin.py:326
msgid "I will use simple messages from now on."
msgstr ""
#: cogs/admin.py:329
msgid "I will use randomized custom messages from now on."
msgstr ""
#: cogs/admin.py:337
msgid "Changes the channel where upcoming events are announced."
msgstr ""
#: cogs/admin.py:338
msgid ""
"This is where announcements for events that are about to happen will be made.\n"
"If the assigned channel is deleted or the bot no longer has access to it, the top channel will be used.\n"
"\n"
"If this is disabled, users that subscribed to the event will still receive notifications via PM."
msgstr ""
#: cogs/admin.py:352
msgid "Event announcements are already disabled."
msgstr ""
#: cogs/admin.py:354
msgid "Are you sure you want to disable events announcements?"
msgstr ""
#: cogs/admin.py:364 cogs/admin.py:687
#, python-brace-format
msgid "I don't have permission to use {channel}."
msgstr ""
#: cogs/admin.py:366
#, python-brace-format
msgid "Are you sure you want {channel} as the new events channel?"
msgstr ""
#: cogs/admin.py:377
msgid "The events channel has been disabled."
msgstr ""
#: cogs/admin.py:379
#, python-brace-format
msgid "{channel} will now be used for events."
msgstr ""
#: cogs/admin.py:385
msgid "Sets the language for this server."
msgstr ""
#: cogs/admin.py:386
msgid ""
"All messages sent by NabBot in this server will be in the selected language.\n"
"Messages sent on private messages will be in the user's personal language."
msgstr ""
#: cogs/admin.py:393
msgid "The desired language."
msgstr ""
#: cogs/admin.py:393
msgid "language"
msgstr ""
#: cogs/admin.py:401
msgid "Changes the channel where levelup and deaths are announced."
msgstr ""
#: cogs/admin.py:402
msgid ""
"This is where all level ups and deaths of registered characters will be announced.\n"
"If this is disabled, announcements won't be made, but deaths and level ups will still be tracked."
msgstr ""
#: cogs/admin.py:423
msgid "Sets the minimum level for death and level up announcements."
msgstr ""
#: cogs/admin.py:424
msgid "Level ups and deaths under the minimum level will still be saved, to be viewed with other commands."
msgstr ""
#: cogs/admin.py:433
msgid "Any number greater than 1"
msgstr ""
#: cogs/admin.py:433
msgid "level"
msgstr ""
#: cogs/admin.py:436
msgid "Level can't be lower than 1."
msgstr ""
#: cogs/admin.py:440
#, python-brace-format
msgid "Minimum announce level has been set to `{level}`."
msgstr ""
#: cogs/admin.py:446
msgid "Changes the channel where Tibia news are announced."
msgstr ""
#: cogs/admin.py:447
msgid "This is where all news and articles posted in Tibia.com will be announced."
msgstr ""
#: cogs/admin.py:467
msgid "Enables or disables news tickers from Tibia.com in this server."
msgstr ""
#: cogs/admin.py:468
msgid ""
"Disabling this will make NabBot only announce news and featured articles.\n"
"In order for news tickers to be announced, news announcements must be enabled."
msgstr ""
#: cogs/admin.py:482
msgid "I will announce news tickers along news and featured articles from now on."
msgstr ""
#: cogs/admin.py:485
msgid "I won't announce news tickers from now on."
msgstr ""
#: cogs/admin.py:493
msgid "Changes the command prefixes for this server."
msgstr ""
#: cogs/admin.py:494
msgid ""
"The prefixes are the characters that go before a command's name, in order for the bot to recognize the command. A maximum of 5 prefixes can be set per server.\n"
"\n"
"To remove an existing prefix, use it as a parameter.\n"
"\n"
"Prefixes are case-insensitive, and will always be saved as lowercase.\n"
"\n"
"If you want to have a space at the end, such as `nabbot help`, you have to wrap the prefix in double quotes. Multiple words also require using quotes.\n"
"\n"
"Mentioning the bot is always a valid command and can't be changed."
msgstr ""
#: cogs/admin.py:512
#, python-brace-format
msgid "{prefixes} and mentions"
msgstr ""
#: cogs/admin.py:513
msgid "Mentions only"
msgstr ""
#: cogs/admin.py:514 cogs/admin.py:618
msgid "Any text"
msgstr ""
#: cogs/admin.py:514
msgid "prefix"
msgstr ""