aa-structures 2.6.1__py3-none-any.whl → 2.6.2__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 (27) hide show
  1. {aa_structures-2.6.1.dist-info → aa_structures-2.6.2.dist-info}/METADATA +1 -1
  2. {aa_structures-2.6.1.dist-info → aa_structures-2.6.2.dist-info}/RECORD +27 -27
  3. structures/__init__.py +1 -1
  4. structures/core/notification_embeds/billing_embeds.py +2 -1
  5. structures/core/notification_embeds/character_embeds.py +7 -6
  6. structures/core/notification_embeds/main.py +2 -2
  7. structures/core/notification_embeds/moonmining_embeds.py +11 -12
  8. structures/core/notification_embeds/orbital_embeds.py +4 -3
  9. structures/core/notification_embeds/sov_embeds.py +9 -17
  10. structures/core/notification_embeds/structures_embeds.py +27 -23
  11. structures/core/notification_embeds/tower_embeds.py +16 -10
  12. structures/locale/de/LC_MESSAGES/django.po +493 -46
  13. structures/locale/django.pot +502 -46
  14. structures/locale/en/LC_MESSAGES/django.po +502 -46
  15. structures/locale/es/LC_MESSAGES/django.po +493 -46
  16. structures/locale/fr_FR/LC_MESSAGES/django.po +502 -46
  17. structures/locale/it_IT/LC_MESSAGES/django.po +502 -46
  18. structures/locale/ja/LC_MESSAGES/django.po +502 -46
  19. structures/locale/ko_KR/LC_MESSAGES/django.po +493 -46
  20. structures/locale/ru/LC_MESSAGES/django.mo +0 -0
  21. structures/locale/ru/LC_MESSAGES/django.po +562 -52
  22. structures/locale/uk/LC_MESSAGES/django.po +493 -46
  23. structures/locale/zh_Hans/LC_MESSAGES/django.po +493 -46
  24. structures/templates/structures/base.html +1 -1
  25. structures/views.py +0 -1
  26. {aa_structures-2.6.1.dist-info → aa_structures-2.6.2.dist-info}/LICENSE +0 -0
  27. {aa_structures-2.6.1.dist-info → aa_structures-2.6.2.dist-info}/WHEEL +0 -0
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-10-30 18:27+0100\n"
11
+ "POT-Creation-Date: 2023-10-30 21:06+0100\n"
12
12
  "PO-Revision-Date: 2020-03-09 19:25+0000\n"
13
13
  "Language-Team: Ukrainian (https://app.transifex.com/kalkoken-apps/teams/107978/uk/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -406,19 +406,19 @@ msgstr ""
406
406
  msgid "Started sending queued messages for %d webhooks."
407
407
  msgstr ""
408
408
 
409
- #: core/notification_embeds/billing_embeds.py:24
409
+ #: core/notification_embeds/billing_embeds.py:25
410
410
  msgid "Unknown Bill"
411
411
  msgstr ""
412
412
 
413
- #: core/notification_embeds/billing_embeds.py:25
413
+ #: core/notification_embeds/billing_embeds.py:26
414
414
  msgid "Infrastructure Hub Bill"
415
415
  msgstr ""
416
416
 
417
- #: core/notification_embeds/billing_embeds.py:42
417
+ #: core/notification_embeds/billing_embeds.py:43
418
418
  msgid "Insufficient Funds for Bill"
419
419
  msgstr ""
420
420
 
421
- #: core/notification_embeds/billing_embeds.py:44
421
+ #: core/notification_embeds/billing_embeds.py:45
422
422
  #, python-format
423
423
  msgid ""
424
424
  "The selected corporation wallet division for automatic payments does not "
@@ -427,11 +427,11 @@ msgid ""
427
427
  "in order to meet your pending automatic bills."
428
428
  msgstr ""
429
429
 
430
- #: core/notification_embeds/billing_embeds.py:61
430
+ #: core/notification_embeds/billing_embeds.py:62
431
431
  msgid "IHub Bill About to Expire"
432
432
  msgstr ""
433
433
 
434
- #: core/notification_embeds/billing_embeds.py:63
434
+ #: core/notification_embeds/billing_embeds.py:64
435
435
  #, python-format
436
436
  msgid ""
437
437
  "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
@@ -439,36 +439,36 @@ msgid ""
439
439
  "destruct."
440
440
  msgstr ""
441
441
 
