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