-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
3348 lines (2824 loc) · 109 KB
/
messages.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
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SearchPath-0: .\n"
#: Classes/accessoires/menu.py:213
#: Extensions/Commands/Community/schedule/testing.py:218
msgid "Before continuing you must click on the Setup button."
msgstr ""
#: Classes/accessoires/menu.py:254
msgid "The ShakeMenu was canceled due inactivity"
msgstr ""
#: Classes/accessoires/menu.py:258
msgid "Start"
msgstr ""
#: Classes/accessoires/menu.py:274
msgid "Cancel"
msgstr ""
#: Classes/accessoires/menu.py:284
msgid "The ShakeMenu was canceled"
msgstr ""
#: Classes/accessoires/page.py:110 Classes/accessoires/page.py:232
msgid "Done"
msgstr ""
#: Classes/accessoires/select.py:56
msgid "Choose a category..."
msgstr ""
#: Classes/accessoires/select.py:83
msgid "No categories to choose..."
msgstr ""
#: Classes/accessoires/select.py:101
msgid "Back"
msgstr ""
#: Classes/accessoires/select.py:151 Extensions/Commands/Help/help.py:342
#: Extensions/Commands/Help/testing.py:342
msgid "This category either does not exist or has no items for you."
msgstr ""
#: Classes/accessoires/source.py:247
msgid "Please confirm your selection to exit the menu."
msgstr ""
#: Classes/converter.py:168
#, python-brace-format
msgid "`{duration}` is not a valid duration string."
msgstr ""
#: Classes/converter.py:198
msgid "Regex pattern missing wrapping backticks"
msgstr ""
#: Classes/converter.py:202
#, python-brace-format
msgid "Regex error: {e_msg}"
msgstr ""
#: Classes/helpful.py:655
#, python-brace-format
msgid "Requested by {user} • via Shake"
msgstr ""
#: Classes/tomls/configuration.py:279
#, python-brace-format
msgid "[Invite]({authentication})"
msgstr ""
#: Classes/tomls/configuration.py:282
#, python-brace-format
msgid "[Support]({server})"
msgstr ""
#: Classes/tomls/configuration.py:283
#, python-brace-format
msgid "[Vote]({vote})"
msgstr ""
#: Classes/tomls/configuration.py:284
#, python-brace-format
msgid "[Shake+]({donate})"
msgstr ""
#: Classes/useful.py:158
msgid "or"
msgstr ""
#: Classes/useful.py:159
msgid "and"
msgstr ""
#: Classes/useful.py:800
#, python-brace-format
msgid "[{name} (upload a file)]"
msgstr ""
#: Classes/useful.py:804
#, python-brace-format
msgid "<{name} (upload a file)>"
msgstr ""
#: Classes/useful.py:806
#, python-brace-format
msgid "[{name} (upload files)]…"
msgstr ""
#: Extensions/Commands/Community/aboveme/__init__.py:35
msgid ""
"Throw nice, funny and sometimes annoying comments to the user above you!\n"
" \n"
" The AboveMe game offers a lot of fun and creats entertaining "
"moments among each other!"
msgstr ""
#: Extensions/Commands/Community/aboveme/__init__.py:52
#, python-brace-format
msgid ""
"Setup the whole AboveMe game in seconds\n"
" Get more information about the aboveme game with {command}"
msgstr ""
#: Extensions/Commands/Community/aboveme/__init__.py:84
#: Extensions/Commands/Community/counting/__init__.py:90
#: Extensions/Commands/Community/oneword/__init__.py:106
msgid "View the top Counting users and servers"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:63
#: Extensions/Commands/Community/aboveme/testing.py:63
#: Extensions/Commands/Community/counting/counting.py:96
#: Extensions/Commands/Community/counting/testing.py:96
#: Extensions/Commands/Community/oneword/oneword.py:64
#: Extensions/Commands/Community/oneword/testing.py:64
msgid "Create one"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:92
#: Extensions/Commands/Community/aboveme/testing.py:92
msgid "AboveMe channel"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:93
#: Extensions/Commands/Community/aboveme/testing.py:93
#: Extensions/Commands/Community/counting/counting.py:126
#: Extensions/Commands/Community/counting/testing.py:126
#: Extensions/Commands/Community/oneword/oneword.py:94
#: Extensions/Commands/Community/oneword/testing.py:94
msgid "Choose in which text channel this game should be!"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:95
#: Extensions/Commands/Community/aboveme/testing.py:95
#: Extensions/Commands/Community/counting/counting.py:128
#: Extensions/Commands/Community/counting/testing.py:128
#: Extensions/Commands/Community/oneword/oneword.py:96
#: Extensions/Commands/Community/oneword/testing.py:96
msgid "You can set up an existing text channel from your server."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:97
#: Extensions/Commands/Community/aboveme/testing.py:97
#: Extensions/Commands/Community/counting/counting.py:130
#: Extensions/Commands/Community/counting/testing.py:130
#: Extensions/Commands/Community/oneword/oneword.py:98
#: Extensions/Commands/Community/oneword/testing.py:98
msgid ""
"Alternatively, you have the option to have a new text channel created for it."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:103
#: Extensions/Commands/Community/aboveme/aboveme.py:161
#: Extensions/Commands/Community/aboveme/testing.py:103
#: Extensions/Commands/Community/aboveme/testing.py:161
#: Extensions/Commands/Community/counting/counting.py:136
#: Extensions/Commands/Community/counting/counting.py:191
#: Extensions/Commands/Community/counting/counting.py:244
#: Extensions/Commands/Community/counting/counting.py:355
#: Extensions/Commands/Community/counting/counting.py:413
#: Extensions/Commands/Community/counting/testing.py:136
#: Extensions/Commands/Community/counting/testing.py:191
#: Extensions/Commands/Community/counting/testing.py:244
#: Extensions/Commands/Community/counting/testing.py:355
#: Extensions/Commands/Community/counting/testing.py:413
#: Extensions/Commands/Community/oneword/oneword.py:104
#: Extensions/Commands/Community/oneword/oneword.py:162
#: Extensions/Commands/Community/oneword/testing.py:104
#: Extensions/Commands/Community/oneword/testing.py:162
msgid "You can come back here in the setup to change settings.."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:149
#: Extensions/Commands/Community/aboveme/testing.py:149
msgid "AboveMe bot reactions"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:150
#: Extensions/Commands/Community/aboveme/testing.py:150
#: Extensions/Commands/Community/counting/counting.py:402
#: Extensions/Commands/Community/counting/testing.py:402
#: Extensions/Commands/Community/oneword/oneword.py:151
#: Extensions/Commands/Community/oneword/testing.py:151
msgid "Decide if I am allowed to react to the posts in the game"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:154
#: Extensions/Commands/Community/aboveme/testing.py:154
#: Extensions/Commands/Community/counting/counting.py:406
#: Extensions/Commands/Community/counting/testing.py:406
#: Extensions/Commands/Community/oneword/oneword.py:155
#: Extensions/Commands/Community/oneword/testing.py:155
msgid ""
"You can allow me reactions so that users know directly whether posts are "
"accepted as correct."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:156
#: Extensions/Commands/Community/aboveme/testing.py:156
#: Extensions/Commands/Community/counting/counting.py:408
#: Extensions/Commands/Community/counting/testing.py:408
#: Extensions/Commands/Community/oneword/oneword.py:157
#: Extensions/Commands/Community/oneword/testing.py:157
msgid "You can also deny my reactions to suppress the spam of reactions."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:225
#: Extensions/Commands/Community/aboveme/testing.py:225
#: Extensions/Commands/Community/counting/counting.py:654
#: Extensions/Commands/Community/counting/testing.py:654
#: Extensions/Commands/Community/oneword/oneword.py:224
#: Extensions/Commands/Community/oneword/testing.py:224
msgid "CURRENT SERVER SCORES"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:227
#: Extensions/Commands/Community/aboveme/testing.py:227
#: Extensions/Commands/Community/counting/counting.py:656
#: Extensions/Commands/Community/counting/testing.py:656
#: Extensions/Commands/Community/oneword/oneword.py:226
#: Extensions/Commands/Community/oneword/testing.py:226
msgid "CURRENT USER SCORES"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:266
#: Extensions/Commands/Community/aboveme/testing.py:266
#: Extensions/Commands/Community/counting/counting.py:700
#: Extensions/Commands/Community/counting/testing.py:700
#: Extensions/Commands/Community/oneword/oneword.py:263
#: Extensions/Commands/Community/oneword/testing.py:263
msgid "I could not create a TextChannel. Aborting..."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:278
#: Extensions/Commands/Community/aboveme/testing.py:278
#: Extensions/Commands/Community/counting/counting.py:712
#: Extensions/Commands/Community/counting/testing.py:712
#: Extensions/Commands/Community/oneword/oneword.py:275
#: Extensions/Commands/Community/oneword/testing.py:275
msgid "I could not edit the TextChannel! Aborting..."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:291
#: Extensions/Commands/Community/aboveme/testing.py:291
#: Extensions/Commands/Community/counting/counting.py:742
#: Extensions/Commands/Community/counting/testing.py:742
#: Extensions/Commands/Community/oneword/oneword.py:288
#: Extensions/Commands/Community/oneword/testing.py:288
#, python-brace-format
msgid "There is already a game set up in {channel}. Aborting..."
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:302
#: Extensions/Commands/Community/aboveme/testing.py:302
#: Extensions/Commands/Community/counting/counting.py:769
#: Extensions/Commands/Community/counting/testing.py:769
#: Extensions/Commands/Community/oneword/oneword.py:299
#: Extensions/Commands/Community/oneword/testing.py:299
#, python-brace-format
msgid "{game} is successfully set up in {channel}!"
msgstr ""
#: Extensions/Commands/Community/aboveme/aboveme.py:306
#: Extensions/Commands/Community/aboveme/testing.py:306
#: Extensions/Commands/Community/counting/counting.py:773
#: Extensions/Commands/Community/counting/testing.py:773
#: Extensions/Commands/Community/oneword/oneword.py:303
#: Extensions/Commands/Community/oneword/testing.py:303
msgid "Note: You can freely edit the text channel now."
msgstr ""
#: Extensions/Commands/Community/community.py:13
msgid "Commands for the the Community features I offer"
msgstr ""
#: Extensions/Commands/Community/community.py:21
msgid "Features"
msgstr ""
#: Extensions/Commands/Community/counting/__init__.py:44
msgid "Start with 1 and never stop counting again!"
msgstr ""
#: Extensions/Commands/Community/counting/__init__.py:58
#, python-brace-format
msgid ""
"Setup the whole Counting game in seconds\n"
" Get more information about the counting game with {command}"
msgstr ""
#: Extensions/Commands/Community/counting/__init__.py:114
msgid "Everything you need to know about the Counting game"
msgstr ""
#: Extensions/Commands/Community/counting/__init__.py:146
msgid "Change some properties about the Counting game"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:125
#: Extensions/Commands/Community/counting/testing.py:125
msgid "Counting channel"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:178
#: Extensions/Commands/Community/counting/testing.py:178
msgid "Counting direction"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:179
#: Extensions/Commands/Community/counting/testing.py:179
msgid "Choose in which direction Counting should go!"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:182
#: Extensions/Commands/Community/counting/testing.py:182
#, python-brace-format
msgid ""
"You can start counting at the number 1 and continue {game} in ascending "
"order."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:185
#: Extensions/Commands/Community/counting/testing.py:185
#, python-brace-format
msgid ""
"Alternatively, you can specify a starting point from which {game} starts in "
"descending order."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:233
#: Extensions/Commands/Community/counting/testing.py:233
msgid "Counting rules"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:234
#: Extensions/Commands/Community/counting/testing.py:234
msgid "Decide if text messages are allowed in Counting"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:236
#: Extensions/Commands/Community/counting/testing.py:236
msgid "You can allow text messages so that members can comment to each other."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:237
#: Extensions/Commands/Community/counting/testing.py:237
#, python-brace-format
msgid "You can deny text messages so that {game} remains clearer."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:286
#: Extensions/Commands/Community/counting/testing.py:286
msgid "Counting ways"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:287
#: Extensions/Commands/Community/counting/testing.py:287
msgid "Decide if mathematical calculations are allowed in Counting"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:290
#: Extensions/Commands/Community/counting/testing.py:290
msgid ""
"You can allow mathematical calculations so that members can find new ways."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:293
#: Extensions/Commands/Community/counting/testing.py:293
#, python-brace-format
msgid "You can deny mathematical calculations so that {game} remains clearer."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:299
#: Extensions/Commands/Community/counting/testing.py:299
msgid "You can come back here in the setup to change settings."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:341
#: Extensions/Commands/Community/counting/testing.py:341
msgid "Counting bot responses"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:342
#: Extensions/Commands/Community/counting/testing.py:342
msgid "Decide in which way I should response to fails, edits, etc."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:346
#: Extensions/Commands/Community/counting/testing.py:346
msgid ""
"You can let me send the responses via webhooks that will make the whole "
"thing look more natural"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:349
#: Extensions/Commands/Community/counting/testing.py:349
msgid ""
"You can also let me send all messages as a user, to create an easier "
"overview of the actions."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:401
#: Extensions/Commands/Community/counting/testing.py:401
msgid "Counting bot reactions"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:541
#: Extensions/Commands/Community/counting/testing.py:541
msgid "Welcome to „Counting“"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:543
#: Extensions/Commands/Community/counting/testing.py:543
msgid "Thanks for your interest about the game in this awesome place!"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:550
#: Extensions/Commands/Community/counting/testing.py:550
msgid ""
"The Counting Game is a fun and interactive game where participants take "
"turns posting numbers in ascending/descending order to a special text "
"channel. "
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:554
#: Extensions/Commands/Community/counting/testing.py:554
msgid ""
"The purpose of the game is to continuously increase/decrease the number "
"sequence by each player's contribution. "
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:557
#: Extensions/Commands/Community/counting/testing.py:557
msgid ""
"It can requires attention, coordination and quick action to maintain the "
"flow and avoid mistakes. The game encourages teamwork, healthy competition "
"and interactive communication within the community. "
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:561
#: Extensions/Commands/Community/counting/testing.py:561
msgid ""
"It can be a fun challenge to see how high the number sequence can go as "
"players work together to continue the counting game."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:567
#: Extensions/Commands/Community/counting/testing.py:567
msgid "One person can't count numbers in a row (others are required)."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:568
#: Extensions/Commands/Community/counting/testing.py:568
#: Extensions/Commands/Community/oneword/oneword.py:342
#: Extensions/Commands/Community/oneword/testing.py:342
msgid "No botting, if you have failed to often, you'll get muted."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:569
#: Extensions/Commands/Community/counting/testing.py:569
msgid "If you break the count, the count will reset to the start."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:573
#: Extensions/Commands/Community/counting/testing.py:573
msgid "The rules are simple"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:579
#: Extensions/Commands/Community/counting/testing.py:579
#: Extensions/Commands/Community/oneword/oneword.py:326
#: Extensions/Commands/Community/oneword/testing.py:326
msgid "How to setup the game?"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:581
#: Extensions/Commands/Community/counting/testing.py:581
#: Extensions/Commands/Community/oneword/oneword.py:328
#: Extensions/Commands/Community/oneword/testing.py:328
#, python-brace-format
msgid ""
"Get started by using the command {command} to create and setup the essential "
"channel"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:586
#: Extensions/Commands/Community/counting/testing.py:586
#: Extensions/Commands/Community/oneword/oneword.py:351
#: Extensions/Commands/Community/oneword/testing.py:351
msgid "How to configure the game?"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:588
#: Extensions/Commands/Community/counting/testing.py:588
#, python-brace-format
msgid ""
"Customize all kind of properties for Counting by using the command {command}!"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:593
#: Extensions/Commands/Community/counting/testing.py:593
msgid "The higher the number, the harder you fall!"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:611
#: Extensions/Commands/Community/counting/testing.py:611
#, python-brace-format
msgid ""
"There is no Counting-Game in the given channel {channel} that we could "
"configure."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:623
#: Extensions/Commands/Community/counting/testing.py:623
#, python-brace-format
msgid "The next number in here has been set to {count}"
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:628
#: Extensions/Commands/Community/counting/testing.py:628
#, python-brace-format
msgid ""
"The stats of the Counting-Game in {channel} has been successfully configured."
msgstr ""
#: Extensions/Commands/Community/counting/counting.py:726
#: Extensions/Commands/Community/counting/testing.py:726
msgid "I could not create a webhook in the TextChannel! Aborting..."
msgstr ""
#: Extensions/Commands/Community/oneword/__init__.py:35
msgid "Create some funny sentances with the help of other users!"
msgstr ""
#: Extensions/Commands/Community/oneword/__init__.py:50
#, python-brace-format
msgid ""
"Setup the whole OneWord game in seconds\n"
" Get more information about the OneWord game with {command}"
msgstr ""
#: Extensions/Commands/Community/oneword/__init__.py:76
msgid "Everything you need to know about the OneWord game"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:93
#: Extensions/Commands/Community/oneword/testing.py:93
msgid "OneWord channel"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:150
#: Extensions/Commands/Community/oneword/testing.py:150
msgid "OneWord bot reactions"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:317
#: Extensions/Commands/Community/oneword/testing.py:317
msgid "Welcome to „OneWord“"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:320
#: Extensions/Commands/Community/oneword/testing.py:320
msgid "Thanks for your interest in the game in this awesome place!"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:333
#: Extensions/Commands/Community/oneword/testing.py:333
msgid "How to use the game?"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:335
#: Extensions/Commands/Community/oneword/testing.py:335
msgid ""
"This game is all about words, which are posted one after the other in the "
"chat to create a creative sentance"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:340
#: Extensions/Commands/Community/oneword/testing.py:340
msgid "One person can't post words in a row (others are required)."
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:341
#: Extensions/Commands/Community/oneword/testing.py:341
msgid "The sentance is done with punctuation marks (eg. „!“)."
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:343
#: Extensions/Commands/Community/oneword/testing.py:343
msgid "There is no failing."
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:346
#: Extensions/Commands/Community/oneword/testing.py:346
msgid "OneWord rules"
msgstr ""
#: Extensions/Commands/Community/oneword/oneword.py:352
#: Extensions/Commands/Community/oneword/testing.py:352
msgid "Currently there is nothing to configure!"
msgstr ""
#: Extensions/Commands/Community/schedule/__init__.py:38
msgid ""
"Scheduled Events are Reminders, which you can let recurr on a chosen "
"Interval. \n"
" With a set timezone, you can choose the Start Time and the "
"Message with the corresponding TextChannel."
msgstr ""
#: Extensions/Commands/Community/schedule/testing.py:99
#: Extensions/Commands/Community/schedule/testing.py:139
msgid "Repetition"
msgstr ""
#: Extensions/Commands/Community/schedule/testing.py:102
#: Extensions/Commands/Community/schedule/testing.py:142
msgid ""
"Decide to only get alerted once or choose the interval between the alerts!"
msgstr ""
#: Extensions/Commands/Community/schedule/testing.py:176
msgid "Second step: Choose the duration"
msgstr ""
#: Extensions/Commands/Community/schedule/testing.py:200
msgid "Third step: Choose the Message Type"
msgstr ""
#: Extensions/Commands/Developing/bash/__init__.py:36
msgid ""
"Run shell commands.\n"
"\n"
" Parameters\n"
" -----------\n"
" command: str\n"
" the command"
msgstr ""
#: Extensions/Commands/Developing/developing.py:14
msgid ""
"Dev commands to configure/set a lot of things of the bot.\n"
" Sometimes you have to list them as Dev 🤷."
msgstr ""
#: Extensions/Commands/Developing/developing.py:28
msgid "Developing"
msgstr ""
#: Extensions/Commands/Developing/dispatch/__init__.py:37
msgid ""
"Send an event\n"
"\n"
" Parameters\n"
" -----------\n"
" event: Optional[str]\n"
" the name of the event\n"
"\n"
" kwargs: Any\n"
" event keyword arguments"
msgstr ""
#: Extensions/Commands/Developing/extensions/__init__.py:55
msgid ""
"Reloads, unloads or loads extensions/commands of the bot\n"
" \n"
" Parameters\n"
" -----------\n"
" command: Literal[load, unload, reload]\n"
" re- un- or loading the <extensions>\n"
"\n"
" extension: Greedy[ValidExt]\n"
" the extension(s) you want to re- un- or load"
msgstr ""
#: Extensions/Commands/Developing/leave/__init__.py:37
msgid ""
"Leave a guild\n"
"\n"
" Parameters\n"
" -----------\n"
" guild: int\n"
" the ID of the server"
msgstr ""
#: Extensions/Commands/Developing/leave/leave.py:24
#: Extensions/Commands/Developing/leave/testing.py:24
msgid "The given server is not valid"
msgstr ""
#: Extensions/Commands/Developing/leave/leave.py:31
#: Extensions/Commands/Developing/leave/testing.py:31
msgid "leaving the guild raised an error"
msgstr ""
#: Extensions/Commands/Developing/leave/leave.py:36
#: Extensions/Commands/Developing/leave/testing.py:36
msgid "I'll leave the given server"
msgstr ""
#: Extensions/Commands/Developing/ptb/__init__.py:36
msgid "Temporarily adds a server/channel/user to the public test build"
msgstr ""
#: Extensions/Commands/Developing/ptb/ptb.py:51
msgid "Your input does not match any server/channel/user I can find"
msgstr ""
#: Extensions/Commands/Developing/ptb/ptb.py:61
msgid "Server"
msgstr ""
#: Extensions/Commands/Developing/ptb/ptb.py:66
#, python-brace-format
msgid "{name} is __removed__ from the public test build"
msgstr ""
#: Extensions/Commands/Developing/ptb/ptb.py:71
#, python-brace-format
msgid "{name} is temporarily __added__ to the public test build"
msgstr ""
#: Extensions/Commands/Developing/repl/__init__.py:41
msgid ""
"Run your own xyz codes.\n"
"\n"
" A read-eval-print loop (REPL), also termed an interactive "
"toplevel or language shell,\n"
" takes single user inputs, executes them, and returns the result "
"to the user.\n"
"\n"
" You can simply specify this code as an argument and also in "
"quotes (`).\n"
" Optionally you can use common attributes like ctx, bot etc. in "
"the code.\n"
"\n"
" Environment Variables:\n"
" ctx - command invocation context\n"
" bot - ShakeBot\n"
" channel - current channel\n"
" author - command author's member\n"
" message - command's message\n"
" __ref - reference if given\n"
" __last__ - variables of the last repl\n"
" __ - results of the last repl.\n"
"\n"
" Parameters\n"
" -----------\n"
" code: str\n"
" the code input to execute"
msgstr ""
#: Extensions/Commands/Developing/restart/__init__.py:37
msgid "Stops and starts the bot like in a regular Restart"
msgstr ""
#: Extensions/Commands/Developing/restart/restart.py:15
#: Extensions/Commands/Developing/restart/testing.py:15
msgid "Bot will restart now"
msgstr ""
#: Extensions/Commands/Developing/rtfm/__init__.py:117
msgid ""
"View objects from certain documentation.\n"
"\n"
" RTFM is internet slang for the phrase \"read the damn manual\".\n"
" This also applies to this command, with the help of which you "
"can get the URLs to the documentation for various things\n"
"\n"
" Parameters\n"
" -----------\n"
" key: Optional[str]\n"
" the module (Python, Discord, ...). \n"
" Defaults to ``Python``\n"
"\n"
" entity: Optional[str]\n"
" the thing you want to get information about (getattr, ctx."
"command, ...). \n"
" Defaults to ``None`` and returning the ``key`` website url\n"
" "
msgstr ""
#: Extensions/Commands/Developing/rtfm/__init__.py:172
msgid "View all modules"
msgstr ""
#: Extensions/Commands/Developing/rtfm/rtfm.py:94
#: Extensions/Commands/Developing/rtfm/testing.py:94
msgid "Couldn't find anything."
msgstr ""
#: Extensions/Commands/Developing/rtfm/rtfm.py:138
#: Extensions/Commands/Developing/rtfm/testing.py:138
msgid "Choose a symbol..."
msgstr ""
#: Extensions/Commands/Developing/rtfm/rtfm.py:162
#: Extensions/Commands/Developing/rtfm/testing.py:162
msgid "No symbols to choose..."
msgstr ""
#: Extensions/Commands/Developing/sync/__init__.py:43
msgid ""
"synchronize the bot with its commands\n"
"\n"
" The synchronization is used to reload the changes.\n"
" Synchronize when ...\n"
" - ...commands, arguments or permissions have been added, removed "
"or changed\n"
" - ...a global/server command becomes a server/global command\n"
"\n"
" Parameters\n"
" -----------\n"
" guilds: Optional[strl]\n"
" the guilds\n"
"\n"
" spec: Optional[Literal[\"~\", \"*\", \"^\"]]\n"
" the spec\n"
"\n"
" dump: Optional[bool]\n"
" if dump"
msgstr ""
#: Extensions/Commands/Developing/sync/sync.py:53
#: Extensions/Commands/Developing/sync/testing.py:53
#, python-brace-format
msgid "{amount} Command*s to the current guild synchronized."
msgstr ""
#: Extensions/Commands/Developing/sync/sync.py:55
#: Extensions/Commands/Developing/sync/testing.py:55
#, python-brace-format
msgid "{amount} Command*s globally synchronized."
msgstr ""
#: Extensions/Commands/Gimmicks/count/__init__.py:33
msgid "Count for yourself"
msgstr ""
#: Extensions/Commands/Gimmicks/count/count.py:12
#: Extensions/Commands/Gimmicks/count/testing.py:12
msgid "Start?"
msgstr ""
#: Extensions/Commands/Gimmicks/count/count.py:22
#: Extensions/Commands/Gimmicks/count/testing.py:22
msgid "Congratulation"
msgstr ""
#: Extensions/Commands/Gimmicks/count/count.py:28
#: Extensions/Commands/Gimmicks/count/testing.py:28
#: Extensions/Commands/Information/serverinfo/serverinfo.py:235
#: Extensions/Commands/Information/serverinfo/testing.py:235
msgid "Yes"
msgstr ""
#: Extensions/Commands/Gimmicks/count/count.py:31
#: Extensions/Commands/Gimmicks/count/testing.py:31
msgid "Have fun!"
msgstr ""
#: Extensions/Commands/Gimmicks/everyone/__init__.py:34
msgid ""
"Remind others how bad @everyone actually is\n"
"\n"
" With this command you can show other people with a picture/gif "
"how unnecessary a @everyone ping is or express that someone is spamming "
"@everyone again.\n"
"\n"
" Parameters\n"
" -----------\n"
" member: commands.Greedy[Member]\n"
" the member to blame"
msgstr ""
#: Extensions/Commands/Gimmicks/everyone/everyone.py:22
#: Extensions/Commands/Gimmicks/everyone/testing.py:22
#, python-brace-format
msgid ""
"{members} stop spamming @everyone! \n"
"It's not that important..."
msgstr ""
#: Extensions/Commands/Gimmicks/gimmicks.py:12
msgid "Commands for fun and distraction"
msgstr ""
#: Extensions/Commands/Gimmicks/gimmicks.py:20
msgid "Gimmicks"
msgstr ""
#: Extensions/Commands/Gimmicks/lenght/__init__.py:34
msgid ""
"Get a random length depending on the user\n"
"\n"
" With this command you can find out, using a very clever and "
"definitely not random generator,\n"
" which lenght would with to an user.\n"
" \n"
" __Please note__: If you don't specify a user, I might reveal "
"your lenght as well.\n"
"\n"
" Parameters\n"
" -----------\n"
" member: Greedy[Member]\n"
" the member to reveal the lenght of"
msgstr ""
#: Extensions/Commands/Gimmicks/lenght/lenght.py:21
#: Extensions/Commands/Gimmicks/lenght/testing.py:21
msgid "Length"
msgstr ""
#: Extensions/Commands/Gimmicks/meme/__init__.py:37
msgid ""
"Get the latest funny memes of reddit\n"
"\n"
" Parameters\n"
" -----------\n"
" subreddit: Optional[str]\n"
" an optional argument to pass a subreddit\n"
" "
msgstr ""
#: Extensions/Commands/Gimmicks/meme/meme.py:30
#: Extensions/Commands/Gimmicks/meme/testing.py:30
#, python-brace-format
msgid "„{title}“ by {author}"
msgstr ""
#: Extensions/Commands/Gimmicks/meme/meme.py:36
#: Extensions/Commands/Gimmicks/meme/testing.py:36
#, python-brace-format
msgid ""
"Like this meme? Check out others at \n"
"{subreddit}"
msgstr ""
#: Extensions/Commands/Gimmicks/rainbow/__init__.py:35
msgid ""
"Get your avatar a rainbow filter! ^^\n"
"\n"
" Parameters\n"
" -----------\n"
" member: discord.Member\n"
" the member to add"
msgstr ""
#: Extensions/Commands/Gimmicks/random/__init__.py:34
msgid ""
"Picks a random online user\n"
"\n"
" Parameters\n"
" -----------\n"
" offline: bool\n"
" if offline is ok"
msgstr ""
#: Extensions/Commands/Gimmicks/roll/__init__.py:36
msgid ""
"Displays a random number in a specified range of values. (Default: 1-6)\n"
"\n"
" Parameters\n"
" -----------\n"
" start: Optional[int]\n"