442
- #: core/notification_embeds/billing_embeds.py:83
442
+ #: core/notification_embeds/billing_embeds.py:84
443
443
  #, python-format
444
444
  msgid "%s has self-destructed due to unpaid maintenance bills"
445
445
  msgstr ""
446
446
 
447
- #: core/notification_embeds/billing_embeds.py:87
447
+ #: core/notification_embeds/billing_embeds.py:88
448
448
  #, python-format
449
449
  msgid ""
450
450
  "%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
451
451
  "maintenance bills where not paid."
452
452
  msgstr ""
453
453
 
454
- #: core/notification_embeds/character_embeds.py:40
454
+ #: core/notification_embeds/character_embeds.py:41
455
455
  #, python-format
456
456
  msgid "New application from %(character_name)s"
457
457
  msgstr ""
458
458
 
459
- #: core/notification_embeds/character_embeds.py:44
459
+ #: core/notification_embeds/character_embeds.py:45
460
460
  #, python-format
461
461
  msgid ""
462
462
  "New application from %(character_name)s to join %(corporation_name)s:\n"
463
463
  "> %(application_text)s"
464
464
  msgstr ""
465
465
 
466
- #: core/notification_embeds/character_embeds.py:58
466
+ #: core/notification_embeds/character_embeds.py:59
467
467
  #, python-format
468
468
  msgid "%(character_name)s has been invited"
469
469
  msgstr ""
470
470
 
471
- #: core/notification_embeds/character_embeds.py:65
471
+ #: core/notification_embeds/character_embeds.py:66
472
472
  #, python-format
473
473
  msgid ""
474
474
  "%(character_name)s has been invited to join %(corporation_name)s by %(inviting_character)s.\n"
@@ -476,12 +476,12 @@ msgid ""
476
476
  "> %(application_text)s"
477
477
  msgstr ""
478
478
 
479
- #: core/notification_embeds/character_embeds.py:82
479
+ #: core/notification_embeds/character_embeds.py:83
480
480
  #, python-format
481
481
  msgid "Rejected application from %(character_name)s"
482
482
  msgstr ""
483
483
 
484
- #: core/notification_embeds/character_embeds.py:86
484
+ #: core/notification_embeds/character_embeds.py:87
485
485
  #, python-format
486
486
  msgid ""
487
487
  "Application from %(character_name)s to join %(corporation_name)s:\n"
@@ -490,107 +490,562 @@ msgid ""
490
490
  "> %(customMessage)s"
491
491
  msgstr ""
492
492
 
493
- #: core/notification_embeds/character_embeds.py:103
493
+ #: core/notification_embeds/character_embeds.py:104
494
494
  #, python-format
495
495
  msgid "%(character_name)s withdrew his/her application"
496
496
  msgstr ""
497
497
 
498
- #: core/notification_embeds/character_embeds.py:107
498
+ #: core/notification_embeds/character_embeds.py:108
499
499
  #, python-format
500
500
  msgid ""
501
501
  "%(character_name)s withdrew his/her application to join %(corporation_name)s:\n"
502
502
  "> %(application_text)s"
503
503
  msgstr ""
504
504
 
505
- #: core/notification_embeds/character_embeds.py:122
505
+ #: core/notification_embeds/character_embeds.py:123
506
506
  #, python-format
507
507
  msgid "%(character_name)s joins %(corporation_name)s"
508
508
  msgstr ""
509
509
 
510
- #: core/notification_embeds/character_embeds.py:127
510
+ #: core/notification_embeds/character_embeds.py:128
511
511
  #, python-format
512
512
  msgid "%(character_name)s is now a member of %(corporation_name)s."
513
513
  msgstr ""
514
514
 
515
- #: core/notification_embeds/character_embeds.py:138
515
+ #: core/notification_embeds/character_embeds.py:139
516
516
  #, python-format
517
517
  msgid "%(character_name)s has left %(corporation_name)s"
518
518
  msgstr ""
519
519
 
520
- #: core/notification_embeds/character_embeds.py:143
520
+ #: core/notification_embeds/character_embeds.py:144
521
521
  #, python-format
522
522
  msgid "%(character_name)s is no longer a member of %(corporation_name)s."
523
523
  msgstr ""
524
524
 
