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
@@ -12,7 +12,7 @@ msgid ""
|
|
12
12
|
msgstr ""
|
13
13
|
"Project-Id-Version: PACKAGE VERSION\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2023-04-
|
15
|
+
"POT-Creation-Date: 2023-04-24 23:05+0200\n"
|
16
16
|
"PO-Revision-Date: 2020-03-09 19:25+0000\n"
|
17
17
|
"Last-Translator: Erik Kalkoken <erik.kalkoken@gmail.com>, 2020\n"
|
18
18
|
"Language-Team: German (Germany) (https://www.transifex.com/kalkoken-apps/"
|
@@ -27,7 +27,14 @@ msgstr ""
|
|
27
27
|
msgid "Sent fuel notifications for selected configuration"
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
#: admin.py:
|
30
|
+
#: admin.py:137
|
31
|
+
msgid ""
|
32
|
+
"Timing configuration for sending fuel notifications. Note that the first "
|
33
|
+
"notification will be sent at the exact start hour, and the last notification "
|
34
|
+
"will be sent one repeat before the end hour."
|
35
|
+
msgstr ""
|
36
|
+
|
37
|
+
#: admin.py:240 models/structures.py:163
|
31
38
|
msgid "N/A"
|
32
39
|
msgstr "n.z."
|
33
40
|
|
@@ -316,7 +323,7 @@ msgid ""
|
|
316
323
|
"Change becomes effective at %s."
|
317
324
|
msgstr ""
|
318
325
|
|
319
|
-
#: core/notification_embeds.py:728 models/notifications.py:
|
326
|
+
#: core/notification_embeds.py:728 models/notifications.py:99
|
320
327
|
msgid "Moon mining extraction started"
|
321
328
|
msgstr "Mondmining Extraktion gestartet"
|
322
329
|
|
@@ -331,8 +338,8 @@ msgid ""
|
|
331
338
|
"A moon mining extraction has been started for %(structure_name)s at %(moon)s "
|
332
339
|
"in %(solar_system)s belonging to %(owner_link)s. Extraction was started by "
|
333
340
|
"%(character)s.\n"
|
334
|
-
"The chunk will be ready on location at %(ready_time)s, and will
|
335
|
-
"on %(auto_time)s.\n"
|
341
|
+
"The chunk will be ready on location at %(ready_time)s, and will fracture "
|
342
|
+
"automatically on %(auto_time)s.\n"
|
336
343
|
"%(ore_text)s"
|
337
344
|
msgstr ""
|
338
345
|
"Eine Mondmining Extraktion wurde begonnen auf %(structure_name)s an %(moon)s "
|
@@ -388,7 +395,7 @@ msgstr "Automatische Zerlegung"
|
|
388
395
|
#| "%(solar_system)s has automatically been fired and the moon products are "
|
389
396
|
#| "ready to be harvested.\n"
|
390
397
|
msgid ""
|
391
|
-
"The
|
398
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
392
399
|
"belonging to %(owner_link)s has automatically been fired and the moon "
|
393
400
|
"products are ready to be harvested.\n"
|
394
401
|
"%(ore_text)s"
|
@@ -413,7 +420,9 @@ msgstr ""
|
|
413
420
|
"%(solar_system)s wurde abgebrochen von %(character)s."
|
414
421
|
|
415
422
|
#: core/notification_embeds.py:831
|
416
|
-
|
423
|
+
#, fuzzy
|
424
|
+
#| msgid "Moondrill fired"
|
425
|
+
msgid "Moon drill fired"
|
417
426
|
msgstr "Mondbohrer hat gefeuert"
|
418
427
|
|
419
428
|
#: core/notification_embeds.py:833
|
@@ -423,7 +432,7 @@ msgstr "Mondbohrer hat gefeuert"
|
|
423
432
|
#| "%(solar_system)s has been fired by %(character)s and the moon products "
|
424
433
|
#| "are ready to be harvested."
|
425
434
|
msgid ""
|
426
|
-
"The
|
435
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
427
436
|
"belonging to %(owner_link)s has been fired by %(character)s and the moon "
|
428
437
|
"products are ready to be harvested.\n"
|
429
438
|
"%(ore_text)s"
|
@@ -465,7 +474,7 @@ msgstr ""
|
|
465
474
|
"Die %(structure_type)s bei %(planet)s in %(solar_system)s wurde beschädigt "
|
466
475
|
"von %(aggressor)s und wird wieder verwundbar sein am %(date)s."
|
467
476
|
|
468
|
-
#: core/notification_embeds.py:935 core/notification_embeds.py:
|
477
|
+
#: core/notification_embeds.py:935 core/notification_embeds.py:1631
|
469
478
|
#, fuzzy, python-format
|
470
479
|
#| msgid ""
|
471
480
|
#| "The starbase %(structure_name)s at %(moon)s in %(solar_system)s is low on "
|
@@ -495,7 +504,7 @@ msgstr ""
|
|
495
504
|
"angegriffen von %(aggressor)s\n"
|
496
505
|
"%(damage_text)s"
|
497
506
|
|
498
|
-
#: core/notification_embeds.py:982 models/notifications.py:
|
507
|
+
#: core/notification_embeds.py:982 models/notifications.py:93
|
499
508
|
#, fuzzy
|
500
509
|
#| msgid "Structure fuel alert"
|
501
510
|
msgid "Starbase fuel alert"
|
@@ -632,7 +641,7 @@ msgstr ""
|
|
632
641
|
#, python-format
|
633
642
|
msgid ""
|
634
643
|
"%s has offered to end the war with %s in the exchange for %s ISK. If "
|
635
|
-
"accepted, the war will end in 24 hours and your organizations
|
644
|
+
"accepted, the war will end in 24 hours and your organizations will be unable "
|
636
645
|
"to declare new wars against each other for the next 2 weeks."
|
637
646
|
msgstr ""
|
638
647
|
|
@@ -643,29 +652,29 @@ msgstr ""
|
|
643
652
|
#: core/notification_embeds.py:1550
|
644
653
|
#, python-format
|
645
654
|
msgid ""
|
646
|
-
"The selected corporation wallet division for
|
647
|
-
"enough current funds available to pay the %(bill_type)s due to be paid
|
648
|
-
"%(due_date)s. Transfer additional funds to the selected wallet division
|
649
|
-
"order to meet your pending automatic bills."
|
655
|
+
"The selected corporation wallet division for automatic payments does not "
|
656
|
+
"have enough current funds available to pay the %(bill_type)s due to be paid "
|
657
|
+
"by %(due_date)s. Transfer additional funds to the selected wallet division "
|
658
|
+
"in order to meet your pending automatic bills."
|
650
659
|
msgstr ""
|
651
660
|
|
652
|
-
#: core/notification_embeds.py:
|
661
|
+
#: core/notification_embeds.py:1570
|
653
662
|
msgid "IHub Bill About to Expire"
|
654
663
|
msgstr ""
|
655
664
|
|
656
|
-
#: core/notification_embeds.py:
|
665
|
+
#: core/notification_embeds.py:1572
|
657
666
|
#, python-format
|
658
667
|
msgid ""
|
659
668
|
"Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
|
660
669
|
"%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
|
661
670
|
msgstr ""
|
662
671
|
|
663
|
-
#: core/notification_embeds.py:
|
672
|
+
#: core/notification_embeds.py:1597
|
664
673
|
#, python-format
|
665
674
|
msgid "%s has self-destructed due to unpaid maintenance bills"
|
666
675
|
msgstr ""
|
667
676
|
|
668
|
-
#: core/notification_embeds.py:
|
677
|
+
#: core/notification_embeds.py:1601
|
669
678
|
#, fuzzy, python-format
|
670
679
|
#| msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
|
671
680
|
msgid ""
|
@@ -673,13 +682,13 @@ msgid ""
|
|
673
682
|
"maintenance bills where not paid."
|
674
683
|
msgstr "%(structure_type)s in %(solar_system)s wurde beschädigt"
|
675
684
|
|
676
|
-
#: core/notification_embeds.py:
|
685
|
+
#: core/notification_embeds.py:1646
|
677
686
|
#, fuzzy
|
678
687
|
#| msgid "Orbital reinforced"
|
679
688
|
msgid "Starbase reinforced"
|
680
689
|
msgstr "Orbital beschädigt"
|
681
690
|
|
682
|
-
#: core/notification_embeds.py:
|
691
|
+
#: core/notification_embeds.py:1654
|
683
692
|
#, python-format
|
684
693
|
msgid "has been reinforced and will come out at: %s."
|
685
694
|
msgstr ""
|
@@ -709,687 +718,687 @@ msgstr "ja"
|
|
709
718
|
msgid "no"
|
710
719
|
msgstr "nein"
|
711
720
|
|
712
|
-
#: models/notifications.py:
|
721
|
+
#: models/notifications.py:43
|
713
722
|
msgid "English"
|
714
723
|
msgstr "Englisch"
|
715
724
|
|
716
|
-
#: models/notifications.py:
|
725
|
+
#: models/notifications.py:44
|
717
726
|
msgid "German"
|
718
727
|
msgstr "Deutsch"
|
719
728
|
|
720
|
-
#: models/notifications.py:
|
729
|
+
#: models/notifications.py:45
|
721
730
|
msgid "Spanish"
|
722
731
|
msgstr "Spanisch"
|
723
732
|
|
724
|
-
#: models/notifications.py:
|
733
|
+
#: models/notifications.py:46
|
725
734
|
msgid "Chinese Simplified"
|
726
735
|
msgstr "Chinesisch"
|
727
736
|
|
728
|
-
#: models/notifications.py:
|
737
|
+
#: models/notifications.py:47
|
729
738
|
msgid "Russian"
|
730
739
|
msgstr "Russisch"
|
731
740
|
|
732
|
-
#: models/notifications.py:
|
741
|
+
#: models/notifications.py:48
|
733
742
|
msgid "Korean"
|
734
743
|
msgstr "Koreanisch"
|
735
744
|
|
736
|
-
#: models/notifications.py:
|
745
|
+
#: models/notifications.py:56
|
737
746
|
#, fuzzy
|
738
747
|
#| msgid "Structure anchoring"
|
739
748
|
msgid "Upwell structure anchoring"
|
740
749
|
msgstr "Struktur verankert"
|
741
750
|
|
742
|
-
#: models/notifications.py:
|
751
|
+
#: models/notifications.py:57
|
743
752
|
#, fuzzy
|
744
753
|
#| msgid "Structure online"
|
745
754
|
msgid "Upwell structure went online"
|
746
755
|
msgstr "Struktur online"
|
747
756
|
|
748
|
-
#: models/notifications.py:
|
757
|
+
#: models/notifications.py:59
|
749
758
|
#, fuzzy
|
750
759
|
#| msgid "Structure services off-line"
|
751
760
|
msgid "Upwell structure services went offline"
|
752
761
|
msgstr "Struktur Services sind offline"
|
753
762
|
|
754
|
-
#: models/notifications.py:
|
763
|
+
#: models/notifications.py:62
|
755
764
|
#, fuzzy
|
756
765
|
#| msgid "Structure low power"
|
757
766
|
msgid "Upwell structure went high power"
|
758
767
|
msgstr "Struktur im Niedrigenergiemodus"
|
759
768
|
|
760
|
-
#: models/notifications.py:
|
769
|
+
#: models/notifications.py:65
|
761
770
|
#, fuzzy
|
762
771
|
#| msgid "Structure low power"
|
763
772
|
msgid "Upwell structure went low power"
|
764
773
|
msgstr "Struktur im Niedrigenergiemodus"
|
765
774
|
|
766
|
-
#: models/notifications.py:
|
775
|
+
#: models/notifications.py:67
|
767
776
|
#, fuzzy
|
768
777
|
#| msgid "Structure un-anchoring"
|
769
778
|
msgid "Upwell structure unanchoring"
|
770
779
|
msgstr "Struktur entankert"
|
771
780
|
|
772
|
-
#: models/notifications.py:
|
781
|
+
#: models/notifications.py:68
|
773
782
|
#, fuzzy
|
774
783
|
#| msgid "Structure fuel alert"
|
775
784
|
msgid "Upwell structure fuel alert"
|
776
785
|
msgstr "Struktur Treibstoffalarm"
|
777
786
|
|
778
|
-
#: models/notifications.py:
|
787
|
+
#: models/notifications.py:69
|
779
788
|
#, fuzzy
|
780
789
|
#| msgid "Structure fuel alert"
|
781
790
|
msgid "Upwell structure refueled"
|
782
791
|
msgstr "Struktur Treibstoffalarm"
|
783
792
|
|
784
|
-
#: models/notifications.py:
|
793
|
+
#: models/notifications.py:71
|
785
794
|
#, fuzzy
|
786
795
|
#| msgid "Structure fuel alert"
|
787
796
|
msgid "Upwell structure jump fuel alert"
|
788
797
|
msgstr "Struktur Treibstoffalarm"
|
789
798
|
|
790
|
-
#: models/notifications.py:
|
799
|
+
#: models/notifications.py:74
|
791
800
|
#, fuzzy
|
792
801
|
#| msgid "Structure under attack"
|
793
802
|
msgid "Upwell structure is under attack"
|
794
803
|
msgstr "Struktur wird angegriffen"
|
795
804
|
|
796
|
-
#: models/notifications.py:
|
805
|
+
#: models/notifications.py:76
|
797
806
|
#, fuzzy
|
798
807
|
#| msgid "Structure lost shield"
|
799
808
|
msgid "Upwell structure lost shields"
|
800
809
|
msgstr "Struktur hat die Schilde verloren"
|
801
810
|
|
802
|
-
#: models/notifications.py:
|
811
|
+
#: models/notifications.py:77
|
803
812
|
#, fuzzy
|
804
813
|
#| msgid "Structure lost armor"
|
805
814
|
msgid "Upwell structure lost armor"
|
806
815
|
msgstr "Struktur hat die Panzerung verloren"
|
807
816
|
|
808
|
-
#: models/notifications.py:
|
817
|
+
#: models/notifications.py:78
|
809
818
|
#, fuzzy
|
810
819
|
#| msgid "Structure destroyed"
|
811
820
|
msgid "Upwell structure destroyed"
|
812
821
|
msgstr "Struktur zerstört"
|
813
822
|
|
814
|
-
#: models/notifications.py:
|
823
|
+
#: models/notifications.py:81
|
815
824
|
msgid "Upwell structure reinforcement time changed"
|
816
825
|
msgstr ""
|
817
826
|
|
818
|
-
#: models/notifications.py:
|
827
|
+
#: models/notifications.py:84
|
819
828
|
#, fuzzy
|
820
829
|
#| msgid "Ownership transferred"
|
821
830
|
msgid "Upwell structure ownership transferred"
|
822
831
|
msgstr "Besitzer geändert"
|
823
832
|
|
824
|
-
#: models/notifications.py:
|
833
|
+
#: models/notifications.py:88
|
825
834
|
msgid "Customs office attacked"
|
826
835
|
msgstr ""
|
827
836
|
|
828
|
-
#: models/notifications.py:
|
837
|
+
#: models/notifications.py:89
|
829
838
|
#, fuzzy
|
830
839
|
#| msgid "armor reinforce"
|
831
840
|
msgid "Customs office reinforced"
|
832
841
|
msgstr "Panzerung verwundet"
|
833
842
|
|
834
|
-
#: models/notifications.py:
|
843
|
+
#: models/notifications.py:92
|
835
844
|
#, fuzzy
|
836
845
|
#| msgid "Starbase under attack"
|
837
846
|
msgid "Starbase attacked"
|
838
847
|
msgstr "Sternenbasis wird angegriffen"
|
839
848
|
|
840
|
-
#: models/notifications.py:
|
849
|
+
#: models/notifications.py:94
|
841
850
|
msgid "Starbase refueled (BETA)"
|
842
851
|
msgstr ""
|
843
852
|
|
844
|
-
#: models/notifications.py:
|
853
|
+
#: models/notifications.py:95
|
845
854
|
#, fuzzy
|
846
855
|
#| msgid "Orbital reinforced"
|
847
856
|
msgid "Starbase reinforced (BETA)"
|
848
857
|
msgstr "Orbital beschädigt"
|
849
858
|
|
850
|
-
#: models/notifications.py:
|
859
|
+
#: models/notifications.py:101
|
851
860
|
#, fuzzy
|
852
861
|
#| msgid "Moon mining extraction started"
|
853
862
|
msgid "Moonmining laser fired"
|
854
863
|
msgstr "Mondmining Extraktion gestartet"
|
855
864
|
|
856
|
-
#: models/notifications.py:
|
865
|
+
#: models/notifications.py:103
|
857
866
|
#, fuzzy
|
858
867
|
#| msgid "Moon mining extraction started"
|
859
868
|
msgid "Moon mining extraction cancelled"
|
860
869
|
msgstr "Mondmining Extraktion gestartet"
|
861
870
|
|
862
|
-
#: models/notifications.py:
|
871
|
+
#: models/notifications.py:106
|
863
872
|
#, fuzzy
|
864
873
|
#| msgid "Moon mining extraction started"
|
865
874
|
msgid "Moon mining extraction finished"
|
866
875
|
msgstr "Mondmining Extraktion gestartet"
|
867
876
|
|
868
|
-
#: models/notifications.py:
|
877
|
+
#: models/notifications.py:109
|
869
878
|
#, fuzzy
|
870
879
|
#| msgid "Moon mining extraction started"
|
871
880
|
msgid "Moon mining automatic fracture triggered"
|
872
881
|
msgstr "Mondmining Extraktion gestartet"
|
873
882
|
|
874
|
-
#: models/notifications.py:
|
883
|
+
#: models/notifications.py:114
|
875
884
|
msgid "Sovereignty structure reinforced"
|
876
885
|
msgstr ""
|
877
886
|
|
878
|
-
#: models/notifications.py:
|
887
|
+
#: models/notifications.py:117
|
879
888
|
#, fuzzy
|
880
889
|
#| msgid "Structure destroyed"
|
881
890
|
msgid "Sovereignty structure destroyed"
|
882
891
|
msgstr "Struktur zerstört"
|
883
892
|
|
884
|
-
#: models/notifications.py:
|
893
|
+
#: models/notifications.py:120
|
885
894
|
msgid "Sovereignty entosis capture started"
|
886
895
|
msgstr ""
|
887
896
|
|
888
|
-
#: models/notifications.py:
|
897
|
+
#: models/notifications.py:123
|
889
898
|
msgid "Sovereignty command node event started"
|
890
899
|
msgstr ""
|
891
900
|
|
892
|
-
#: models/notifications.py:
|
901
|
+
#: models/notifications.py:126
|
893
902
|
#, fuzzy
|
894
903
|
#| msgid "DED Sovereignty claim acknowledgment: %s"
|
895
904
|
msgid "Sovereignty claim acknowledgment"
|
896
905
|
msgstr "DED Souveränitätsanspruch anerkannt: %s "
|
897
906
|
|
898
|
-
#: models/notifications.py:
|
907
|
+
#: models/notifications.py:128
|
899
908
|
msgid "Sovereignty lost"
|
900
909
|
msgstr ""
|
901
910
|
|
902
|
-
#: models/notifications.py:
|
911
|
+
#: models/notifications.py:130
|
903
912
|
#, fuzzy
|
904
913
|
#| msgid "Structure anchoring"
|
905
914
|
msgid "Structure anchoring in alliance space"
|
906
915
|
msgstr "Struktur verankert"
|
907
916
|
|
908
|
-
#: models/notifications.py:
|
917
|
+
#: models/notifications.py:134
|
909
918
|
msgid "War declared"
|
910
919
|
msgstr ""
|
911
920
|
|
912
|
-
#: models/notifications.py:
|
921
|
+
#: models/notifications.py:136
|
913
922
|
msgid "War ally joined aggressor"
|
914
923
|
msgstr ""
|
915
924
|
|
916
|
-
#: models/notifications.py:
|
925
|
+
#: models/notifications.py:138
|
917
926
|
msgid "War ally joined ally"
|
918
927
|
msgstr ""
|
919
928
|
|
920
|
-
#: models/notifications.py:
|
929
|
+
#: models/notifications.py:140
|
921
930
|
msgid "War ally joined defender"
|
922
931
|
msgstr ""
|
923
932
|
|
924
|
-
#: models/notifications.py:
|
933
|
+
#: models/notifications.py:142
|
925
934
|
msgid "War adopted"
|
926
935
|
msgstr ""
|
927
936
|
|
928
|
-
#: models/notifications.py:
|
937
|
+
#: models/notifications.py:143
|
929
938
|
msgid "War inherited"
|
930
939
|
msgstr ""
|
931
940
|
|
932
|
-
#: models/notifications.py:
|
941
|
+
#: models/notifications.py:144
|
933
942
|
msgid "War party surrendered"
|
934
943
|
msgstr ""
|
935
944
|
|
936
|
-
#: models/notifications.py:
|
945
|
+
#: models/notifications.py:146
|
937
946
|
msgid "War retracted by Concord"
|
938
947
|
msgstr ""
|
939
948
|
|
940
|
-
#: models/notifications.py:
|
949
|
+
#: models/notifications.py:149
|
941
950
|
msgid "War corporation became eligible"
|
942
951
|
msgstr ""
|
943
952
|
|
944
|
-
#: models/notifications.py:
|
953
|
+
#: models/notifications.py:152
|
945
954
|
msgid "War corporation no longer eligible"
|
946
955
|
msgstr ""
|
947
956
|
|
948
|
-
#: models/notifications.py:
|
957
|
+
#: models/notifications.py:154
|
949
958
|
msgid "War surrender offered"
|
950
959
|
msgstr ""
|
951
960
|
|
952
|
-
#: models/notifications.py:
|
961
|
+
#: models/notifications.py:157
|
953
962
|
msgid "Character submitted application"
|
954
963
|
msgstr ""
|
955
964
|
|
956
|
-
#: models/notifications.py:
|
965
|
+
#: models/notifications.py:159
|
957
966
|
msgid "Character invited to join corporation"
|
958
967
|
msgstr ""
|
959
968
|
|
960
|
-
#: models/notifications.py:
|
969
|
+
#: models/notifications.py:162
|
961
970
|
msgid "Corp application rejected"
|
962
971
|
msgstr ""
|
963
972
|
|
964
|
-
#: models/notifications.py:
|
973
|
+
#: models/notifications.py:164
|
965
974
|
msgid "Character withdrew application"
|
966
975
|
msgstr ""
|
967
976
|
|
968
|
-
#: models/notifications.py:
|
977
|
+
#: models/notifications.py:165
|
969
978
|
msgid "Character joins corporation"
|
970
979
|
msgstr ""
|
971
980
|
|
972
|
-
#: models/notifications.py:
|
981
|
+
#: models/notifications.py:166
|
973
982
|
msgid "Character leaves corporation"
|
974
983
|
msgstr ""
|
975
984
|
|
976
|
-
#: models/notifications.py:
|
985
|
+
#: models/notifications.py:169
|
977
986
|
msgid "Bill out of money"
|
978
987
|
msgstr ""
|
979
988
|
|
980
|
-
#: models/notifications.py:
|
989
|
+
#: models/notifications.py:172
|
981
990
|
msgid "I-HUB bill about to expire"
|
982
991
|
msgstr ""
|
983
992
|
|
984
|
-
#: models/notifications.py:
|
993
|
+
#: models/notifications.py:176
|
985
994
|
msgid "I_HUB destroyed by bill failure"
|
986
995
|
msgstr ""
|
987
996
|
|
988
|
-
#: models/notifications.py:
|
997
|
+
#: models/notifications.py:336
|
989
998
|
msgid "notification types"
|
990
999
|
msgstr ""
|
991
1000
|
|
992
|
-
#: models/notifications.py:
|
1001
|
+
#: models/notifications.py:338
|
993
1002
|
msgid "Select which type of notifications should be forwarded to this webhook"
|
994
1003
|
msgstr ""
|
995
1004
|
|
996
|
-
#: models/notifications.py:
|
1005
|
+
#: models/notifications.py:347
|
997
1006
|
msgid "language"
|
998
1007
|
msgstr ""
|
999
1008
|
|
1000
|
-
#: models/notifications.py:
|
1009
|
+
#: models/notifications.py:348
|
1001
1010
|
msgid "language of notifications send to this webhook"
|
1002
1011
|
msgstr ""
|
1003
1012
|
|
1004
|
-
#: models/notifications.py:
|
1013
|
+
#: models/notifications.py:352 models/structures.py:92
|
1005
1014
|
msgid "is default"
|
1006
1015
|
msgstr ""
|
1007
1016
|
|
1008
|
-
#: models/notifications.py:
|
1017
|
+
#: models/notifications.py:354
|
1009
1018
|
msgid "Whether owners have this webhook automatically pre-set when created"
|
1010
1019
|
msgstr ""
|
1011
1020
|
|
1012
|
-
#: models/notifications.py:
|
1021
|
+
#: models/notifications.py:359 models/owners.py:153
|
1013
1022
|
msgid "has default pings enabled"
|
1014
1023
|
msgstr ""
|
1015
1024
|
|
1016
|
-
#: models/notifications.py:
|
1025
|
+
#: models/notifications.py:370 models/owners.py:199
|
1017
1026
|
msgid "ping groups"
|
1018
1027
|
msgstr ""
|
1019
1028
|
|
1020
|
-
#: models/notifications.py:
|
1029
|
+
#: models/notifications.py:371
|
1021
1030
|
msgid "Groups to be pinged for each notification - "
|
1022
1031
|
msgstr ""
|
1023
1032
|
|
1024
|
-
#: models/notifications.py:
|
1033
|
+
#: models/notifications.py:376
|
1025
1034
|
msgid "webhook"
|
1026
1035
|
msgstr ""
|
1027
1036
|
|
1028
|
-
#: models/notifications.py:
|
1037
|
+
#: models/notifications.py:377 models/owners.py:214 models/structures.py:390
|
1029
1038
|
msgid "webhooks"
|
1030
1039
|
msgstr ""
|
1031
1040
|
|
1032
|
-
#: models/notifications.py:
|
1041
|
+
#: models/notifications.py:390
|
1033
1042
|
msgid "is sent"
|
1034
1043
|
msgstr ""
|
1035
1044
|
|
1036
|
-
#: models/notifications.py:
|
1045
|
+
#: models/notifications.py:391
|
1037
1046
|
msgid "True when this notification has been forwarded to Discord"
|
1038
1047
|
msgstr ""
|
1039
1048
|
|
1040
|
-
#: models/notifications.py:
|
1049
|
+
#: models/notifications.py:396
|
1041
1050
|
msgid "is timer added"
|
1042
1051
|
msgstr ""
|
1043
1052
|
|
1044
|
-
#: models/notifications.py:
|
1053
|
+
#: models/notifications.py:397
|
1045
1054
|
msgid "True when a timer has been added for this notification"
|
1046
1055
|
msgstr ""
|
1047
1056
|
|
1048
|
-
#: models/notifications.py:
|
1049
|
-
#: models/structures.py:
|
1057
|
+
#: models/notifications.py:403 models/structures.py:243
|
1058
|
+
#: models/structures.py:787
|
1050
1059
|
msgid "type"
|
1051
1060
|
msgstr ""
|
1052
1061
|
|
1053
|
-
#: models/notifications.py:
|
1062
|
+
#: models/notifications.py:404
|
1054
1063
|
#, fuzzy
|
1055
1064
|
#| msgid "%(ticker)s Notification"
|
1056
1065
|
msgid "type of this notification"
|
1057
1066
|
msgstr "%(ticker)s Benachrichtigungen"
|
1058
1067
|
|
1059
|
-
#: models/notifications.py:
|
1060
|
-
#: models/structures.py:
|
1068
|
+
#: models/notifications.py:409 models/owners.py:221 models/owners.py:1287
|
1069
|
+
#: models/structures.py:313
|
1061
1070
|
#, fuzzy
|
1062
1071
|
#| msgid "Owner"
|
1063
1072
|
msgid "owner"
|
1064
1073
|
msgstr "Besitzer"
|
1065
1074
|
|
1066
|
-
#: models/notifications.py:
|
1075
|
+
#: models/notifications.py:410
|
1067
1076
|
msgid "Corporation that owns this notification"
|
1068
1077
|
msgstr ""
|
1069
1078
|
|
1070
|
-
#: models/notifications.py:
|
1079
|
+
#: models/notifications.py:414 models/structures.py:403
|
1071
1080
|
#, fuzzy
|
1072
1081
|
#| msgid "Structure List"
|
1073
1082
|
msgid "structures"
|
1074
1083
|
msgstr "Strukturliste"
|
1075
1084
|
|
1076
|
-
#: models/notifications.py:
|
1085
|
+
#: models/notifications.py:415
|
1077
1086
|
msgid "Structures this notification is about (if any)"
|
1078
1087
|
msgstr ""
|
1079
1088
|
|
1080
|
-
#: models/notifications.py:
|
1081
|
-
#: models/structures.py:
|
1089
|
+
#: models/notifications.py:694 models/structures.py:203
|
1090
|
+
#: models/structures.py:773
|
1082
1091
|
#, fuzzy
|
1083
1092
|
#| msgid "d"
|
1084
1093
|
msgid "id"
|
1085
1094
|
msgstr "t"
|
1086
1095
|
|
1087
|
-
#: models/notifications.py:
|
1096
|
+
#: models/notifications.py:698
|
1088
1097
|
msgid "created"
|
1089
1098
|
msgstr ""
|
1090
1099
|
|
1091
|
-
#: models/notifications.py:
|
1100
|
+
#: models/notifications.py:699
|
1092
1101
|
msgid "Date when this notification was first received from ESI"
|
1093
1102
|
msgstr ""
|
1094
1103
|
|
1095
|
-
#: models/notifications.py:
|
1104
|
+
#: models/notifications.py:704
|
1096
1105
|
msgid "is read"
|
1097
1106
|
msgstr ""
|
1098
1107
|
|
1099
|
-
#: models/notifications.py:
|
1108
|
+
#: models/notifications.py:705
|
1100
1109
|
msgid "True when this notification has read in the eve client"
|
1101
1110
|
msgstr ""
|
1102
1111
|
|
1103
|
-
#: models/notifications.py:
|
1112
|
+
#: models/notifications.py:708
|
1104
1113
|
msgid "last updated"
|
1105
1114
|
msgstr ""
|
1106
1115
|
|
1107
|
-
#: models/notifications.py:
|
1116
|
+
#: models/notifications.py:709
|
1108
1117
|
msgid "Date when this notification has last been updated from ESI"
|
1109
1118
|
msgstr ""
|
1110
1119
|
|
1111
|
-
#: models/notifications.py:
|
1120
|
+
#: models/notifications.py:716
|
1112
1121
|
msgid "sender"
|
1113
1122
|
msgstr ""
|
1114
1123
|
|
1115
|
-
#: models/notifications.py:
|
1124
|
+
#: models/notifications.py:723
|
1116
1125
|
msgid "text"
|
1117
1126
|
msgstr ""
|
1118
1127
|
|
1119
|
-
#: models/notifications.py:
|
1128
|
+
#: models/notifications.py:724
|
1120
1129
|
msgid "Notification details in YAML"
|
1121
1130
|
msgstr ""
|
1122
1131
|
|
1123
|
-
#: models/notifications.py:
|
1132
|
+
#: models/notifications.py:726 models/notifications.py:843
|
1124
1133
|
msgid "timestamp"
|
1125
1134
|
msgstr ""
|
1126
1135
|
|
1127
|
-
#: models/notifications.py:
|
1136
|
+
#: models/notifications.py:731
|
1128
1137
|
#, fuzzy
|
1129
1138
|
#| msgid "%(ticker)s Notification"
|
1130
1139
|
msgid "eve notification"
|
1131
1140
|
msgstr "%(ticker)s Benachrichtigungen"
|
1132
1141
|
|
1133
|
-
#: models/notifications.py:
|
1142
|
+
#: models/notifications.py:732
|
1134
1143
|
#, fuzzy
|
1135
1144
|
#| msgid "%(ticker)s Notification"
|
1136
1145
|
msgid "eve notifications"
|
1137
1146
|
msgstr "%(ticker)s Benachrichtigungen"
|
1138
1147
|
|
1139
|
-
#: models/notifications.py:
|
1148
|
+
#: models/notifications.py:841
|
1140
1149
|
msgid "details"
|
1141
1150
|
msgstr ""
|
1142
1151
|
|
1143
|
-
#: models/notifications.py:
|
1152
|
+
#: models/notifications.py:842
|
1144
1153
|
msgid "last_updated"
|
1145
1154
|
msgstr ""
|
1146
1155
|
|
1147
|
-
#: models/notifications.py:
|
1156
|
+
#: models/notifications.py:848
|
1148
1157
|
#, fuzzy
|
1149
1158
|
#| msgid "%(ticker)s Notification"
|
1150
1159
|
msgid "generated notification"
|
1151
1160
|
msgstr "%(ticker)s Benachrichtigungen"
|
1152
1161
|
|
1153
|
-
#: models/notifications.py:
|
1162
|
+
#: models/notifications.py:849
|
1154
1163
|
#, fuzzy
|
1155
1164
|
#| msgid "%(ticker)s Notification"
|
1156
1165
|
msgid "generated notifications"
|
1157
1166
|
msgstr "%(ticker)s Benachrichtigungen"
|
1158
1167
|
|
1159
|
-
#: models/notifications.py:
|
1168
|
+
#: models/notifications.py:878
|
1160
1169
|
msgid "channel pings"
|
1161
1170
|
msgstr ""
|
1162
1171
|
|
1163
|
-
#: models/notifications.py:
|
1172
|
+
#: models/notifications.py:880
|
1164
1173
|
msgid ""
|
1165
1174
|
"Option to ping every member of the channel. This setting can be overruled by "
|
1166
1175
|
"the respective owner or webhook configuration"
|
1167
1176
|
msgstr ""
|
1168
1177
|
|
1169
|
-
#: models/notifications.py:
|
1178
|
+
#: models/notifications.py:890
|
1170
1179
|
msgid "color"
|
1171
1180
|
msgstr ""
|
1172
1181
|
|
1173
|
-
#: models/notifications.py:
|
1182
|
+
#: models/notifications.py:891
|
1174
1183
|
msgid "Context color of these notification on Discord"
|
1175
1184
|
msgstr ""
|
1176
1185
|
|
1177
|
-
#: models/notifications.py:
|
1186
|
+
#: models/notifications.py:895
|
1178
1187
|
msgid "is_enabled"
|
1179
1188
|
msgstr ""
|
1180
1189
|
|
1181
|
-
#: models/notifications.py:
|
1190
|
+
#: models/notifications.py:896
|
1182
1191
|
msgid "Disabled configurations will not create any new alerts."
|
1183
1192
|
msgstr ""
|
1184
1193
|
|
1185
|
-
#: models/notifications.py:
|
1194
|
+
#: models/notifications.py:919
|
1186
1195
|
msgid "end"
|
1187
1196
|
msgstr ""
|
1188
1197
|
|
1189
|
-
#: models/notifications.py:
|
1198
|
+
#: models/notifications.py:919
|
1190
1199
|
msgid "End of alerts in hours before fuel expires"
|
1191
1200
|
msgstr ""
|
1192
1201
|
|
1193
|
-
#: models/notifications.py:
|
1202
|
+
#: models/notifications.py:922
|
1194
1203
|
msgid "repeat"
|
1195
1204
|
msgstr ""
|
1196
1205
|
|
1197
|
-
#: models/notifications.py:
|
1206
|
+
#: models/notifications.py:924
|
1198
1207
|
msgid "Notifications will be repeated every x hours. Set to 0 for no repeats"
|
1199
1208
|
msgstr ""
|
1200
1209
|
|
1201
|
-
#: models/notifications.py:
|
1210
|
+
#: models/notifications.py:928
|
1202
1211
|
msgid "start"
|
1203
1212
|
msgstr ""
|
1204
1213
|
|
1205
|
-
#: models/notifications.py:
|
1214
|
+
#: models/notifications.py:929
|
1206
1215
|
msgid "Start of alerts in hours before fuel expires"
|
1207
1216
|
msgstr ""
|
1208
1217
|
|
1209
|
-
#: models/notifications.py:
|
1218
|
+
#: models/notifications.py:933
|
1210
1219
|
#, fuzzy
|
1211
1220
|
#| msgid "Structure fuel alert"
|
1212
1221
|
msgid "structure fuel alert config"
|
1213
1222
|
msgstr "Struktur Treibstoffalarm"
|
1214
1223
|
|
1215
|
-
#: models/notifications.py:
|
1224
|
+
#: models/notifications.py:934
|
1216
1225
|
#, fuzzy
|
1217
1226
|
#| msgid "Structure fuel alert"
|
1218
1227
|
msgid "structure fuel alert configs"
|
1219
1228
|
msgstr "Struktur Treibstoffalarm"
|
1220
1229
|
|
1221
|
-
#: models/notifications.py:
|
1230
|
+
#: models/notifications.py:941
|
1222
1231
|
msgid "Start must be before end, i.e. have a larger value."
|
1223
1232
|
msgstr ""
|
1224
1233
|
|
1225
|
-
#: models/notifications.py:
|
1234
|
+
#: models/notifications.py:945
|
1226
1235
|
msgid "Repeat can not be larger that the interval size."
|
1227
1236
|
msgstr ""
|
1228
1237
|
|
1229
|
-
#: models/notifications.py:
|
1238
|
+
#: models/notifications.py:954
|
1230
1239
|
msgid "This configuration may not overlap with an existing configuration."
|
1231
1240
|
msgstr ""
|
1232
1241
|
|
1233
|
-
#: models/notifications.py:
|
1242
|
+
#: models/notifications.py:1021
|
1234
1243
|
msgid "threshold"
|
1235
1244
|
msgstr ""
|
1236
1245
|
|
1237
|
-
#: models/notifications.py:
|
1246
|
+
#: models/notifications.py:1023
|
1238
1247
|
msgid ""
|
1239
1248
|
"Notifications will be sent once fuel level in units reaches this threshold"
|
1240
1249
|
msgstr ""
|
1241
1250
|
|
1242
|
-
#: models/notifications.py:
|
1251
|
+
#: models/notifications.py:1028
|
1243
1252
|
msgid "jump fuel alert config"
|
1244
1253
|
msgstr ""
|
1245
1254
|
|
1246
|
-
#: models/notifications.py:
|
1255
|
+
#: models/notifications.py:1029
|
1247
1256
|
msgid "jump fuel alert configs"
|
1248
1257
|
msgstr ""
|
1249
1258
|
|
1250
|
-
#: models/notifications.py:
|
1251
|
-
#: models/structures.py:
|
1259
|
+
#: models/notifications.py:1078 models/notifications.py:1128
|
1260
|
+
#: models/structures.py:402 models/structures.py:779 models/structures.py:844
|
1252
1261
|
#, fuzzy
|
1253
1262
|
#| msgid "Structure List"
|
1254
1263
|
msgid "structure"
|
1255
1264
|
msgstr "Strukturliste"
|
1256
1265
|
|
1257
|
-
#: models/notifications.py:
|
1266
|
+
#: models/notifications.py:1084 models/notifications.py:1134
|
1258
1267
|
msgid "configuration"
|
1259
1268
|
msgstr ""
|
1260
1269
|
|
1261
|
-
#: models/notifications.py:
|
1270
|
+
#: models/notifications.py:1088
|
1262
1271
|
msgid "hours"
|
1263
1272
|
msgstr ""
|
1264
1273
|
|
1265
|
-
#: models/notifications.py:
|
1274
|
+
#: models/notifications.py:1089
|
1266
1275
|
msgid "number of hours before fuel expiration this alert was sent"
|
1267
1276
|
msgstr ""
|
1268
1277
|
|
1269
|
-
#: models/notifications.py:
|
1278
|
+
#: models/notifications.py:1093
|
1270
1279
|
#, fuzzy
|
1271
1280
|
#| msgid "Structure fuel alert"
|
1272
1281
|
msgid "structure fuel alert"
|
1273
1282
|
msgstr "Struktur Treibstoffalarm"
|
1274
1283
|
|
1275
|
-
#: models/notifications.py:
|
1284
|
+
#: models/notifications.py:1094
|
1276
1285
|
#, fuzzy
|
1277
1286
|
#| msgid "Structure fuel alert"
|
1278
1287
|
msgid "structure fuel alerts"
|
1279
1288
|
msgstr "Struktur Treibstoffalarm"
|
1280
1289
|
|
1281
|
-
#: models/notifications.py:
|
1290
|
+
#: models/notifications.py:1138
|
1282
1291
|
#, fuzzy
|
1283
1292
|
#| msgid "Structure fuel alert"
|
1284
1293
|
msgid "jump fuel alert"
|
1285
1294
|
msgstr "Struktur Treibstoffalarm"
|
1286
1295
|
|
1287
|
-
#: models/notifications.py:
|
1296
|
+
#: models/notifications.py:1139
|
1288
1297
|
#, fuzzy
|
1289
1298
|
#| msgid "Structure fuel alert"
|
1290
1299
|
msgid "jump fuel alerts"
|
1291
1300
|
msgstr "Struktur Treibstoffalarm"
|
1292
1301
|
|
1293
|
-
#: models/owners.py:
|
1302
|
+
#: models/owners.py:119
|
1294
1303
|
#, fuzzy
|
1295
1304
|
#| msgid "Corporation"
|
1296
1305
|
msgid "corporation"
|
1297
1306
|
msgstr "Corporation"
|
1298
1307
|
|
1299
|
-
#: models/owners.py:
|
1308
|
+
#: models/owners.py:120
|
1300
1309
|
msgid "Corporation owning structures"
|
1301
1310
|
msgstr ""
|
1302
1311
|
|
1303
|
-
#: models/owners.py:
|
1312
|
+
#: models/owners.py:125
|
1304
1313
|
msgid "are pocos public"
|
1305
1314
|
msgstr ""
|
1306
1315
|
|
1307
|
-
#: models/owners.py:
|
1316
|
+
#: models/owners.py:126
|
1308
1317
|
msgid "whether pocos of this owner are shown on public POCO page"
|
1309
1318
|
msgstr ""
|
1310
1319
|
|
1311
|
-
#: models/owners.py:
|
1320
|
+
#: models/owners.py:132
|
1312
1321
|
msgid "assets last update at"
|
1313
1322
|
msgstr ""
|
1314
1323
|
|
1315
|
-
#: models/owners.py:
|
1316
|
-
#: models/owners.py:
|
1324
|
+
#: models/owners.py:133 models/owners.py:149 models/owners.py:192
|
1325
|
+
#: models/owners.py:207
|
1317
1326
|
msgid "when the last successful update happened"
|
1318
1327
|
msgstr ""
|
1319
1328
|
|
1320
|
-
#: models/owners.py:
|
1329
|
+
#: models/owners.py:148
|
1321
1330
|
msgid "forwarding last update at"
|
1322
1331
|
msgstr ""
|
1323
1332
|
|
1324
|
-
#: models/owners.py:
|
1333
|
+
#: models/owners.py:155
|
1325
1334
|
msgid ""
|
1326
1335
|
"to enable or disable pinging of notifications for this owner e.g. with "
|
1327
1336
|
"@everyone and @here"
|
1328
1337
|
msgstr ""
|
1329
1338
|
|
1330
|
-
#: models/owners.py:
|
1339
|
+
#: models/owners.py:161
|
1331
1340
|
msgid "is active"
|
1332
1341
|
msgstr ""
|
1333
1342
|
|
1334
|
-
#: models/owners.py:
|
1343
|
+
#: models/owners.py:162
|
1335
1344
|
msgid "whether this owner is currently included in the sync process"
|
1336
1345
|
msgstr ""
|
1337
1346
|
|
1338
|
-
#: models/owners.py:
|
1347
|
+
#: models/owners.py:166
|
1339
1348
|
#, fuzzy
|
1340
1349
|
#| msgid "Alliance"
|
1341
1350
|
msgid "is alliance main"
|
1342
1351
|
msgstr "Allianz"
|
1343
1352
|
|
1344
|
-
#: models/owners.py:
|
1353
|
+
#: models/owners.py:168
|
1345
1354
|
msgid ""
|
1346
1355
|
"whether alliance wide notifications are forwarded for this owner (e.g. sov "
|
1347
1356
|
"notifications)"
|
1348
1357
|
msgstr ""
|
1349
1358
|
|
1350
|
-
#: models/owners.py:
|
1359
|
+
#: models/owners.py:174
|
1351
1360
|
msgid "is included in service status"
|
1352
1361
|
msgstr ""
|
1353
1362
|
|
1354
|
-
#: models/owners.py:
|
1363
|
+
#: models/owners.py:176
|
1355
1364
|
msgid ""
|
1356
1365
|
"whether the sync status of this owner is included in the overall status of "
|
1357
1366
|
"this services"
|
1358
1367
|
msgstr ""
|
1359
1368
|
|
1360
|
-
#: models/owners.py:
|
1369
|
+
#: models/owners.py:184
|
1361
1370
|
msgid "is up"
|
1362
1371
|
msgstr ""
|
1363
1372
|
|
1364
|
-
#: models/owners.py:
|
1373
|
+
#: models/owners.py:185
|
1365
1374
|
msgid "whether all services for this owner are currently up"
|
1366
1375
|
msgstr ""
|
1367
1376
|
|
1368
|
-
#: models/owners.py:
|
1377
|
+
#: models/owners.py:191
|
1369
1378
|
msgid "notifications last update at"
|
1370
1379
|
msgstr ""
|
1371
1380
|
|
1372
|
-
#: models/owners.py:
|
1381
|
+
#: models/owners.py:200
|
1373
1382
|
msgid "Groups to be pinged for each notification. "
|
1374
1383
|
msgstr ""
|
1375
1384
|
|
1376
|
-
#: models/owners.py:
|
1385
|
+
#: models/owners.py:206
|
1377
1386
|
#, fuzzy
|
1378
1387
|
#| msgid "Structure under attack"
|
1379
1388
|
msgid "structures last update at"
|
1380
1389
|
msgstr "Struktur wird angegriffen"
|
1381
1390
|
|
1382
|
-
#: models/owners.py:
|
1391
|
+
#: models/owners.py:215
|
1383
1392
|
msgid "Notifications are sent to these webhooks."
|
1384
1393
|
msgstr ""
|
1385
1394
|
|
1386
|
-
#: models/owners.py:
|
1395
|
+
#: models/owners.py:222
|
1387
1396
|
#, fuzzy
|
1388
1397
|
#| msgid "Owner"
|
1389
1398
|
msgid "owners"
|
1390
1399
|
msgstr "Besitzer"
|
1391
1400
|
|
1392
|
-
#: models/owners.py:
|
1401
|
+
#: models/owners.py:1147
|
1393
1402
|
#, fuzzy, python-format
|
1394
1403
|
#| msgid ""
|
1395
1404
|
#| "Syncing of %(topic)s for \"%(owner)s\" %(result)s.\n"
|
@@ -1401,554 +1410,554 @@ msgstr ""
|
|
1401
1410
|
"Synchronisiere %(topic)s für \"%(owner)s\" %(result)s\n"
|
1402
1411
|
"%(message_details)s"
|
1403
1412
|
|
1404
|
-
#: models/owners.py:
|
1413
|
+
#: models/owners.py:1151
|
1405
1414
|
msgid "completed successfully"
|
1406
1415
|
msgstr "erfolgreich beendet"
|
1407
1416
|
|
1408
|
-
#: models/owners.py:
|
1417
|
+
#: models/owners.py:1156
|
1409
1418
|
#, python-format
|
1410
1419
|
msgid "%(title)s: %(topic)s updated for %(owner)s: %(result)s"
|
1411
1420
|
msgstr "%(title)s: %(topic)s aktualisiert für %(owner)s: %(result)s"
|
1412
1421
|
|
1413
|
-
#: models/owners.py:
|
1422
|
+
#: models/owners.py:1161
|
1414
1423
|
msgid "OK"
|
1415
1424
|
msgstr "OK"
|
1416
1425
|
|
1417
|
-
#: models/owners.py:
|
1426
|
+
#: models/owners.py:1293
|
1418
1427
|
msgid "character_ownership"
|
1419
1428
|
msgstr ""
|
1420
1429
|
|
1421
|
-
#: models/owners.py:
|
1430
|
+
#: models/owners.py:1301
|
1422
1431
|
#, fuzzy
|
1423
1432
|
#| msgid "Structure lost shield"
|
1424
1433
|
msgid "structures last used at"
|
1425
1434
|
msgstr "Struktur hat die Schilde verloren"
|
1426
1435
|
|
1427
|
-
#: models/owners.py:
|
1436
|
+
#: models/owners.py:1309
|
1428
1437
|
msgid "notifications last used at"
|
1429
1438
|
msgstr ""
|
1430
1439
|
|
1431
|
-
#: models/owners.py:
|
1440
|
+
#: models/owners.py:1315
|
1432
1441
|
msgid "error count"
|
1433
1442
|
msgstr ""
|
1434
1443
|
|
1435
|
-
#: models/owners.py:
|
1444
|
+
#: models/owners.py:1321
|
1436
1445
|
msgid "owner character"
|
1437
1446
|
msgstr ""
|
1438
1447
|
|
1439
|
-
#: models/owners.py:
|
1448
|
+
#: models/owners.py:1322
|
1440
1449
|
msgid "owner characters"
|
1441
1450
|
msgstr ""
|
1442
1451
|
|
1443
|
-
#: models/structures.py:
|
1452
|
+
#: models/structures.py:38
|
1444
1453
|
msgid "sov"
|
1445
1454
|
msgstr ""
|
1446
1455
|
|
1447
|
-
#: models/structures.py:
|
1456
|
+
#: models/structures.py:39
|
1448
1457
|
msgid "highsec"
|
1449
1458
|
msgstr ""
|
1450
1459
|
|
1451
|
-
#: models/structures.py:
|
1460
|
+
#: models/structures.py:40
|
1452
1461
|
msgid "lowsec"
|
1453
1462
|
msgstr ""
|
1454
1463
|
|
1455
|
-
#: models/structures.py:
|
1464
|
+
#: models/structures.py:41
|
1456
1465
|
msgid "nullsec"
|
1457
1466
|
msgstr ""
|
1458
1467
|
|
1459
|
-
#: models/structures.py:
|
1468
|
+
#: models/structures.py:42
|
1460
1469
|
msgid "w_space"
|
1461
1470
|
msgstr ""
|
1462
1471
|
|
1463
|
-
#: models/structures.py:
|
1472
|
+
#: models/structures.py:45
|
1464
1473
|
msgid "grey"
|
1465
1474
|
msgstr ""
|
1466
1475
|
|
1467
|
-
#: models/structures.py:
|
1476
|
+
#: models/structures.py:46
|
1468
1477
|
msgid "dark blue"
|
1469
1478
|
msgstr ""
|
1470
1479
|
|
1471
|
-
#: models/structures.py:
|
1480
|
+
#: models/structures.py:47
|
1472
1481
|
msgid "green"
|
1473
1482
|
msgstr ""
|
1474
1483
|
|
1475
|
-
#: models/structures.py:
|
1484
|
+
#: models/structures.py:48
|
1476
1485
|
msgid "light blue"
|
1477
1486
|
msgstr ""
|
1478
1487
|
|
1479
|
-
#: models/structures.py:
|
1488
|
+
#: models/structures.py:49
|
1480
1489
|
msgid "orange"
|
1481
1490
|
msgstr ""
|
1482
1491
|
|
1483
|
-
#: models/structures.py:
|
1492
|
+
#: models/structures.py:50
|
1484
1493
|
msgid "red"
|
1485
1494
|
msgstr ""
|
1486
1495
|
|
1487
|
-
#: models/structures.py:
|
1496
|
+
#: models/structures.py:62 models/structures.py:285 models/structures.py:848
|
1488
1497
|
msgid "name"
|
1489
1498
|
msgstr ""
|
1490
1499
|
|
1491
|
-
#: models/structures.py:
|
1500
|
+
#: models/structures.py:63
|
1492
1501
|
msgid "name of the tag - must be unique"
|
1493
1502
|
msgstr ""
|
1494
1503
|
|
1495
|
-
#: models/structures.py:
|
1504
|
+
#: models/structures.py:69
|
1496
1505
|
msgid "description"
|
1497
1506
|
msgstr ""
|
1498
1507
|
|
1499
|
-
#: models/structures.py:
|
1508
|
+
#: models/structures.py:70
|
1500
1509
|
msgid "description for this tag"
|
1501
1510
|
msgstr ""
|
1502
1511
|
|
1503
|
-
#: models/structures.py:
|
1512
|
+
#: models/structures.py:77
|
1504
1513
|
msgid "style"
|
1505
1514
|
msgstr ""
|
1506
1515
|
|
1507
|
-
#: models/structures.py:
|
1516
|
+
#: models/structures.py:78
|
1508
1517
|
msgid "color style of tag"
|
1509
1518
|
msgstr ""
|
1510
1519
|
|
1511
|
-
#: models/structures.py:
|
1520
|
+
#: models/structures.py:84
|
1512
1521
|
msgid "order"
|
1513
1522
|
msgstr ""
|
1514
1523
|
|
1515
|
-
#: models/structures.py:
|
1524
|
+
#: models/structures.py:86
|
1516
1525
|
msgid ""
|
1517
1526
|
"number defining the order tags are shown. custom tags can not have an order "
|
1518
1527
|
"below 100"
|
1519
1528
|
msgstr ""
|
1520
1529
|
|
1521
|
-
#: models/structures.py:
|
1530
|
+
#: models/structures.py:94
|
1522
1531
|
msgid "if true this custom tag will automatically be added to new structures"
|
1523
1532
|
msgstr ""
|
1524
1533
|
|
1525
|
-
#: models/structures.py:
|
1534
|
+
#: models/structures.py:99
|
1526
1535
|
msgid "is user managed"
|
1527
1536
|
msgstr ""
|
1528
1537
|
|
1529
|
-
#: models/structures.py:
|
1538
|
+
#: models/structures.py:101
|
1530
1539
|
msgid ""
|
1531
1540
|
"if False this tag is created and managed by the system and can not be "
|
1532
1541
|
"modified by users"
|
1533
1542
|
msgstr ""
|
1534
1543
|
|
1535
|
-
#: models/structures.py:
|
1544
|
+
#: models/structures.py:109
|
1536
1545
|
#, fuzzy
|
1537
1546
|
#| msgid "Structure List"
|
1538
1547
|
msgid "structure tag"
|
1539
1548
|
msgstr "Strukturliste"
|
1540
1549
|
|
1541
|
-
#: models/structures.py:
|
1550
|
+
#: models/structures.py:110
|
1542
1551
|
#, fuzzy
|
1543
1552
|
#| msgid "Structure List"
|
1544
1553
|
msgid "structure tags"
|
1545
1554
|
msgstr "Strukturliste"
|
1546
1555
|
|
1547
|
-
#: models/structures.py:
|
1556
|
+
#: models/structures.py:144
|
1548
1557
|
msgid "anchor vulnerable"
|
1549
1558
|
msgstr "Stationierung verwundbar "
|
1550
1559
|
|
1551
|
-
#: models/structures.py:
|
1560
|
+
#: models/structures.py:145
|
1552
1561
|
msgid "anchoring"
|
1553
1562
|
msgstr "verankert"
|
1554
1563
|
|
1555
|
-
#: models/structures.py:
|
1564
|
+
#: models/structures.py:146
|
1556
1565
|
msgid "armor reinforce"
|
1557
1566
|
msgstr "Panzerung verwundet"
|
1558
1567
|
|
1559
|
-
#: models/structures.py:
|
1568
|
+
#: models/structures.py:147
|
1560
1569
|
msgid "armor vulnerable"
|
1561
1570
|
msgstr "Panzerung verwundbar"
|
1562
1571
|
|
1563
|
-
#: models/structures.py:
|
1572
|
+
#: models/structures.py:148
|
1564
1573
|
msgid "deploy vulnerable"
|
1565
1574
|
msgstr "Aufstellung verwundbar"
|
1566
1575
|
|
1567
|
-
#: models/structures.py:
|
1576
|
+
#: models/structures.py:149
|
1568
1577
|
msgid "fitting invulnerable"
|
1569
1578
|
msgstr "Ausrüsten verwundbar"
|
1570
1579
|
|
1571
|
-
#: models/structures.py:
|
1580
|
+
#: models/structures.py:150
|
1572
1581
|
msgid "hull reinforce"
|
1573
1582
|
msgstr "Rumpf verwundet"
|
1574
1583
|
|
1575
|
-
#: models/structures.py:
|
1584
|
+
#: models/structures.py:151
|
1576
1585
|
msgid "hull vulnerable"
|
1577
1586
|
msgstr "Rumpf verwundbar"
|
1578
1587
|
|
1579
|
-
#: models/structures.py:
|
1588
|
+
#: models/structures.py:152
|
1580
1589
|
msgid "online deprecated"
|
1581
1590
|
msgstr "online veraltet"
|
1582
1591
|
|
1583
|
-
#: models/structures.py:
|
1592
|
+
#: models/structures.py:153
|
1584
1593
|
msgid "onlining vulnerable"
|
1585
1594
|
msgstr "Aktivierung verwundbar"
|
1586
1595
|
|
1587
|
-
#: models/structures.py:
|
1596
|
+
#: models/structures.py:154
|
1588
1597
|
msgid "shield vulnerable"
|
1589
1598
|
msgstr "Schilde verwundbar"
|
1590
1599
|
|
1591
|
-
#: models/structures.py:
|
1600
|
+
#: models/structures.py:155
|
1592
1601
|
msgid "unanchored"
|
1593
1602
|
msgstr "entankert"
|
1594
1603
|
|
1595
|
-
#: models/structures.py:
|
1604
|
+
#: models/structures.py:157 models/structures.py:827
|
1596
1605
|
msgid "offline"
|
1597
1606
|
msgstr "offline"
|
1598
1607
|
|
1599
|
-
#: models/structures.py:
|
1608
|
+
#: models/structures.py:158 models/structures.py:828
|
1600
1609
|
msgid "online"
|
1601
1610
|
msgstr "online"
|
1602
1611
|
|
1603
|
-
#: models/structures.py:
|
1612
|
+
#: models/structures.py:159
|
1604
1613
|
msgid "onlining"
|
1605
1614
|
msgstr "Aktivierung"
|
1606
1615
|
|
1607
|
-
#: models/structures.py:
|
1616
|
+
#: models/structures.py:160
|
1608
1617
|
msgid "reinforced"
|
1609
1618
|
msgstr "beschädigt"
|
1610
1619
|
|
1611
|
-
#: models/structures.py:
|
1620
|
+
#: models/structures.py:161
|
1612
1621
|
msgid "unanchoring "
|
1613
1622
|
msgstr "entankert"
|
1614
1623
|
|
1615
|
-
#: models/structures.py:
|
1624
|
+
#: models/structures.py:164
|
1616
1625
|
msgid "unknown"
|
1617
1626
|
msgstr "unbekannt"
|
1618
1627
|
|
1619
|
-
#: models/structures.py:
|
1628
|
+
#: models/structures.py:195
|
1620
1629
|
#, fuzzy
|
1621
1630
|
#| msgid "Low Power"
|
1622
1631
|
msgid "Full Power"
|
1623
1632
|
msgstr "Niedrigenergie"
|
1624
1633
|
|
1625
|
-
#: models/structures.py:
|
1634
|
+
#: models/structures.py:196
|
1626
1635
|
msgid "Low Power"
|
1627
1636
|
msgstr "Niedrigenergie"
|
1628
1637
|
|
1629
|
-
#: models/structures.py:
|
1638
|
+
#: models/structures.py:197
|
1630
1639
|
msgid "Abandoned"
|
1631
1640
|
msgstr ""
|
1632
1641
|
|
1633
|
-
#: models/structures.py:
|
1642
|
+
#: models/structures.py:198
|
1634
1643
|
msgid "Abandoned?"
|
1635
1644
|
msgstr ""
|
1636
1645
|
|
1637
|
-
#: models/structures.py:
|
1646
|
+
#: models/structures.py:199
|
1638
1647
|
#, fuzzy
|
1639
1648
|
#| msgid "unknown"
|
1640
1649
|
msgid "Unknown"
|
1641
1650
|
msgstr "unbekannt"
|
1642
1651
|
|
1643
|
-
#: models/structures.py:
|
1652
|
+
#: models/structures.py:204
|
1644
1653
|
msgid "The Item ID of the structure"
|
1645
1654
|
msgstr ""
|
1646
1655
|
|
1647
|
-
#: models/structures.py:
|
1656
|
+
#: models/structures.py:209
|
1648
1657
|
msgid "created at"
|
1649
1658
|
msgstr ""
|
1650
1659
|
|
1651
|
-
#: models/structures.py:
|
1660
|
+
#: models/structures.py:210
|
1652
1661
|
msgid "date this structure was received from ESI for the first time"
|
1653
1662
|
msgstr ""
|
1654
1663
|
|
1655
|
-
#: models/structures.py:
|
1664
|
+
#: models/structures.py:219
|
1656
1665
|
msgid "moon"
|
1657
1666
|
msgstr ""
|
1658
1667
|
|
1659
|
-
#: models/structures.py:
|
1668
|
+
#: models/structures.py:220
|
1660
1669
|
msgid "Moon next to this structure - if any"
|
1661
1670
|
msgstr ""
|
1662
1671
|
|
1663
|
-
#: models/structures.py:
|
1672
|
+
#: models/structures.py:229
|
1664
1673
|
msgid "planet"
|
1665
1674
|
msgstr ""
|
1666
1675
|
|
1667
|
-
#: models/structures.py:
|
1676
|
+
#: models/structures.py:230
|
1668
1677
|
msgid "Planet next to this structure - if any"
|
1669
1678
|
msgstr ""
|
1670
1679
|
|
1671
|
-
#: models/structures.py:
|
1680
|
+
#: models/structures.py:236
|
1672
1681
|
#, fuzzy
|
1673
1682
|
#| msgid "Solar System"
|
1674
1683
|
msgid "solar system"
|
1675
1684
|
msgstr "Sonnensystem"
|
1676
1685
|
|
1677
|
-
#: models/structures.py:
|
1686
|
+
#: models/structures.py:237
|
1678
1687
|
msgid "Solar System the structure is located"
|
1679
1688
|
msgstr ""
|
1680
1689
|
|
1681
|
-
#: models/structures.py:
|
1690
|
+
#: models/structures.py:244
|
1682
1691
|
msgid "Type of the structure"
|
1683
1692
|
msgstr ""
|
1684
1693
|
|
1685
|
-
#: models/structures.py:
|
1694
|
+
#: models/structures.py:250
|
1686
1695
|
#, fuzzy
|
1687
1696
|
#| msgid "Fuel Expires"
|
1688
1697
|
msgid "fuel expires at"
|
1689
1698
|
msgstr "Treibstoff verbraucht"
|
1690
1699
|
|
1691
|
-
#: models/structures.py:
|
1700
|
+
#: models/structures.py:251
|
1692
1701
|
msgid "Date on which the structure will run out of fuel"
|
1693
1702
|
msgstr ""
|
1694
1703
|
|
1695
|
-
#: models/structures.py:
|
1704
|
+
#: models/structures.py:258
|
1696
1705
|
msgid "has fitting"
|
1697
1706
|
msgstr ""
|
1698
1707
|
|
1699
|
-
#: models/structures.py:
|
1708
|
+
#: models/structures.py:259
|
1700
1709
|
msgid "bool indicating if the structure has a fitting"
|
1701
1710
|
msgstr ""
|
1702
1711
|
|
1703
|
-
#: models/structures.py:
|
1712
|
+
#: models/structures.py:266
|
1704
1713
|
msgid "has core"
|
1705
1714
|
msgstr ""
|
1706
1715
|
|
1707
|
-
#: models/structures.py:
|
1716
|
+
#: models/structures.py:267
|
1708
1717
|
msgid "bool indicating if the structure has a quantum core"
|
1709
1718
|
msgstr ""
|
1710
1719
|
|
1711
|
-
#: models/structures.py:
|
1720
|
+
#: models/structures.py:273
|
1712
1721
|
#, fuzzy
|
1713
1722
|
#| msgid "online"
|
1714
1723
|
msgid "last online at"
|
1715
1724
|
msgstr "online"
|
1716
1725
|
|
1717
|
-
#: models/structures.py:
|
1726
|
+
#: models/structures.py:274
|
1718
1727
|
msgid "date this structure had any of it's services online"
|
1719
1728
|
msgstr ""
|
1720
1729
|
|
1721
|
-
#: models/structures.py:
|
1730
|
+
#: models/structures.py:280 models/structures.py:792
|
1722
1731
|
msgid "last updated at"
|
1723
1732
|
msgstr ""
|
1724
1733
|
|
1725
|
-
#: models/structures.py:
|
1734
|
+
#: models/structures.py:281
|
1726
1735
|
msgid "date this structure was last updated from the EVE server"
|
1727
1736
|
msgstr ""
|
1728
1737
|
|
1729
|
-
#: models/structures.py:
|
1738
|
+
#: models/structures.py:286
|
1730
1739
|
msgid "The full name of the structure"
|
1731
1740
|
msgstr ""
|
1732
1741
|
|
1733
|
-
#: models/structures.py:
|
1742
|
+
#: models/structures.py:293
|
1734
1743
|
#, fuzzy
|
1735
1744
|
#| msgid "reinforced"
|
1736
1745
|
msgid "next reinforce hour"
|
1737
1746
|
msgstr "beschädigt"
|
1738
1747
|
|
1739
|
-
#: models/structures.py:
|
1748
|
+
#: models/structures.py:295 models/structures.py:305
|
1740
1749
|
msgid ""
|
1741
1750
|
"The requested change to reinforce_hour that will take effect at the time "
|
1742
1751
|
"shown by next_reinforce_apply"
|
1743
1752
|
msgstr ""
|
1744
1753
|
|
1745
|
-
#: models/structures.py:
|
1754
|
+
#: models/structures.py:303
|
1746
1755
|
#, fuzzy
|
1747
1756
|
#| msgid "reinforced"
|
1748
1757
|
msgid "next reinforce apply"
|
1749
1758
|
msgstr "beschädigt"
|
1750
1759
|
|
1751
|
-
#: models/structures.py:
|
1760
|
+
#: models/structures.py:314
|
1752
1761
|
msgid "Corporation that owns the structure"
|
1753
1762
|
msgstr ""
|
1754
1763
|
|
1755
|
-
#: models/structures.py:
|
1764
|
+
#: models/structures.py:321
|
1756
1765
|
#, fuzzy
|
1757
1766
|
#| msgid "reinforced"
|
1758
1767
|
msgid "reinforce hour"
|
1759
1768
|
msgstr "beschädigt"
|
1760
1769
|
|
1761
|
-
#: models/structures.py:
|
1770
|
+
#: models/structures.py:323
|
1762
1771
|
msgid ""
|
1763
1772
|
"The average hour of day that determines the time +/- some hours when the "
|
1764
1773
|
"structure will randomly exit its reinforcement periods and become vulnerable "
|
1765
1774
|
"to attack against its armor and/or hull. "
|
1766
1775
|
msgstr ""
|
1767
1776
|
|
1768
|
-
#: models/structures.py:
|
1777
|
+
#: models/structures.py:332
|
1769
1778
|
msgid "position x"
|
1770
1779
|
msgstr ""
|
1771
1780
|
|
1772
|
-
#: models/structures.py:
|
1781
|
+
#: models/structures.py:333
|
1773
1782
|
msgid "x position in the solar system"
|
1774
1783
|
msgstr ""
|
1775
1784
|
|
1776
|
-
#: models/structures.py:
|
1785
|
+
#: models/structures.py:339
|
1777
1786
|
msgid "position y"
|
1778
1787
|
msgstr ""
|
1779
1788
|
|
1780
|
-
#: models/structures.py:
|
1789
|
+
#: models/structures.py:340
|
1781
1790
|
msgid "y position in the solar system"
|
1782
1791
|
msgstr ""
|
1783
1792
|
|
1784
|
-
#: models/structures.py:
|
1793
|
+
#: models/structures.py:346
|
1785
1794
|
msgid "position z"
|
1786
1795
|
msgstr ""
|
1787
1796
|
|
1788
|
-
#: models/structures.py:
|
1797
|
+
#: models/structures.py:347
|
1789
1798
|
msgid "z position in the solar system"
|
1790
1799
|
msgstr ""
|
1791
1800
|
|
1792
|
-
#: models/structures.py:
|
1801
|
+
#: models/structures.py:353 models/structures.py:853
|
1793
1802
|
#, fuzzy
|
1794
1803
|
#| msgid "State"
|
1795
1804
|
msgid "state"
|
1796
1805
|
msgstr "Status"
|
1797
1806
|
|
1798
|
-
#: models/structures.py:
|
1807
|
+
#: models/structures.py:354
|
1799
1808
|
msgid "Current state of the structure"
|
1800
1809
|
msgstr ""
|
1801
1810
|
|
1802
|
-
#: models/structures.py:
|
1811
|
+
#: models/structures.py:360
|
1803
1812
|
msgid "state timer end"
|
1804
1813
|
msgstr ""
|
1805
1814
|
|
1806
|
-
#: models/structures.py:
|
1815
|
+
#: models/structures.py:361
|
1807
1816
|
msgid "Date at which the structure entered it's current state"
|
1808
1817
|
msgstr ""
|
1809
1818
|
|
1810
|
-
#: models/structures.py:
|
1819
|
+
#: models/structures.py:367
|
1811
1820
|
msgid "state timer start"
|
1812
1821
|
msgstr ""
|
1813
1822
|
|
1814
|
-
#: models/structures.py:
|
1823
|
+
#: models/structures.py:368
|
1815
1824
|
msgid "Date at which the structure will move to it's next state"
|
1816
1825
|
msgstr ""
|
1817
1826
|
|
1818
|
-
#: models/structures.py:
|
1827
|
+
#: models/structures.py:375
|
1819
1828
|
msgid "tags"
|
1820
1829
|
msgstr ""
|
1821
1830
|
|
1822
|
-
#: models/structures.py:
|
1831
|
+
#: models/structures.py:376
|
1823
1832
|
msgid "List of tags for this structure. "
|
1824
1833
|
msgstr ""
|
1825
1834
|
|
1826
|
-
#: models/structures.py:
|
1835
|
+
#: models/structures.py:382
|
1827
1836
|
#, fuzzy
|
1828
1837
|
#| msgid "unanchoring "
|
1829
1838
|
msgid "unanchors at"
|
1830
1839
|
msgstr "entankert"
|
1831
1840
|
|
1832
|
-
#: models/structures.py:
|
1841
|
+
#: models/structures.py:383
|
1833
1842
|
#, fuzzy
|
1834
1843
|
#| msgid "Structure un-anchoring"
|
1835
1844
|
msgid "Date at which the structure will unanchor"
|
1836
1845
|
msgstr "Struktur entankert"
|
1837
1846
|
|
1838
|
-
#: models/structures.py:
|
1847
|
+
#: models/structures.py:392
|
1839
1848
|
msgid ""
|
1840
1849
|
"Webhooks for sending notifications to. If any webhook is enabled, these will "
|
1841
1850
|
"be used instead of the webhooks defined for the respective owner. If no "
|
1842
1851
|
"webhook is enabled the owner's setting will be used. "
|
1843
1852
|
msgstr ""
|
1844
1853
|
|
1845
|
-
#: models/structures.py:
|
1854
|
+
#: models/structures.py:773
|
1846
1855
|
msgid "The Eve item ID"
|
1847
1856
|
msgstr ""
|
1848
1857
|
|
1849
|
-
#: models/structures.py:
|
1858
|
+
#: models/structures.py:780
|
1850
1859
|
#, fuzzy
|
1851
1860
|
#| msgid "Structure services off-line"
|
1852
1861
|
msgid "Structure this item is located in"
|
1853
1862
|
msgstr "Struktur Services sind offline"
|
1854
1863
|
|
1855
|
-
#: models/structures.py:
|
1864
|
+
#: models/structures.py:788
|
1856
1865
|
msgid "type of the item"
|
1857
1866
|
msgstr ""
|
1858
1867
|
|
1859
|
-
#: models/structures.py:
|
1868
|
+
#: models/structures.py:790
|
1860
1869
|
msgid "is singleton"
|
1861
1870
|
msgstr ""
|
1862
1871
|
|
1863
|
-
#: models/structures.py:
|
1872
|
+
#: models/structures.py:794
|
1864
1873
|
#, fuzzy
|
1865
1874
|
#| msgid "Location"
|
1866
1875
|
msgid "location flag"
|
1867
1876
|
msgstr "Ort"
|
1868
1877
|
|
1869
|
-
#: models/structures.py:
|
1878
|
+
#: models/structures.py:795
|
1870
1879
|
msgid "quantity"
|
1871
1880
|
msgstr ""
|
1872
1881
|
|
1873
|
-
#: models/structures.py:
|
1882
|
+
#: models/structures.py:798
|
1874
1883
|
#, fuzzy
|
1875
1884
|
#| msgid "Structure List"
|
1876
1885
|
msgid "structure item"
|
1877
1886
|
msgstr "Strukturliste"
|
1878
1887
|
|
1879
|
-
#: models/structures.py:
|
1888
|
+
#: models/structures.py:799
|
1880
1889
|
#, fuzzy
|
1881
1890
|
#| msgid "Structure List"
|
1882
1891
|
msgid "structure items"
|
1883
1892
|
msgstr "Strukturliste"
|
1884
1893
|
|
1885
|
-
#: models/structures.py:
|
1894
|
+
#: models/structures.py:845
|
1886
1895
|
#, fuzzy
|
1887
1896
|
#| msgid "Structure services off-line"
|
1888
1897
|
msgid "Structure this service is installed to"
|
1889
1898
|
msgstr "Struktur Services sind offline"
|
1890
1899
|
|
1891
|
-
#: models/structures.py:
|
1900
|
+
#: models/structures.py:848
|
1892
1901
|
msgid "Name of the service"
|
1893
1902
|
msgstr ""
|
1894
1903
|
|
1895
|
-
#: models/structures.py:
|
1904
|
+
#: models/structures.py:854
|
1896
1905
|
msgid "Current state of this service"
|
1897
1906
|
msgstr ""
|
1898
1907
|
|
1899
|
-
#: models/structures.py:
|
1908
|
+
#: models/structures.py:858
|
1900
1909
|
#, fuzzy
|
1901
1910
|
#| msgid "Structure List"
|
1902
1911
|
msgid "structure service"
|
1903
1912
|
msgstr "Strukturliste"
|
1904
1913
|
|
1905
|
-
#: models/structures.py:
|
1914
|
+
#: models/structures.py:859
|
1906
1915
|
#, fuzzy
|
1907
1916
|
#| msgid "Structure services off-line"
|
1908
1917
|
msgid "structure services"
|
1909
1918
|
msgstr "Struktur Services sind offline"
|
1910
1919
|
|
1911
|
-
#: models/structures.py:
|
1920
|
+
#: models/structures.py:875 webhooks/models.py:12
|
1912
1921
|
msgid "none"
|
1913
1922
|
msgstr ""
|
1914
1923
|
|
1915
|
-
#: models/structures.py:
|
1924
|
+
#: models/structures.py:876
|
1916
1925
|
msgid "terrible"
|
1917
1926
|
msgstr ""
|
1918
1927
|
|
1919
|
-
#: models/structures.py:
|
1928
|
+
#: models/structures.py:877
|
1920
1929
|
msgid "bad"
|
1921
1930
|
msgstr ""
|
1922
1931
|
|
1923
|
-
#: models/structures.py:
|
1932
|
+
#: models/structures.py:878
|
1924
1933
|
msgid "neutral"
|
1925
1934
|
msgstr ""
|
1926
1935
|
|
1927
|
-
#: models/structures.py:
|
1936
|
+
#: models/structures.py:879
|
1928
1937
|
msgid "good"
|
1929
1938
|
msgstr ""
|
1930
1939
|
|
1931
|
-
#: models/structures.py:
|
1940
|
+
#: models/structures.py:880
|
1932
1941
|
msgid "excellent"
|
1933
1942
|
msgstr ""
|
1934
1943
|
|
1935
|
-
#: models/structures.py:
|
1944
|
+
#: models/structures.py:974
|
1936
1945
|
#, fuzzy
|
1937
1946
|
#| msgid "Alliance"
|
1938
1947
|
msgid "alliance member"
|
1939
1948
|
msgstr "Allianz"
|
1940
1949
|
|
1941
|
-
#: models/structures.py:
|
1950
|
+
#: models/structures.py:975
|
1942
1951
|
msgid "config starbase equipment role"
|
1943
1952
|
msgstr ""
|
1944
1953
|
|
1945
|
-
#: models/structures.py:
|
1954
|
+
#: models/structures.py:976
|
1946
1955
|
#, fuzzy
|
1947
1956
|
#| msgid "Corporation"
|
1948
1957
|
msgid "corporation member"
|
1949
1958
|
msgstr "Corporation"
|
1950
1959
|
|
1951
|
-
#: models/structures.py:
|
1960
|
+
#: models/structures.py:977
|
1952
1961
|
msgid "starbase fuel technician role"
|
1953
1962
|
msgstr ""
|
1954
1963
|
|
@@ -2394,11 +2403,11 @@ msgstr ""
|
|
2394
2403
|
msgid "Has Access"
|
2395
2404
|
msgstr ""
|
2396
2405
|
|
2397
|
-
#: views.py:
|
2406
|
+
#: views.py:256
|
2398
2407
|
msgid "Fuel blocks per day (est.)"
|
2399
2408
|
msgstr ""
|
2400
2409
|
|
2401
|
-
#: views.py:
|
2410
|
+
#: views.py:407
|
2402
2411
|
#, python-format
|
2403
2412
|
msgid ""
|
2404
2413
|
"You can only use your main or alt characters to add corporations. However, "
|
@@ -2407,7 +2416,7 @@ msgstr ""
|
|
2407
2416
|
"Du kannst nur deinen Hauptcharakter oder einen Deiner Zweitcharaketere "
|
2408
2417
|
"nutzen um eine Corporation hinzu zu fügen. %s ist keines von beiden."
|
2409
2418
|
|
2410
|
-
#: views.py:
|
2419
|
+
#: views.py:440
|
2411
2420
|
#, fuzzy, python-format
|
2412
2421
|
#| msgid ""
|
2413
2422
|
#| "%(corporation)s has been added with %(character)s as sync character. We "
|
@@ -2422,42 +2431,42 @@ msgstr ""
|
|
2422
2431
|
"Synchronisieren. Strukturen werden eingelesen. Du erhältst eine "
|
2423
2432
|
"Benachrichtigung sobald dieser Prozess abgeschlossen ist."
|
2424
2433
|
|
2425
|
-
#: views.py:
|
2434
|
+
#: views.py:456
|
2426
2435
|
#, python-format
|
2427
2436
|
msgid "%(corporation)s was added as new structure owner by %(user)s."
|
2428
2437
|
msgstr ""
|
2429
2438
|
"%(corporation)s wurde als neuer Strukurenbesitzer hinzugefügt durch %(user)s."
|
2430
2439
|
|
2431
|
-
#: views.py:
|
2440
|
+
#: views.py:460
|
2432
2441
|
#, fuzzy, python-format
|
2433
2442
|
#| msgid "Add Structure Owner"
|
2434
2443
|
msgid "%s: Structure owner added: %s"
|
2435
2444
|
msgstr "Strukturbesitzer hinzufügen"
|
2436
2445
|
|
2437
|
-
#: views.py:
|
2446
|
+
#: views.py:467
|
2438
2447
|
#, python-format
|
2439
2448
|
msgid ""
|
2440
2449
|
"%(character)s has been added to %(corporation)s as sync character. You now "
|
2441
2450
|
"have %(characters_count)d sync character(s) configured."
|
2442
2451
|
msgstr ""
|
2443
2452
|
|
2444
|
-
#: views.py:
|
2453
|
+
#: views.py:482
|
2445
2454
|
#, python-format
|
2446
2455
|
msgid ""
|
2447
2456
|
"%(character)s was added as sync character to %(corporation)s by %(user)s.\n"
|
2448
2457
|
"We now have %(characters_count)d sync character(s) configured."
|
2449
2458
|
msgstr ""
|
2450
2459
|
|
2451
|
-
#: views.py:
|
2460
|
+
#: views.py:492
|
2452
2461
|
#, python-format
|
2453
2462
|
msgid "%s: Character added to: %s"
|
2454
2463
|
msgstr ""
|
2455
2464
|
|
2456
|
-
#: views.py:
|
2465
|
+
#: views.py:509
|
2457
2466
|
msgid "service is up"
|
2458
2467
|
msgstr "Service ist verfügbar"
|
2459
2468
|
|
2460
|
-
#: views.py:
|
2469
|
+
#: views.py:511
|
2461
2470
|
msgid "service is down"
|
2462
2471
|
msgstr "Service ist nicht verfügbar"
|
2463
2472
|
|