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: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -407,19 +407,19 @@ msgstr ""
407
407
  msgid "Started sending queued messages for %d webhooks."
408
408
  msgstr ""
409
409
 
410
- #: core/notification_embeds/billing_embeds.py:24
410
+ #: core/notification_embeds/billing_embeds.py:25
411
411
  msgid "Unknown Bill"
412
412
  msgstr ""
413
413
 
414
- #: core/notification_embeds/billing_embeds.py:25
414
+ #: core/notification_embeds/billing_embeds.py:26
415
415
  msgid "Infrastructure Hub Bill"
416
416
  msgstr ""
417
417
 
418
- #: core/notification_embeds/billing_embeds.py:42
418
+ #: core/notification_embeds/billing_embeds.py:43
419
419
  msgid "Insufficient Funds for Bill"
420
420
  msgstr ""
421
421
 
422
- #: core/notification_embeds/billing_embeds.py:44
422
+ #: core/notification_embeds/billing_embeds.py:45
423
423
  #, python-format
424
424
  msgid ""
425
425
  "The selected corporation wallet division for automatic payments does not "
@@ -428,47 +428,47 @@ msgid ""
428
428
  "in order to meet your pending automatic bills."
429
429
  msgstr ""
430
430
 
431
- #: core/notification_embeds/billing_embeds.py:61
431
+ #: core/notification_embeds/billing_embeds.py:62
432
432
  msgid "IHub Bill About to Expire"
433
433
  msgstr ""
434
434
 
435
- #: core/notification_embeds/billing_embeds.py:63
435
+ #: core/notification_embeds/billing_embeds.py:64
436
436
  #, python-format
437
437
  msgid ""
438
438
  "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
439
439
  "%(due_date)s, if not paid in time this Infrastructure Hub will self-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 "
@@ -477,12 +477,12 @@ msgid ""
477
477
  "> %(application_text)s"
478
478
  msgstr ""
479
479
 
480
- #: core/notification_embeds/character_embeds.py:82
480
+ #: core/notification_embeds/character_embeds.py:83
481
481
  #, python-format
482
482
  msgid "Rejected application from %(character_name)s"
483
483
  msgstr ""
484
484
 
485
- #: core/notification_embeds/character_embeds.py:86
485
+ #: core/notification_embeds/character_embeds.py:87
486
486
  #, python-format
487
487
  msgid ""
488
488
  "Application from %(character_name)s to join %(corporation_name)s:\n"
@@ -491,12 +491,12 @@ msgid ""
491
491
  "> %(customMessage)s"
492
492
  msgstr ""
493
493
 
494
- #: core/notification_embeds/character_embeds.py:103
494
+ #: core/notification_embeds/character_embeds.py:104
495
495
  #, python-format
496
496
  msgid "%(character_name)s withdrew his/her application"
497
497
  msgstr ""
498
498
 
499
- #: core/notification_embeds/character_embeds.py:107
499
+ #: core/notification_embeds/character_embeds.py:108
500
500
  #, python-format
501
501
  msgid ""
502
502
  "%(character_name)s withdrew his/her application to join "
@@ -504,39 +504,49 @@ msgid ""
504
504
  "> %(application_text)s"
505
505
  msgstr ""
506
506
 
507
- #: core/notification_embeds/character_embeds.py:122
507
+ #: core/notification_embeds/character_embeds.py:123
508
508
  #, python-format
509
509
  msgid "%(character_name)s joins %(corporation_name)s"
510
510
  msgstr ""
511
511
 
512
- #: core/notification_embeds/character_embeds.py:127
512
+ #: core/notification_embeds/character_embeds.py:128
513
513
  #, python-format
514
514
  msgid "%(character_name)s is now a member of %(corporation_name)s."
515
515
  msgstr ""
516
516
 
517
- #: core/notification_embeds/character_embeds.py:138
517
+ #: core/notification_embeds/character_embeds.py:139
518
518
  #, python-format
