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