aa-structures 2.8.0__py3-none-any.whl → 2.9.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/METADATA +2 -2
  2. {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/RECORD +62 -61
  3. structures/__init__.py +1 -1
  4. structures/admin.py +3 -3
  5. structures/app_settings.py +88 -69
  6. structures/core/notification_embeds/billing_embeds.py +40 -7
  7. structures/core/notification_embeds/{character_embeds.py → corporate_embeds.py} +23 -13
  8. structures/core/notification_embeds/main.py +76 -38
  9. structures/core/notification_embeds/moonmining_embeds.py +12 -17
  10. structures/core/notification_embeds/orbital_embeds.py +3 -8
  11. structures/core/notification_embeds/sov_embeds.py +21 -19
  12. structures/core/notification_embeds/structures_embeds.py +19 -26
  13. structures/core/notification_embeds/tower_embeds.py +2 -2
  14. structures/core/notification_embeds/war_embeds.py +298 -92
  15. structures/core/notification_types.py +63 -44
  16. structures/forms.py +0 -1
  17. structures/helpers.py +13 -0
  18. structures/locale/de/LC_MESSAGES/django.po +488 -302
  19. structures/locale/django.pot +494 -308
  20. structures/locale/en/LC_MESSAGES/django.po +494 -308
  21. structures/locale/es/LC_MESSAGES/django.po +488 -302
  22. structures/locale/fr_FR/LC_MESSAGES/django.po +494 -308
  23. structures/locale/it_IT/LC_MESSAGES/django.po +494 -308
  24. structures/locale/ja/LC_MESSAGES/django.po +494 -308
  25. structures/locale/ko_KR/LC_MESSAGES/django.po +488 -302
  26. structures/locale/ru/LC_MESSAGES/django.mo +0 -0
  27. structures/locale/ru/LC_MESSAGES/django.po +532 -349
  28. structures/locale/uk/LC_MESSAGES/django.po +488 -302
  29. structures/locale/zh_Hans/LC_MESSAGES/django.po +488 -302
  30. structures/migrations/0005_add_notification_types.py +135 -0
  31. structures/models/eveuniverse.py +0 -1
  32. structures/models/notifications.py +1 -1
  33. structures/models/owners.py +3 -1
  34. structures/tests/core/notification_embeds/test_main.py +29 -27
  35. structures/tests/core/test_notification_structuretimers.py +2 -1
  36. structures/tests/core/test_notifications_timerboard.py +2 -1
  37. structures/tests/core/test_serializers.py +4 -2
  38. structures/tests/core/test_starbases.py +4 -2
  39. structures/tests/integration/test_tasks.py +2 -1
  40. structures/tests/integration/test_views.py +6 -3
  41. structures/tests/models/test_eveuniverse.py +2 -1
  42. structures/tests/models/test_notifications_1.py +16 -21
  43. structures/tests/models/test_notifications_2.py +4 -2
  44. structures/tests/models/test_notifications_3.py +6 -3
  45. structures/tests/models/test_notifications_discord.py +2 -1
  46. structures/tests/models/test_owners_1.py +28 -4
  47. structures/tests/models/test_owners_2.py +2 -1
  48. structures/tests/models/test_owners_3.py +2 -1
  49. structures/tests/models/test_owners_4.py +2 -1
  50. structures/tests/models/test_owners_5.py +8 -4
  51. structures/tests/models/test_structures.py +16 -8
  52. structures/tests/test_helpers.py +23 -3
  53. structures/tests/test_managers_1.py +16 -8
  54. structures/tests/test_managers_2.py +2 -1
  55. structures/tests/test_tasks.py +12 -6
  56. structures/tests/testdata/entities.json +150 -0
  57. structures/tests/testdata/helpers.py +1 -0
  58. structures/tests/views/test_public.py +2 -1
  59. structures/tests/views/test_statistics.py +2 -1
  60. structures/tests/views/test_structures.py +20 -10
  61. {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/LICENSE +0 -0
  62. {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/WHEEL +0 -0
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: PACKAGE VERSION\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2023-11-15 23:09+0100\n"
15
+ "POT-Creation-Date: 2024-03-01 17:30+0100\n"
16
16
  "PO-Revision-Date: 2020-03-09 19:25+0000\n"
17
17
  "Last-Translator: Peter Pfeufer, 2020\n"
18
18
  "Language-Team: German (Germany) (https://app.transifex.com/kalkoken-apps/teams/107978/de_DE/)\n"
@@ -22,7 +22,7 @@ msgstr ""
22
22
  "Language: de_DE\n"
23
23
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
24
 
25
- #: admin.py:64 admin.py:920 models/notifications.py:145 models/owners.py:219
25
+ #: admin.py:64 admin.py:920 models/notifications.py:147 models/owners.py:219
26
26
  #: models/owners.py:1307 models/structures_1.py:320
27
27
  msgid "owner"
28
28
  msgstr ""
@@ -37,12 +37,12 @@ msgstr ""
37
37
  msgid "General"
38
38
  msgstr ""
39
39
 
40
- #: admin.py:101 models/notifications.py:521 models/structures_1.py:210
40
+ #: admin.py:101 models/notifications.py:523 models/structures_1.py:210
41
41
  #: models/structures_1.py:808
42
42
  msgid "id"
43
43
  msgstr ""
44
44
 
45
- #: admin.py:105 models/notifications.py:720
45
+ #: admin.py:105 models/notifications.py:722
46
46
  msgid "color"
47
47
  msgstr ""
48
48
 
@@ -66,7 +66,7 @@ msgid ""
66
66
  " will be sent one repeat before the end hour."
67
67
  msgstr ""
68
68
 
69
- #: admin.py:161 models/notifications.py:851
69
+ #: admin.py:161 models/notifications.py:853
70
70
  msgid "threshold"
71
71
  msgstr ""
72
72
 
@@ -86,7 +86,7 @@ msgstr "nein"
86
86
  msgid "notification ID"
87
87
  msgstr ""
88
88
 
89
- #: admin.py:235 admin.py:515 admin.py:950 models/notifications.py:112
89
+ #: admin.py:235 admin.py:515 admin.py:950 models/notifications.py:114
90
90
  #: models/owners.py:212 models/structures_1.py:397
91
91
  msgid "webhooks"
92
92
  msgstr ""
@@ -99,15 +99,15 @@ msgstr "n.z."
99
99
  msgid "Not configured"
100
100
  msgstr ""
101
101
 
102
- #: admin.py:257 models/notifications.py:150 models/structures_1.py:410
102
+ #: admin.py:257 models/notifications.py:152 models/structures_1.py:410
103
103
  msgid "structures"
104
104
  msgstr ""
105
105
 
106
- #: admin.py:264 models/notifications.py:126
106
+ #: admin.py:264 models/notifications.py:128
107
107
  msgid "is sent"
108
108
  msgstr ""
109
109
 
110
- #: admin.py:269 models/notifications.py:132
110
+ #: admin.py:269 models/notifications.py:134
111
111
  msgid "is timer added"
112
112
  msgstr ""
113
113
 
@@ -164,7 +164,7 @@ msgstr ""
164
164
  msgid "default pings"
165
165
  msgstr ""
166
166
 
167
- #: admin.py:496 admin.py:1066 models/notifications.py:105 models/owners.py:197
167
+ #: admin.py:496 admin.py:1066 models/notifications.py:107 models/owners.py:197
168
168
  msgid "ping groups"
169
169
  msgstr ""
170
170
 
@@ -296,7 +296,7 @@ msgid "Position"
296
296
  msgstr ""
297
297
 
298
298
  #: admin.py:913 models/structures_1.py:64 models/structures_1.py:292
299
- #: models/structures_2.py:50 webhooks/models.py:40
299
+ #: models/structures_2.py:50 webhooks/models.py:41
300
300
  msgid "name"
301
301
  msgstr ""
302
302
 
@@ -304,7 +304,7 @@ msgstr ""
304
304
  msgid "location"
305
305
  msgstr ""
306
306
 
307
- #: admin.py:938 models/notifications.py:139 models/structures_1.py:250
307
+ #: admin.py:938 models/notifications.py:141 models/structures_1.py:250
308
308
  #: models/structures_1.py:822
309
309
  msgid "type"
310
310
  msgstr ""
@@ -356,7 +356,7 @@ msgstr ""
356
356
  msgid "Please add this webhook to an owner or structure to enable it."
357
357
  msgstr ""
358
358
 
359
- #: admin.py:1084 models/notifications.py:87 models/structures_1.py:94
359
+ #: admin.py:1084 models/notifications.py:89 models/structures_1.py:94
360
360
  msgid "is default"
361
361
  msgstr ""
362
362
 
@@ -411,19 +411,19 @@ msgstr ""
411
411
  msgid "Started sending queued messages for %d webhooks."
412
412
  msgstr ""
413
413
 
414
- #: core/notification_embeds/billing_embeds.py:25
414
+ #: core/notification_embeds/billing_embeds.py:29
415
415
  msgid "Unknown Bill"
416
416
  msgstr ""
417
417
 
418
- #: core/notification_embeds/billing_embeds.py:26
418
+ #: core/notification_embeds/billing_embeds.py:30
419
419
  msgid "Infrastructure Hub Bill"
420
420
  msgstr ""
421
421
 
422
- #: core/notification_embeds/billing_embeds.py:43
422
+ #: core/notification_embeds/billing_embeds.py:47
423
423
  msgid "Insufficient Funds for Bill"
424
424
  msgstr ""
425
425
 
426
- #: core/notification_embeds/billing_embeds.py:45
426
+ #: core/notification_embeds/billing_embeds.py:49
427
427
  #, python-format
428
428
  msgid ""
429
429
  "The selected corporation wallet division for automatic payments does not "
@@ -432,11 +432,11 @@ msgid ""
432
432
  "in order to meet your pending automatic bills."
433
433
  msgstr ""
434
434
 
435
- #: core/notification_embeds/billing_embeds.py:62
435
+ #: core/notification_embeds/billing_embeds.py:66
436
436
  msgid "IHub Bill About to Expire"
437
437
  msgstr ""
438
438
 
439
- #: core/notification_embeds/billing_embeds.py:64
439
+ #: core/notification_embeds/billing_embeds.py:68
440
440
  #, python-format
441
441
  msgid ""
442
442
  "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
@@ -444,36 +444,47 @@ msgid ""
444
444
  "destruct."
445
445
  msgstr ""
446
446
 
447
- #: core/notification_embeds/billing_embeds.py:84
447
+ #: core/notification_embeds/billing_embeds.py:88
448
448
  #, python-format
449
449
  msgid "%s has self-destructed due to unpaid maintenance bills"
450
450
  msgstr ""
451
451
 
452
- #: core/notification_embeds/billing_embeds.py:88
452
+ #: core/notification_embeds/billing_embeds.py:92
453
453
  #, python-format
454
454
  msgid ""
455
455
  "%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
456
456
  "maintenance bills where not paid."
457
457
  msgstr ""
458
458
 
459
- #: core/notification_embeds/character_embeds.py:41
459
+ #: core/notification_embeds/billing_embeds.py:111
460
+ msgid "Bill issued"
461
+ msgstr ""
462
+
463
+ #: core/notification_embeds/billing_embeds.py:113
464
+ #, python-format
465
+ msgid ""
466
+ "A bill of %(amount)s ISK, due %(due_date)s owed by %(debtor)s to "
467
+ "%(creditor)s was issued %(current_date)s. This bill is for %(bill_type)s."
468
+ msgstr ""
469
+
470
+ #: core/notification_embeds/corporate_embeds.py:36
460
471
  #, python-format
461
472
  msgid "New application from %(character_name)s"
462
473
  msgstr ""
463
474
 
464
- #: core/notification_embeds/character_embeds.py:45
475
+ #: core/notification_embeds/corporate_embeds.py:40
465
476
  #, python-format
466
477
  msgid ""
467
478
  "New application from %(character_name)s to join %(corporation_name)s:\n"
468
479
  "> %(application_text)s"
469
480
  msgstr ""
470
481
 
471
- #: core/notification_embeds/character_embeds.py:59
482
+ #: core/notification_embeds/corporate_embeds.py:54
472
483
  #, python-format
473
484
  msgid "%(character_name)s has been invited"
474
485
  msgstr ""
475
486
 
476
- #: core/notification_embeds/character_embeds.py:66
487
+ #: core/notification_embeds/corporate_embeds.py:61
477
488
  #, python-format
478
489
  msgid ""
479
490
  "%(character_name)s has been invited to join %(corporation_name)s by %(inviting_character)s.\n"
@@ -481,12 +492,24 @@ msgid ""
481
492
  "> %(application_text)s"
482
493
  msgstr ""
483
494
 
484
- #: core/notification_embeds/character_embeds.py:83
495
+ #: core/notification_embeds/corporate_embeds.py:78
496
+ #, python-format
497
+ msgid "%(character_name)s rejects invitation"
498
+ msgstr ""
499
+
500
+ #: core/notification_embeds/corporate_embeds.py:82
501
+ #, python-format
502
+ msgid ""
503
+ "Application from %(character_name)s to join %(corporation_name)s has been "
504
+ "rejected."
505
+ msgstr ""
506
+
507
+ #: core/notification_embeds/corporate_embeds.py:94
485
508
  #, python-format
486
509
  msgid "Rejected application from %(character_name)s"
487
510
  msgstr ""
488
511
 
489
- #: core/notification_embeds/character_embeds.py:87
512
+ #: core/notification_embeds/corporate_embeds.py:98
490
513
  #, python-format
491
514
  msgid ""
492
515
  "Application from %(character_name)s to join %(corporation_name)s:\n"
@@ -495,34 +518,34 @@ msgid ""
495
518
  "> %(customMessage)s"
496
519
  msgstr ""
497
520
 
498
- #: core/notification_embeds/character_embeds.py:104
521
+ #: core/notification_embeds/corporate_embeds.py:114
499
522
  #, python-format
500
523
  msgid "%(character_name)s withdrew his/her application"
501
524
  msgstr ""
502
525
 
503
- #: core/notification_embeds/character_embeds.py:108
526
+ #: core/notification_embeds/corporate_embeds.py:118
504
527
  #, python-format
505
528
  msgid ""
506
529
  "%(character_name)s withdrew his/her application to join %(corporation_name)s:\n"
507
530
  "> %(application_text)s"
508
531
  msgstr ""
509
532
 
510
- #: core/notification_embeds/character_embeds.py:123
533
+ #: core/notification_embeds/corporate_embeds.py:133
511
534
  #, python-format
512
535
  msgid "%(character_name)s joins %(corporation_name)s"
513
536
  msgstr ""
514
537
 
515
- #: core/notification_embeds/character_embeds.py:128
538
+ #: core/notification_embeds/corporate_embeds.py:138
516
539
  #, python-format
517
540
  msgid "%(character_name)s is now a member of %(corporation_name)s."
518
541
  msgstr ""
519
542
 
520
- #: core/notification_embeds/character_embeds.py:139
543
+ #: core/notification_embeds/corporate_embeds.py:149
521
544
  #, python-format
522
545
  msgid "%(character_name)s has left %(corporation_name)s"
523
546
  msgstr ""
524
547
 
525
- #: core/notification_embeds/character_embeds.py:144
548
+ #: core/notification_embeds/corporate_embeds.py:154
526
549
  #, python-format
527
550
  msgid "%(character_name)s is no longer a member of %(corporation_name)s."
528
551
  msgstr ""
@@ -539,17 +562,17 @@ msgstr ""
539
562
  msgid "hull"
540
563
  msgstr ""
541
564
 
542
- #: core/notification_embeds/moonmining_embeds.py:41
565
+ #: core/notification_embeds/moonmining_embeds.py:40
543
566
  #, python-format
544
567
  msgid "Estimated ore composition: %s"
545
568
  msgstr ""
546
569
 
547
- #: core/notification_embeds/moonmining_embeds.py:70
548
- #: core/notification_types.py:58
570
+ #: core/notification_embeds/moonmining_embeds.py:69
571
+ #: core/notification_types.py:66
549
572
  msgid "Moon mining extraction started"
550
573
  msgstr "Mondmining Extraktion gestartet"
551
574
 
552
- #: core/notification_embeds/moonmining_embeds.py:72
575
+ #: core/notification_embeds/moonmining_embeds.py:71
553
576
  #, python-format
554
577
  msgid ""
555
578
  "A moon mining extraction has been started for %(structure_name)s at %(moon)s in %(solar_system)s belonging to %(owner_link)s. Extraction was started by %(character)s.\n"
@@ -558,11 +581,11 @@ msgid ""
558
581
  "%(ore_text)s"
559
582
  msgstr ""
560
583
 
561
- #: core/notification_embeds/moonmining_embeds.py:96
584
+ #: core/notification_embeds/moonmining_embeds.py:95
562
585
  msgid "Extraction finished"
563
586
  msgstr ""
564
587
 
565
- #: core/notification_embeds/moonmining_embeds.py:98
588
+ #: core/notification_embeds/moonmining_embeds.py:97
566
589
  #, python-format
567
590
  msgid ""
568
591
  "The extraction for %(structure_name)s at %(moon)s in %(solar_system)s belonging to %(owner_link)s is finished and the chunk is ready to be shot at.\n"
@@ -571,11 +594,11 @@ msgid ""
571
594
  "%(ore_text)s"
572
595
  msgstr ""
573
596
 
574
- #: core/notification_embeds/moonmining_embeds.py:118
597
+ #: core/notification_embeds/moonmining_embeds.py:117
575
598
  msgid "Automatic Fracture"
576
599
  msgstr ""
577
600
 
578
- #: core/notification_embeds/moonmining_embeds.py:120
601
+ #: core/notification_embeds/moonmining_embeds.py:119
579
602
  #, python-format
580
603
  msgid ""
581
604
  "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s belonging to %(owner_link)s has automatically been fired and the moon products are ready to be harvested.\n"
@@ -583,30 +606,30 @@ msgid ""
583
606
  "%(ore_text)s"
584
607
  msgstr ""
585
608
 
586
- #: core/notification_embeds/moonmining_embeds.py:143
587
- #: core/notification_embeds/structures_embeds.py:38
588
- #: core/notification_embeds/structures_embeds.py:182
589
- #: core/notification_embeds/structures_embeds.py:296
609
+ #: core/notification_embeds/moonmining_embeds.py:140
610
+ #: core/notification_embeds/structures_embeds.py:37
611
+ #: core/notification_embeds/structures_embeds.py:181
612
+ #: core/notification_embeds/structures_embeds.py:289
590
613
  #: core/notification_embeds/tower_embeds.py:147
591
614
  msgid "(unknown)"
592
615
  msgstr ""
593
616
 
594
- #: core/notification_embeds/moonmining_embeds.py:144
617
+ #: core/notification_embeds/moonmining_embeds.py:141
595
618
  msgid "Extraction cancelled"
596
619
  msgstr ""
597
620
 
598
- #: core/notification_embeds/moonmining_embeds.py:146
621
+ #: core/notification_embeds/moonmining_embeds.py:143
599
622
  #, python-format
600
623
  msgid ""
601
624
  "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s"
602
625
  " belonging to %(owner_link)s has been cancelled by %(character)s."
603
626
  msgstr ""
604
627
 
605
- #: core/notification_embeds/moonmining_embeds.py:165
628
+ #: core/notification_embeds/moonmining_embeds.py:160
606
629
  msgid "Moon drill fired"
607
630
  msgstr ""
608
631
 
609
- #: core/notification_embeds/moonmining_embeds.py:167
632
+ #: core/notification_embeds/moonmining_embeds.py:162
610
633
  #, python-format
611
634
  msgid ""
612
635
  "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s belonging to %(owner_link)s has been fired by %(character)s and the moon products are ready to be harvested.\n"
@@ -614,22 +637,22 @@ msgid ""
614
637
  "%(ore_text)s"
615
638
  msgstr ""
616
639
 
617
- #: core/notification_embeds/orbital_embeds.py:46
640
+ #: core/notification_embeds/orbital_embeds.py:43
618
641
  msgid "Orbital under attack"
619
642
  msgstr ""
620
643
 
621
- #: core/notification_embeds/orbital_embeds.py:48
644
+ #: core/notification_embeds/orbital_embeds.py:45
622
645
  #, python-format
623
646
  msgid ""
624
647
  "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
625
648
  "%(owner_link)s is under attack by %(aggressor)s."
626
649
  msgstr ""
627
650
 
628
- #: core/notification_embeds/orbital_embeds.py:67
651
+ #: core/notification_embeds/orbital_embeds.py:62
629
652
  msgid "Orbital reinforced"
630
653
  msgstr ""
631
654
 
632
- #: core/notification_embeds/orbital_embeds.py:69
655
+ #: core/notification_embeds/orbital_embeds.py:64
633
656
  #, python-format
634
657
  msgid ""
635
658
  "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
@@ -637,62 +660,62 @@ msgid ""
637
660
  "%(date)s."
638
661
  msgstr ""
639
662
 
640
- #: core/notification_embeds/sov_embeds.py:56
663
+ #: core/notification_embeds/sov_embeds.py:60
641
664
  #, python-format
642
665
  msgid "%(structure_type)s in %(solar_system)s is being captured"
643
666
  msgstr ""
644
667
 
645
- #: core/notification_embeds/sov_embeds.py:61
668
+ #: core/notification_embeds/sov_embeds.py:65
646
669
  #, python-format
647
670
  msgid ""
648
671
  "A capsuleer has started to influence the %(type)s in %(solar_system)s "
649
672
  "belonging to %(owner)s with an Entosis Link."
650
673
  msgstr ""
651
674
 
652
- #: core/notification_embeds/sov_embeds.py:76
675
+ #: core/notification_embeds/sov_embeds.py:80
653
676
  #, python-format
654
677
  msgid ""
655
678
  "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
656
679
  "decloak"
657
680
  msgstr ""
658
681
 
659
- #: core/notification_embeds/sov_embeds.py:83
682
+ #: core/notification_embeds/sov_embeds.py:87
660
683
  #, python-format
661
684
  msgid ""
662
685
  "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
663
686
  "%(owner)s can now be found throughout the %(constellation)s constellation"
664
687
  msgstr ""
665
688
 
666
- #: core/notification_embeds/sov_embeds.py:101
689
+ #: core/notification_embeds/sov_embeds.py:105
667
690
  #, python-format
668
691
  msgid "DED Sovereignty claim acknowledgment: %s"
669
692
  msgstr ""
670
693
 
671
- #: core/notification_embeds/sov_embeds.py:104
694
+ #: core/notification_embeds/sov_embeds.py:108
672
695
  #, python-format
673
696
  msgid ""
674
697
  "DED now officially acknowledges that your member corporation %(corporation)s"
675
698
  " has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
676
699
  msgstr ""
677
700
 
678
- #: core/notification_embeds/sov_embeds.py:120
701
+ #: core/notification_embeds/sov_embeds.py:124
679
702
  #, python-format
680
703
  msgid "Lost sovereignty in: %s"
681
704
  msgstr ""
682
705
 
683
- #: core/notification_embeds/sov_embeds.py:122
706
+ #: core/notification_embeds/sov_embeds.py:126
684
707
  #, python-format
685
708
  msgid ""
686
709
  "DED acknowledges that member corporation %(corporation)s has lost its claim "
687
710
  "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
688
711
  msgstr ""
689
712
 
690
- #: core/notification_embeds/sov_embeds.py:137
713
+ #: core/notification_embeds/sov_embeds.py:141
691
714
  #, python-format
692
715
  msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
693
716
  msgstr ""
694
717
 
695
- #: core/notification_embeds/sov_embeds.py:143
718
+ #: core/notification_embeds/sov_embeds.py:147
696
719
  #, python-format
697
720
  msgid ""
698
721
  "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
@@ -700,29 +723,29 @@ msgid ""
700
723
  "%(date)s"
701
724
  msgstr ""
702
725
 
703
- #: core/notification_embeds/sov_embeds.py:159
726
+ #: core/notification_embeds/sov_embeds.py:163
704
727
  #, python-format
705
728
  msgid "%(structure_type)s in %(solar_system)s has been destroyed"
706
729
  msgstr ""
707
730
 
708
- #: core/notification_embeds/sov_embeds.py:164
731
+ #: core/notification_embeds/sov_embeds.py:168
709
732
  #, python-format
710
733
  msgid ""
711
734
  "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
712
735
  "%(owner)s have been destroyed by hostile forces."
713
736
  msgstr ""
714
737
 
715
- #: core/notification_embeds/sov_embeds.py:193
738
+ #: core/notification_embeds/sov_embeds.py:195
716
739
  #, python-format
717
740
  msgid " near **%s**"
718
741
  msgstr ""
719
742
 
720
- #: core/notification_embeds/sov_embeds.py:196
743
+ #: core/notification_embeds/sov_embeds.py:198
721
744
  #, python-format
722
745
  msgid "%(structure_type)s anchored in %(solar_system)s"
723
746
  msgstr ""
724
747
 
725
- #: core/notification_embeds/sov_embeds.py:201
748
+ #: core/notification_embeds/sov_embeds.py:203
726
749
  #, python-format
727
750
  msgid ""
728
751
  "A %(structure_type)s from %(structure_owner)s has anchored in "
@@ -730,172 +753,172 @@ msgid ""
730
753
  msgstr ""
731
754
 
732
755
  #. Translators: Context is a location, e.g. a moon
733
- #: core/notification_embeds/structures_embeds.py:51
756
+ #: core/notification_embeds/structures_embeds.py:50
734
757
  #, python-format
735
758
  msgid " at %s "
736
759
  msgstr ""
737
760
 
738
- #: core/notification_embeds/structures_embeds.py:56
761
+ #: core/notification_embeds/structures_embeds.py:55
739
762
  #, python-format
740
763
  msgid ""
741
764
  "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
742
765
  "belonging to %(owner_link)s"
743
766
  msgstr ""
744
767
 
745
- #: core/notification_embeds/structures_embeds.py:76
768
+ #: core/notification_embeds/structures_embeds.py:75
746
769
  msgid "Structure online"
747
770
  msgstr ""
748
771
 
749
- #: core/notification_embeds/structures_embeds.py:77
772
+ #: core/notification_embeds/structures_embeds.py:76
750
773
  msgid "is now online."
751
774
  msgstr ""
752
775
 
753
- #: core/notification_embeds/structures_embeds.py:88
776
+ #: core/notification_embeds/structures_embeds.py:87
754
777
  msgid "Structure fuel alert"
755
778
  msgstr ""
756
779
 
757
- #: core/notification_embeds/structures_embeds.py:89
780
+ #: core/notification_embeds/structures_embeds.py:88
758
781
  #: core/notification_embeds/tower_embeds.py:90
759
782
  #, python-format
760
783
  msgid "is running out of fuel in %s."
761
784
  msgstr ""
762
785
 
763
- #: core/notification_embeds/structures_embeds.py:99
786
+ #: core/notification_embeds/structures_embeds.py:98
764
787
  msgid "Jump gate low on Liquid Ozone"
765
788
  msgstr ""
766
789
 
767
- #: core/notification_embeds/structures_embeds.py:103
790
+ #: core/notification_embeds/structures_embeds.py:102
768
791
  #, python-format
769
792
  msgid ""
770
793
  "is below %(threshold)s units on Liquid Ozone.\n"
771
794
  "Remaining units: %(remaining)s."
772
795
  msgstr ""
773
796
 
774
- #: core/notification_embeds/structures_embeds.py:116
797
+ #: core/notification_embeds/structures_embeds.py:115
775
798
  msgid "Structure refueled"
776
799
  msgstr ""
777
800
 
778
- #: core/notification_embeds/structures_embeds.py:118
801
+ #: core/notification_embeds/structures_embeds.py:117
779
802
  #: core/notification_embeds/tower_embeds.py:102
780
803
  #, python-format
781
804
  msgid "has been refueled. Fuel will last until %s."
782
805
  msgstr ""
783
806
 
784
- #: core/notification_embeds/structures_embeds.py:126
807
+ #: core/notification_embeds/structures_embeds.py:125
785
808
  msgid "Structure services off-line"
786
809
  msgstr ""
787
810
 
788
- #: core/notification_embeds/structures_embeds.py:127
811
+ #: core/notification_embeds/structures_embeds.py:126
789
812
  msgid "has all services off-lined."
790
813
  msgstr ""
791
814
 
792
- #: core/notification_embeds/structures_embeds.py:138
815
+ #: core/notification_embeds/structures_embeds.py:137
793
816
  msgid "Structure low power"
794
817
  msgstr ""
795
818
 
796
- #: core/notification_embeds/structures_embeds.py:139
819
+ #: core/notification_embeds/structures_embeds.py:138
797
820
  msgid "went to low power mode."
798
821
  msgstr ""
799
822
 
800
- #: core/notification_embeds/structures_embeds.py:146
823
+ #: core/notification_embeds/structures_embeds.py:145
801
824
  msgid "Structure full power"
802
825
  msgstr ""
803
826
 
804
- #: core/notification_embeds/structures_embeds.py:147
827
+ #: core/notification_embeds/structures_embeds.py:146
805
828
  msgid "went to full power mode."
806
829
  msgstr ""
807
830
 
808
- #: core/notification_embeds/structures_embeds.py:154
831
+ #: core/notification_embeds/structures_embeds.py:153
809
832
  msgid "Structure un-anchoring"
810
833
  msgstr ""
811
834
 
812
- #: core/notification_embeds/structures_embeds.py:159
835
+ #: core/notification_embeds/structures_embeds.py:158
813
836
  #, python-format
814
837
  msgid "has started un-anchoring. It will be fully un-anchored at: %s"
815
838
  msgstr ""
816
839
 
817
- #: core/notification_embeds/structures_embeds.py:167
840
+ #: core/notification_embeds/structures_embeds.py:166
818
841
  msgid "Structure under attack"
819
842
  msgstr ""
820
843
 
821
- #: core/notification_embeds/structures_embeds.py:168
844
+ #: core/notification_embeds/structures_embeds.py:167
822
845
  #, python-format
823
846
  msgid ""
824
847
  "is under attack by %(attacker)s.\n"
825
848
  "%(damage_text)s"
826
849
  msgstr ""
827
850
 
828
- #: core/notification_embeds/structures_embeds.py:188
851
+ #: core/notification_embeds/structures_embeds.py:187
829
852
  msgid "Structure lost shield"
830
853
  msgstr ""
831
854
 
832
- #: core/notification_embeds/structures_embeds.py:193
855
+ #: core/notification_embeds/structures_embeds.py:192
833
856
  #, python-format
834
857
  msgid "has lost its shields. Armor timer end at: %s"
835
858
  msgstr ""
836
859
 
837
- #: core/notification_embeds/structures_embeds.py:201
860
+ #: core/notification_embeds/structures_embeds.py:200
838
861
  msgid "Structure lost armor"
839
862
  msgstr ""
840
863
 
841
- #: core/notification_embeds/structures_embeds.py:206
864
+ #: core/notification_embeds/structures_embeds.py:205
842
865
  #, python-format
843
866
  msgid "has lost its armor. Hull timer end at: %s"
844
867
  msgstr ""
845
868
 
846
- #: core/notification_embeds/structures_embeds.py:214
869
+ #: core/notification_embeds/structures_embeds.py:213
847
870
  msgid "Structure destroyed"
848
871
  msgstr ""
849
872
 
850
- #: core/notification_embeds/structures_embeds.py:215
873
+ #: core/notification_embeds/structures_embeds.py:214
851
874
  msgid "has been destroyed."
852
875
  msgstr ""
853
876
 
854
- #: core/notification_embeds/structures_embeds.py:224
877
+ #: core/notification_embeds/structures_embeds.py:223
855
878
  #, python-format
856
879
  msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
857
880
  msgstr ""
858
881
 
859
- #: core/notification_embeds/structures_embeds.py:240
882
+ #: core/notification_embeds/structures_embeds.py:235
860
883
  #, python-format
861
884
  msgid ""
862
885
  "has been transferred from %(from_corporation)s to %(to_corporation)s by "
863
886
  "%(character)s."
864
887
  msgstr ""
865
888
 
866
- #: core/notification_embeds/structures_embeds.py:247
889
+ #: core/notification_embeds/structures_embeds.py:242
867
890
  msgid "Ownership transferred"
868
891
  msgstr ""
869
892
 
870
- #: core/notification_embeds/structures_embeds.py:263
893
+ #: core/notification_embeds/structures_embeds.py:256
871
894
  #, python-format
872
895
  msgid ""
873
896
  "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
874
897
  "%(solar_system)s. "
875
898
  msgstr ""
876
899
 
877
- #: core/notification_embeds/structures_embeds.py:270
900
+ #: core/notification_embeds/structures_embeds.py:263
878
901
  msgid "Structure anchoring"
879
902
  msgstr ""
880
903
 
881
- #: core/notification_embeds/structures_embeds.py:309
904
+ #: core/notification_embeds/structures_embeds.py:302
882
905
  msgid "Structure reinforcement time changed"
883
906
  msgstr ""
884
907
 
885
- #: core/notification_embeds/structures_embeds.py:312
908
+ #: core/notification_embeds/structures_embeds.py:305
886
909
  #, python-format
887
910
  msgid ""
888
911
  "Reinforcement hour has been changed to %s for the following structures:\n"
889
912
  msgstr ""
890
913
 
891
- #: core/notification_embeds/structures_embeds.py:321
914
+ #: core/notification_embeds/structures_embeds.py:314
892
915
  #, python-format
893
916
  msgid ""
894
917
  "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
895
918
  "%(owner_link)s"
896
919
  msgstr ""
897
920
 
898
- #: core/notification_embeds/structures_embeds.py:331
921
+ #: core/notification_embeds/structures_embeds.py:324
899
922
  #, python-format
900
923
  msgid ""
901
924
  "\n"
@@ -921,7 +944,7 @@ msgid ""
921
944
  "%(damage_text)s"
922
945
  msgstr ""
923
946
 
924
- #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
947
+ #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:51
925
948
  msgid "Starbase fuel alert"
926
949
  msgstr ""
927
950
 
@@ -945,110 +968,229 @@ msgstr ""
945
968
  msgid "has been reinforced and will come out at: %s."
946
969
  msgstr ""
947
970
 
948
- #: core/notification_embeds/war_embeds.py:42
949
- msgid "One party has surrendered"
971
+ #: core/notification_embeds/war_embeds.py:24
972
+ msgid "Accepted Ally"
950
973
  msgstr ""
951
974
 
952
- #: core/notification_embeds/war_embeds.py:44
975
+ #: core/notification_embeds/war_embeds.py:31
953
976
  #, python-format
954
977
  msgid ""
955
- "The war between %(against)s and %(declared_by)s is coming to an end as one "
956
- "party has surrendered. The war will be declared as being over after "
957
- "approximately 24 hours."
978
+ "%(ally)s has been accepted in a war against %(enemy)s. The offer was "
979
+ "accepted at %(time)s by %(character)s for %(isk_value)s ISK."
980
+ msgstr ""
981
+
982
+ #: core/notification_embeds/war_embeds.py:49
983
+ msgid "Corporation you are at war with is joining an alliance"
958
984
  msgstr ""
959
985
 
960
- #: core/notification_embeds/war_embeds.py:58
986
+ #: core/notification_embeds/war_embeds.py:53
961
987
  #, python-format
962
- msgid "War update: %(against)s has left %(alliance)s"
988
+ msgid ""
989
+ "%(corporation)s is joining %(alliance)s alliance. Since you are at war with "
990
+ "%(corporation)s, in 24 hours you will also be at war with %(alliance)s."
963
991
  msgstr ""
964
992
 
965
- #: core/notification_embeds/war_embeds.py:63
993
+ #: core/notification_embeds/war_embeds.py:69
994
+ msgid "Ally Has Joined a War"
995
+ msgstr ""
996
+
997
+ #: core/notification_embeds/war_embeds.py:75
966
998
  #, python-format
967
999
  msgid ""
968
- "There has been a development in the war between %(declared_by)s and %(alliance)s.\n"
969
- "%(against)s is no longer a member of %(alliance)s, and therefore a new war between %(declared_by)s and %(against)s has begun."
1000
+ "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1001
+ "participation in the war will start at %(start_time)s."
970
1002
  msgstr ""
971
1003
 
972
- #: core/notification_embeds/war_embeds.py:78
1004
+ #: core/notification_embeds/war_embeds.py:94
973
1005
  #, python-format
974
- msgid "%(declared_by)s Declares War Against %(against)s"
1006
+ msgid "%(entity)s Declares War Against %(defender)s"
975
1007
  msgstr ""
976
1008
 
977
- #: core/notification_embeds/war_embeds.py:83
1009
+ #: core/notification_embeds/war_embeds.py:99
978
1010
  #, python-format
979
1011
  msgid ""
980
- "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the designated war headquarters.\n"
981
- "Within %(delay_hours)s hours fighting can legally occur between those involved."
1012
+ "%(entity)s has declared war on %(defender)s. Within 24 hours fighting can "
1013
+ "legally occur between those involved."
982
1014
  msgstr ""
983
1015
 
984
- #: core/notification_embeds/war_embeds.py:102
1016
+ #: core/notification_embeds/war_embeds.py:119
985
1017
  #, python-format
986
- msgid "%(alliance)s inherits war against %(opponent)s"
1018
+ msgid "%s has offered its services in one of your wars"
987
1019
  msgstr ""
988
1020
 
989
- #: core/notification_embeds/war_embeds.py:107
1021
+ #: core/notification_embeds/war_embeds.py:122
990
1022
  #, python-format
991
1023
  msgid ""
992
- "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
993
- "from newly joined %(quitter)s. Within **24** hours fighting can legally "
994
- "occur with %(alliance)s."
1024
+ "%(mercenary)s has offered %(defender)s it's services in it's war against "
1025
+ "%(aggressor)s for %(isk_value)s. "
995
1026
  msgstr ""
996
1027
 
997
- #: core/notification_embeds/war_embeds.py:122
998
- msgid "CONCORD invalidates war"
1028
+ #: core/notification_embeds/war_embeds.py:138
1029
+ msgid "Mercenary offered services"
999
1030
  msgstr ""
1000
1031
 
1001
- #: core/notification_embeds/war_embeds.py:125
1032
+ #: core/notification_embeds/war_embeds.py:143
1002
1033
  #, python-format
1003
1034
  msgid ""
1004
- "The war between %(declared_by)s and %(against)s has been retracted by CONCORD.\n"
1005
- "After %(end_date)s CONCORD will again respond to any hostilities between those involved with full force."
1035
+ "%(mercenary)s has retracted it's offer to support %(defender)s in a war "
1036
+ "against %(aggressor)s."
1037
+ msgstr ""
1038
+
1039
+ #: core/notification_embeds/war_embeds.py:162
1040
+ #, python-format
1041
+ msgid "You have offered to ally with %s "
1006
1042
  msgstr ""
1007
1043
 
1008
- #: core/notification_embeds/war_embeds.py:141
1044
+ #: core/notification_embeds/war_embeds.py:164
1045
+ #, python-format
1046
+ msgid ""
1047
+ "%(character)s has offered to ally to %(defender)s in their war against "
1048
+ "%(aggressor)s. The offer asked for %(isk_value)s ISK as payment."
1049
+ msgstr ""
1050
+
1051
+ #: core/notification_embeds/war_embeds.py:185
1052
+ #, python-format
1053
+ msgid "%s offered to surrender"
1054
+ msgstr ""
1055
+
1056
+ #: core/notification_embeds/war_embeds.py:187
1057
+ #, python-format
1058
+ msgid ""
1059
+ "%(character)s has offered to surrender to %(offered)s, offering "
1060
+ "%(isk_value)s ISK. If accepted, the war will end in 24 hours and neither "
1061
+ "organization will be able to declare new wars against the other for the next"
1062
+ " 2 weeks."
1063
+ msgstr ""
1064
+
1065
+ #: core/notification_embeds/war_embeds.py:203
1009
1066
  msgid "Corporation or alliance is now eligible for formal war declarations"
1010
1067
  msgstr ""
1011
1068
 
1012
- #: core/notification_embeds/war_embeds.py:144
1069
+ #: core/notification_embeds/war_embeds.py:206
1013
1070
  msgid ""
1014
1071
  "Your corporation or alliance is **now eligible** to participate in formal "
1015
1072
  "war declarations. This could be because your corporation and/or one of the "
1016
1073
  "corporations in your alliance owns a structure deployed in space."
1017
1074
  msgstr ""
1018
1075
 
1019
- #: core/notification_embeds/war_embeds.py:156
1076
+ #: core/notification_embeds/war_embeds.py:218
1020
1077
  msgid ""
1021
1078
  "Corporation or alliance is no longer eligible for formal war declarations"
1022
1079
  msgstr ""
1023
1080
 
1024
- #: core/notification_embeds/war_embeds.py:159
1081
+ #: core/notification_embeds/war_embeds.py:221
1025
1082
  msgid ""
1026
1083
  "Your corporation or alliance is **no longer eligible** to participate in formal war declarations.\n"
1027
1084
  "Neither your corporation nor any of the corporations in your alliance own a structure deployed in space at this time. If your corporation or alliance is currently involved in a formal war, that war will end in 24 hours."
1028
1085
  msgstr ""
1029
1086
 
1030
- #: core/notification_embeds/war_embeds.py:176
1087
+ #: core/notification_embeds/war_embeds.py:237
1031
1088
  #, python-format
1032
1089
  msgid "%s has offered a surrender"
1033
1090
  msgstr ""
1034
1091
 
1035
- #: core/notification_embeds/war_embeds.py:178
1092
+ #: core/notification_embeds/war_embeds.py:239
1036
1093
  #, python-format
1037
1094
  msgid ""
1038
- "%s has offered to end the war with %s in the exchange for %s ISK. If "
1039
- "accepted, the war will end in 24 hours and your organizations will be unable"
1040
- " to declare new wars against each other for the next 2 weeks."
1095
+ "%(owner_1)s has offered to end the war with %(owner_2)s in the exchange for "
1096
+ "%(isk_value)s ISK. If accepted, the war will end in 24 hours and your "
1097
+ "organizations will be unable to declare new wars against each other for the "
1098
+ "next 2 weeks."
1041
1099
  msgstr ""
1042
1100
 
1043
- #: core/notification_embeds/war_embeds.py:188
1044
- msgid "Ally Has Joined a War"
1101
+ #: core/notification_embeds/war_embeds.py:269
1102
+ #, python-format
1103
+ msgid "%s has surrendered"
1104
+ msgstr ""
1105
+
1106
+ #: core/notification_embeds/war_embeds.py:271
1107
+ #, python-format
1108
+ msgid "%(declared_by)s has surrendered in the war against %(against)s."
1109
+ msgstr ""
1110
+
1111
+ #: core/notification_embeds/war_embeds.py:282
1112
+ msgid "One party has surrendered"
1045
1113
  msgstr ""
1046
1114
 
1047
- #: core/notification_embeds/war_embeds.py:196
1115
+ #: core/notification_embeds/war_embeds.py:284
1048
1116
  #, python-format
1049
1117
  msgid ""
1050
- "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1051
- "participation in the war will start at %(start_time)s."
1118
+ "The war between %(against)s and %(declared_by)s is coming to an end as one "
1119
+ "party has surrendered. The war will be declared as being over after "
1120
+ "approximately 24 hours."
1121
+ msgstr ""
1122
+
1123
+ #: core/notification_embeds/war_embeds.py:299
1124
+ #, python-format
1125
+ msgid "WarHQ %s lost"
1126
+ msgstr ""
1127
+
1128
+ #: core/notification_embeds/war_embeds.py:301
1129
+ #, python-format
1130
+ msgid ""
1131
+ "The war HQ %(war_hq)s is no more. As a consequence, the war declared by "
1132
+ "%(declared_by)s against %(against)s on %(time_declared)s has been declared "
1133
+ "invalid by CONCORD and has entered its cooldown period."
1134
+ msgstr ""
1135
+
1136
+ #: core/notification_embeds/war_embeds.py:318
1137
+ #, python-format
1138
+ msgid "War update: %(against)s has left %(alliance)s"
1139
+ msgstr ""
1140
+
1141
+ #: core/notification_embeds/war_embeds.py:323
1142
+ #, python-format
1143
+ msgid ""
1144
+ "There has been a development in the war between %(declared_by)s and %(alliance)s.\n"
1145
+ "%(against)s is no longer a member of %(alliance)s, and therefore a new war between %(declared_by)s and %(against)s has begun."
1146
+ msgstr ""
1147
+
1148
+ #: core/notification_embeds/war_embeds.py:338
1149
+ #, python-format
1150
+ msgid "%(declared_by)s Declares War Against %(against)s"
1151
+ msgstr ""
1152
+
1153
+ #: core/notification_embeds/war_embeds.py:343
1154
+ #, python-format
1155
+ msgid ""
1156
+ "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the designated war headquarters.\n"
1157
+ "Within %(delay_hours)s hours fighting can legally occur between those involved."
1158
+ msgstr ""
1159
+
1160
+ #: core/notification_embeds/war_embeds.py:362
1161
+ #, python-format
1162
+ msgid "%(alliance)s inherits war against %(opponent)s"
1163
+ msgstr ""
1164
+
1165
+ #: core/notification_embeds/war_embeds.py:367
1166
+ #, python-format
1167
+ msgid ""
1168
+ "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
1169
+ "from newly joined %(quitter)s. Within **24** hours fighting can legally "
1170
+ "occur with %(alliance)s."
1171
+ msgstr ""
1172
+
1173
+ #: core/notification_embeds/war_embeds.py:383
1174
+ msgid "CONCORD invalidates war"
1175
+ msgstr ""
1176
+
1177
+ #: core/notification_embeds/war_embeds.py:385
1178
+ #, python-format
1179
+ msgid ""
1180
+ "The war between %(declared_by)s and %(against)s has been retracted by "
1181
+ "CONCORD, because at least one of the involved parties has become ineligible "
1182
+ "for war declarations.Fighting must cease on %(end_date)s."
1183
+ msgstr ""
1184
+
1185
+ #: core/notification_embeds/war_embeds.py:401
1186
+ msgid "CONCORD retracts war"
1187
+ msgstr ""
1188
+
1189
+ #: core/notification_embeds/war_embeds.py:404
1190
+ #, python-format
1191
+ msgid ""
1192
+ "The war between %(declared_by)s and %(against)s has been retracted by CONCORD.\n"
1193
+ "After %(end_date)s CONCORD will again respond to any hostilities between those involved with full force."
1052
1194
  msgstr ""
1053
1195
 
1054
1196
  #: core/notification_timers.py:89
@@ -1068,108 +1210,112 @@ msgstr "Souveränitätstimer"
1068
1210
  msgid "Extraction ready"
1069
1211
  msgstr "Extraktion bereit"
1070
1212
 
1071
- #: core/notification_types.py:15
1213
+ #: core/notification_types.py:16
1214
+ msgid "Upwell structure ownership transferred"
1215
+ msgstr ""
1216
+
1217
+ #: core/notification_types.py:18
1072
1218
  msgid "Upwell structure anchoring"
1073
1219
  msgstr ""
1074
1220
 
1075
- #: core/notification_types.py:16
1076
- msgid "Upwell structure went online"
1221
+ #: core/notification_types.py:19
1222
+ msgid "Upwell structure destroyed"
1077
1223
  msgstr ""
1078
1224
 
1079
- #: core/notification_types.py:18
1080
- msgid "Upwell structure services went offline"
1225
+ #: core/notification_types.py:20
1226
+ msgid "Upwell structure fuel alert"
1081
1227
  msgstr ""
1082
1228
 
1083
- #: core/notification_types.py:21
1084
- msgid "Upwell structure went high power"
1229
+ #: core/notification_types.py:22
1230
+ msgid "Upwell structure jump fuel alert"
1085
1231
  msgstr ""
1086
1232
 
1087
1233
  #: core/notification_types.py:24
1088
- msgid "Upwell structure went low power"
1234
+ msgid "Upwell structure lost armor"
1089
1235
  msgstr ""
1090
1236
 
1091
- #: core/notification_types.py:26
1092
- msgid "Upwell structure unanchoring"
1237
+ #: core/notification_types.py:25
1238
+ msgid "Upwell structure lost shields"
1093
1239
  msgstr ""
1094
1240
 
1095
- #: core/notification_types.py:27
1096
- msgid "Upwell structure fuel alert"
1241
+ #: core/notification_types.py:26
1242
+ msgid "Upwell structure went online"
1097
1243
  msgstr ""
1098
1244
 
1099
- #: core/notification_types.py:28
1245
+ #: core/notification_types.py:27
1100
1246
  msgid "Upwell structure refueled"
1101
1247
  msgstr ""
1102
1248
 
1103
- #: core/notification_types.py:30
1104
- msgid "Upwell structure jump fuel alert"
1249
+ #: core/notification_types.py:29
1250
+ msgid "Upwell structure reinforcement time changed"
1105
1251
  msgstr ""
1106
1252
 
1107
- #: core/notification_types.py:33
1108
- msgid "Upwell structure is under attack"
1253
+ #: core/notification_types.py:32
1254
+ msgid "Upwell structure services went offline"
1109
1255
  msgstr ""
1110
1256
 
1111
- #: core/notification_types.py:35
1112
- msgid "Upwell structure lost shields"
1257
+ #: core/notification_types.py:34
1258
+ msgid "Upwell structure unanchoring"
1113
1259
  msgstr ""
1114
1260
 
1115
1261
  #: core/notification_types.py:36
1116
- msgid "Upwell structure lost armor"
1117
- msgstr ""
1118
-
1119
- #: core/notification_types.py:37
1120
- msgid "Upwell structure destroyed"
1262
+ msgid "Upwell structure is under attack"
1121
1263
  msgstr ""
1122
1264
 
1123
- #: core/notification_types.py:40
1124
- msgid "Upwell structure reinforcement time changed"
1265
+ #: core/notification_types.py:39
1266
+ msgid "Upwell structure went high power"
1125
1267
  msgstr ""
1126
1268
 
1127
- #: core/notification_types.py:43
1128
- msgid "Upwell structure ownership transferred"
1269
+ #: core/notification_types.py:42
1270
+ msgid "Upwell structure went low power"
1129
1271
  msgstr ""
1130
1272
 
1131
- #: core/notification_types.py:47
1273
+ #: core/notification_types.py:46
1132
1274
  msgid "Customs office attacked"
1133
1275
  msgstr ""
1134
1276
 
1135
- #: core/notification_types.py:48
1277
+ #: core/notification_types.py:47
1136
1278
  msgid "Customs office reinforced"
1137
1279
  msgstr ""
1138
1280
 
1139
- #: core/notification_types.py:51
1281
+ #: core/notification_types.py:50
1140
1282
  msgid "Starbase attacked"
1141
1283
  msgstr ""
1142
1284
 
1143
- #: core/notification_types.py:53
1285
+ #: core/notification_types.py:52
1144
1286
  msgid "Starbase refueled (BETA)"
1145
1287
  msgstr ""
1146
1288
 
1147
- #: core/notification_types.py:54
1289
+ #: core/notification_types.py:53
1148
1290
  msgid "Starbase reinforced (BETA)"
1149
1291
  msgstr ""
1150
1292
 
1151
- #: core/notification_types.py:60
1152
- msgid "Moonmining laser fired"
1293
+ #: core/notification_types.py:57
1294
+ msgid "Moon mining automatic fracture triggered"
1153
1295
  msgstr ""
1154
1296
 
1155
- #: core/notification_types.py:62
1297
+ #: core/notification_types.py:60
1156
1298
  msgid "Moon mining extraction cancelled"
1157
1299
  msgstr ""
1158
1300
 
1159
- #: core/notification_types.py:65
1301
+ #: core/notification_types.py:63
1160
1302
  msgid "Moon mining extraction finished"
1161
1303
  msgstr ""
1162
1304
 
1163
1305
  #: core/notification_types.py:68
1164
- msgid "Moon mining automatic fracture triggered"
1306
+ msgid "Moonmining laser fired"
1165
1307
  msgstr ""
1166
1308
 
1167
- #: core/notification_types.py:73
1168
- msgid "Sovereignty structure reinforced"
1309
+ #: core/notification_types.py:72
1310
+ msgid "Sovereignty claim acknowledgment"
1311
+ msgstr ""
1312
+
1313
+ #: core/notification_types.py:74
1314
+ msgid "Sovereignty lost"
1169
1315
  msgstr ""
1170
1316
 
1171
1317
  #: core/notification_types.py:76
1172
- msgid "Sovereignty structure destroyed"
1318
+ msgid "Structure anchoring in alliance space"
1173
1319
  msgstr ""
1174
1320
 
1175
1321
  #: core/notification_types.py:79
@@ -1177,51 +1323,43 @@ msgid "Sovereignty entosis capture started"
1177
1323
  msgstr ""
1178
1324
 
1179
1325
  #: core/notification_types.py:82
1180
- msgid "Sovereignty command node event started"
1326
+ msgid "Sovereignty structure destroyed"
1181
1327
  msgstr ""
1182
1328
 
1183
1329
  #: core/notification_types.py:85
1184
- msgid "Sovereignty claim acknowledgment"
1330
+ msgid "Sovereignty structure reinforced"
1185
1331
  msgstr ""
1186
1332
 
1187
- #: core/notification_types.py:87
1188
- msgid "Sovereignty lost"
1333
+ #: core/notification_types.py:88
1334
+ msgid "Sovereignty command node event started"
1189
1335
  msgstr ""
1190
1336
 
1191
- #: core/notification_types.py:89
1192
- msgid "Structure anchoring in alliance space"
1337
+ #: core/notification_types.py:92
1338
+ msgid "War accepted ally"
1193
1339
  msgstr ""
1194
1340
 
1195
- #: core/notification_types.py:93
1196
- msgid "War declared"
1197
- msgstr ""
1198
-
1199
- #: core/notification_types.py:95
1200
- msgid "War ally joined aggressor"
1341
+ #: core/notification_types.py:94
1342
+ msgid "Alliance war corporation joined alliance message"
1201
1343
  msgstr ""
1202
1344
 
1203
1345
  #: core/notification_types.py:97
1204
- msgid "War ally joined ally"
1205
- msgstr ""
1206
-
1207
- #: core/notification_types.py:99
1208
- msgid "War ally joined defender"
1346
+ msgid "Alliance war surrender message"
1209
1347
  msgstr ""
1210
1348
 
1211
- #: core/notification_types.py:101
1212
- msgid "War adopted"
1349
+ #: core/notification_types.py:100
1350
+ msgid "War ally joined aggressor"
1213
1351
  msgstr ""
1214
1352
 
1215
1353
  #: core/notification_types.py:102
1216
- msgid "War inherited"
1354
+ msgid "War ally joined ally"
1217
1355
  msgstr ""
1218
1356
 
1219
- #: core/notification_types.py:103
1220
- msgid "War party surrendered"
1357
+ #: core/notification_types.py:104
1358
+ msgid "War ally joined defender"
1221
1359
  msgstr ""
1222
1360
 
1223
- #: core/notification_types.py:105
1224
- msgid "War retracted by Concord"
1361
+ #: core/notification_types.py:106
1362
+ msgid "War party surrendered"
1225
1363
  msgstr ""
1226
1364
 
1227
1365
  #: core/notification_types.py:108
@@ -1232,43 +1370,91 @@ msgstr ""
1232
1370
  msgid "War corporation no longer eligible"
1233
1371
  msgstr ""
1234
1372
 
1235
- #: core/notification_types.py:113
1236
- msgid "War surrender offered"
1373
+ #: core/notification_types.py:113 core/notification_types.py:125
1374
+ msgid "War declared"
1237
1375
  msgstr ""
1238
1376
 
1239
- #: core/notification_types.py:116
1240
- msgid "Character submitted application"
1377
+ #: core/notification_types.py:114
1378
+ msgid "War HQ removed from space"
1241
1379
  msgstr ""
1242
1380
 
1243
- #: core/notification_types.py:118
1244
- msgid "Character invited to join corporation"
1381
+ #: core/notification_types.py:115
1382
+ msgid "War invalid"
1383
+ msgstr ""
1384
+
1385
+ #: core/notification_types.py:117
1386
+ msgid "War mercenary offered negotiation message"
1387
+ msgstr ""
1388
+
1389
+ #: core/notification_types.py:120
1390
+ msgid "War mercenary offer retracted message"
1245
1391
  msgstr ""
1246
1392
 
1247
- #: core/notification_types.py:121
1248
- msgid "Corp application rejected"
1393
+ #: core/notification_types.py:122
1394
+ msgid "War offered surrender"
1249
1395
  msgstr ""
1250
1396
 
1251
1397
  #: core/notification_types.py:123
1252
- msgid "Character withdrew application"
1398
+ msgid "War offered to become ally"
1253
1399
  msgstr ""
1254
1400
 
1255
1401
  #: core/notification_types.py:124
1402
+ msgid "War adopted"
1403
+ msgstr ""
1404
+
1405
+ #: core/notification_types.py:126
1406
+ msgid "War inherited"
1407
+ msgstr ""
1408
+
1409
+ #: core/notification_types.py:128
1410
+ msgid "War retracted by Concord"
1411
+ msgstr ""
1412
+
1413
+ #: core/notification_types.py:130
1414
+ msgid "War surrender offered"
1415
+ msgstr ""
1416
+
1417
+ #: core/notification_types.py:133
1256
1418
  msgid "Character joins corporation"
1257
1419
  msgstr ""
1258
1420
 
1259
- #: core/notification_types.py:125
1421
+ #: core/notification_types.py:135
1422
+ msgid "Character invited to join corporation"
1423
+ msgstr ""
1424
+
1425
+ #: core/notification_types.py:137
1426
+ msgid "Character submitted application"
1427
+ msgstr ""
1428
+
1429
+ #: core/notification_types.py:138
1430
+ msgid "Corp application rejected message"
1431
+ msgstr ""
1432
+
1433
+ #: core/notification_types.py:140
1434
+ msgid "Corp application rejected custom message"
1435
+ msgstr ""
1436
+
1437
+ #: core/notification_types.py:142
1438
+ msgid "Character withdrew application"
1439
+ msgstr ""
1440
+
1441
+ #: core/notification_types.py:143
1260
1442
  msgid "Character leaves corporation"
1261
1443
  msgstr ""
1262
1444
 
1263
- #: core/notification_types.py:128
1445
+ #: core/notification_types.py:146
1446
+ msgid "Corp alliance billing message"
1447
+ msgstr ""
1448
+
1449
+ #: core/notification_types.py:147
1264
1450
  msgid "Bill out of money"
1265
1451
  msgstr ""
1266
1452
 
1267
- #: core/notification_types.py:131
1453
+ #: core/notification_types.py:150
1268
1454
  msgid "I-HUB bill about to expire"
1269
1455
  msgstr ""
1270
1456
 
1271
- #: core/notification_types.py:135
1457
+ #: core/notification_types.py:154
1272
1458
  msgid "I_HUB destroyed by bill failure"
1273
1459
  msgstr ""
1274
1460
 
@@ -1314,256 +1500,256 @@ msgstr ""
1314
1500
  msgid "W-Space"
1315
1501
  msgstr ""
1316
1502
 
1317
- #: models/notifications.py:50
1503
+ #: models/notifications.py:51
1318
1504
  msgid "English"
1319
1505
  msgstr "Englisch"
1320
1506
 
1321
- #: models/notifications.py:51
1507
+ #: models/notifications.py:52
1322
1508
  msgid "German"
1323
1509
  msgstr "Deutsch"
1324
1510
 
1325
- #: models/notifications.py:52
1511
+ #: models/notifications.py:53
1326
1512
  msgid "Spanish"
1327
1513
  msgstr "Spanisch"
1328
1514
 
1329
- #: models/notifications.py:53
1515
+ #: models/notifications.py:54
1330
1516
  msgid "Chinese Simplified"
1331
1517
  msgstr "Chinesisch"
1332
1518
 
1333
- #: models/notifications.py:54
1519
+ #: models/notifications.py:55
1334
1520
  msgid "Russian"
1335
1521
  msgstr "Russisch"
1336
1522
 
1337
- #: models/notifications.py:55
1523
+ #: models/notifications.py:56
1338
1524
  msgid "Korean"
1339
1525
  msgstr "Koreanisch"
1340
1526
 
1341
- #: models/notifications.py:71
1527
+ #: models/notifications.py:73
1342
1528
  msgid "notification types"
1343
1529
  msgstr ""
1344
1530
 
1345
- #: models/notifications.py:73
1531
+ #: models/notifications.py:75
1346
1532
  msgid "Select which type of notifications should be forwarded to this webhook"
1347
1533
  msgstr ""
1348
1534
 
1349
- #: models/notifications.py:82
1535
+ #: models/notifications.py:84
1350
1536
  msgid "language"
1351
1537
  msgstr ""
1352
1538
 
1353
- #: models/notifications.py:83
1539
+ #: models/notifications.py:85
1354
1540
  msgid "Language of notifications send to this webhook"
1355
1541
  msgstr ""
1356
1542
 
1357
- #: models/notifications.py:89
1543
+ #: models/notifications.py:91
1358
1544
  msgid "Whether owners have this webhook automatically pre-set when created"
1359
1545
  msgstr ""
1360
1546
 
1361
- #: models/notifications.py:94 models/owners.py:151
1547
+ #: models/notifications.py:96 models/owners.py:151
1362
1548
  msgid "has default pings enabled"
1363
1549
  msgstr ""
1364
1550
 
1365
- #: models/notifications.py:106
1551
+ #: models/notifications.py:108
1366
1552
  msgid "Groups to be pinged for each notification - "
1367
1553
  msgstr ""
1368
1554
 
1369
- #: models/notifications.py:111
1555
+ #: models/notifications.py:113
1370
1556
  msgid "webhook"
1371
1557
  msgstr ""
1372
1558
 
1373
- #: models/notifications.py:127
1559
+ #: models/notifications.py:129
1374
1560
  msgid "True when this notification has been forwarded to Discord"
1375
1561
  msgstr ""
1376
1562
 
1377
- #: models/notifications.py:133
1563
+ #: models/notifications.py:135
1378
1564
  msgid "True when a timer has been added for this notification"
1379
1565
  msgstr ""
1380
1566
 
1381
- #: models/notifications.py:140
1567
+ #: models/notifications.py:142
1382
1568
  msgid "Type of this notification"
1383
1569
  msgstr ""
1384
1570
 
1385
- #: models/notifications.py:146
1571
+ #: models/notifications.py:148
1386
1572
  msgid "Corporation that owns this notification"
1387
1573
  msgstr ""
1388
1574
 
1389
- #: models/notifications.py:151
1575
+ #: models/notifications.py:153
1390
1576
  msgid "Structures this notification is about (if any)"
1391
1577
  msgstr ""
1392
1578
 
1393
- #: models/notifications.py:525
1579
+ #: models/notifications.py:527
1394
1580
  msgid "created"
1395
1581
  msgstr ""
1396
1582
 
1397
- #: models/notifications.py:526
1583
+ #: models/notifications.py:528
1398
1584
  msgid "Date when this notification was first received from ESI"
1399
1585
  msgstr ""
1400
1586
 
1401
- #: models/notifications.py:531
1587
+ #: models/notifications.py:533
1402
1588
  msgid "is read"
1403
1589
  msgstr ""
1404
1590
 
1405
- #: models/notifications.py:532
1591
+ #: models/notifications.py:534
1406
1592
  msgid "True when this notification has read in the eve client"
1407
1593
  msgstr ""
1408
1594
 
1409
- #: models/notifications.py:535
1595
+ #: models/notifications.py:537
1410
1596
  msgid "last updated"
1411
1597
  msgstr ""
1412
1598
 
1413
- #: models/notifications.py:536
1599
+ #: models/notifications.py:538
1414
1600
  msgid "Date when this notification has last been updated from ESI"
1415
1601
  msgstr ""
1416
1602
 
1417
- #: models/notifications.py:543
1603
+ #: models/notifications.py:545
1418
1604
  msgid "sender"
1419
1605
  msgstr ""
1420
1606
 
1421
- #: models/notifications.py:550
1607
+ #: models/notifications.py:552
1422
1608
  msgid "text"
1423
1609
  msgstr ""
1424
1610
 
1425
- #: models/notifications.py:551
1611
+ #: models/notifications.py:553
1426
1612
  msgid "Notification details in YAML"
1427
1613
  msgstr ""
1428
1614
 
1429
- #: models/notifications.py:553 models/notifications.py:672
1615
+ #: models/notifications.py:555 models/notifications.py:674
1430
1616
  msgid "timestamp"
1431
1617
  msgstr ""
1432
1618
 
1433
- #: models/notifications.py:558
1619
+ #: models/notifications.py:560
1434
1620
  msgid "eve notification"
1435
1621
  msgstr ""
1436
1622
 
1437
- #: models/notifications.py:559
1623
+ #: models/notifications.py:561
1438
1624
  msgid "eve notifications"
1439
1625
  msgstr ""
1440
1626
 
1441
- #: models/notifications.py:670
1627
+ #: models/notifications.py:672
1442
1628
  msgid "details"
1443
1629
  msgstr ""
1444
1630
 
1445
- #: models/notifications.py:671
1631
+ #: models/notifications.py:673
1446
1632
  msgid "last_updated"
1447
1633
  msgstr ""
1448
1634
 
1449
- #: models/notifications.py:677
1635
+ #: models/notifications.py:679
1450
1636
  msgid "generated notification"
1451
1637
  msgstr ""
1452
1638
 
1453
- #: models/notifications.py:678
1639
+ #: models/notifications.py:680
1454
1640
  msgid "generated notifications"
1455
1641
  msgstr ""
1456
1642
 
1457
- #: models/notifications.py:708
1643
+ #: models/notifications.py:710
1458
1644
  msgid "channel pings"
1459
1645
  msgstr ""
1460
1646
 
1461
- #: models/notifications.py:710
1647
+ #: models/notifications.py:712
1462
1648
  msgid ""
1463
1649
  "Option to ping every member of the channel. This setting can be overruled by"
1464
1650
  " the respective owner or webhook configuration"
1465
1651
  msgstr ""
1466
1652
 
1467
- #: models/notifications.py:721
1653
+ #: models/notifications.py:723
1468
1654
  msgid "Context color of these notification on Discord"
1469
1655
  msgstr ""
1470
1656
 
1471
- #: models/notifications.py:725
1657
+ #: models/notifications.py:727
1472
1658
  msgid "is_enabled"
1473
1659
  msgstr ""
1474
1660
 
1475
- #: models/notifications.py:726
1661
+ #: models/notifications.py:728
1476
1662
  msgid "Disabled configurations will not create any new alerts."
1477
1663
  msgstr ""
1478
1664
 
1479
- #: models/notifications.py:749
1665
+ #: models/notifications.py:751
1480
1666
  msgid "end"
1481
1667
  msgstr ""
1482
1668
 
1483
- #: models/notifications.py:749
1669
+ #: models/notifications.py:751
1484
1670
  msgid "End of alerts in hours before fuel expires"
1485
1671
  msgstr ""
1486
1672
 
1487
- #: models/notifications.py:752
1673
+ #: models/notifications.py:754
1488
1674
  msgid "repeat"
1489
1675
  msgstr ""
1490
1676
 
1491
- #: models/notifications.py:754
1677
+ #: models/notifications.py:756
1492
1678
  msgid "Notifications will be repeated every x hours. Set to 0 for no repeats"
1493
1679
  msgstr ""
1494
1680
 
1495
- #: models/notifications.py:758
1681
+ #: models/notifications.py:760
1496
1682
  msgid "start"
1497
1683
  msgstr ""
1498
1684
 
1499
- #: models/notifications.py:759
1685
+ #: models/notifications.py:761
1500
1686
  msgid "Start of alerts in hours before fuel expires"
1501
1687
  msgstr ""
1502
1688
 
1503
- #: models/notifications.py:763
1689
+ #: models/notifications.py:765
1504
1690
  msgid "structure fuel alert config"
1505
1691
  msgstr ""
1506
1692
 
1507
- #: models/notifications.py:764
1693
+ #: models/notifications.py:766
1508
1694
  msgid "structure fuel alert configs"
1509
1695
  msgstr ""
1510
1696
 
1511
- #: models/notifications.py:771
1697
+ #: models/notifications.py:773
1512
1698
  msgid "Start must be before end, i.e. have a larger value."
1513
1699
  msgstr ""
1514
1700
 
1515
- #: models/notifications.py:775
1701
+ #: models/notifications.py:777
1516
1702
  msgid "Repeat can not be larger that the interval size."
1517
1703
  msgstr ""
1518
1704
 
1519
- #: models/notifications.py:784
1705
+ #: models/notifications.py:786
1520
1706
  msgid "This configuration may not overlap with an existing configuration."
1521
1707
  msgstr ""
1522
1708
 
1523
- #: models/notifications.py:853
1709
+ #: models/notifications.py:855
1524
1710
  msgid ""
1525
1711
  "Notifications will be sent once fuel level in units reaches this threshold"
1526
1712
  msgstr ""
1527
1713
 
1528
- #: models/notifications.py:858
1714
+ #: models/notifications.py:860
1529
1715
  msgid "jump fuel alert config"
1530
1716
  msgstr ""
1531
1717
 
1532
- #: models/notifications.py:859
1718
+ #: models/notifications.py:861
1533
1719
  msgid "jump fuel alert configs"
1534
1720
  msgstr ""
1535
1721
 
1536
- #: models/notifications.py:911 models/notifications.py:961
1722
+ #: models/notifications.py:913 models/notifications.py:963
1537
1723
  #: models/structures_1.py:409 models/structures_1.py:814
1538
1724
  #: models/structures_2.py:46
1539
1725
  msgid "structure"
1540
1726
  msgstr ""
1541
1727
 
1542
- #: models/notifications.py:917 models/notifications.py:967
1728
+ #: models/notifications.py:919 models/notifications.py:969
1543
1729
  msgid "configuration"
1544
1730
  msgstr ""
1545
1731
 
1546
- #: models/notifications.py:921
1732
+ #: models/notifications.py:923
1547
1733
  msgid "hours"
1548
1734
  msgstr ""
1549
1735
 
1550
- #: models/notifications.py:922
1736
+ #: models/notifications.py:924
1551
1737
  msgid "Number of hours before fuel expiration this alert was sent"
1552
1738
  msgstr ""
1553
1739
 
1554
- #: models/notifications.py:926
1740
+ #: models/notifications.py:928
1555
1741
  msgid "structure fuel alert"
1556
1742
  msgstr ""
1557
1743
 
1558
- #: models/notifications.py:927
1744
+ #: models/notifications.py:929
1559
1745
  msgid "structure fuel alerts"
1560
1746
  msgstr ""
1561
1747
 
1562
- #: models/notifications.py:971
1748
+ #: models/notifications.py:973
1563
1749
  msgid "jump fuel alert"
1564
1750
  msgstr ""
1565
1751
 
1566
- #: models/notifications.py:972
1752
+ #: models/notifications.py:974
1567
1753
  msgid "jump fuel alerts"
1568
1754
  msgstr ""
1569
1755
 
@@ -1601,7 +1787,7 @@ msgid ""
1601
1787
  "@everyone and @here"
1602
1788
  msgstr ""
1603
1789
 
1604
- #: models/owners.py:159 webhooks/models.py:68
1790
+ #: models/owners.py:159 webhooks/models.py:69
1605
1791
  msgid "is active"
1606
1792
  msgstr ""
1607
1793
 
@@ -2114,7 +2300,7 @@ msgstr ""
2114
2300
  msgid "structure services"
2115
2301
  msgstr ""
2116
2302
 
2117
- #: models/structures_2.py:80 webhooks/models.py:16
2303
+ #: models/structures_2.py:80 webhooks/models.py:17
2118
2304
  msgid "none"
2119
2305
  msgstr ""
2120
2306
 
@@ -2715,63 +2901,63 @@ msgstr "Service ist verfügbar"
2715
2901
  msgid "service is down"
2716
2902
  msgstr "Service ist nicht verfügbar"
2717
2903
 
2718
- #: webhooks/models.py:17
2904
+ #: webhooks/models.py:18
2719
2905
  msgid "here"
2720
2906
  msgstr ""
2721
2907
 
2722
- #: webhooks/models.py:18
2908
+ #: webhooks/models.py:19
2723
2909
  msgid "everyone"
2724
2910
  msgstr ""
2725
2911
 
2726
- #: webhooks/models.py:23
2912
+ #: webhooks/models.py:24
2727
2913
  msgid "danger"
2728
2914
  msgstr ""
2729
2915
 
2730
- #: webhooks/models.py:24
2916
+ #: webhooks/models.py:25
2731
2917
  msgid "info"
2732
2918
  msgstr ""
2733
2919
 
2734
- #: webhooks/models.py:25
2920
+ #: webhooks/models.py:26
2735
2921
  msgid "success"
2736
2922
  msgstr ""
2737
2923
 
2738
- #: webhooks/models.py:26
2924
+ #: webhooks/models.py:27
2739
2925
  msgid "warning"
2740
2926
  msgstr ""
2741
2927
 
2742
- #: webhooks/models.py:36
2928
+ #: webhooks/models.py:37
2743
2929
  msgid "Discord Webhook"
2744
2930
  msgstr "Discord Webhook"
2745
2931
 
2746
- #: webhooks/models.py:43
2932
+ #: webhooks/models.py:44
2747
2933
  msgid "Short name to identify this webhook"
2748
2934
  msgstr ""
2749
2935
 
2750
- #: webhooks/models.py:46
2936
+ #: webhooks/models.py:47
2751
2937
  msgid "url"
2752
2938
  msgstr ""
2753
2939
 
2754
- #: webhooks/models.py:50
2940
+ #: webhooks/models.py:51
2755
2941
  msgid ""
2756
2942
  "URL of this webhook, e.g. https://discordapp.com/api/webhooks/123456/abcdef"
2757
2943
  msgstr ""
2758
2944
 
2759
- #: webhooks/models.py:55
2945
+ #: webhooks/models.py:56
2760
2946
  msgid "notes"
2761
2947
  msgstr ""
2762
2948
 
2763
- #: webhooks/models.py:59
2949
+ #: webhooks/models.py:60
2764
2950
  msgid "Notes regarding this webhook"
2765
2951
  msgstr ""
2766
2952
 
2767
- #: webhooks/models.py:62
2953
+ #: webhooks/models.py:63
2768
2954
  msgid "webhook type"
2769
2955
  msgstr ""
2770
2956
 
2771
- #: webhooks/models.py:65
2957
+ #: webhooks/models.py:66
2772
2958
  msgid "Type of this webhook"
2773
2959
  msgstr ""
2774
2960
 
2775
- #: webhooks/models.py:70
2961
+ #: webhooks/models.py:71
2776
2962
  msgid "Whether notifications are currently sent to this webhook"
2777
2963
  msgstr ""