519
519
  msgid "%(character_name)s has left %(corporation_name)s"
520
520
  msgstr ""
521
521
 
522
- #: core/notification_embeds/character_embeds.py:143
522
+ #: core/notification_embeds/character_embeds.py:144
523
523
  #, python-format
524
524
  msgid "%(character_name)s is no longer a member of %(corporation_name)s."
525
525
  msgstr ""
526
526
 
527
- #: core/notification_embeds/moonmining_embeds.py:40
527
+ #: core/notification_embeds/main.py:62
528
+ msgid "shield"
529
+ msgstr ""
530
+
531
+ #: core/notification_embeds/main.py:63
532
+ msgid "armor"
533
+ msgstr ""
534
+
535
+ #: core/notification_embeds/main.py:64
536
+ msgid "hull"
537
+ msgstr ""
538
+
539
+ #: core/notification_embeds/moonmining_embeds.py:41
528
540
  #, python-format
529
- msgid ""
530
- "\n"
531
- "Estimated ore composition: %s"
541
+ msgid "Estimated ore composition: %s"
532
542
  msgstr ""
533
543
 
534
- #: core/notification_embeds/moonmining_embeds.py:71
544
+ #: core/notification_embeds/moonmining_embeds.py:70
535
545
  #: core/notification_types.py:58
536
546
  msgid "Moon mining extraction started"
537
547
  msgstr ""
538
548
 
539
- #: core/notification_embeds/moonmining_embeds.py:73
549
+ #: core/notification_embeds/moonmining_embeds.py:72
540
550
  #, python-format
541
551
  msgid ""
542
552
  "A moon mining extraction has been started for %(structure_name)s at %(moon)s "
@@ -544,64 +554,518 @@ msgid ""
544
554
  "%(character)s.\n"
545
555
  "The chunk will be ready on location at %(ready_time)s, and will fracture "
546
556
  "automatically on %(auto_time)s.\n"
557
+ "\n"
547
558
  "%(ore_text)s"
548
559
  msgstr ""
549
560
 
550
- #: core/notification_embeds/moonmining_embeds.py:97
561
+ #: core/notification_embeds/moonmining_embeds.py:96
551
562
  msgid "Extraction finished"
552
563
  msgstr ""
553
564
 
554
- #: core/notification_embeds/moonmining_embeds.py:99
565
+ #: core/notification_embeds/moonmining_embeds.py:98
555
566
  #, python-format
556
567
  msgid ""
557
568
  "The extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
558
569
  "belonging to %(owner_link)s is finished and the chunk is ready to be shot "
559
570
  "at.\n"
560
571
  "The chunk will automatically fracture on %(auto_time)s.\n"
572
+ "\n"
561
573
  "%(ore_text)s"
562
574
  msgstr ""
563
575
 
564
- #: core/notification_embeds/moonmining_embeds.py:119
576
+ #: core/notification_embeds/moonmining_embeds.py:118
565
577
  msgid "Automatic Fracture"
566
578
  msgstr ""
567
579
 
568
- #: core/notification_embeds/moonmining_embeds.py:121
580
+ #: core/notification_embeds/moonmining_embeds.py:120
569
581
  #, python-format
570
582
  msgid ""
571
583
  "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
572
584
  "belonging to %(owner_link)s has automatically been fired and the moon "
573
585
  "products are ready to be harvested.\n"
586
+ "\n"
574
587
  "%(ore_text)s"
575
588
  msgstr ""
576
589
 
577
- #: core/notification_embeds/moonmining_embeds.py:144
590
+ #: core/notification_embeds/moonmining_embeds.py:143
591
+ #: core/notification_embeds/structures_embeds.py:38
592
+ #: core/notification_embeds/structures_embeds.py:182
593
+ #: core/notification_embeds/structures_embeds.py:298
594
+ #: core/notification_embeds/tower_embeds.py:147
578
595
  msgid "(unknown)"
579
596
  msgstr ""
