aa-structures 2.2.0__py3-none-any.whl → 2.3.1b1__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.
- {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/METADATA +1 -1
- {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/RECORD +28 -23
- {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/WHEEL +1 -1
- structures/__init__.py +1 -1
- structures/admin.py +13 -13
- structures/core/notification_embeds.py +47 -47
- structures/locale/de/LC_MESSAGES/django.po +314 -305
- structures/locale/django.pot +2227 -0
- structures/locale/en/LC_MESSAGES/django.po +312 -305
- structures/locale/es/LC_MESSAGES/django.po +314 -305
- structures/locale/fr_FR/LC_MESSAGES/django.po +2227 -0
- structures/locale/it_IT/LC_MESSAGES/django.po +2227 -0
- structures/locale/ja/LC_MESSAGES/django.po +2228 -0
- structures/locale/ko_KR/LC_MESSAGES/django.po +2227 -0
- structures/locale/ru/LC_MESSAGES/django.po +312 -305
- structures/locale/uk/LC_MESSAGES/django.po +2231 -0
- structures/locale/zh_Hans/LC_MESSAGES/django.po +314 -305
- structures/managers.py +12 -12
- structures/models/notifications.py +20 -17
- structures/models/owners.py +1 -3
- structures/models/structures.py +1 -1
- structures/tests/core/test_notification_embeds.py +125 -36
- structures/tests/models/test_notifications_1.py +38 -12
- structures/tests/test_admin.py +48 -22
- structures/tests/test_integration.py +88 -1
- structures/tests/testdata/factories_2.py +34 -1
- structures/views.py +3 -2
- structures/tests/core/test_notification_embeds_2.py +0 -78
- {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/licenses/LICENSE +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-04-
|
11
|
+
"POT-Creation-Date: 2023-04-24 23:05+0200\n"
|
12
12
|
"PO-Revision-Date: 2020-03-09 19:25+0000\n"
|
13
13
|
"Language-Team: Russian (Russia) (https://www.transifex.com/kalkoken-apps/"
|
14
14
|
"teams/107978/ru_RU/)\n"
|
@@ -24,7 +24,14 @@ msgstr ""
|
|
24
24
|
msgid "Sent fuel notifications for selected configuration"
|
25
25
|
msgstr ""
|
26
26
|
|
27
|
-
#: admin.py:
|
27
|
+
#: admin.py:137
|
28
|
+
msgid ""
|
29
|
+
"Timing configuration for sending fuel notifications. Note that the first "
|
30
|
+
"notification will be sent at the exact start hour, and the last notification "
|
31
|
+
"will be sent one repeat before the end hour."
|
32
|
+
msgstr ""
|
33
|
+
|
34
|
+
#: admin.py:240 models/structures.py:163
|
28
35
|
msgid "N/A"
|
29
36
|
msgstr ""
|
30
37
|
|
@@ -303,7 +310,7 @@ msgid ""
|
|
303
310
|
"Change becomes effective at %s."
|
304
311
|
msgstr ""
|
305
312
|
|
306
|
-
#: core/notification_embeds.py:728 models/notifications.py:
|
313
|
+
#: core/notification_embeds.py:728 models/notifications.py:99
|
307
314
|
msgid "Moon mining extraction started"
|
308
315
|
msgstr ""
|
309
316
|
|
@@ -313,8 +320,8 @@ msgid ""
|
|
313
320
|
"A moon mining extraction has been started for %(structure_name)s at %(moon)s "
|
314
321
|
"in %(solar_system)s belonging to %(owner_link)s. Extraction was started by "
|
315
322
|
"%(character)s.\n"
|
316
|
-
"The chunk will be ready on location at %(ready_time)s, and will
|
317
|
-
"on %(auto_time)s.\n"
|
323
|
+
"The chunk will be ready on location at %(ready_time)s, and will fracture "
|
324
|
+
"automatically on %(auto_time)s.\n"
|
318
325
|
"%(ore_text)s"
|
319
326
|
msgstr ""
|
320
327
|
|
@@ -354,7 +361,7 @@ msgstr ""
|
|
354
361
|
#: core/notification_embeds.py:784
|
355
362
|
#, python-format
|
356
363
|
msgid ""
|
357
|
-
"The
|
364
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
358
365
|
"belonging to %(owner_link)s has automatically been fired and the moon "
|
359
366
|
"products are ready to be harvested.\n"
|
360
367
|
"%(ore_text)s"
|
@@ -372,13 +379,13 @@ msgid ""
|
|
372
379
|
msgstr ""
|
373
380
|
|
374
381
|
#: core/notification_embeds.py:831
|
375
|
-
msgid "
|
382
|
+
msgid "Moon drill fired"
|
376
383
|
msgstr ""
|
377
384
|
|
378
385
|
#: core/notification_embeds.py:833
|
379
386
|
#, python-format
|
380
387
|
msgid ""
|
381
|
-
"The
|
388
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
382
389
|
"belonging to %(owner_link)s has been fired by %(character)s and the moon "
|
383
390
|
"products are ready to be harvested.\n"
|
384
391
|
"%(ore_text)s"
|
@@ -407,7 +414,7 @@ msgid ""
|
|
407
414
|
"%(date)s."
|
408
415
|
msgstr ""
|
409
416
|
|
410
|
-
#: core/notification_embeds.py:935 core/notification_embeds.py:
|
417
|
+
#: core/notification_embeds.py:935 core/notification_embeds.py:1631
|
411
418
|
#, python-format
|
412
419
|
msgid ""
|
413
420
|
"The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
|
@@ -425,7 +432,7 @@ msgid ""
|
|
425
432
|
"%(damage_text)s"
|
426
433
|
msgstr ""
|
427
434
|
|
428
|
-
#: core/notification_embeds.py:982 models/notifications.py:
|
435
|
+
#: core/notification_embeds.py:982 models/notifications.py:93
|
429
436
|
msgid "Starbase fuel alert"
|
430
437
|
msgstr ""
|
431
438
|
|
@@ -534,7 +541,7 @@ msgstr ""
|
|
534
541
|
#, python-format
|
535
542
|
msgid ""
|
536
543
|
"%s has offered to end the war with %s in the exchange for %s ISK. If "
|
537
|
-
"accepted, the war will end in 24 hours and your organizations
|
544
|
+
"accepted, the war will end in 24 hours and your organizations will be unable "
|
538
545
|
"to declare new wars against each other for the next 2 weeks."
|
539
546
|
msgstr ""
|
540
547
|
|
@@ -545,40 +552,40 @@ msgstr ""
|
|
545
552
|
#: core/notification_embeds.py:1550
|
546
553
|
#, python-format
|
547
554
|
msgid ""
|
548
|
-
"The selected corporation wallet division for
|
549
|
-
"enough current funds available to pay the %(bill_type)s due to be paid
|
550
|
-
"%(due_date)s. Transfer additional funds to the selected wallet division
|
551
|
-
"order to meet your pending automatic bills."
|
555
|
+
"The selected corporation wallet division for automatic payments does not "
|
556
|
+
"have enough current funds available to pay the %(bill_type)s due to be paid "
|
557
|
+
"by %(due_date)s. Transfer additional funds to the selected wallet division "
|
558
|
+
"in order to meet your pending automatic bills."
|
552
559
|
msgstr ""
|
553
560
|
|
554
|
-
#: core/notification_embeds.py:
|
561
|
+
#: core/notification_embeds.py:1570
|
555
562
|
msgid "IHub Bill About to Expire"
|
556
563
|
msgstr ""
|
557
564
|
|
558
|
-
#: core/notification_embeds.py:
|
565
|
+
#: core/notification_embeds.py:1572
|
559
566
|
#, python-format
|
560
567
|
msgid ""
|
561
568
|
"Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
|
562
569
|
"%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
|
563
570
|
msgstr ""
|
564
571
|
|
565
|
-
#: core/notification_embeds.py:
|
572
|
+
#: core/notification_embeds.py:1597
|
566
573
|
#, python-format
|
567
574
|
msgid "%s has self-destructed due to unpaid maintenance bills"
|
568
575
|
msgstr ""
|
569
576
|
|
570
|
-
#: core/notification_embeds.py:
|
577
|
+
#: core/notification_embeds.py:1601
|
571
578
|
#, python-format
|
572
579
|
msgid ""
|
573
580
|
"%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
|
574
581
|
"maintenance bills where not paid."
|
575
582
|
msgstr ""
|
576
583
|
|
577
|
-
#: core/notification_embeds.py:
|
584
|
+
#: core/notification_embeds.py:1646
|
578
585
|
msgid "Starbase reinforced"
|
579
586
|
msgstr ""
|
580
587
|
|
581
|
-
#: core/notification_embeds.py:
|
588
|
+
#: core/notification_embeds.py:1654
|
582
589
|
#, python-format
|
583
590
|
msgid "has been reinforced and will come out at: %s."
|
584
591
|
msgstr ""
|
@@ -608,1109 +615,1109 @@ msgstr ""
|
|
608
615
|
msgid "no"
|
609
616
|
msgstr ""
|
610
617
|
|
611
|
-
#: models/notifications.py:
|
618
|
+
#: models/notifications.py:43
|
612
619
|
msgid "English"
|
613
620
|
msgstr ""
|
614
621
|
|
615
|
-
#: models/notifications.py:
|
622
|
+
#: models/notifications.py:44
|
616
623
|
msgid "German"
|
617
624
|
msgstr ""
|
618
625
|
|
619
|
-
#: models/notifications.py:
|
626
|
+
#: models/notifications.py:45
|
620
627
|
msgid "Spanish"
|
621
628
|
msgstr ""
|
622
629
|
|
623
|
-
#: models/notifications.py:
|
630
|
+
#: models/notifications.py:46
|
624
631
|
msgid "Chinese Simplified"
|
625
632
|
msgstr ""
|
626
633
|
|
627
|
-
#: models/notifications.py:
|
634
|
+
#: models/notifications.py:47
|
628
635
|
msgid "Russian"
|
629
636
|
msgstr ""
|
630
637
|
|
631
|
-
#: models/notifications.py:
|
638
|
+
#: models/notifications.py:48
|
632
639
|
msgid "Korean"
|
633
640
|
msgstr ""
|
634
641
|
|
635
|
-
#: models/notifications.py:
|
642
|
+
#: models/notifications.py:56
|
636
643
|
msgid "Upwell structure anchoring"
|
637
644
|
msgstr ""
|
638
645
|
|
639
|
-
#: models/notifications.py:
|
646
|
+
#: models/notifications.py:57
|
640
647
|
msgid "Upwell structure went online"
|
641
648
|
msgstr ""
|
642
649
|
|
643
|
-
#: models/notifications.py:
|
650
|
+
#: models/notifications.py:59
|
644
651
|
msgid "Upwell structure services went offline"
|
645
652
|
msgstr ""
|
646
653
|
|
647
|
-
#: models/notifications.py:
|
654
|
+
#: models/notifications.py:62
|
648
655
|
msgid "Upwell structure went high power"
|
649
656
|
msgstr ""
|
650
657
|
|
651
|
-
#: models/notifications.py:
|
658
|
+
#: models/notifications.py:65
|
652
659
|
msgid "Upwell structure went low power"
|
653
660
|
msgstr ""
|
654
661
|
|
655
|
-
#: models/notifications.py:
|
662
|
+
#: models/notifications.py:67
|
656
663
|
msgid "Upwell structure unanchoring"
|
657
664
|
msgstr ""
|
658
665
|
|
659
|
-
#: models/notifications.py:
|
666
|
+
#: models/notifications.py:68
|
660
667
|
msgid "Upwell structure fuel alert"
|
661
668
|
msgstr ""
|
662
669
|
|
663
|
-
#: models/notifications.py:
|
670
|
+
#: models/notifications.py:69
|
664
671
|
msgid "Upwell structure refueled"
|
665
672
|
msgstr ""
|
666
673
|
|
667
|
-
#: models/notifications.py:
|
674
|
+
#: models/notifications.py:71
|
668
675
|
msgid "Upwell structure jump fuel alert"
|
669
676
|
msgstr ""
|
670
677
|
|
671
|
-
#: models/notifications.py:
|
678
|
+
#: models/notifications.py:74
|
672
679
|
msgid "Upwell structure is under attack"
|
673
680
|
msgstr ""
|
674
681
|
|
675
|
-
#: models/notifications.py:
|
682
|
+
#: models/notifications.py:76
|
676
683
|
msgid "Upwell structure lost shields"
|
677
684
|
msgstr ""
|
678
685
|
|
679
|
-
#: models/notifications.py:
|
686
|
+
#: models/notifications.py:77
|
680
687
|
msgid "Upwell structure lost armor"
|
681
688
|
msgstr ""
|
682
689
|
|
683
|
-
#: models/notifications.py:
|
690
|
+
#: models/notifications.py:78
|
684
691
|
msgid "Upwell structure destroyed"
|
685
692
|
msgstr ""
|
686
693
|
|
687
|
-
#: models/notifications.py:
|
694
|
+
#: models/notifications.py:81
|
688
695
|
msgid "Upwell structure reinforcement time changed"
|
689
696
|
msgstr ""
|
690
697
|
|
691
|
-
#: models/notifications.py:
|
698
|
+
#: models/notifications.py:84
|
692
699
|
msgid "Upwell structure ownership transferred"
|
693
700
|
msgstr ""
|
694
701
|
|
695
|
-
#: models/notifications.py:
|
702
|
+
#: models/notifications.py:88
|
696
703
|
msgid "Customs office attacked"
|
697
704
|
msgstr ""
|
698
705
|
|
699
|
-
#: models/notifications.py:
|
706
|
+
#: models/notifications.py:89
|
700
707
|
msgid "Customs office reinforced"
|
701
708
|
msgstr ""
|
702
709
|
|
703
|
-
#: models/notifications.py:
|
710
|
+
#: models/notifications.py:92
|
704
711
|
msgid "Starbase attacked"
|
705
712
|
msgstr ""
|
706
713
|
|
707
|
-
#: models/notifications.py:
|
714
|
+
#: models/notifications.py:94
|
708
715
|
msgid "Starbase refueled (BETA)"
|
709
716
|
msgstr ""
|
710
717
|
|
711
|
-
#: models/notifications.py:
|
718
|
+
#: models/notifications.py:95
|
712
719
|
msgid "Starbase reinforced (BETA)"
|
713
720
|
msgstr ""
|
714
721
|
|
715
|
-
#: models/notifications.py:
|
722
|
+
#: models/notifications.py:101
|
716
723
|
msgid "Moonmining laser fired"
|
717
724
|
msgstr ""
|
718
725
|
|
719
|
-
#: models/notifications.py:
|
726
|
+
#: models/notifications.py:103
|
720
727
|
msgid "Moon mining extraction cancelled"
|
721
728
|
msgstr ""
|
722
729
|
|
723
|
-
#: models/notifications.py:
|
730
|
+
#: models/notifications.py:106
|
724
731
|
msgid "Moon mining extraction finished"
|
725
732
|
msgstr ""
|
726
733
|
|
727
|
-
#: models/notifications.py:
|
734
|
+
#: models/notifications.py:109
|
728
735
|
msgid "Moon mining automatic fracture triggered"
|
729
736
|
msgstr ""
|
730
737
|
|
731
|
-
#: models/notifications.py:
|
738
|
+
#: models/notifications.py:114
|
732
739
|
msgid "Sovereignty structure reinforced"
|
733
740
|
msgstr ""
|
734
741
|
|
735
|
-
#: models/notifications.py:
|
742
|
+
#: models/notifications.py:117
|
736
743
|
msgid "Sovereignty structure destroyed"
|
737
744
|
msgstr ""
|
738
745
|
|
739
|
-
#: models/notifications.py:
|
746
|
+
#: models/notifications.py:120
|
740
747
|
msgid "Sovereignty entosis capture started"
|
741
748
|
msgstr ""
|
742
749
|
|
743
|
-
#: models/notifications.py:
|
750
|
+
#: models/notifications.py:123
|
744
751
|
msgid "Sovereignty command node event started"
|
745
752
|
msgstr ""
|
746
753
|
|
747
|
-
#: models/notifications.py:
|
754
|
+
#: models/notifications.py:126
|
748
755
|
msgid "Sovereignty claim acknowledgment"
|
749
756
|
msgstr ""
|
750
757
|
|
751
|
-
#: models/notifications.py:
|
758
|
+
#: models/notifications.py:128
|
752
759
|
msgid "Sovereignty lost"
|
753
760
|
msgstr ""
|
754
761
|
|
755
|
-
#: models/notifications.py:
|
762
|
+
#: models/notifications.py:130
|
756
763
|
msgid "Structure anchoring in alliance space"
|
757
764
|
msgstr ""
|
758
765
|
|
759
|
-
#: models/notifications.py:
|
766
|
+
#: models/notifications.py:134
|
760
767
|
msgid "War declared"
|
761
768
|
msgstr ""
|
762
769
|
|
763
|
-
#: models/notifications.py:
|
770
|
+
#: models/notifications.py:136
|
764
771
|
msgid "War ally joined aggressor"
|
765
772
|
msgstr ""
|
766
773
|
|
767
|
-
#: models/notifications.py:
|
774
|
+
#: models/notifications.py:138
|
768
775
|
msgid "War ally joined ally"
|
769
776
|
msgstr ""
|
770
777
|
|
771
|
-
#: models/notifications.py:
|
778
|
+
#: models/notifications.py:140
|
772
779
|
msgid "War ally joined defender"
|
773
780
|
msgstr ""
|
774
781
|
|
775
|
-
#: models/notifications.py:
|
782
|
+
#: models/notifications.py:142
|
776
783
|
msgid "War adopted"
|
777
784
|
msgstr ""
|
778
785
|
|
779
|
-
#: models/notifications.py:
|
786
|
+
#: models/notifications.py:143
|
780
787
|
msgid "War inherited"
|
781
788
|
msgstr ""
|
782
789
|
|
783
|
-
#: models/notifications.py:
|
790
|
+
#: models/notifications.py:144
|
784
791
|
msgid "War party surrendered"
|
785
792
|
msgstr ""
|
786
793
|
|
787
|
-
#: models/notifications.py:
|
794
|
+
#: models/notifications.py:146
|
788
795
|
msgid "War retracted by Concord"
|
789
796
|
msgstr ""
|
790
797
|
|
791
|
-
#: models/notifications.py:
|
798
|
+
#: models/notifications.py:149
|
792
799
|
msgid "War corporation became eligible"
|
793
800
|
msgstr ""
|
794
801
|
|
795
|
-
#: models/notifications.py:
|
802
|
+
#: models/notifications.py:152
|
796
803
|
msgid "War corporation no longer eligible"
|
797
804
|
msgstr ""
|
798
805
|
|
799
|
-
#: models/notifications.py:
|
806
|
+
#: models/notifications.py:154
|
800
807
|
msgid "War surrender offered"
|
801
808
|
msgstr ""
|
802
809
|
|
803
|
-
#: models/notifications.py:
|
810
|
+
#: models/notifications.py:157
|
804
811
|
msgid "Character submitted application"
|
805
812
|
msgstr ""
|
806
813
|
|
807
|
-
#: models/notifications.py:
|
814
|
+
#: models/notifications.py:159
|
808
815
|
msgid "Character invited to join corporation"
|
809
816
|
msgstr ""
|
810
817
|
|
811
|
-
#: models/notifications.py:
|
818
|
+
#: models/notifications.py:162
|
812
819
|
msgid "Corp application rejected"
|
813
820
|
msgstr ""
|
814
821
|
|
815
|
-
#: models/notifications.py:
|
822
|
+
#: models/notifications.py:164
|
816
823
|
msgid "Character withdrew application"
|
817
824
|
msgstr ""
|
818
825
|
|
819
|
-
#: models/notifications.py:
|
826
|
+
#: models/notifications.py:165
|
820
827
|
msgid "Character joins corporation"
|
821
828
|
msgstr ""
|
822
829
|
|
823
|
-
#: models/notifications.py:
|
830
|
+
#: models/notifications.py:166
|
824
831
|
msgid "Character leaves corporation"
|
825
832
|
msgstr ""
|
826
833
|
|
827
|
-
#: models/notifications.py:
|
834
|
+
#: models/notifications.py:169
|
828
835
|
msgid "Bill out of money"
|
829
836
|
msgstr ""
|
830
837
|
|
831
|
-
#: models/notifications.py:
|
838
|
+
#: models/notifications.py:172
|
832
839
|
msgid "I-HUB bill about to expire"
|
833
840
|
msgstr ""
|
834
841
|
|
835
|
-
#: models/notifications.py:
|
842
|
+
#: models/notifications.py:176
|
836
843
|
msgid "I_HUB destroyed by bill failure"
|
837
844
|
msgstr ""
|
838
845
|
|
839
|
-
#: models/notifications.py:
|
846
|
+
#: models/notifications.py:336
|
840
847
|
msgid "notification types"
|
841
848
|
msgstr ""
|
842
849
|
|
843
|
-
#: models/notifications.py:
|
850
|
+
#: models/notifications.py:338
|
844
851
|
msgid "Select which type of notifications should be forwarded to this webhook"
|
845
852
|
msgstr ""
|
846
853
|
|
847
|
-
#: models/notifications.py:
|
854
|
+
#: models/notifications.py:347
|
848
855
|
msgid "language"
|
849
856
|
msgstr ""
|
850
857
|
|
851
|
-
#: models/notifications.py:
|
858
|
+
#: models/notifications.py:348
|
852
859
|
msgid "language of notifications send to this webhook"
|
853
860
|
msgstr ""
|
854
861
|
|
855
|
-
#: models/notifications.py:
|
862
|
+
#: models/notifications.py:352 models/structures.py:92
|
856
863
|
msgid "is default"
|
857
864
|
msgstr ""
|
858
865
|
|
859
|
-
#: models/notifications.py:
|
866
|
+
#: models/notifications.py:354
|
860
867
|
msgid "Whether owners have this webhook automatically pre-set when created"
|
861
868
|
msgstr ""
|
862
869
|
|
863
|
-
#: models/notifications.py:
|
870
|
+
#: models/notifications.py:359 models/owners.py:153
|
864
871
|
msgid "has default pings enabled"
|
865
872
|
msgstr ""
|
866
873
|
|
867
|
-
#: models/notifications.py:
|
874
|
+
#: models/notifications.py:370 models/owners.py:199
|
868
875
|
msgid "ping groups"
|
869
876
|
msgstr ""
|
870
877
|
|
871
|
-
#: models/notifications.py:
|
878
|
+
#: models/notifications.py:371
|
872
879
|
msgid "Groups to be pinged for each notification - "
|
873
880
|
msgstr ""
|
874
881
|
|
875
|
-
#: models/notifications.py:
|
882
|
+
#: models/notifications.py:376
|
876
883
|
msgid "webhook"
|
877
884
|
msgstr ""
|
878
885
|
|
879
|
-
#: models/notifications.py:
|
886
|
+
#: models/notifications.py:377 models/owners.py:214 models/structures.py:390
|
880
887
|
msgid "webhooks"
|
881
888
|
msgstr ""
|
882
889
|
|
883
|
-
#: models/notifications.py:
|
890
|
+
#: models/notifications.py:390
|
884
891
|
msgid "is sent"
|
885
892
|
msgstr ""
|
886
893
|
|
887
|
-
#: models/notifications.py:
|
894
|
+
#: models/notifications.py:391
|
888
895
|
msgid "True when this notification has been forwarded to Discord"
|
889
896
|
msgstr ""
|
890
897
|
|
891
|
-
#: models/notifications.py:
|
898
|
+
#: models/notifications.py:396
|
892
899
|
msgid "is timer added"
|
893
900
|
msgstr ""
|
894
901
|
|
895
|
-
#: models/notifications.py:
|
902
|
+
#: models/notifications.py:397
|
896
903
|
msgid "True when a timer has been added for this notification"
|
897
904
|
msgstr ""
|
898
905
|
|
899
|
-
#: models/notifications.py:
|
900
|
-
#: models/structures.py:
|
906
|
+
#: models/notifications.py:403 models/structures.py:243
|
907
|
+
#: models/structures.py:787
|
901
908
|
msgid "type"
|
902
909
|
msgstr ""
|
903
910
|
|
904
|
-
#: models/notifications.py:
|
911
|
+
#: models/notifications.py:404
|
905
912
|
msgid "type of this notification"
|
906
913
|
msgstr ""
|
907
914
|
|
908
|
-
#: models/notifications.py:
|
909
|
-
#: models/structures.py:
|
915
|
+
#: models/notifications.py:409 models/owners.py:221 models/owners.py:1287
|
916
|
+
#: models/structures.py:313
|
910
917
|
msgid "owner"
|
911
918
|
msgstr ""
|
912
919
|
|
913
|
-
#: models/notifications.py:
|
920
|
+
#: models/notifications.py:410
|
914
921
|
msgid "Corporation that owns this notification"
|
915
922
|
msgstr ""
|
916
923
|
|
917
|
-
#: models/notifications.py:
|
924
|
+
#: models/notifications.py:414 models/structures.py:403
|
918
925
|
msgid "structures"
|
919
926
|
msgstr ""
|
920
927
|
|
921
|
-
#: models/notifications.py:
|
928
|
+
#: models/notifications.py:415
|
922
929
|
msgid "Structures this notification is about (if any)"
|
923
930
|
msgstr ""
|
924
931
|
|
925
|
-
#: models/notifications.py:
|
926
|
-
#: models/structures.py:
|
932
|
+
#: models/notifications.py:694 models/structures.py:203
|
933
|
+
#: models/structures.py:773
|
927
934
|
msgid "id"
|
928
935
|
msgstr ""
|
929
936
|
|
930
|
-
#: models/notifications.py:
|
937
|
+
#: models/notifications.py:698
|
931
938
|
msgid "created"
|
932
939
|
msgstr ""
|
933
940
|
|
934
|
-
#: models/notifications.py:
|
941
|
+
#: models/notifications.py:699
|
935
942
|
msgid "Date when this notification was first received from ESI"
|
936
943
|
msgstr ""
|
937
944
|
|
938
|
-
#: models/notifications.py:
|
945
|
+
#: models/notifications.py:704
|
939
946
|
msgid "is read"
|
940
947
|
msgstr ""
|
941
948
|
|
942
|
-
#: models/notifications.py:
|
949
|
+
#: models/notifications.py:705
|
943
950
|
msgid "True when this notification has read in the eve client"
|
944
951
|
msgstr ""
|
945
952
|
|
946
|
-
#: models/notifications.py:
|
953
|
+
#: models/notifications.py:708
|
947
954
|
msgid "last updated"
|
948
955
|
msgstr ""
|
949
956
|
|
950
|
-
#: models/notifications.py:
|
957
|
+
#: models/notifications.py:709
|
951
958
|
msgid "Date when this notification has last been updated from ESI"
|
952
959
|
msgstr ""
|
953
960
|
|
954
|
-
#: models/notifications.py:
|
961
|
+
#: models/notifications.py:716
|
955
962
|
msgid "sender"
|
956
963
|
msgstr ""
|
957
964
|
|
958
|
-
#: models/notifications.py:
|
965
|
+
#: models/notifications.py:723
|
959
966
|
msgid "text"
|
960
967
|
msgstr ""
|
961
968
|
|
962
|
-
#: models/notifications.py:
|
969
|
+
#: models/notifications.py:724
|
963
970
|
msgid "Notification details in YAML"
|
964
971
|
msgstr ""
|
965
972
|
|
966
|
-
#: models/notifications.py:
|
973
|
+
#: models/notifications.py:726 models/notifications.py:843
|
967
974
|
msgid "timestamp"
|
968
975
|
msgstr ""
|
969
976
|
|
970
|
-
#: models/notifications.py:
|
977
|
+
#: models/notifications.py:731
|
971
978
|
msgid "eve notification"
|
972
979
|
msgstr ""
|
973
980
|
|
974
|
-
#: models/notifications.py:
|
981
|
+
#: models/notifications.py:732
|
975
982
|
msgid "eve notifications"
|
976
983
|
msgstr ""
|
977
984
|
|
978
|
-
#: models/notifications.py:
|
985
|
+
#: models/notifications.py:841
|
979
986
|
msgid "details"
|
980
987
|
msgstr ""
|
981
988
|
|
982
|
-
#: models/notifications.py:
|
989
|
+
#: models/notifications.py:842
|
983
990
|
msgid "last_updated"
|
984
991
|
msgstr ""
|
985
992
|
|
986
|
-
#: models/notifications.py:
|
993
|
+
#: models/notifications.py:848
|
987
994
|
msgid "generated notification"
|
988
995
|
msgstr ""
|
989
996
|
|
990
|
-
#: models/notifications.py:
|
997
|
+
#: models/notifications.py:849
|
991
998
|
msgid "generated notifications"
|
992
999
|
msgstr ""
|
993
1000
|
|
994
|
-
#: models/notifications.py:
|
1001
|
+
#: models/notifications.py:878
|
995
1002
|
msgid "channel pings"
|
996
1003
|
msgstr ""
|
997
1004
|
|
998
|
-
#: models/notifications.py:
|
1005
|
+
#: models/notifications.py:880
|
999
1006
|
msgid ""
|
1000
1007
|
"Option to ping every member of the channel. This setting can be overruled by "
|
1001
1008
|
"the respective owner or webhook configuration"
|
1002
1009
|
msgstr ""
|
1003
1010
|
|
1004
|
-
#: models/notifications.py:
|
1011
|
+
#: models/notifications.py:890
|
1005
1012
|
msgid "color"
|
1006
1013
|
msgstr ""
|
1007
1014
|
|
1008
|
-
#: models/notifications.py:
|
1015
|
+
#: models/notifications.py:891
|
1009
1016
|
msgid "Context color of these notification on Discord"
|
1010
1017
|
msgstr ""
|
1011
1018
|
|
1012
|
-
#: models/notifications.py:
|
1019
|
+
#: models/notifications.py:895
|
1013
1020
|
msgid "is_enabled"
|
1014
1021
|
msgstr ""
|
1015
1022
|
|
1016
|
-
#: models/notifications.py:
|
1023
|
+
#: models/notifications.py:896
|
1017
1024
|
msgid "Disabled configurations will not create any new alerts."
|
1018
1025
|
msgstr ""
|
1019
1026
|
|
1020
|
-
#: models/notifications.py:
|
1027
|
+
#: models/notifications.py:919
|
1021
1028
|
msgid "end"
|
1022
1029
|
msgstr ""
|
1023
1030
|
|
1024
|
-
#: models/notifications.py:
|
1031
|
+
#: models/notifications.py:919
|
1025
1032
|
msgid "End of alerts in hours before fuel expires"
|
1026
1033
|
msgstr ""
|
1027
1034
|
|
1028
|
-
#: models/notifications.py:
|
1035
|
+
#: models/notifications.py:922
|
1029
1036
|
msgid "repeat"
|
1030
1037
|
msgstr ""
|
1031
1038
|
|
1032
|
-
#: models/notifications.py:
|
1039
|
+
#: models/notifications.py:924
|
1033
1040
|
msgid "Notifications will be repeated every x hours. Set to 0 for no repeats"
|
1034
1041
|
msgstr ""
|
1035
1042
|
|
1036
|
-
#: models/notifications.py:
|
1043
|
+
#: models/notifications.py:928
|
1037
1044
|
msgid "start"
|
1038
1045
|
msgstr ""
|
1039
1046
|
|
1040
|
-
#: models/notifications.py:
|
1047
|
+
#: models/notifications.py:929
|
1041
1048
|
msgid "Start of alerts in hours before fuel expires"
|
1042
1049
|
msgstr ""
|
1043
1050
|
|
1044
|
-
#: models/notifications.py:
|
1051
|
+
#: models/notifications.py:933
|
1045
1052
|
msgid "structure fuel alert config"
|
1046
1053
|
msgstr ""
|
1047
1054
|
|
1048
|
-
#: models/notifications.py:
|
1055
|
+
#: models/notifications.py:934
|
1049
1056
|
msgid "structure fuel alert configs"
|
1050
1057
|
msgstr ""
|
1051
1058
|
|
1052
|
-
#: models/notifications.py:
|
1059
|
+
#: models/notifications.py:941
|
1053
1060
|
msgid "Start must be before end, i.e. have a larger value."
|
1054
1061
|
msgstr ""
|
1055
1062
|
|
1056
|
-
#: models/notifications.py:
|
1063
|
+
#: models/notifications.py:945
|
1057
1064
|
msgid "Repeat can not be larger that the interval size."
|
1058
1065
|
msgstr ""
|
1059
1066
|
|
1060
|
-
#: models/notifications.py:
|
1067
|
+
#: models/notifications.py:954
|
1061
1068
|
msgid "This configuration may not overlap with an existing configuration."
|
1062
1069
|
msgstr ""
|
1063
1070
|
|
1064
|
-
#: models/notifications.py:
|
1071
|
+
#: models/notifications.py:1021
|
1065
1072
|
msgid "threshold"
|
1066
1073
|
msgstr ""
|
1067
1074
|
|
1068
|
-
#: models/notifications.py:
|
1075
|
+
#: models/notifications.py:1023
|
1069
1076
|
msgid ""
|
1070
1077
|
"Notifications will be sent once fuel level in units reaches this threshold"
|
1071
1078
|
msgstr ""
|
1072
1079
|
|
1073
|
-
#: models/notifications.py:
|
1080
|
+
#: models/notifications.py:1028
|
1074
1081
|
msgid "jump fuel alert config"
|
1075
1082
|
msgstr ""
|
1076
1083
|
|
1077
|
-
#: models/notifications.py:
|
1084
|
+
#: models/notifications.py:1029
|
1078
1085
|
msgid "jump fuel alert configs"
|
1079
1086
|
msgstr ""
|
1080
1087
|
|
1081
|
-
#: models/notifications.py:
|
1082
|
-
#: models/structures.py:
|
1088
|
+
#: models/notifications.py:1078 models/notifications.py:1128
|
1089
|
+
#: models/structures.py:402 models/structures.py:779 models/structures.py:844
|
1083
1090
|
msgid "structure"
|
1084
1091
|
msgstr ""
|
1085
1092
|
|
1086
|
-
#: models/notifications.py:
|
1093
|
+
#: models/notifications.py:1084 models/notifications.py:1134
|
1087
1094
|
msgid "configuration"
|
1088
1095
|
msgstr ""
|
1089
1096
|
|
1090
|
-
#: models/notifications.py:
|
1097
|
+
#: models/notifications.py:1088
|
1091
1098
|
msgid "hours"
|
1092
1099
|
msgstr ""
|
1093
1100
|
|
1094
|
-
#: models/notifications.py:
|
1101
|
+
#: models/notifications.py:1089
|
1095
1102
|
msgid "number of hours before fuel expiration this alert was sent"
|
1096
1103
|
msgstr ""
|
1097
1104
|
|
1098
|
-
#: models/notifications.py:
|
1105
|
+
#: models/notifications.py:1093
|
1099
1106
|
msgid "structure fuel alert"
|
1100
1107
|
msgstr ""
|
1101
1108
|
|
1102
|
-
#: models/notifications.py:
|
1109
|
+
#: models/notifications.py:1094
|
1103
1110
|
msgid "structure fuel alerts"
|
1104
1111
|
msgstr ""
|
1105
1112
|
|
1106
|
-
#: models/notifications.py:
|
1113
|
+
#: models/notifications.py:1138
|
1107
1114
|
msgid "jump fuel alert"
|
1108
1115
|
msgstr ""
|
1109
1116
|
|
1110
|
-
#: models/notifications.py:
|
1117
|
+
#: models/notifications.py:1139
|
1111
1118
|
msgid "jump fuel alerts"
|
1112
1119
|
msgstr ""
|
1113
1120
|
|
1114
|
-
#: models/owners.py:
|
1121
|
+
#: models/owners.py:119
|
1115
1122
|
msgid "corporation"
|
1116
1123
|
msgstr ""
|
1117
1124
|
|
1118
|
-
#: models/owners.py:
|
1125
|
+
#: models/owners.py:120
|
1119
1126
|
msgid "Corporation owning structures"
|
1120
1127
|
msgstr ""
|
1121
1128
|
|
1122
|
-
#: models/owners.py:
|
1129
|
+
#: models/owners.py:125
|
1123
1130
|
msgid "are pocos public"
|
1124
1131
|
msgstr ""
|
1125
1132
|
|
1126
|
-
#: models/owners.py:
|
1133
|
+
#: models/owners.py:126
|
1127
1134
|
msgid "whether pocos of this owner are shown on public POCO page"
|
1128
1135
|
msgstr ""
|
1129
1136
|
|
1130
|
-
#: models/owners.py:
|
1137
|
+
#: models/owners.py:132
|
1131
1138
|
msgid "assets last update at"
|
1132
1139
|
msgstr ""
|
1133
1140
|
|
1134
|
-
#: models/owners.py:
|
1135
|
-
#: models/owners.py:
|
1141
|
+
#: models/owners.py:133 models/owners.py:149 models/owners.py:192
|
1142
|
+
#: models/owners.py:207
|
1136
1143
|
msgid "when the last successful update happened"
|
1137
1144
|
msgstr ""
|
1138
1145
|
|
1139
|
-
#: models/owners.py:
|
1146
|
+
#: models/owners.py:148
|
1140
1147
|
msgid "forwarding last update at"
|
1141
1148
|
msgstr ""
|
1142
1149
|
|
1143
|
-
#: models/owners.py:
|
1150
|
+
#: models/owners.py:155
|
1144
1151
|
msgid ""
|
1145
1152
|
"to enable or disable pinging of notifications for this owner e.g. with "
|
1146
1153
|
"@everyone and @here"
|
1147
1154
|
msgstr ""
|
1148
1155
|
|
1149
|
-
#: models/owners.py:
|
1156
|
+
#: models/owners.py:161
|
1150
1157
|
msgid "is active"
|
1151
1158
|
msgstr ""
|
1152
1159
|
|
1153
|
-
#: models/owners.py:
|
1160
|
+
#: models/owners.py:162
|
1154
1161
|
msgid "whether this owner is currently included in the sync process"
|
1155
1162
|
msgstr ""
|
1156
1163
|
|
1157
|
-
#: models/owners.py:
|
1164
|
+
#: models/owners.py:166
|
1158
1165
|
msgid "is alliance main"
|
1159
1166
|
msgstr ""
|
1160
1167
|
|
1161
|
-
#: models/owners.py:
|
1168
|
+
#: models/owners.py:168
|
1162
1169
|
msgid ""
|
1163
1170
|
"whether alliance wide notifications are forwarded for this owner (e.g. sov "
|
1164
1171
|
"notifications)"
|
1165
1172
|
msgstr ""
|
1166
1173
|
|
1167
|
-
#: models/owners.py:
|
1174
|
+
#: models/owners.py:174
|
1168
1175
|
msgid "is included in service status"
|
1169
1176
|
msgstr ""
|
1170
1177
|
|
1171
|
-
#: models/owners.py:
|
1178
|
+
#: models/owners.py:176
|
1172
1179
|
msgid ""
|
1173
1180
|
"whether the sync status of this owner is included in the overall status of "
|
1174
1181
|
"this services"
|
1175
1182
|
msgstr ""
|
1176
1183
|
|
1177
|
-
#: models/owners.py:
|
1184
|
+
#: models/owners.py:184
|
1178
1185
|
msgid "is up"
|
1179
1186
|
msgstr ""
|
1180
1187
|
|
1181
|
-
#: models/owners.py:
|
1188
|
+
#: models/owners.py:185
|
1182
1189
|
msgid "whether all services for this owner are currently up"
|
1183
1190
|
msgstr ""
|
1184
1191
|
|
1185
|
-
#: models/owners.py:
|
1192
|
+
#: models/owners.py:191
|
1186
1193
|
msgid "notifications last update at"
|
1187
1194
|
msgstr ""
|
1188
1195
|
|
1189
|
-
#: models/owners.py:
|
1196
|
+
#: models/owners.py:200
|
1190
1197
|
msgid "Groups to be pinged for each notification. "
|
1191
1198
|
msgstr ""
|
1192
1199
|
|
1193
|
-
#: models/owners.py:
|
1200
|
+
#: models/owners.py:206
|
1194
1201
|
msgid "structures last update at"
|
1195
1202
|
msgstr ""
|
1196
1203
|
|
1197
|
-
#: models/owners.py:
|
1204
|
+
#: models/owners.py:215
|
1198
1205
|
msgid "Notifications are sent to these webhooks."
|
1199
1206
|
msgstr ""
|
1200
1207
|
|
1201
|
-
#: models/owners.py:
|
1208
|
+
#: models/owners.py:222
|
1202
1209
|
msgid "owners"
|
1203
1210
|
msgstr ""
|
1204
1211
|
|
1205
|
-
#: models/owners.py:
|
1212
|
+
#: models/owners.py:1147
|
1206
1213
|
#, python-format
|
1207
1214
|
msgid ""
|
1208
1215
|
"Syncing of %(topic)s for %(owner)s %(result)s.\n"
|
1209
1216
|
" %(message_details)s"
|
1210
1217
|
msgstr ""
|
1211
1218
|
|
1212
|
-
#: models/owners.py:
|
1219
|
+
#: models/owners.py:1151
|
1213
1220
|
msgid "completed successfully"
|
1214
1221
|
msgstr ""
|
1215
1222
|
|
1216
|
-
#: models/owners.py:
|
1223
|
+
#: models/owners.py:1156
|
1217
1224
|
#, python-format
|
1218
1225
|
msgid "%(title)s: %(topic)s updated for %(owner)s: %(result)s"
|
1219
1226
|
msgstr ""
|
1220
1227
|
|
1221
|
-
#: models/owners.py:
|
1228
|
+
#: models/owners.py:1161
|
1222
1229
|
msgid "OK"
|
1223
1230
|
msgstr ""
|
1224
1231
|
|
1225
|
-
#: models/owners.py:
|
1232
|
+
#: models/owners.py:1293
|
1226
1233
|
msgid "character_ownership"
|
1227
1234
|
msgstr ""
|
1228
1235
|
|
1229
|
-
#: models/owners.py:
|
1236
|
+
#: models/owners.py:1301
|
1230
1237
|
msgid "structures last used at"
|
1231
1238
|
msgstr ""
|
1232
1239
|
|
1233
|
-
#: models/owners.py:
|
1240
|
+
#: models/owners.py:1309
|
1234
1241
|
msgid "notifications last used at"
|
1235
1242
|
msgstr ""
|
1236
1243
|
|
1237
|
-
#: models/owners.py:
|
1244
|
+
#: models/owners.py:1315
|
1238
1245
|
msgid "error count"
|
1239
1246
|
msgstr ""
|
1240
1247
|
|
1241
|
-
#: models/owners.py:
|
1248
|
+
#: models/owners.py:1321
|
1242
1249
|
msgid "owner character"
|
1243
1250
|
msgstr ""
|
1244
1251
|
|
1245
|
-
#: models/owners.py:
|
1252
|
+
#: models/owners.py:1322
|
1246
1253
|
msgid "owner characters"
|
1247
1254
|
msgstr ""
|
1248
1255
|
|
1249
|
-
#: models/structures.py:
|
1256
|
+
#: models/structures.py:38
|
1250
1257
|
msgid "sov"
|
1251
1258
|
msgstr ""
|
1252
1259
|
|
1253
|
-
#: models/structures.py:
|
1260
|
+
#: models/structures.py:39
|
1254
1261
|
msgid "highsec"
|
1255
1262
|
msgstr ""
|
1256
1263
|
|
1257
|
-
#: models/structures.py:
|
1264
|
+
#: models/structures.py:40
|
1258
1265
|
msgid "lowsec"
|
1259
1266
|
msgstr ""
|
1260
1267
|
|
1261
|
-
#: models/structures.py:
|
1268
|
+
#: models/structures.py:41
|
1262
1269
|
msgid "nullsec"
|
1263
1270
|
msgstr ""
|
1264
1271
|
|
1265
|
-
#: models/structures.py:
|
1272
|
+
#: models/structures.py:42
|
1266
1273
|
msgid "w_space"
|
1267
1274
|
msgstr ""
|
1268
1275
|
|
1269
|
-
#: models/structures.py:
|
1276
|
+
#: models/structures.py:45
|
1270
1277
|
msgid "grey"
|
1271
1278
|
msgstr ""
|
1272
1279
|
|
1273
|
-
#: models/structures.py:
|
1280
|
+
#: models/structures.py:46
|
1274
1281
|
msgid "dark blue"
|
1275
1282
|
msgstr ""
|
1276
1283
|
|
1277
|
-
#: models/structures.py:
|
1284
|
+
#: models/structures.py:47
|
1278
1285
|
msgid "green"
|
1279
1286
|
msgstr ""
|
1280
1287
|
|
1281
|
-
#: models/structures.py:
|
1288
|
+
#: models/structures.py:48
|
1282
1289
|
msgid "light blue"
|
1283
1290
|
msgstr ""
|
1284
1291
|
|
1285
|
-
#: models/structures.py:
|
1292
|
+
#: models/structures.py:49
|
1286
1293
|
msgid "orange"
|
1287
1294
|
msgstr ""
|
1288
1295
|
|
1289
|
-
#: models/structures.py:
|
1296
|
+
#: models/structures.py:50
|
1290
1297
|
msgid "red"
|
1291
1298
|
msgstr ""
|
1292
1299
|
|
1293
|
-
#: models/structures.py:
|
1300
|
+
#: models/structures.py:62 models/structures.py:285 models/structures.py:848
|
1294
1301
|
msgid "name"
|
1295
1302
|
msgstr ""
|
1296
1303
|
|
1297
|
-
#: models/structures.py:
|
1304
|
+
#: models/structures.py:63
|
1298
1305
|
msgid "name of the tag - must be unique"
|
1299
1306
|
msgstr ""
|
1300
1307
|
|
1301
|
-
#: models/structures.py:
|
1308
|
+
#: models/structures.py:69
|
1302
1309
|
msgid "description"
|
1303
1310
|
msgstr ""
|
1304
1311
|
|
1305
|
-
#: models/structures.py:
|
1312
|
+
#: models/structures.py:70
|
1306
1313
|
msgid "description for this tag"
|
1307
1314
|
msgstr ""
|
1308
1315
|
|
1309
|
-
#: models/structures.py:
|
1316
|
+
#: models/structures.py:77
|
1310
1317
|
msgid "style"
|
1311
1318
|
msgstr ""
|
1312
1319
|
|
1313
|
-
#: models/structures.py:
|
1320
|
+
#: models/structures.py:78
|
1314
1321
|
msgid "color style of tag"
|
1315
1322
|
msgstr ""
|
1316
1323
|
|
1317
|
-
#: models/structures.py:
|
1324
|
+
#: models/structures.py:84
|
1318
1325
|
msgid "order"
|
1319
1326
|
msgstr ""
|
1320
1327
|
|
1321
|
-
#: models/structures.py:
|
1328
|
+
#: models/structures.py:86
|
1322
1329
|
msgid ""
|
1323
1330
|
"number defining the order tags are shown. custom tags can not have an order "
|
1324
1331
|
"below 100"
|
1325
1332
|
msgstr ""
|
1326
1333
|
|
1327
|
-
#: models/structures.py:
|
1334
|
+
#: models/structures.py:94
|
1328
1335
|
msgid "if true this custom tag will automatically be added to new structures"
|
1329
1336
|
msgstr ""
|
1330
1337
|
|
1331
|
-
#: models/structures.py:
|
1338
|
+
#: models/structures.py:99
|
1332
1339
|
msgid "is user managed"
|
1333
1340
|
msgstr ""
|
1334
1341
|
|
1335
|
-
#: models/structures.py:
|
1342
|
+
#: models/structures.py:101
|
1336
1343
|
msgid ""
|
1337
1344
|
"if False this tag is created and managed by the system and can not be "
|
1338
1345
|
"modified by users"
|
1339
1346
|
msgstr ""
|
1340
1347
|
|
1341
|
-
#: models/structures.py:
|
1348
|
+
#: models/structures.py:109
|
1342
1349
|
msgid "structure tag"
|
1343
1350
|
msgstr ""
|
1344
1351
|
|
1345
|
-
#: models/structures.py:
|
1352
|
+
#: models/structures.py:110
|
1346
1353
|
msgid "structure tags"
|
1347
1354
|
msgstr ""
|
1348
1355
|
|
1349
|
-
#: models/structures.py:
|
1356
|
+
#: models/structures.py:144
|
1350
1357
|
msgid "anchor vulnerable"
|
1351
1358
|
msgstr ""
|
1352
1359
|
|
1353
|
-
#: models/structures.py:
|
1360
|
+
#: models/structures.py:145
|
1354
1361
|
msgid "anchoring"
|
1355
1362
|
msgstr ""
|
1356
1363
|
|
1357
|
-
#: models/structures.py:
|
1364
|
+
#: models/structures.py:146
|
1358
1365
|
msgid "armor reinforce"
|
1359
1366
|
msgstr ""
|
1360
1367
|
|
1361
|
-
#: models/structures.py:
|
1368
|
+
#: models/structures.py:147
|
1362
1369
|
msgid "armor vulnerable"
|
1363
1370
|
msgstr ""
|
1364
1371
|
|
1365
|
-
#: models/structures.py:
|
1372
|
+
#: models/structures.py:148
|
1366
1373
|
msgid "deploy vulnerable"
|
1367
1374
|
msgstr ""
|
1368
1375
|
|
1369
|
-
#: models/structures.py:
|
1376
|
+
#: models/structures.py:149
|
1370
1377
|
msgid "fitting invulnerable"
|
1371
1378
|
msgstr ""
|
1372
1379
|
|
1373
|
-
#: models/structures.py:
|
1380
|
+
#: models/structures.py:150
|
1374
1381
|
msgid "hull reinforce"
|
1375
1382
|
msgstr ""
|
1376
1383
|
|
1377
|
-
#: models/structures.py:
|
1384
|
+
#: models/structures.py:151
|
1378
1385
|
msgid "hull vulnerable"
|
1379
1386
|
msgstr ""
|
1380
1387
|
|
1381
|
-
#: models/structures.py:
|
1388
|
+
#: models/structures.py:152
|
1382
1389
|
msgid "online deprecated"
|
1383
1390
|
msgstr ""
|
1384
1391
|
|
1385
|
-
#: models/structures.py:
|
1392
|
+
#: models/structures.py:153
|
1386
1393
|
msgid "onlining vulnerable"
|
1387
1394
|
msgstr ""
|
1388
1395
|
|
1389
|
-
#: models/structures.py:
|
1396
|
+
#: models/structures.py:154
|
1390
1397
|
msgid "shield vulnerable"
|
1391
1398
|
msgstr ""
|
1392
1399
|
|
1393
|
-
#: models/structures.py:
|
1400
|
+
#: models/structures.py:155
|
1394
1401
|
msgid "unanchored"
|
1395
1402
|
msgstr ""
|
1396
1403
|
|
1397
|
-
#: models/structures.py:
|
1404
|
+
#: models/structures.py:157 models/structures.py:827
|
1398
1405
|
msgid "offline"
|
1399
1406
|
msgstr ""
|
1400
1407
|
|
1401
|
-
#: models/structures.py:
|
1408
|
+
#: models/structures.py:158 models/structures.py:828
|
1402
1409
|
msgid "online"
|
1403
1410
|
msgstr ""
|
1404
1411
|
|
1405
|
-
#: models/structures.py:
|
1412
|
+
#: models/structures.py:159
|
1406
1413
|
msgid "onlining"
|
1407
1414
|
msgstr ""
|
1408
1415
|
|
1409
|
-
#: models/structures.py:
|
1416
|
+
#: models/structures.py:160
|
1410
1417
|
msgid "reinforced"
|
1411
1418
|
msgstr ""
|
1412
1419
|
|
1413
|
-
#: models/structures.py:
|
1420
|
+
#: models/structures.py:161
|
1414
1421
|
msgid "unanchoring "
|
1415
1422
|
msgstr ""
|
1416
1423
|
|
1417
|
-
#: models/structures.py:
|
1424
|
+
#: models/structures.py:164
|
1418
1425
|
msgid "unknown"
|
1419
1426
|
msgstr ""
|
1420
1427
|
|
1421
|
-
#: models/structures.py:
|
1428
|
+
#: models/structures.py:195
|
1422
1429
|
msgid "Full Power"
|
1423
1430
|
msgstr ""
|
1424
1431
|
|
1425
|
-
#: models/structures.py:
|
1432
|
+
#: models/structures.py:196
|
1426
1433
|
msgid "Low Power"
|
1427
1434
|
msgstr ""
|
1428
1435
|
|
1429
|
-
#: models/structures.py:
|
1436
|
+
#: models/structures.py:197
|
1430
1437
|
msgid "Abandoned"
|
1431
1438
|
msgstr ""
|
1432
1439
|
|
1433
|
-
#: models/structures.py:
|
1440
|
+
#: models/structures.py:198
|
1434
1441
|
msgid "Abandoned?"
|
1435
1442
|
msgstr ""
|
1436
1443
|
|
1437
|
-
#: models/structures.py:
|
1444
|
+
#: models/structures.py:199
|
1438
1445
|
msgid "Unknown"
|
1439
1446
|
msgstr ""
|
1440
1447
|
|
1441
|
-
#: models/structures.py:
|
1448
|
+
#: models/structures.py:204
|
1442
1449
|
msgid "The Item ID of the structure"
|
1443
1450
|
msgstr ""
|
1444
1451
|
|
1445
|
-
#: models/structures.py:
|
1452
|
+
#: models/structures.py:209
|
1446
1453
|
msgid "created at"
|
1447
1454
|
msgstr ""
|
1448
1455
|
|
1449
|
-
#: models/structures.py:
|
1456
|
+
#: models/structures.py:210
|
1450
1457
|
msgid "date this structure was received from ESI for the first time"
|
1451
1458
|
msgstr ""
|
1452
1459
|
|
1453
|
-
#: models/structures.py:
|
1460
|
+
#: models/structures.py:219
|
1454
1461
|
msgid "moon"
|
1455
1462
|
msgstr ""
|
1456
1463
|
|
1457
|
-
#: models/structures.py:
|
1464
|
+
#: models/structures.py:220
|
1458
1465
|
msgid "Moon next to this structure - if any"
|
1459
1466
|
msgstr ""
|
1460
1467
|
|
1461
|
-
#: models/structures.py:
|
1468
|
+
#: models/structures.py:229
|
1462
1469
|
msgid "planet"
|
1463
1470
|
msgstr ""
|
1464
1471
|
|
1465
|
-
#: models/structures.py:
|
1472
|
+
#: models/structures.py:230
|
1466
1473
|
msgid "Planet next to this structure - if any"
|
1467
1474
|
msgstr ""
|
1468
1475
|
|
1469
|
-
#: models/structures.py:
|
1476
|
+
#: models/structures.py:236
|
1470
1477
|
msgid "solar system"
|
1471
1478
|
msgstr ""
|
1472
1479
|
|
1473
|
-
#: models/structures.py:
|
1480
|
+
#: models/structures.py:237
|
1474
1481
|
msgid "Solar System the structure is located"
|
1475
1482
|
msgstr ""
|
1476
1483
|
|
1477
|
-
#: models/structures.py:
|
1484
|
+
#: models/structures.py:244
|
1478
1485
|
msgid "Type of the structure"
|
1479
1486
|
msgstr ""
|
1480
1487
|
|
1481
|
-
#: models/structures.py:
|
1488
|
+
#: models/structures.py:250
|
1482
1489
|
msgid "fuel expires at"
|
1483
1490
|
msgstr ""
|
1484
1491
|
|
1485
|
-
#: models/structures.py:
|
1492
|
+
#: models/structures.py:251
|
1486
1493
|
msgid "Date on which the structure will run out of fuel"
|
1487
1494
|
msgstr ""
|
1488
1495
|
|
1489
|
-
#: models/structures.py:
|
1496
|
+
#: models/structures.py:258
|
1490
1497
|
msgid "has fitting"
|
1491
1498
|
msgstr ""
|
1492
1499
|
|
1493
|
-
#: models/structures.py:
|
1500
|
+
#: models/structures.py:259
|
1494
1501
|
msgid "bool indicating if the structure has a fitting"
|
1495
1502
|
msgstr ""
|
1496
1503
|
|
1497
|
-
#: models/structures.py:
|
1504
|
+
#: models/structures.py:266
|
1498
1505
|
msgid "has core"
|
1499
1506
|
msgstr ""
|
1500
1507
|
|
1501
|
-
#: models/structures.py:
|
1508
|
+
#: models/structures.py:267
|
1502
1509
|
msgid "bool indicating if the structure has a quantum core"
|
1503
1510
|
msgstr ""
|
1504
1511
|
|
1505
|
-
#: models/structures.py:
|
1512
|
+
#: models/structures.py:273
|
1506
1513
|
msgid "last online at"
|
1507
1514
|
msgstr ""
|
1508
1515
|
|
1509
|
-
#: models/structures.py:
|
1516
|
+
#: models/structures.py:274
|
1510
1517
|
msgid "date this structure had any of it's services online"
|
1511
1518
|
msgstr ""
|
1512
1519
|
|
1513
|
-
#: models/structures.py:
|
1520
|
+
#: models/structures.py:280 models/structures.py:792
|
1514
1521
|
msgid "last updated at"
|
1515
1522
|
msgstr ""
|
1516
1523
|
|
1517
|
-
#: models/structures.py:
|
1524
|
+
#: models/structures.py:281
|
1518
1525
|
msgid "date this structure was last updated from the EVE server"
|
1519
1526
|
msgstr ""
|
1520
1527
|
|
1521
|
-
#: models/structures.py:
|
1528
|
+
#: models/structures.py:286
|
1522
1529
|
msgid "The full name of the structure"
|
1523
1530
|
msgstr ""
|
1524
1531
|
|
1525
|
-
#: models/structures.py:
|
1532
|
+
#: models/structures.py:293
|
1526
1533
|
msgid "next reinforce hour"
|
1527
1534
|
msgstr ""
|
1528
1535
|
|
1529
|
-
#: models/structures.py:
|
1536
|
+
#: models/structures.py:295 models/structures.py:305
|
1530
1537
|
msgid ""
|
1531
1538
|
"The requested change to reinforce_hour that will take effect at the time "
|
1532
1539
|
"shown by next_reinforce_apply"
|
1533
1540
|
msgstr ""
|
1534
1541
|
|
1535
|
-
#: models/structures.py:
|
1542
|
+
#: models/structures.py:303
|
1536
1543
|
msgid "next reinforce apply"
|
1537
1544
|
msgstr ""
|
1538
1545
|
|
1539
|
-
#: models/structures.py:
|
1546
|
+
#: models/structures.py:314
|
1540
1547
|
msgid "Corporation that owns the structure"
|
1541
1548
|
msgstr ""
|
1542
1549
|
|
1543
|
-
#: models/structures.py:
|
1550
|
+
#: models/structures.py:321
|
1544
1551
|
msgid "reinforce hour"
|
1545
1552
|
msgstr ""
|
1546
1553
|
|
1547
|
-
#: models/structures.py:
|
1554
|
+
#: models/structures.py:323
|
1548
1555
|
msgid ""
|
1549
1556
|
"The average hour of day that determines the time +/- some hours when the "
|
1550
1557
|
"structure will randomly exit its reinforcement periods and become vulnerable "
|
1551
1558
|
"to attack against its armor and/or hull. "
|
1552
1559
|
msgstr ""
|
1553
1560
|
|
1554
|
-
#: models/structures.py:
|
1561
|
+
#: models/structures.py:332
|
1555
1562
|
msgid "position x"
|
1556
1563
|
msgstr ""
|
1557
1564
|
|
1558
|
-
#: models/structures.py:
|
1565
|
+
#: models/structures.py:333
|
1559
1566
|
msgid "x position in the solar system"
|
1560
1567
|
msgstr ""
|
1561
1568
|
|
1562
|
-
#: models/structures.py:
|
1569
|
+
#: models/structures.py:339
|
1563
1570
|
msgid "position y"
|
1564
1571
|
msgstr ""
|
1565
1572
|
|
1566
|
-
#: models/structures.py:
|
1573
|
+
#: models/structures.py:340
|
1567
1574
|
msgid "y position in the solar system"
|
1568
1575
|
msgstr ""
|
1569
1576
|
|
1570
|
-
#: models/structures.py:
|
1577
|
+
#: models/structures.py:346
|
1571
1578
|
msgid "position z"
|
1572
1579
|
msgstr ""
|
1573
1580
|
|
1574
|
-
#: models/structures.py:
|
1581
|
+
#: models/structures.py:347
|
1575
1582
|
msgid "z position in the solar system"
|
1576
1583
|
msgstr ""
|
1577
1584
|
|
1578
|
-
#: models/structures.py:
|
1585
|
+
#: models/structures.py:353 models/structures.py:853
|
1579
1586
|
msgid "state"
|
1580
1587
|
msgstr ""
|
1581
1588
|
|
1582
|
-
#: models/structures.py:
|
1589
|
+
#: models/structures.py:354
|
1583
1590
|
msgid "Current state of the structure"
|
1584
1591
|
msgstr ""
|
1585
1592
|
|
1586
|
-
#: models/structures.py:
|
1593
|
+
#: models/structures.py:360
|
1587
1594
|
msgid "state timer end"
|
1588
1595
|
msgstr ""
|
1589
1596
|
|
1590
|
-
#: models/structures.py:
|
1597
|
+
#: models/structures.py:361
|
1591
1598
|
msgid "Date at which the structure entered it's current state"
|
1592
1599
|
msgstr ""
|
1593
1600
|
|
1594
|
-
#: models/structures.py:
|
1601
|
+
#: models/structures.py:367
|
1595
1602
|
msgid "state timer start"
|
1596
1603
|
msgstr ""
|
1597
1604
|
|
1598
|
-
#: models/structures.py:
|
1605
|
+
#: models/structures.py:368
|
1599
1606
|
msgid "Date at which the structure will move to it's next state"
|
1600
1607
|
msgstr ""
|
1601
1608
|
|
1602
|
-
#: models/structures.py:
|
1609
|
+
#: models/structures.py:375
|
1603
1610
|
msgid "tags"
|
1604
1611
|
msgstr ""
|
1605
1612
|
|
1606
|
-
#: models/structures.py:
|
1613
|
+
#: models/structures.py:376
|
1607
1614
|
msgid "List of tags for this structure. "
|
1608
1615
|
msgstr ""
|
1609
1616
|
|
1610
|
-
#: models/structures.py:
|
1617
|
+
#: models/structures.py:382
|
1611
1618
|
msgid "unanchors at"
|
1612
1619
|
msgstr ""
|
1613
1620
|
|
1614
|
-
#: models/structures.py:
|
1621
|
+
#: models/structures.py:383
|
1615
1622
|
msgid "Date at which the structure will unanchor"
|
1616
1623
|
msgstr ""
|
1617
1624
|
|
1618
|
-
#: models/structures.py:
|
1625
|
+
#: models/structures.py:392
|
1619
1626
|
msgid ""
|
1620
1627
|
"Webhooks for sending notifications to. If any webhook is enabled, these will "
|
1621
1628
|
"be used instead of the webhooks defined for the respective owner. If no "
|
1622
1629
|
"webhook is enabled the owner's setting will be used. "
|
1623
1630
|
msgstr ""
|
1624
1631
|
|
1625
|
-
#: models/structures.py:
|
1632
|
+
#: models/structures.py:773
|
1626
1633
|
msgid "The Eve item ID"
|
1627
1634
|
msgstr ""
|
1628
1635
|
|
1629
|
-
#: models/structures.py:
|
1636
|
+
#: models/structures.py:780
|
1630
1637
|
msgid "Structure this item is located in"
|
1631
1638
|
msgstr ""
|
1632
1639
|
|
1633
|
-
#: models/structures.py:
|
1640
|
+
#: models/structures.py:788
|
1634
1641
|
msgid "type of the item"
|
1635
1642
|
msgstr ""
|
1636
1643
|
|
1637
|
-
#: models/structures.py:
|
1644
|
+
#: models/structures.py:790
|
1638
1645
|
msgid "is singleton"
|
1639
1646
|
msgstr ""
|
1640
1647
|
|
1641
|
-
#: models/structures.py:
|
1648
|
+
#: models/structures.py:794
|
1642
1649
|
msgid "location flag"
|
1643
1650
|
msgstr ""
|
1644
1651
|
|
1645
|
-
#: models/structures.py:
|
1652
|
+
#: models/structures.py:795
|
1646
1653
|
msgid "quantity"
|
1647
1654
|
msgstr ""
|
1648
1655
|
|
1649
|
-
#: models/structures.py:
|
1656
|
+
#: models/structures.py:798
|
1650
1657
|
msgid "structure item"
|
1651
1658
|
msgstr ""
|
1652
1659
|
|
1653
|
-
#: models/structures.py:
|
1660
|
+
#: models/structures.py:799
|
1654
1661
|
msgid "structure items"
|
1655
1662
|
msgstr ""
|
1656
1663
|
|
1657
|
-
#: models/structures.py:
|
1664
|
+
#: models/structures.py:845
|
1658
1665
|
msgid "Structure this service is installed to"
|
1659
1666
|
msgstr ""
|
1660
1667
|
|
1661
|
-
#: models/structures.py:
|
1668
|
+
#: models/structures.py:848
|
1662
1669
|
msgid "Name of the service"
|
1663
1670
|
msgstr ""
|
1664
1671
|
|
1665
|
-
#: models/structures.py:
|
1672
|
+
#: models/structures.py:854
|
1666
1673
|
msgid "Current state of this service"
|
1667
1674
|
msgstr ""
|
1668
1675
|
|
1669
|
-
#: models/structures.py:
|
1676
|
+
#: models/structures.py:858
|
1670
1677
|
msgid "structure service"
|
1671
1678
|
msgstr ""
|
1672
1679
|
|
1673
|
-
#: models/structures.py:
|
1680
|
+
#: models/structures.py:859
|
1674
1681
|
msgid "structure services"
|
1675
1682
|
msgstr ""
|
1676
1683
|
|
1677
|
-
#: models/structures.py:
|
1684
|
+
#: models/structures.py:875 webhooks/models.py:12
|
1678
1685
|
msgid "none"
|
1679
1686
|
msgstr ""
|
1680
1687
|
|
1681
|
-
#: models/structures.py:
|
1688
|
+
#: models/structures.py:876
|
1682
1689
|
msgid "terrible"
|
1683
1690
|
msgstr ""
|
1684
1691
|
|
1685
|
-
#: models/structures.py:
|
1692
|
+
#: models/structures.py:877
|
1686
1693
|
msgid "bad"
|
1687
1694
|
msgstr ""
|
1688
1695
|
|
1689
|
-
#: models/structures.py:
|
1696
|
+
#: models/structures.py:878
|
1690
1697
|
msgid "neutral"
|
1691
1698
|
msgstr ""
|
1692
1699
|
|
1693
|
-
#: models/structures.py:
|
1700
|
+
#: models/structures.py:879
|
1694
1701
|
msgid "good"
|
1695
1702
|
msgstr ""
|
1696
1703
|
|
1697
|
-
#: models/structures.py:
|
1704
|
+
#: models/structures.py:880
|
1698
1705
|
msgid "excellent"
|
1699
1706
|
msgstr ""
|
1700
1707
|
|
1701
|
-
#: models/structures.py:
|
1708
|
+
#: models/structures.py:974
|
1702
1709
|
msgid "alliance member"
|
1703
1710
|
msgstr ""
|
1704
1711
|
|
1705
|
-
#: models/structures.py:
|
1712
|
+
#: models/structures.py:975
|
1706
1713
|
msgid "config starbase equipment role"
|
1707
1714
|
msgstr ""
|
1708
1715
|
|
1709
|
-
#: models/structures.py:
|
1716
|
+
#: models/structures.py:976
|
1710
1717
|
msgid "corporation member"
|
1711
1718
|
msgstr ""
|
1712
1719
|
|
1713
|
-
#: models/structures.py:
|
1720
|
+
#: models/structures.py:977
|
1714
1721
|
msgid "starbase fuel technician role"
|
1715
1722
|
msgstr ""
|
1716
1723
|
|
@@ -2138,18 +2145,18 @@ msgstr ""
|
|
2138
2145
|
msgid "Has Access"
|
2139
2146
|
msgstr ""
|
2140
2147
|
|
2141
|
-
#: views.py:
|
2148
|
+
#: views.py:256
|
2142
2149
|
msgid "Fuel blocks per day (est.)"
|
2143
2150
|
msgstr ""
|
2144
2151
|
|
2145
|
-
#: views.py:
|
2152
|
+
#: views.py:407
|
2146
2153
|
#, python-format
|
2147
2154
|
msgid ""
|
2148
2155
|
"You can only use your main or alt characters to add corporations. However, "
|
2149
2156
|
"character %s is neither. "
|
2150
2157
|
msgstr ""
|
2151
2158
|
|
2152
|
-
#: views.py:
|
2159
|
+
#: views.py:440
|
2153
2160
|
#, python-format
|
2154
2161
|
msgid ""
|
2155
2162
|
"%(corporation)s has been added with %(character)s as sync character. We have "
|
@@ -2157,40 +2164,40 @@ msgid ""
|
|
2157
2164
|
"will receive a report once the process is finished."
|
2158
2165
|
msgstr ""
|
2159
2166
|
|
2160
|
-
#: views.py:
|
2167
|
+
#: views.py:456
|
2161
2168
|
#, python-format
|
2162
2169
|
msgid "%(corporation)s was added as new structure owner by %(user)s."
|
2163
2170
|
msgstr ""
|
2164
2171
|
|
2165
|
-
#: views.py:
|
2172
|
+
#: views.py:460
|
2166
2173
|
#, python-format
|
2167
2174
|
msgid "%s: Structure owner added: %s"
|
2168
2175
|
msgstr ""
|
2169
2176
|
|
2170
|
-
#: views.py:
|
2177
|
+
#: views.py:467
|
2171
2178
|
#, python-format
|
2172
2179
|
msgid ""
|
2173
2180
|
"%(character)s has been added to %(corporation)s as sync character. You now "
|
2174
2181
|
"have %(characters_count)d sync character(s) configured."
|
2175
2182
|
msgstr ""
|
2176
2183
|
|
2177
|
-
#: views.py:
|
2184
|
+
#: views.py:482
|
2178
2185
|
#, python-format
|
2179
2186
|
msgid ""
|
2180
2187
|
"%(character)s was added as sync character to %(corporation)s by %(user)s.\n"
|
2181
2188
|
"We now have %(characters_count)d sync character(s) configured."
|
2182
2189
|
msgstr ""
|
2183
2190
|
|
2184
|
-
#: views.py:
|
2191
|
+
#: views.py:492
|
2185
2192
|
#, python-format
|
2186
2193
|
msgid "%s: Character added to: %s"
|
2187
2194
|
msgstr ""
|
2188
2195
|
|
2189
|
-
#: views.py:
|
2196
|
+
#: views.py:509
|
2190
2197
|
msgid "service is up"
|
2191
2198
|
msgstr ""
|
2192
2199
|
|
2193
|
-
#: views.py:
|
2200
|
+
#: views.py:511
|
2194
2201
|
msgid "service is down"
|
2195
2202
|
msgstr ""
|
2196
2203
|
|