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