525
- #: core/notification_embeds/moonmining_embeds.py:40
525
+ #: core/notification_embeds/main.py:62
526
+ msgid "shield"
527
+ msgstr ""
528
+
529
+ #: core/notification_embeds/main.py:63
530
+ msgid "armor"
531
+ msgstr ""
532
+
533
+ #: core/notification_embeds/main.py:64
534
+ msgid "hull"
535
+ msgstr ""
536
+
537
+ #: core/notification_embeds/moonmining_embeds.py:41
526
538
  #, python-format
527
- msgid ""
528
- "\n"
529
- "Estimated ore composition: %s"
539
+ msgid "Estimated ore composition: %s"
530
540
  msgstr ""
531
541
 
532
- #: core/notification_embeds/moonmining_embeds.py:71
542
+ #: core/notification_embeds/moonmining_embeds.py:70
533
543
  #: core/notification_types.py:58
534
544
  msgid "Moon mining extraction started"
535
545
  msgstr ""
536
546
 
537
- #: core/notification_embeds/moonmining_embeds.py:73
547
+ #: core/notification_embeds/moonmining_embeds.py:72
538
548
  #, python-format
539
549
  msgid ""
540
550
  "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"
541
551
  "The chunk will be ready on location at %(ready_time)s, and will fracture automatically on %(auto_time)s.\n"
552
+ "\n"
542
553
  "%(ore_text)s"
543
554
  msgstr ""
544
555
 
545
- #: core/notification_embeds/moonmining_embeds.py:97
556
+ #: core/notification_embeds/moonmining_embeds.py:96
546
557
  msgid "Extraction finished"
547
558
  msgstr ""
548
559
 
549
- #: core/notification_embeds/moonmining_embeds.py:99
560
+ #: core/notification_embeds/moonmining_embeds.py:98
550
561
  #, python-format
551
562
  msgid ""
552
563
  "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"
553
564
  "The chunk will automatically fracture on %(auto_time)s.\n"
565
+ "\n"
554
566
  "%(ore_text)s"
555
567
  msgstr ""
556
568
 
557
- #: core/notification_embeds/moonmining_embeds.py:119
569
+ #: core/notification_embeds/moonmining_embeds.py:118
558
570
  msgid "Automatic Fracture"
559
571
  msgstr ""
560
572
 
561
- #: core/notification_embeds/moonmining_embeds.py:121
573
+ #: core/notification_embeds/moonmining_embeds.py:120
562
574
  #, python-format
563
575
  msgid ""
564
576
  "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"
577
+ "\n"
565
578
  "%(ore_text)s"
566
579
  msgstr ""
567
580
 
568
- #: core/notification_embeds/moonmining_embeds.py:144
581
+ #: core/notification_embeds/moonmining_embeds.py:143
582
+ #: core/notification_embeds/structures_embeds.py:38
583
+ #: core/notification_embeds/structures_embeds.py:182
584
+ #: core/notification_embeds/structures_embeds.py:298
585
+ #: core/notification_embeds/tower_embeds.py:147
569
586
  msgid "(unknown)"
570
587
  msgstr ""
571
588
 
572
- #: core/notification_embeds/moonmining_embeds.py:145
589
+ #: core/notification_embeds/moonmining_embeds.py:144
573
590
  msgid "Extraction cancelled"
574
591
  msgstr ""
575
592
 
576
- #: core/notification_embeds/moonmining_embeds.py:147
593
+ #: core/notification_embeds/moonmining_embeds.py:146
577
594
  #, python-format
578
595
  msgid ""
579
596
  "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s"
580
597
  " belonging to %(owner_link)s has been cancelled by %(character)s."
581
598
  msgstr ""
582
599
 
583
- #: core/notification_embeds/moonmining_embeds.py:166
600
+ #: core/notification_embeds/moonmining_embeds.py:165
584
601
  msgid "Moon drill fired"
585
602
  msgstr ""
586
603
 
587
- #: core/notification_embeds/moonmining_embeds.py:168
604
+ #: core/notification_embeds/moonmining_embeds.py:167
588
605
  #, python-format
589
606
  msgid ""
590
607
  "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"
608
+ "\n"
591
609
  "%(ore_text)s"
592
610
  msgstr ""
593
611
 
