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