580
597
 
581
- #: core/notification_embeds/moonmining_embeds.py:145
598
+ #: core/notification_embeds/moonmining_embeds.py:144
582
599
  msgid "Extraction cancelled"
583
600
  msgstr ""
584
601
 
585
- #: core/notification_embeds/moonmining_embeds.py:147
602
+ #: core/notification_embeds/moonmining_embeds.py:146
586
603
  #, python-format
587
604
  msgid ""
588
605
  "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
589
606
  "belonging to %(owner_link)s has been cancelled by %(character)s."
590
607
  msgstr ""
591
608
 
592
- #: core/notification_embeds/moonmining_embeds.py:166
609
+ #: core/notification_embeds/moonmining_embeds.py:165
593
610
  msgid "Moon drill fired"
594
611
  msgstr ""
595
612
 
596
- #: core/notification_embeds/moonmining_embeds.py:168
613
+ #: core/notification_embeds/moonmining_embeds.py:167
597
614
  #, python-format
598
615
  msgid ""
599
616
  "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
600
617
  "belonging to %(owner_link)s has been fired by %(character)s and the moon "
601
618
  "products are ready to be harvested.\n"
619
+ "\n"
602
620
  "%(ore_text)s"
603
621
  msgstr ""
604
622
 
623
+ #: core/notification_embeds/orbital_embeds.py:46
624
+ msgid "Orbital under attack"
625
+ msgstr ""
626
+
627
+ #: core/notification_embeds/orbital_embeds.py:48
628
+ #, python-format
629
+ msgid ""
630
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
631
+ "%(owner_link)s is under attack by %(aggressor)s."
632
+ msgstr ""
633
+
634
+ #: core/notification_embeds/orbital_embeds.py:67
635
+ msgid "Orbital reinforced"
636
+ msgstr ""
637
+
638
+ #: core/notification_embeds/orbital_embeds.py:69
639
+ #, python-format
640
+ msgid ""
641
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
642
+ "%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
643
+ "%(date)s."
644
+ msgstr ""
645
+
646
+ #: core/notification_embeds/sov_embeds.py:56
647
+ #, python-format
648
+ msgid "%(structure_type)s in %(solar_system)s is being captured"
649
+ msgstr ""
650
+
651
+ #: core/notification_embeds/sov_embeds.py:61
652
+ #, python-format
653
+ msgid ""
654
+ "A capsuleer has started to influence the %(type)s in %(solar_system)s "
655
+ "belonging to %(owner)s with an Entosis Link."
656
+ msgstr ""
657
+
658
+ #: core/notification_embeds/sov_embeds.py:76
659
+ #, python-format
660
+ msgid ""
661
+ "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
662
+ "decloak"
663
+ msgstr ""
664
+
665
+ #: core/notification_embeds/sov_embeds.py:83
666
+ #, python-format
667
+ msgid ""
668
+ "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
669
+ "%(owner)s can now be found throughout the %(constellation)s constellation"
670
+ msgstr ""
671
+
672
+ #: core/notification_embeds/sov_embeds.py:101
673
+ #, python-format
674
+ msgid "DED Sovereignty claim acknowledgment: %s"
675
+ msgstr ""
676
+
677
+ #: core/notification_embeds/sov_embeds.py:104
678
+ #, python-format
679
+ msgid ""
680
+ "DED now officially acknowledges that your member corporation %(corporation)s "
681
+ "has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
682
+ msgstr ""
683
+
684
+ #: core/notification_embeds/sov_embeds.py:120
685
+ #, python-format
686
+ msgid "Lost sovereignty in: %s"
687
+ msgstr ""
688
+
689
+ #: core/notification_embeds/sov_embeds.py:122
690
+ #, python-format
691
+ msgid ""
692
+ "DED acknowledges that member corporation %(corporation)s has lost its claim "
693
+ "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
694
+ msgstr ""
695
+
696
+ #: core/notification_embeds/sov_embeds.py:137
697
+ #, python-format
698
+ msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
699
+ msgstr ""
700
+
701
+ #: core/notification_embeds/sov_embeds.py:143
702
+ #, python-format
703
+ msgid ""
704
+ "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
705
+ "reinforced by hostile forces and command nodes will begin decloaking at "
706
+ "%(date)s"
707
+ msgstr ""
708
+
709
+ #: core/notification_embeds/sov_embeds.py:159
710
+ #, python-format
711
+ msgid "%(structure_type)s in %(solar_system)s has been destroyed"
712
+ msgstr ""
713
+
714
+ #: core/notification_embeds/sov_embeds.py:164
715
+ #, python-format
716
+ msgid ""
717
+ "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
718
+ "%(owner)s have been destroyed by hostile forces."
719
+ msgstr ""
720
+
721
+ #: core/notification_embeds/sov_embeds.py:193
722
+ #, python-format
723
+ msgid " near **%s**"
724
+ msgstr ""
725
+
726
+ #: core/notification_embeds/sov_embeds.py:196
727
+ #, python-format
728
+ msgid "%(structure_type)s anchored in %(solar_system)s"
729
+ msgstr ""
730
+
731
+ #: core/notification_embeds/sov_embeds.py:201
732
+ #, python-format
733
+ msgid ""
734
+ "A %(structure_type)s from %(structure_owner)s has anchored in "
735
+ "%(solar_system)s%(location_text)s."
736
+ msgstr ""
737
+
738
+ #. Translators: Context is a location, e.g. a moon
739
+ #: core/notification_embeds/structures_embeds.py:51
740
+ #, python-format
741
+ msgid " at %s "
742
+ msgstr ""
743
+
744
+ #: core/notification_embeds/structures_embeds.py:56
745
+ #, python-format
746
+ msgid ""
747
+ "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
748
+ "belonging to %(owner_link)s"
749
+ msgstr ""
750
+
751
+ #: core/notification_embeds/structures_embeds.py:76
752
+ msgid "Structure online"
753
+ msgstr ""
754
+
755
+ #: core/notification_embeds/structures_embeds.py:77
756
+ msgid "is now online."
757
+ msgstr ""
758
+
759
+ #: core/notification_embeds/structures_embeds.py:88
760
+ msgid "Structure fuel alert"
761
+ msgstr ""
762
+
763
+ #: core/notification_embeds/structures_embeds.py:89
764
+ #: core/notification_embeds/tower_embeds.py:90
765
+ #, python-format
766
+ msgid "is running out of fuel in %s."
767
+ msgstr ""
768
+
769
+ #: core/notification_embeds/structures_embeds.py:99
770
+ msgid "Jump gate low on Liquid Ozone"
771
+ msgstr ""
772
+
773
+ #: core/notification_embeds/structures_embeds.py:103
774
+ #, python-format
775
+ msgid ""
776
+ "is below %(threshold)s units on Liquid Ozone.\n"
777
+ "Remaining units: %(remaining)s."
778
+ msgstr ""
779
+
780
+ #: core/notification_embeds/structures_embeds.py:116
781
+ msgid "Structure refueled"
782
+ msgstr ""
783
+
784
+ #: core/notification_embeds/structures_embeds.py:118
785
+ #: core/notification_embeds/tower_embeds.py:102
786
+ #, python-format
787
+ msgid "has been refueled. Fuel will last until %s."
788
+ msgstr ""
789
+
790
+ #: core/notification_embeds/structures_embeds.py:126
791
+ msgid "Structure services off-line"
792
+ msgstr ""
793
+
794
+ #: core/notification_embeds/structures_embeds.py:127
795
+ msgid "has all services off-lined."
796
+ msgstr ""
797
+
798
+ #: core/notification_embeds/structures_embeds.py:138
799
+ msgid "Structure low power"
800
+ msgstr ""
801
+
802
+ #: core/notification_embeds/structures_embeds.py:139
803
+ msgid "went to low power mode."
804
+ msgstr ""
805
+
806
+ #: core/notification_embeds/structures_embeds.py:146
807
+ msgid "Structure full power"
808
+ msgstr ""
809
+
810
+ #: core/notification_embeds/structures_embeds.py:147
811
+ msgid "went to full power mode."
812
+ msgstr ""
813
+
814
+ #: core/notification_embeds/structures_embeds.py:154
815
+ msgid "Structure un-anchoring"
816
+ msgstr ""
817
+
818
+ #: core/notification_embeds/structures_embeds.py:159
819
+ #, python-format
820
+ msgid "has started un-anchoring. It will be fully un-anchored at: %s"
821
+ msgstr ""
822
+
823
+ #: core/notification_embeds/structures_embeds.py:167
824
+ msgid "Structure under attack"
825
+ msgstr ""
826
+
827
+ #: core/notification_embeds/structures_embeds.py:168
828
+ #, python-format
829
+ msgid ""
830
+ "is under attack by %(attacker)s.\n"
831
+ "%(damage_text)s"
832
+ msgstr ""
833
+
834
+ #: core/notification_embeds/structures_embeds.py:188
835
+ msgid "Structure lost shield"
836
+ msgstr ""
837
+
838
+ #: core/notification_embeds/structures_embeds.py:193
839
+ #, python-format
840
+ msgid "has lost its shields. Armor timer end at: %s"
841
+ msgstr ""
842
+
843
+ #: core/notification_embeds/structures_embeds.py:201
844
+ msgid "Structure lost armor"
845
+ msgstr ""
846
+
847
+ #: core/notification_embeds/structures_embeds.py:206
848
+ #, python-format
849
+ msgid "has lost its armor. Hull timer end at: %s"
850
+ msgstr ""
851
+
852
+ #: core/notification_embeds/structures_embeds.py:214
853
+ msgid "Structure destroyed"
854
+ msgstr ""
855
+
856
+ #: core/notification_embeds/structures_embeds.py:215
857
+ msgid "has been destroyed."
858
+ msgstr ""
859
+
860
+ #: core/notification_embeds/structures_embeds.py:224
861
+ #, python-format
862
+ msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
863
+ msgstr ""
864
+
865
+ #: core/notification_embeds/structures_embeds.py:240
866
+ #, python-format
867
+ msgid ""
868
+ "has been transferred from %(from_corporation)s to %(to_corporation)s by "
869
+ "%(character)s."
870
+ msgstr ""
871
+
872
+ #: core/notification_embeds/structures_embeds.py:247
873
+ msgid "Ownership transferred"
874
+ msgstr ""
875
+
876
+ #: core/notification_embeds/structures_embeds.py:263
877
+ #, python-format
878
+ msgid ""
879
+ "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
880
+ "%(solar_system)s. "
881
+ msgstr ""
882
+
883
+ #: core/notification_embeds/structures_embeds.py:270
884
+ msgid "Structure anchoring"
885
+ msgstr ""
886
+
887
+ #: core/notification_embeds/structures_embeds.py:311
888
+ msgid "Structure reinforcement time changed"
889
+ msgstr ""
890
+
891
+ #: core/notification_embeds/structures_embeds.py:314
892
+ #, python-format
893
+ msgid ""
894
+ "Reinforcement hour has been changed to %s for the following structures:\n"
895
+ msgstr ""
896
+
897
+ #: core/notification_embeds/structures_embeds.py:319
898
+ #, python-format
899
+ msgid ""
900
+ "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
901
+ "%(owner_link)s"
902
+ msgstr ""
903
+
904
+ #: core/notification_embeds/structures_embeds.py:329
905
+ #, python-format
906
+ msgid ""
907
+ "\n"
908
+ "\n"
909
+ "Change becomes effective at %s."
910
+ msgstr ""
911
+
912
+ #: core/notification_embeds/tower_embeds.py:41
913
+ #, python-format
914
+ msgid ""
915
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
916
+ "%(owner_link)s"
917
+ msgstr ""
918
+
919
+ #: core/notification_embeds/tower_embeds.py:61
920
+ msgid "Starbase under attack"
921
+ msgstr ""
922
+
923
+ #: core/notification_embeds/tower_embeds.py:62
924
+ #, python-format
925
+ msgid ""
926
+ "is under attack by %(aggressor)s.\n"
927
+ "%(damage_text)s"
928
+ msgstr ""
929
+
930
+ #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
931
+ msgid "Starbase fuel alert"
932
+ msgstr ""
933
+
934
+ #: core/notification_embeds/tower_embeds.py:100
935
+ msgid "Starbase refueled"
936
+ msgstr ""
937
+
938
+ #: core/notification_embeds/tower_embeds.py:128
939
+ #, python-format
940
+ msgid ""
941
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
942
+ "%(owner_link)s "
943
+ msgstr ""
944
+
945
+ #: core/notification_embeds/tower_embeds.py:141
946
+ msgid "Starbase reinforced"
947
+ msgstr ""
948
+
949
+ #: core/notification_embeds/tower_embeds.py:150
950
+ #, python-format
951
+ msgid "has been reinforced and will come out at: %s."
952
+ msgstr ""
953
+
954
+ #: core/notification_embeds/war_embeds.py:42
955
+ msgid "One party has surrendered"
956
+ msgstr ""
957
+
958
+ #: core/notification_embeds/war_embeds.py:44
959
+ #, python-format
960
+ msgid ""
961
+ "The war between %(against)s and %(declared_by)s is coming to an end as one "
962
+ "party has surrendered. The war will be declared as being over after "
963
+ "approximately 24 hours."
964
+ msgstr ""
965
+
966
+ #: core/notification_embeds/war_embeds.py:58
967
+ #, python-format
968
+ msgid "War update: %(against)s has left %(alliance)s"
969
+ msgstr ""
970
+
971
+ #: core/notification_embeds/war_embeds.py:63
972
+ #, python-format
973
+ msgid ""
974
+ "There has been a development in the war between %(declared_by)s and "
975
+ "%(alliance)s.\n"
976
+ "%(against)s is no longer a member of %(alliance)s, and therefore a new war "
977
+ "between %(declared_by)s and %(against)s has begun."
978
+ msgstr ""
979
+
980
+ #: core/notification_embeds/war_embeds.py:78
981
+ #, python-format
982
+ msgid "%(declared_by)s Declares War Against %(against)s"
983
+ msgstr ""
984
+
985
+ #: core/notification_embeds/war_embeds.py:83
986
+ #, python-format
987
+ msgid ""
988
+ "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the "
989
+ "designated war headquarters.\n"
990
+ "Within %(delay_hours)s hours fighting can legally occur between those "
991
+ "involved."
992
+ msgstr ""
993
+
994
+ #: core/notification_embeds/war_embeds.py:102
995
+ #, python-format
996
+ msgid "%(alliance)s inherits war against %(opponent)s"
997
+ msgstr ""
998
+
999
+ #: core/notification_embeds/war_embeds.py:107
1000
+ #, python-format
1001
+ msgid ""
1002
+ "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
1003
+ "from newly joined %(quitter)s. Within **24** hours fighting can legally "
1004
+ "occur with %(alliance)s."
1005
+ msgstr ""
1006
+
1007
+ #: core/notification_embeds/war_embeds.py:122
1008
+ msgid "CONCORD invalidates war"
1009
+ msgstr ""
1010
+
1011
+ #: core/notification_embeds/war_embeds.py:125
1012
+ #, python-format
1013
+ msgid ""
1014
+ "The war between %(declared_by)s and %(against)s has been retracted by "
1015
+ "CONCORD.\n"
1016
+ "After %(end_date)s CONCORD will again respond to any hostilities between "
1017
+ "those involved with full force."
1018
+ msgstr ""
1019
+
1020
+ #: core/notification_embeds/war_embeds.py:141
1021
+ msgid "Corporation or alliance is now eligible for formal war declarations"
1022
+ msgstr ""
1023
+
1024
+ #: core/notification_embeds/war_embeds.py:144
1025
+ msgid ""
1026
+ "Your corporation or alliance is **now eligible** to participate in formal "
1027
+ "war declarations. This could be because your corporation and/or one of the "
1028
+ "corporations in your alliance owns a structure deployed in space."
1029
+ msgstr ""
1030
+
1031
+ #: core/notification_embeds/war_embeds.py:156
1032
+ msgid ""
1033
+ "Corporation or alliance is no longer eligible for formal war declarations"
1034
+ msgstr ""
1035
+
1036
+ #: core/notification_embeds/war_embeds.py:159
1037
+ msgid ""
1038
+ "Your corporation or alliance is **no longer eligible** to participate in "
1039
+ "formal war declarations.\n"
1040
+ "Neither your corporation nor any of the corporations in your alliance own a "
1041
+ "structure deployed in space at this time. If your corporation or alliance is "
1042
+ "currently involved in a formal war, that war will end in 24 hours."
1043
+ msgstr ""
1044
+
1045
+ #: core/notification_embeds/war_embeds.py:176
1046
+ #, python-format
1047
+ msgid "%s has offered a surrender"
1048
+ msgstr ""
1049
+
1050
+ #: core/notification_embeds/war_embeds.py:178
1051
+ #, python-format
1052
+ msgid ""
1053
+ "%s has offered to end the war with %s in the exchange for %s ISK. If "
1054
+ "accepted, the war will end in 24 hours and your organizations will be unable "
1055
+ "to declare new wars against each other for the next 2 weeks."
1056
+ msgstr ""
1057
+
1058
+ #: core/notification_embeds/war_embeds.py:188
1059
+ msgid "Ally Has Joined a War"
1060
+ msgstr ""
1061
+
1062
+ #: core/notification_embeds/war_embeds.py:196
1063
+ #, python-format
1064
+ msgid ""
1065
+ "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1066
+ "participation in the war will start at %(start_time)s."
1067
+ msgstr ""
1068
+
605
1069
  #: core/notification_timers.py:89