612
+ #: core/notification_embeds/orbital_embeds.py:46
613
+ msgid "Orbital under attack"
614
+ msgstr ""
615
+
616
+ #: core/notification_embeds/orbital_embeds.py:48
617
+ #, python-format
618
+ msgid ""
619
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
620
+ "%(owner_link)s is under attack by %(aggressor)s."
621
+ msgstr ""
622
+
623
+ #: core/notification_embeds/orbital_embeds.py:67
624
+ msgid "Orbital reinforced"
625
+ msgstr ""
626
+
627
+ #: core/notification_embeds/orbital_embeds.py:69
628
+ #, python-format
629
+ msgid ""
630
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
631
+ "%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
632
+ "%(date)s."
633
+ msgstr ""
634
+
635
+ #: core/notification_embeds/sov_embeds.py:56
636
+ #, python-format
637
+ msgid "%(structure_type)s in %(solar_system)s is being captured"
638
+ msgstr ""
639
+
640
+ #: core/notification_embeds/sov_embeds.py:61
641
+ #, python-format
642
+ msgid ""
643
+ "A capsuleer has started to influence the %(type)s in %(solar_system)s "
644
+ "belonging to %(owner)s with an Entosis Link."
645
+ msgstr ""
646
+
647
+ #: core/notification_embeds/sov_embeds.py:76
648
+ #, python-format
649
+ msgid ""
650
+ "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
651
+ "decloak"
652
+ msgstr ""
653
+
654
+ #: core/notification_embeds/sov_embeds.py:83
655
+ #, python-format
656
+ msgid ""
657
+ "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
658
+ "%(owner)s can now be found throughout the %(constellation)s constellation"
659
+ msgstr ""
660
+
661
+ #: core/notification_embeds/sov_embeds.py:101
662
+ #, python-format
663
+ msgid "DED Sovereignty claim acknowledgment: %s"
664
+ msgstr ""
665
+
666
+ #: core/notification_embeds/sov_embeds.py:104
667
+ #, python-format
668
+ msgid ""
669
+ "DED now officially acknowledges that your member corporation %(corporation)s"
670
+ " has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
671
+ msgstr ""
672
+
673
+ #: core/notification_embeds/sov_embeds.py:120
674
+ #, python-format
675
+ msgid "Lost sovereignty in: %s"
676
+ msgstr ""
677
+
678
+ #: core/notification_embeds/sov_embeds.py:122
679
+ #, python-format
680
+ msgid ""
681
+ "DED acknowledges that member corporation %(corporation)s has lost its claim "
682
+ "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
683
+ msgstr ""
684
+
685
+ #: core/notification_embeds/sov_embeds.py:137
686
+ #, python-format
687
+ msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
688
+ msgstr ""
689
+
690
+ #: core/notification_embeds/sov_embeds.py:143
691
+ #, python-format
692
+ msgid ""
693
+ "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
694
+ "reinforced by hostile forces and command nodes will begin decloaking at "
695
+ "%(date)s"
696
+ msgstr ""
697
+
698
+ #: core/notification_embeds/sov_embeds.py:159
699
+ #, python-format
700
+ msgid "%(structure_type)s in %(solar_system)s has been destroyed"
701
+ msgstr ""
702
+
703
+ #: core/notification_embeds/sov_embeds.py:164
704
+ #, python-format
705
+ msgid ""
706
+ "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
707
+ "%(owner)s have been destroyed by hostile forces."
708
+ msgstr ""
709
+
710
+ #: core/notification_embeds/sov_embeds.py:193
711
+ #, python-format
712
+ msgid " near **%s**"
713
+ msgstr ""
714
+
715
+ #: core/notification_embeds/sov_embeds.py:196
716
+ #, python-format
717
+ msgid "%(structure_type)s anchored in %(solar_system)s"
718
+ msgstr ""
719
+
720
+ #: core/notification_embeds/sov_embeds.py:201
721
+ #, python-format
722
+ msgid ""
723
+ "A %(structure_type)s from %(structure_owner)s has anchored in "
724
+ "%(solar_system)s%(location_text)s."
725
+ msgstr ""
726
+
727
+ #. Translators: Context is a location, e.g. a moon
728
+ #: core/notification_embeds/structures_embeds.py:51
729
+ #, python-format
730
+ msgid " at %s "
731
+ msgstr ""
732
+
733
+ #: core/notification_embeds/structures_embeds.py:56
734
+ #, python-format
735
+ msgid ""
736
+ "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
737
+ "belonging to %(owner_link)s"
738
+ msgstr ""
739
+
740
+ #: core/notification_embeds/structures_embeds.py:76
741
+ msgid "Structure online"
742
+ msgstr ""
743
+
744
+ #: core/notification_embeds/structures_embeds.py:77
745
+ msgid "is now online."
746
+ msgstr ""
747
+
748
+ #: core/notification_embeds/structures_embeds.py:88
749
+ msgid "Structure fuel alert"
750
+ msgstr ""
751
+
752
+ #: core/notification_embeds/structures_embeds.py:89
753
+ #: core/notification_embeds/tower_embeds.py:90
754
+ #, python-format
755
+ msgid "is running out of fuel in %s."
756
+ msgstr ""
757
+
758
+ #: core/notification_embeds/structures_embeds.py:99
759
+ msgid "Jump gate low on Liquid Ozone"
760
+ msgstr ""
761
+
762
+ #: core/notification_embeds/structures_embeds.py:103
763
+ #, python-format
764
+ msgid ""
765
+ "is below %(threshold)s units on Liquid Ozone.\n"
766
+ "Remaining units: %(remaining)s."
767
+ msgstr ""
768
+
769
+ #: core/notification_embeds/structures_embeds.py:116
770
+ msgid "Structure refueled"
771
+ msgstr ""
772
+
773
+ #: core/notification_embeds/structures_embeds.py:118
774
+ #: core/notification_embeds/tower_embeds.py:102
775
+ #, python-format
776
+ msgid "has been refueled. Fuel will last until %s."
777
+ msgstr ""
778
+
779
+ #: core/notification_embeds/structures_embeds.py:126
780
+ msgid "Structure services off-line"
781
+ msgstr ""
782
+
783
+ #: core/notification_embeds/structures_embeds.py:127
784
+ msgid "has all services off-lined."
785
+ msgstr ""
786
+
787
+ #: core/notification_embeds/structures_embeds.py:138
788
+ msgid "Structure low power"
789
+ msgstr ""
790
+
791
+ #: core/notification_embeds/structures_embeds.py:139
792
+ msgid "went to low power mode."
793
+ msgstr ""
794
+
795
+ #: core/notification_embeds/structures_embeds.py:146
796
+ msgid "Structure full power"
797
+ msgstr ""
798
+
799
+ #: core/notification_embeds/structures_embeds.py:147
800
+ msgid "went to full power mode."
801
+ msgstr ""
802
+
803
+ #: core/notification_embeds/structures_embeds.py:154
804
+ msgid "Structure un-anchoring"
805
+ msgstr ""
806
+
807
+ #: core/notification_embeds/structures_embeds.py:159
808
+ #, python-format
809
+ msgid "has started un-anchoring. It will be fully un-anchored at: %s"
810
+ msgstr ""
811
+
812
+ #: core/notification_embeds/structures_embeds.py:167
813
+ msgid "Structure under attack"
814
+ msgstr ""
815
+
816
+ #: core/notification_embeds/structures_embeds.py:168
817
+ #, python-format
818
+ msgid ""
819
+ "is under attack by %(attacker)s.\n"
820
+ "%(damage_text)s"
821
+ msgstr ""
822
+
823
+ #: core/notification_embeds/structures_embeds.py:188
824
+ msgid "Structure lost shield"
825
+ msgstr ""
826
+
827
+ #: core/notification_embeds/structures_embeds.py:193
828
+ #, python-format
829
+ msgid "has lost its shields. Armor timer end at: %s"
830
+ msgstr ""
831
+
832
+ #: core/notification_embeds/structures_embeds.py:201
833
+ msgid "Structure lost armor"
834
+ msgstr ""
835
+
836
+ #: core/notification_embeds/structures_embeds.py:206
837
+ #, python-format
838
+ msgid "has lost its armor. Hull timer end at: %s"
839
+ msgstr ""
840
+
841
+ #: core/notification_embeds/structures_embeds.py:214
842
+ msgid "Structure destroyed"
843
+ msgstr ""
844
+
845
+ #: core/notification_embeds/structures_embeds.py:215
846
+ msgid "has been destroyed."
847
+ msgstr ""
848
+
849
+ #: core/notification_embeds/structures_embeds.py:224
850
+ #, python-format
851
+ msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
852
+ msgstr ""
853
+
854
+ #: core/notification_embeds/structures_embeds.py:240
855
+ #, python-format
856
+ msgid ""
857
+ "has been transferred from %(from_corporation)s to %(to_corporation)s by "
858
+ "%(character)s."
859
+ msgstr ""
860
+
861
+ #: core/notification_embeds/structures_embeds.py:247
862
+ msgid "Ownership transferred"
863
+ msgstr ""
864
+
865
+ #: core/notification_embeds/structures_embeds.py:263
866
+ #, python-format
867
+ msgid ""
868
+ "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
869
+ "%(solar_system)s. "
870
+ msgstr ""
871
+
872
+ #: core/notification_embeds/structures_embeds.py:270
873
+ msgid "Structure anchoring"
874
+ msgstr ""
875
+
876
+ #: core/notification_embeds/structures_embeds.py:311
877
+ msgid "Structure reinforcement time changed"
878
+ msgstr ""
879
+
880
+ #: core/notification_embeds/structures_embeds.py:314
881
+ #, python-format
882
+ msgid ""
883
+ "Reinforcement hour has been changed to %s for the following structures:\n"
884
+ msgstr ""
885
+
886
+ #: core/notification_embeds/structures_embeds.py:319
887
+ #, python-format
888
+ msgid ""
889
+ "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
890
+ "%(owner_link)s"
891
+ msgstr ""
892
+
893
+ #: core/notification_embeds/structures_embeds.py:329
894
+ #, python-format
895
+ msgid ""
896
+ "\n"
897
+ "\n"
898
+ "Change becomes effective at %s."
899
+ msgstr ""
900
+
901
+ #: core/notification_embeds/tower_embeds.py:41
902
+ #, python-format
903
+ msgid ""
904
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to"
905
+ " %(owner_link)s"
906
+ msgstr ""
907
+
908
+ #: core/notification_embeds/tower_embeds.py:61
909
+ msgid "Starbase under attack"
910
+ msgstr ""
911
+
912
+ #: core/notification_embeds/tower_embeds.py:62
913
+ #, python-format
914
+ msgid ""
915
+ "is under attack by %(aggressor)s.\n"
916
+ "%(damage_text)s"
917
+ msgstr ""
918
+
919
+ #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
920
+ msgid "Starbase fuel alert"
921
+ msgstr ""
922
+
923
+ #: core/notification_embeds/tower_embeds.py:100
924
+ msgid "Starbase refueled"
925
+ msgstr ""
926
+
927
+ #: core/notification_embeds/tower_embeds.py:128
928
+ #, python-format
929
+ msgid ""
930
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to"
931
+ " %(owner_link)s "
932
+ msgstr ""
933
+
934
+ #: core/notification_embeds/tower_embeds.py:141
935
+ msgid "Starbase reinforced"
936
+ msgstr ""
937
+
938
+ #: core/notification_embeds/tower_embeds.py:150
939
+ #, python-format
940
+ msgid "has been reinforced and will come out at: %s."
941
+ msgstr ""
942
+
943
+ #: core/notification_embeds/war_embeds.py:42
944
+ msgid "One party has surrendered"
945
+ msgstr ""
946
+
947
+ #: core/notification_embeds/war_embeds.py:44
948
+ #, python-format
949
+ msgid ""
950
+ "The war between %(against)s and %(declared_by)s is coming to an end as one "
951
+ "party has surrendered. The war will be declared as being over after "
952
+ "approximately 24 hours."
953
+ msgstr ""
954
+
955
+ #: core/notification_embeds/war_embeds.py:58
956
+ #, python-format
957
+ msgid "War update: %(against)s has left %(alliance)s"
958
+ msgstr ""
959
+
960
+ #: core/notification_embeds/war_embeds.py:63
961
+ #, python-format
962
+ msgid ""
963
+ "There has been a development in the war between %(declared_by)s and %(alliance)s.\n"
964
+ "%(against)s is no longer a member of %(alliance)s, and therefore a new war between %(declared_by)s and %(against)s has begun."
965
+ msgstr ""
966
+
967
+ #: core/notification_embeds/war_embeds.py:78
968
+ #, python-format
969
+ msgid "%(declared_by)s Declares War Against %(against)s"
970
+ msgstr ""
971
+
972
+ #: core/notification_embeds/war_embeds.py:83
973
+ #, python-format
974
+ msgid ""
975
+ "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the designated war headquarters.\n"
976
+ "Within %(delay_hours)s hours fighting can legally occur between those involved."
977
+ msgstr ""
978
+
979
+ #: core/notification_embeds/war_embeds.py:102
980
+ #, python-format
981
+ msgid "%(alliance)s inherits war against %(opponent)s"
982
+ msgstr ""
983
+
984
+ #: core/notification_embeds/war_embeds.py:107
985
+ #, python-format
986
+ msgid ""
987
+ "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
988
+ "from newly joined %(quitter)s. Within **24** hours fighting can legally "
989
+ "occur with %(alliance)s."
990
+ msgstr ""
991
+
992
+ #: core/notification_embeds/war_embeds.py:122
993
+ msgid "CONCORD invalidates war"
994
+ msgstr ""
995
+
996
+ #: core/notification_embeds/war_embeds.py:125
997
+ #, python-format
998
+ msgid ""
999
+ "The war between %(declared_by)s and %(against)s has been retracted by CONCORD.\n"
1000
+ "After %(end_date)s CONCORD will again respond to any hostilities between those involved with full force."
1001
+ msgstr ""
1002
+
1003
+ #: core/notification_embeds/war_embeds.py:141
1004
+ msgid "Corporation or alliance is now eligible for formal war declarations"
1005
+ msgstr ""
1006
+
1007
+ #: core/notification_embeds/war_embeds.py:144
1008
+ msgid ""
1009
+ "Your corporation or alliance is **now eligible** to participate in formal "
1010
+ "war declarations. This could be because your corporation and/or one of the "
1011
+ "corporations in your alliance owns a structure deployed in space."
1012
+ msgstr ""
1013
+
1014
+ #: core/notification_embeds/war_embeds.py:156
1015
+ msgid ""
1016
+ "Corporation or alliance is no longer eligible for formal war declarations"
1017
+ msgstr ""
1018
+
1019
+ #: core/notification_embeds/war_embeds.py:159
1020
+ msgid ""
1021
+ "Your corporation or alliance is **no longer eligible** to participate in formal war declarations.\n"
1022
+ "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."
1023
+ msgstr ""
1024
+
1025
+ #: core/notification_embeds/war_embeds.py:176
1026
+ #, python-format
1027
+ msgid "%s has offered a surrender"
1028
+ msgstr ""
1029
+
1030
+ #: core/notification_embeds/war_embeds.py:178
1031
+ #, python-format
1032
+ msgid ""
1033
+ "%s has offered to end the war with %s in the exchange for %s ISK. If "
1034
+ "accepted, the war will end in 24 hours and your organizations will be unable"
1035
+ " to declare new wars against each other for the next 2 weeks."
1036
+ msgstr ""
1037
+
1038
+ #: core/notification_embeds/war_embeds.py:188
1039
+ msgid "Ally Has Joined a War"
1040
+ msgstr ""
1041
+
1042
+ #: core/notification_embeds/war_embeds.py:196
1043
+ #, python-format
1044
+ msgid ""
1045
+ "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1046
+ "participation in the war will start at %(start_time)s."
1047
+ msgstr ""
1048
+
594
1049
  #: core/notification_timers.py:89
595
1050
  msgid "Armor timer"
596
1051
  msgstr ""
@@ -680,10 +1135,6 @@ msgstr ""
680
1135
  msgid "Starbase attacked"
681
1136
  msgstr ""
682
1137
 
683
- #: core/notification_types.py:52
684
- msgid "Starbase fuel alert"
685
- msgstr ""
686
-
687
1138
  #: core/notification_types.py:53
688
1139
  msgid "Starbase refueled (BETA)"
689
1140
  msgstr ""
@@ -1103,7 +1554,7 @@ msgid ""
1103
1554
  "@everyone and @here"
1104
1555
  msgstr ""
1105
1556
 
1106
- #: models/owners.py:159
1557
+ #: models/owners.py:159 webhooks/models.py:68
1107
1558
  msgid "is active"
1108
1559
  msgstr ""
1109
1560
 
@@ -2184,17 +2635,13 @@ msgid "Notes regarding this webhook"
2184
2635
  msgstr ""
2185
2636
 
2186
2637
  #: webhooks/models.py:62
2187
- msgid "webhook_type"
2638
+ msgid "webhook type"
2188
2639
  msgstr ""
2189
2640
 
2190
2641
  #: webhooks/models.py:65
2191
2642
  msgid "Type of this webhook"
2192
2643
  msgstr ""
2193
2644
 
2194
- #: webhooks/models.py:68
2195
- msgid "is_active"
2196
- msgstr ""
2197
-
2198
2645
  #: webhooks/models.py:70
2199
2646
  msgid "Whether notifications are currently sent to this webhook"
2200
2647
  msgstr ""