606
1070
  msgid "Armor timer"
607
1071
  msgstr ""
@@ -691,10 +1155,6 @@ msgstr ""
691
1155
  msgid "Starbase attacked"
692
1156
  msgstr ""
693
1157
 
694
- #: core/notification_types.py:52
695
- msgid "Starbase fuel alert"
696
- msgstr ""
697
-
698
1158
  #: core/notification_types.py:53
699
1159
  msgid "Starbase refueled (BETA)"
700
1160
  msgstr ""
@@ -1114,7 +1574,7 @@ msgid ""
1114
1574
  "@everyone and @here"
1115
1575
  msgstr ""
1116
1576
 
1117
- #: models/owners.py:159
1577
+ #: models/owners.py:159 webhooks/models.py:68
1118
1578
  msgid "is active"
1119
1579
  msgstr ""
1120
1580
 
@@ -2195,17 +2655,13 @@ msgid "Notes regarding this webhook"
2195
2655
  msgstr ""
2196
2656
 
2197
2657
  #: webhooks/models.py:62
2198
- msgid "webhook_type"
2658
+ msgid "webhook type"
2199
2659
  msgstr ""
2200
2660
 
2201
2661
  #: webhooks/models.py:65
2202
2662
  msgid "Type of this webhook"
2203
2663
  msgstr ""
2204
2664
 
2205
- #: webhooks/models.py:68
2206
- msgid "is_active"
2207
- msgstr ""
2208
-
2209
2665
  #: webhooks/models.py:70
2210
2666
  msgid "Whether notifications are currently sent to this webhook"
2211
2667
  msgstr ""