aa-structures 2.8.0__py3-none-any.whl → 2.9.1__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.8.0.dist-info → aa_structures-2.9.1.dist-info}/METADATA +2 -2
- {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/RECORD +62 -61
- structures/__init__.py +1 -1
- structures/admin.py +3 -3
- structures/app_settings.py +88 -69
- structures/core/notification_embeds/billing_embeds.py +40 -7
- structures/core/notification_embeds/{character_embeds.py → corporate_embeds.py} +23 -13
- structures/core/notification_embeds/main.py +76 -38
- structures/core/notification_embeds/moonmining_embeds.py +12 -17
- structures/core/notification_embeds/orbital_embeds.py +3 -8
- structures/core/notification_embeds/sov_embeds.py +21 -19
- structures/core/notification_embeds/structures_embeds.py +19 -26
- structures/core/notification_embeds/tower_embeds.py +2 -2
- structures/core/notification_embeds/war_embeds.py +298 -92
- structures/core/notification_types.py +63 -44
- structures/forms.py +0 -1
- structures/helpers.py +13 -0
- structures/locale/de/LC_MESSAGES/django.po +488 -302
- structures/locale/django.pot +494 -308
- structures/locale/en/LC_MESSAGES/django.po +494 -308
- structures/locale/es/LC_MESSAGES/django.po +488 -302
- structures/locale/fr_FR/LC_MESSAGES/django.po +494 -308
- structures/locale/it_IT/LC_MESSAGES/django.po +494 -308
- structures/locale/ja/LC_MESSAGES/django.po +494 -308
- structures/locale/ko_KR/LC_MESSAGES/django.po +488 -302
- structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- structures/locale/ru/LC_MESSAGES/django.po +532 -349
- structures/locale/uk/LC_MESSAGES/django.po +488 -302
- structures/locale/zh_Hans/LC_MESSAGES/django.po +488 -302
- structures/migrations/0005_add_notification_types.py +135 -0
- structures/models/eveuniverse.py +0 -1
- structures/models/notifications.py +1 -1
- structures/models/owners.py +3 -1
- structures/tests/core/notification_embeds/test_main.py +29 -27
- structures/tests/core/test_notification_structuretimers.py +2 -1
- structures/tests/core/test_notifications_timerboard.py +2 -1
- structures/tests/core/test_serializers.py +4 -2
- structures/tests/core/test_starbases.py +4 -2
- structures/tests/integration/test_tasks.py +2 -1
- structures/tests/integration/test_views.py +6 -3
- structures/tests/models/test_eveuniverse.py +2 -1
- structures/tests/models/test_notifications_1.py +16 -21
- structures/tests/models/test_notifications_2.py +4 -2
- structures/tests/models/test_notifications_3.py +6 -3
- structures/tests/models/test_notifications_discord.py +2 -1
- structures/tests/models/test_owners_1.py +28 -4
- structures/tests/models/test_owners_2.py +2 -1
- structures/tests/models/test_owners_3.py +2 -1
- structures/tests/models/test_owners_4.py +2 -1
- structures/tests/models/test_owners_5.py +8 -4
- structures/tests/models/test_structures.py +16 -8
- structures/tests/test_helpers.py +23 -3
- structures/tests/test_managers_1.py +16 -8
- structures/tests/test_managers_2.py +2 -1
- structures/tests/test_tasks.py +12 -6
- structures/tests/testdata/entities.json +150 -0
- structures/tests/testdata/helpers.py +1 -0
- structures/tests/views/test_public.py +2 -1
- structures/tests/views/test_statistics.py +2 -1
- structures/tests/views/test_structures.py +20 -10
- {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/LICENSE +0 -0
- {aa_structures-2.8.0.dist-info → aa_structures-2.9.1.dist-info}/WHEEL +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:
|
11
|
+
"POT-Creation-Date: 2024-03-01 17:30+0100\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"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20
20
|
|
21
|
-
#: admin.py:64 admin.py:920 models/notifications.py:
|
21
|
+
#: admin.py:64 admin.py:920 models/notifications.py:147 models/owners.py:219
|
22
22
|
#: models/owners.py:1307 models/structures_1.py:320
|
23
23
|
msgid "owner"
|
24
24
|
msgstr ""
|
@@ -33,12 +33,12 @@ msgstr ""
|
|
33
33
|
msgid "General"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
#: admin.py:101 models/notifications.py:
|
36
|
+
#: admin.py:101 models/notifications.py:523 models/structures_1.py:210
|
37
37
|
#: models/structures_1.py:808
|
38
38
|
msgid "id"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
-
#: admin.py:105 models/notifications.py:
|
41
|
+
#: admin.py:105 models/notifications.py:722
|
42
42
|
msgid "color"
|
43
43
|
msgstr ""
|
44
44
|
|
@@ -62,7 +62,7 @@ msgid ""
|
|
62
62
|
"will be sent one repeat before the end hour."
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: admin.py:161 models/notifications.py:
|
65
|
+
#: admin.py:161 models/notifications.py:853
|
66
66
|
msgid "threshold"
|
67
67
|
msgstr ""
|
68
68
|
|
@@ -82,7 +82,7 @@ msgstr ""
|
|
82
82
|
msgid "notification ID"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: admin.py:235 admin.py:515 admin.py:950 models/notifications.py:
|
85
|
+
#: admin.py:235 admin.py:515 admin.py:950 models/notifications.py:114
|
86
86
|
#: models/owners.py:212 models/structures_1.py:397
|
87
87
|
msgid "webhooks"
|
88
88
|
msgstr ""
|
@@ -95,15 +95,15 @@ msgstr ""
|
|
95
95
|
msgid "Not configured"
|
96
96
|
msgstr ""
|
97
97
|
|
98
|
-
#: admin.py:257 models/notifications.py:
|
98
|
+
#: admin.py:257 models/notifications.py:152 models/structures_1.py:410
|
99
99
|
msgid "structures"
|
100
100
|
msgstr ""
|
101
101
|
|
102
|
-
#: admin.py:264 models/notifications.py:
|
102
|
+
#: admin.py:264 models/notifications.py:128
|
103
103
|
msgid "is sent"
|
104
104
|
msgstr ""
|
105
105
|
|
106
|
-
#: admin.py:269 models/notifications.py:
|
106
|
+
#: admin.py:269 models/notifications.py:134
|
107
107
|
msgid "is timer added"
|
108
108
|
msgstr ""
|
109
109
|
|
@@ -160,7 +160,7 @@ msgstr ""
|
|
160
160
|
msgid "default pings"
|
161
161
|
msgstr ""
|
162
162
|
|
163
|
-
#: admin.py:496 admin.py:1066 models/notifications.py:
|
163
|
+
#: admin.py:496 admin.py:1066 models/notifications.py:107 models/owners.py:197
|
164
164
|
msgid "ping groups"
|
165
165
|
msgstr ""
|
166
166
|
|
@@ -292,7 +292,7 @@ msgid "Position"
|
|
292
292
|
msgstr ""
|
293
293
|
|
294
294
|
#: admin.py:913 models/structures_1.py:64 models/structures_1.py:292
|
295
|
-
#: models/structures_2.py:50 webhooks/models.py:
|
295
|
+
#: models/structures_2.py:50 webhooks/models.py:41
|
296
296
|
msgid "name"
|
297
297
|
msgstr ""
|
298
298
|
|
@@ -300,7 +300,7 @@ msgstr ""
|
|
300
300
|
msgid "location"
|
301
301
|
msgstr ""
|
302
302
|
|
303
|
-
#: admin.py:938 models/notifications.py:
|
303
|
+
#: admin.py:938 models/notifications.py:141 models/structures_1.py:250
|
304
304
|
#: models/structures_1.py:822
|
305
305
|
msgid "type"
|
306
306
|
msgstr ""
|
@@ -352,7 +352,7 @@ msgstr ""
|
|
352
352
|
msgid "Please add this webhook to an owner or structure to enable it."
|
353
353
|
msgstr ""
|
354
354
|
|
355
|
-
#: admin.py:1084 models/notifications.py:
|
355
|
+
#: admin.py:1084 models/notifications.py:89 models/structures_1.py:94
|
356
356
|
msgid "is default"
|
357
357
|
msgstr ""
|
358
358
|
|
@@ -407,19 +407,19 @@ msgstr ""
|
|
407
407
|
msgid "Started sending queued messages for %d webhooks."
|
408
408
|
msgstr ""
|
409
409
|
|
410
|
-
#: core/notification_embeds/billing_embeds.py:
|
410
|
+
#: core/notification_embeds/billing_embeds.py:29
|
411
411
|
msgid "Unknown Bill"
|
412
412
|
msgstr ""
|
413
413
|
|
414
|
-
#: core/notification_embeds/billing_embeds.py:
|
414
|
+
#: core/notification_embeds/billing_embeds.py:30
|
415
415
|
msgid "Infrastructure Hub Bill"
|
416
416
|
msgstr ""
|
417
417
|
|
418
|
-
#: core/notification_embeds/billing_embeds.py:
|
418
|
+
#: core/notification_embeds/billing_embeds.py:47
|
419
419
|
msgid "Insufficient Funds for Bill"
|
420
420
|
msgstr ""
|
421
421
|
|
422
|
-
#: core/notification_embeds/billing_embeds.py:
|
422
|
+
#: core/notification_embeds/billing_embeds.py:49
|
423
423
|
#, python-format
|
424
424
|
msgid ""
|
425
425
|
"The selected corporation wallet division for automatic payments does not "
|
@@ -428,47 +428,58 @@ msgid ""
|
|
428
428
|
"in order to meet your pending automatic bills."
|
429
429
|
msgstr ""
|
430
430
|
|
431
|
-
#: core/notification_embeds/billing_embeds.py:
|
431
|
+
#: core/notification_embeds/billing_embeds.py:66
|
432
432
|
msgid "IHub Bill About to Expire"
|
433
433
|
msgstr ""
|
434
434
|
|
435
|
-
#: core/notification_embeds/billing_embeds.py:
|
435
|
+
#: core/notification_embeds/billing_embeds.py:68
|
436
436
|
#, python-format
|
437
437
|
msgid ""
|
438
438
|
"Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
|
439
439
|
"%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
|
440
440
|
msgstr ""
|
441
441
|
|
442
|
-
#: core/notification_embeds/billing_embeds.py:
|
442
|
+
#: core/notification_embeds/billing_embeds.py:88
|
443
443
|
#, python-format
|
444
444
|
msgid "%s has self-destructed due to unpaid maintenance bills"
|
445
445
|
msgstr ""
|
446
446
|
|
447
|
-
#: core/notification_embeds/billing_embeds.py:
|
447
|
+
#: core/notification_embeds/billing_embeds.py:92
|
448
448
|
#, python-format
|
449
449
|
msgid ""
|
450
450
|
"%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
|
451
451
|
"maintenance bills where not paid."
|
452
452
|
msgstr ""
|
453
453
|
|
454
|
-
#: core/notification_embeds/
|
454
|
+
#: core/notification_embeds/billing_embeds.py:111
|
455
|
+
msgid "Bill issued"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
#: core/notification_embeds/billing_embeds.py:113
|
459
|
+
#, python-format
|
460
|
+
msgid ""
|
461
|
+
"A bill of %(amount)s ISK, due %(due_date)s owed by %(debtor)s to "
|
462
|
+
"%(creditor)s was issued %(current_date)s. This bill is for %(bill_type)s."
|
463
|
+
msgstr ""
|
464
|
+
|
465
|
+
#: core/notification_embeds/corporate_embeds.py:36
|
455
466
|
#, python-format
|
456
467
|
msgid "New application from %(character_name)s"
|
457
468
|
msgstr ""
|
458
469
|
|
459
|
-
#: core/notification_embeds/
|
470
|
+
#: core/notification_embeds/corporate_embeds.py:40
|
460
471
|
#, python-format
|
461
472
|
msgid ""
|
462
473
|
"New application from %(character_name)s to join %(corporation_name)s:\n"
|
463
474
|
"> %(application_text)s"
|
464
475
|
msgstr ""
|
465
476
|
|
466
|
-
#: core/notification_embeds/
|
477
|
+
#: core/notification_embeds/corporate_embeds.py:54
|
467
478
|
#, python-format
|
468
479
|
msgid "%(character_name)s has been invited"
|
469
480
|
msgstr ""
|
470
481
|
|
471
|
-
#: core/notification_embeds/
|
482
|
+
#: core/notification_embeds/corporate_embeds.py:61
|
472
483
|
#, python-format
|
473
484
|
msgid ""
|
474
485
|
"%(character_name)s has been invited to join %(corporation_name)s by "
|
@@ -477,12 +488,24 @@ msgid ""
|
|
477
488
|
"> %(application_text)s"
|
478
489
|
msgstr ""
|
479
490
|
|
480
|
-
#: core/notification_embeds/
|
491
|
+
#: core/notification_embeds/corporate_embeds.py:78
|
492
|
+
#, python-format
|
493
|
+
msgid "%(character_name)s rejects invitation"
|
494
|
+
msgstr ""
|
495
|
+
|
496
|
+
#: core/notification_embeds/corporate_embeds.py:82
|
497
|
+
#, python-format
|
498
|
+
msgid ""
|
499
|
+
"Application from %(character_name)s to join %(corporation_name)s has been "
|
500
|
+
"rejected."
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
#: core/notification_embeds/corporate_embeds.py:94
|
481
504
|
#, python-format
|
482
505
|
msgid "Rejected application from %(character_name)s"
|
483
506
|
msgstr ""
|
484
507
|
|
485
|
-
#: core/notification_embeds/
|
508
|
+
#: core/notification_embeds/corporate_embeds.py:98
|
486
509
|
#, python-format
|
487
510
|
msgid ""
|
488
511
|
"Application from %(character_name)s to join %(corporation_name)s:\n"
|
@@ -491,12 +514,12 @@ msgid ""
|
|
491
514
|
"> %(customMessage)s"
|
492
515
|
msgstr ""
|
493
516
|
|
494
|
-
#: core/notification_embeds/
|
517
|
+
#: core/notification_embeds/corporate_embeds.py:114
|
495
518
|
#, python-format
|
496
519
|
msgid "%(character_name)s withdrew his/her application"
|
497
520
|
msgstr ""
|
498
521
|
|
499
|
-
#: core/notification_embeds/
|
522
|
+
#: core/notification_embeds/corporate_embeds.py:118
|
500
523
|
#, python-format
|
501
524
|
msgid ""
|
502
525
|
"%(character_name)s withdrew his/her application to join "
|
@@ -504,22 +527,22 @@ msgid ""
|
|
504
527
|
"> %(application_text)s"
|
505
528
|
msgstr ""
|
506
529
|
|
507
|
-
#: core/notification_embeds/
|
530
|
+
#: core/notification_embeds/corporate_embeds.py:133
|
508
531
|
#, python-format
|
509
532
|
msgid "%(character_name)s joins %(corporation_name)s"
|
510
533
|
msgstr ""
|
511
534
|
|
512
|
-
#: core/notification_embeds/
|
535
|
+
#: core/notification_embeds/corporate_embeds.py:138
|
513
536
|
#, python-format
|
514
537
|
msgid "%(character_name)s is now a member of %(corporation_name)s."
|
515
538
|
msgstr ""
|
516
539
|
|
517
|
-
#: core/notification_embeds/
|
540
|
+
#: core/notification_embeds/corporate_embeds.py:149
|
518
541
|
#, python-format
|
519
542
|
msgid "%(character_name)s has left %(corporation_name)s"
|
520
543
|
msgstr ""
|
521
544
|
|
522
|
-
#: core/notification_embeds/
|
545
|
+
#: core/notification_embeds/corporate_embeds.py:154
|
523
546
|
#, python-format
|
524
547
|
msgid "%(character_name)s is no longer a member of %(corporation_name)s."
|
525
548
|
msgstr ""
|
@@ -536,17 +559,17 @@ msgstr ""
|
|
536
559
|
msgid "hull"
|
537
560
|
msgstr ""
|
538
561
|
|
539
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
562
|
+
#: core/notification_embeds/moonmining_embeds.py:40
|
540
563
|
#, python-format
|
541
564
|
msgid "Estimated ore composition: %s"
|
542
565
|
msgstr ""
|
543
566
|
|
544
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
545
|
-
#: core/notification_types.py:
|
567
|
+
#: core/notification_embeds/moonmining_embeds.py:69
|
568
|
+
#: core/notification_types.py:66
|
546
569
|
msgid "Moon mining extraction started"
|
547
570
|
msgstr ""
|
548
571
|
|
549
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
572
|
+
#: core/notification_embeds/moonmining_embeds.py:71
|
550
573
|
#, python-format
|
551
574
|
msgid ""
|
552
575
|
"A moon mining extraction has been started for %(structure_name)s at %(moon)s "
|
@@ -558,11 +581,11 @@ msgid ""
|
|
558
581
|
"%(ore_text)s"
|
559
582
|
msgstr ""
|
560
583
|
|
561
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
584
|
+
#: core/notification_embeds/moonmining_embeds.py:95
|
562
585
|
msgid "Extraction finished"
|
563
586
|
msgstr ""
|
564
587
|
|
565
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
588
|
+
#: core/notification_embeds/moonmining_embeds.py:97
|
566
589
|
#, python-format
|
567
590
|
msgid ""
|
568
591
|
"The extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
|
@@ -573,11 +596,11 @@ msgid ""
|
|
573
596
|
"%(ore_text)s"
|
574
597
|
msgstr ""
|
575
598
|
|
576
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
599
|
+
#: core/notification_embeds/moonmining_embeds.py:117
|
577
600
|
msgid "Automatic Fracture"
|
578
601
|
msgstr ""
|
579
602
|
|
580
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
603
|
+
#: core/notification_embeds/moonmining_embeds.py:119
|
581
604
|
#, python-format
|
582
605
|
msgid ""
|
583
606
|
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
@@ -587,30 +610,30 @@ msgid ""
|
|
587
610
|
"%(ore_text)s"
|
588
611
|
msgstr ""
|
589
612
|
|
590
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
591
|
-
#: core/notification_embeds/structures_embeds.py:
|
592
|
-
#: core/notification_embeds/structures_embeds.py:
|
593
|
-
#: core/notification_embeds/structures_embeds.py:
|
613
|
+
#: core/notification_embeds/moonmining_embeds.py:140
|
614
|
+
#: core/notification_embeds/structures_embeds.py:37
|
615
|
+
#: core/notification_embeds/structures_embeds.py:181
|
616
|
+
#: core/notification_embeds/structures_embeds.py:289
|
594
617
|
#: core/notification_embeds/tower_embeds.py:147
|
595
618
|
msgid "(unknown)"
|
596
619
|
msgstr ""
|
597
620
|
|
598
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
621
|
+
#: core/notification_embeds/moonmining_embeds.py:141
|
599
622
|
msgid "Extraction cancelled"
|
600
623
|
msgstr ""
|
601
624
|
|
602
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
625
|
+
#: core/notification_embeds/moonmining_embeds.py:143
|
603
626
|
#, python-format
|
604
627
|
msgid ""
|
605
628
|
"An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
|
606
629
|
"belonging to %(owner_link)s has been cancelled by %(character)s."
|
607
630
|
msgstr ""
|
608
631
|
|
609
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
632
|
+
#: core/notification_embeds/moonmining_embeds.py:160
|
610
633
|
msgid "Moon drill fired"
|
611
634
|
msgstr ""
|
612
635
|
|
613
|
-
#: core/notification_embeds/moonmining_embeds.py:
|
636
|
+
#: core/notification_embeds/moonmining_embeds.py:162
|
614
637
|
#, python-format
|
615
638
|
msgid ""
|
616
639
|
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
@@ -620,22 +643,22 @@ msgid ""
|
|
620
643
|
"%(ore_text)s"
|
621
644
|
msgstr ""
|
622
645
|
|
623
|
-
#: core/notification_embeds/orbital_embeds.py:
|
646
|
+
#: core/notification_embeds/orbital_embeds.py:43
|
624
647
|
msgid "Orbital under attack"
|
625
648
|
msgstr ""
|
626
649
|
|
627
|
-
#: core/notification_embeds/orbital_embeds.py:
|
650
|
+
#: core/notification_embeds/orbital_embeds.py:45
|
628
651
|
#, python-format
|
629
652
|
msgid ""
|
630
653
|
"The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
|
631
654
|
"%(owner_link)s is under attack by %(aggressor)s."
|
632
655
|
msgstr ""
|
633
656
|
|
634
|
-
#: core/notification_embeds/orbital_embeds.py:
|
657
|
+
#: core/notification_embeds/orbital_embeds.py:62
|
635
658
|
msgid "Orbital reinforced"
|
636
659
|
msgstr ""
|
637
660
|
|
638
|
-
#: core/notification_embeds/orbital_embeds.py:
|
661
|
+
#: core/notification_embeds/orbital_embeds.py:64
|
639
662
|
#, python-format
|
640
663
|
msgid ""
|
641
664
|
"The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
|
@@ -643,62 +666,62 @@ msgid ""
|
|
643
666
|
"%(date)s."
|
644
667
|
msgstr ""
|
645
668
|
|
646
|
-
#: core/notification_embeds/sov_embeds.py:
|
669
|
+
#: core/notification_embeds/sov_embeds.py:60
|
647
670
|
#, python-format
|
648
671
|
msgid "%(structure_type)s in %(solar_system)s is being captured"
|
649
672
|
msgstr ""
|
650
673
|
|
651
|
-
#: core/notification_embeds/sov_embeds.py:
|
674
|
+
#: core/notification_embeds/sov_embeds.py:65
|
652
675
|
#, python-format
|
653
676
|
msgid ""
|
654
677
|
"A capsuleer has started to influence the %(type)s in %(solar_system)s "
|
655
678
|
"belonging to %(owner)s with an Entosis Link."
|
656
679
|
msgstr ""
|
657
680
|
|
658
|
-
#: core/notification_embeds/sov_embeds.py:
|
681
|
+
#: core/notification_embeds/sov_embeds.py:80
|
659
682
|
#, python-format
|
660
683
|
msgid ""
|
661
684
|
"Command nodes for %(structure_type)s in %(solar_system)s have begun to "
|
662
685
|
"decloak"
|
663
686
|
msgstr ""
|
664
687
|
|
665
|
-
#: core/notification_embeds/sov_embeds.py:
|
688
|
+
#: core/notification_embeds/sov_embeds.py:87
|
666
689
|
#, python-format
|
667
690
|
msgid ""
|
668
691
|
"Command nodes for %(structure_type)s in %(solar_system)s belonging to "
|
669
692
|
"%(owner)s can now be found throughout the %(constellation)s constellation"
|
670
693
|
msgstr ""
|
671
694
|
|
672
|
-
#: core/notification_embeds/sov_embeds.py:
|
695
|
+
#: core/notification_embeds/sov_embeds.py:105
|
673
696
|
#, python-format
|
674
697
|
msgid "DED Sovereignty claim acknowledgment: %s"
|
675
698
|
msgstr ""
|
676
699
|
|
677
|
-
#: core/notification_embeds/sov_embeds.py:
|
700
|
+
#: core/notification_embeds/sov_embeds.py:108
|
678
701
|
#, python-format
|
679
702
|
msgid ""
|
680
703
|
"DED now officially acknowledges that your member corporation %(corporation)s "
|
681
704
|
"has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
|
682
705
|
msgstr ""
|
683
706
|
|
684
|
-
#: core/notification_embeds/sov_embeds.py:
|
707
|
+
#: core/notification_embeds/sov_embeds.py:124
|
685
708
|
#, python-format
|
686
709
|
msgid "Lost sovereignty in: %s"
|
687
710
|
msgstr ""
|
688
711
|
|
689
|
-
#: core/notification_embeds/sov_embeds.py:
|
712
|
+
#: core/notification_embeds/sov_embeds.py:126
|
690
713
|
#, python-format
|
691
714
|
msgid ""
|
692
715
|
"DED acknowledges that member corporation %(corporation)s has lost its claim "
|
693
716
|
"to sovereignty on behalf of %(alliance)s in %(solar_system)s."
|
694
717
|
msgstr ""
|
695
718
|
|
696
|
-
#: core/notification_embeds/sov_embeds.py:
|
719
|
+
#: core/notification_embeds/sov_embeds.py:141
|
697
720
|
#, python-format
|
698
721
|
msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
|
699
722
|
msgstr ""
|
700
723
|
|
701
|
-
#: core/notification_embeds/sov_embeds.py:
|
724
|
+
#: core/notification_embeds/sov_embeds.py:147
|
702
725
|
#, python-format
|
703
726
|
msgid ""
|
704
727
|
"The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
|
@@ -706,29 +729,29 @@ msgid ""
|
|
706
729
|
"%(date)s"
|
707
730
|
msgstr ""
|
708
731
|
|
709
|
-
#: core/notification_embeds/sov_embeds.py:
|
732
|
+
#: core/notification_embeds/sov_embeds.py:163
|
710
733
|
#, python-format
|
711
734
|
msgid "%(structure_type)s in %(solar_system)s has been destroyed"
|
712
735
|
msgstr ""
|
713
736
|
|
714
|
-
#: core/notification_embeds/sov_embeds.py:
|
737
|
+
#: core/notification_embeds/sov_embeds.py:168
|
715
738
|
#, python-format
|
716
739
|
msgid ""
|
717
740
|
"The command nodes for %(structure_type)s in %(solar_system)s belonging to "
|
718
741
|
"%(owner)s have been destroyed by hostile forces."
|
719
742
|
msgstr ""
|
720
743
|
|
721
|
-
#: core/notification_embeds/sov_embeds.py:
|
744
|
+
#: core/notification_embeds/sov_embeds.py:195
|
722
745
|
#, python-format
|
723
746
|
msgid " near **%s**"
|
724
747
|
msgstr ""
|
725
748
|
|
726
|
-
#: core/notification_embeds/sov_embeds.py:
|
749
|
+
#: core/notification_embeds/sov_embeds.py:198
|
727
750
|
#, python-format
|
728
751
|
msgid "%(structure_type)s anchored in %(solar_system)s"
|
729
752
|
msgstr ""
|
730
753
|
|
731
|
-
#: core/notification_embeds/sov_embeds.py:
|
754
|
+
#: core/notification_embeds/sov_embeds.py:203
|
732
755
|
#, python-format
|
733
756
|
msgid ""
|
734
757
|
"A %(structure_type)s from %(structure_owner)s has anchored in "
|
@@ -736,172 +759,172 @@ msgid ""
|
|
736
759
|
msgstr ""
|
737
760
|
|
738
761
|
#. Translators: Context is a location, e.g. a moon
|
739
|
-
#: core/notification_embeds/structures_embeds.py:
|
762
|
+
#: core/notification_embeds/structures_embeds.py:50
|
740
763
|
#, python-format
|
741
764
|
msgid " at %s "
|
742
765
|
msgstr ""
|
743
766
|
|
744
|
-
#: core/notification_embeds/structures_embeds.py:
|
767
|
+
#: core/notification_embeds/structures_embeds.py:55
|
745
768
|
#, python-format
|
746
769
|
msgid ""
|
747
770
|
"The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
|
748
771
|
"belonging to %(owner_link)s"
|
749
772
|
msgstr ""
|
750
773
|
|
751
|
-
#: core/notification_embeds/structures_embeds.py:
|
774
|
+
#: core/notification_embeds/structures_embeds.py:75
|
752
775
|
msgid "Structure online"
|
753
776
|
msgstr ""
|
754
777
|
|
755
|
-
#: core/notification_embeds/structures_embeds.py:
|
778
|
+
#: core/notification_embeds/structures_embeds.py:76
|
756
779
|
msgid "is now online."
|
757
780
|
msgstr ""
|
758
781
|
|
759
|
-
#: core/notification_embeds/structures_embeds.py:
|
782
|
+
#: core/notification_embeds/structures_embeds.py:87
|
760
783
|
msgid "Structure fuel alert"
|
761
784
|
msgstr ""
|
762
785
|
|
763
|
-
#: core/notification_embeds/structures_embeds.py:
|
786
|
+
#: core/notification_embeds/structures_embeds.py:88
|
764
787
|
#: core/notification_embeds/tower_embeds.py:90
|
765
788
|
#, python-format
|
766
789
|
msgid "is running out of fuel in %s."
|
767
790
|
msgstr ""
|
768
791
|
|
769
|
-
#: core/notification_embeds/structures_embeds.py:
|
792
|
+
#: core/notification_embeds/structures_embeds.py:98
|
770
793
|
msgid "Jump gate low on Liquid Ozone"
|
771
794
|
msgstr ""
|
772
795
|
|
773
|
-
#: core/notification_embeds/structures_embeds.py:
|
796
|
+
#: core/notification_embeds/structures_embeds.py:102
|
774
797
|
#, python-format
|
775
798
|
msgid ""
|
776
799
|
"is below %(threshold)s units on Liquid Ozone.\n"
|
777
800
|
"Remaining units: %(remaining)s."
|
778
801
|
msgstr ""
|
779
802
|
|
780
|
-
#: core/notification_embeds/structures_embeds.py:
|
803
|
+
#: core/notification_embeds/structures_embeds.py:115
|
781
804
|
msgid "Structure refueled"
|
782
805
|
msgstr ""
|
783
806
|
|
784
|
-
#: core/notification_embeds/structures_embeds.py:
|
807
|
+
#: core/notification_embeds/structures_embeds.py:117
|
785
808
|
#: core/notification_embeds/tower_embeds.py:102
|
786
809
|
#, python-format
|
787
810
|
msgid "has been refueled. Fuel will last until %s."
|
788
811
|
msgstr ""
|
789
812
|
|
790
|
-
#: core/notification_embeds/structures_embeds.py:
|
813
|
+
#: core/notification_embeds/structures_embeds.py:125
|
791
814
|
msgid "Structure services off-line"
|
792
815
|
msgstr ""
|
793
816
|
|
794
|
-
#: core/notification_embeds/structures_embeds.py:
|
817
|
+
#: core/notification_embeds/structures_embeds.py:126
|
795
818
|
msgid "has all services off-lined."
|
796
819
|
msgstr ""
|
797
820
|
|
798
|
-
#: core/notification_embeds/structures_embeds.py:
|
821
|
+
#: core/notification_embeds/structures_embeds.py:137
|
799
822
|
msgid "Structure low power"
|
800
823
|
msgstr ""
|
801
824
|
|
802
|
-
#: core/notification_embeds/structures_embeds.py:
|
825
|
+
#: core/notification_embeds/structures_embeds.py:138
|
803
826
|
msgid "went to low power mode."
|
804
827
|
msgstr ""
|
805
828
|
|
806
|
-
#: core/notification_embeds/structures_embeds.py:
|
829
|
+
#: core/notification_embeds/structures_embeds.py:145
|
807
830
|
msgid "Structure full power"
|
808
831
|
msgstr ""
|
809
832
|
|
810
|
-
#: core/notification_embeds/structures_embeds.py:
|
833
|
+
#: core/notification_embeds/structures_embeds.py:146
|
811
834
|
msgid "went to full power mode."
|
812
835
|
msgstr ""
|
813
836
|
|
814
|
-
#: core/notification_embeds/structures_embeds.py:
|
837
|
+
#: core/notification_embeds/structures_embeds.py:153
|
815
838
|
msgid "Structure un-anchoring"
|
816
839
|
msgstr ""
|
817
840
|
|
818
|
-
#: core/notification_embeds/structures_embeds.py:
|
841
|
+
#: core/notification_embeds/structures_embeds.py:158
|
819
842
|
#, python-format
|
820
843
|
msgid "has started un-anchoring. It will be fully un-anchored at: %s"
|
821
844
|
msgstr ""
|
822
845
|
|
823
|
-
#: core/notification_embeds/structures_embeds.py:
|
846
|
+
#: core/notification_embeds/structures_embeds.py:166
|
824
847
|
msgid "Structure under attack"
|
825
848
|
msgstr ""
|
826
849
|
|
827
|
-
#: core/notification_embeds/structures_embeds.py:
|
850
|
+
#: core/notification_embeds/structures_embeds.py:167
|
828
851
|
#, python-format
|
829
852
|
msgid ""
|
830
853
|
"is under attack by %(attacker)s.\n"
|
831
854
|
"%(damage_text)s"
|
832
855
|
msgstr ""
|
833
856
|
|
834
|
-
#: core/notification_embeds/structures_embeds.py:
|
857
|
+
#: core/notification_embeds/structures_embeds.py:187
|
835
858
|
msgid "Structure lost shield"
|
836
859
|
msgstr ""
|
837
860
|
|
838
|
-
#: core/notification_embeds/structures_embeds.py:
|
861
|
+
#: core/notification_embeds/structures_embeds.py:192
|
839
862
|
#, python-format
|
840
863
|
msgid "has lost its shields. Armor timer end at: %s"
|
841
864
|
msgstr ""
|
842
865
|
|
843
|
-
#: core/notification_embeds/structures_embeds.py:
|
866
|
+
#: core/notification_embeds/structures_embeds.py:200
|
844
867
|
msgid "Structure lost armor"
|
845
868
|
msgstr ""
|
846
869
|
|
847
|
-
#: core/notification_embeds/structures_embeds.py:
|
870
|
+
#: core/notification_embeds/structures_embeds.py:205
|
848
871
|
#, python-format
|
849
872
|
msgid "has lost its armor. Hull timer end at: %s"
|
850
873
|
msgstr ""
|
851
874
|
|
852
|
-
#: core/notification_embeds/structures_embeds.py:
|
875
|
+
#: core/notification_embeds/structures_embeds.py:213
|
853
876
|
msgid "Structure destroyed"
|
854
877
|
msgstr ""
|
855
878
|
|
856
|
-
#: core/notification_embeds/structures_embeds.py:
|
879
|
+
#: core/notification_embeds/structures_embeds.py:214
|
857
880
|
msgid "has been destroyed."
|
858
881
|
msgstr ""
|
859
882
|
|
860
|
-
#: core/notification_embeds/structures_embeds.py:
|
883
|
+
#: core/notification_embeds/structures_embeds.py:223
|
861
884
|
#, python-format
|
862
885
|
msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
|
863
886
|
msgstr ""
|
864
887
|
|
865
|
-
#: core/notification_embeds/structures_embeds.py:
|
888
|
+
#: core/notification_embeds/structures_embeds.py:235
|
866
889
|
#, python-format
|
867
890
|
msgid ""
|
868
891
|
"has been transferred from %(from_corporation)s to %(to_corporation)s by "
|
869
892
|
"%(character)s."
|
870
893
|
msgstr ""
|
871
894
|
|
872
|
-
#: core/notification_embeds/structures_embeds.py:
|
895
|
+
#: core/notification_embeds/structures_embeds.py:242
|
873
896
|
msgid "Ownership transferred"
|
874
897
|
msgstr ""
|
875
898
|
|
876
|
-
#: core/notification_embeds/structures_embeds.py:
|
899
|
+
#: core/notification_embeds/structures_embeds.py:256
|
877
900
|
#, python-format
|
878
901
|
msgid ""
|
879
902
|
"A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
|
880
903
|
"%(solar_system)s. "
|
881
904
|
msgstr ""
|
882
905
|
|
883
|
-
#: core/notification_embeds/structures_embeds.py:
|
906
|
+
#: core/notification_embeds/structures_embeds.py:263
|
884
907
|
msgid "Structure anchoring"
|
885
908
|
msgstr ""
|
886
909
|
|
887
|
-
#: core/notification_embeds/structures_embeds.py:
|
910
|
+
#: core/notification_embeds/structures_embeds.py:302
|
888
911
|
msgid "Structure reinforcement time changed"
|
889
912
|
msgstr ""
|
890
913
|
|
891
|
-
#: core/notification_embeds/structures_embeds.py:
|
914
|
+
#: core/notification_embeds/structures_embeds.py:305
|
892
915
|
#, python-format
|
893
916
|
msgid ""
|
894
917
|
"Reinforcement hour has been changed to %s for the following structures:\n"
|
895
918
|
msgstr ""
|
896
919
|
|
897
|
-
#: core/notification_embeds/structures_embeds.py:
|
920
|
+
#: core/notification_embeds/structures_embeds.py:314
|
898
921
|
#, python-format
|
899
922
|
msgid ""
|
900
923
|
"- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
|
901
924
|
"%(owner_link)s"
|
902
925
|
msgstr ""
|
903
926
|
|
904
|
-
#: core/notification_embeds/structures_embeds.py:
|
927
|
+
#: core/notification_embeds/structures_embeds.py:324
|
905
928
|
#, python-format
|
906
929
|
msgid ""
|
907
930
|
"\n"
|
@@ -927,7 +950,7 @@ msgid ""
|
|
927
950
|
"%(damage_text)s"
|
928
951
|
msgstr ""
|
929
952
|
|
930
|
-
#: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:
|
953
|
+
#: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:51
|
931
954
|
msgid "Starbase fuel alert"
|
932
955
|
msgstr ""
|
933
956
|
|
@@ -951,89 +974,117 @@ msgstr ""
|
|
951
974
|
msgid "has been reinforced and will come out at: %s."
|
952
975
|
msgstr ""
|
953
976
|
|
954
|
-
#: core/notification_embeds/war_embeds.py:
|
955
|
-
msgid "
|
977
|
+
#: core/notification_embeds/war_embeds.py:24
|
978
|
+
msgid "Accepted Ally"
|
956
979
|
msgstr ""
|
957
980
|
|
958
|
-
#: core/notification_embeds/war_embeds.py:
|
981
|
+
#: core/notification_embeds/war_embeds.py:31
|
959
982
|
#, python-format
|
960
983
|
msgid ""
|
961
|
-
"
|
962
|
-
"
|
963
|
-
"approximately 24 hours."
|
984
|
+
"%(ally)s has been accepted in a war against %(enemy)s. The offer was "
|
985
|
+
"accepted at %(time)s by %(character)s for %(isk_value)s ISK."
|
964
986
|
msgstr ""
|
965
987
|
|
966
|
-
#: core/notification_embeds/war_embeds.py:
|
988
|
+
#: core/notification_embeds/war_embeds.py:49
|
989
|
+
msgid "Corporation you are at war with is joining an alliance"
|
990
|
+
msgstr ""
|
991
|
+
|
992
|
+
#: core/notification_embeds/war_embeds.py:53
|
967
993
|
#, python-format
|
968
|
-
msgid "
|
994
|
+
msgid ""
|
995
|
+
"%(corporation)s is joining %(alliance)s alliance. Since you are at war with "
|
996
|
+
"%(corporation)s, in 24 hours you will also be at war with %(alliance)s."
|
997
|
+
msgstr ""
|
998
|
+
|
999
|
+
#: core/notification_embeds/war_embeds.py:69
|
1000
|
+
msgid "Ally Has Joined a War"
|
969
1001
|
msgstr ""
|
970
1002
|
|
971
|
-
#: core/notification_embeds/war_embeds.py:
|
1003
|
+
#: core/notification_embeds/war_embeds.py:75
|
972
1004
|
#, python-format
|
973
1005
|
msgid ""
|
974
|
-
"
|
975
|
-
"%(
|
976
|
-
"%(against)s is no longer a member of %(alliance)s, and therefore a new war "
|
977
|
-
"between %(declared_by)s and %(against)s has begun."
|
1006
|
+
"%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
|
1007
|
+
"participation in the war will start at %(start_time)s."
|
978
1008
|
msgstr ""
|
979
1009
|
|
980
|
-
#: core/notification_embeds/war_embeds.py:
|
1010
|
+
#: core/notification_embeds/war_embeds.py:94
|
981
1011
|
#, python-format
|
982
|
-
msgid "%(
|
1012
|
+
msgid "%(entity)s Declares War Against %(defender)s"
|
983
1013
|
msgstr ""
|
984
1014
|
|
985
|
-
#: core/notification_embeds/war_embeds.py:
|
1015
|
+
#: core/notification_embeds/war_embeds.py:99
|
986
1016
|
#, python-format
|
987
1017
|
msgid ""
|
988
|
-
"%(
|
989
|
-
"
|
990
|
-
"Within %(delay_hours)s hours fighting can legally occur between those "
|
991
|
-
"involved."
|
1018
|
+
"%(entity)s has declared war on %(defender)s. Within 24 hours fighting can "
|
1019
|
+
"legally occur between those involved."
|
992
1020
|
msgstr ""
|
993
1021
|
|
994
|
-
#: core/notification_embeds/war_embeds.py:
|
1022
|
+
#: core/notification_embeds/war_embeds.py:119
|
995
1023
|
#, python-format
|
996
|
-
msgid "%
|
1024
|
+
msgid "%s has offered its services in one of your wars"
|
997
1025
|
msgstr ""
|
998
1026
|
|
999
|
-
#: core/notification_embeds/war_embeds.py:
|
1027
|
+
#: core/notification_embeds/war_embeds.py:122
|
1000
1028
|
#, python-format
|
1001
1029
|
msgid ""
|
1002
|
-
"%(
|
1003
|
-
"
|
1004
|
-
"occur with %(alliance)s."
|
1030
|
+
"%(mercenary)s has offered %(defender)s it's services in it's war against "
|
1031
|
+
"%(aggressor)s for %(isk_value)s. "
|
1005
1032
|
msgstr ""
|
1006
1033
|
|
1007
|
-
#: core/notification_embeds/war_embeds.py:
|
1008
|
-
msgid "
|
1034
|
+
#: core/notification_embeds/war_embeds.py:138
|
1035
|
+
msgid "Mercenary offered services"
|
1009
1036
|
msgstr ""
|
1010
1037
|
|
1011
|
-
#: core/notification_embeds/war_embeds.py:
|
1038
|
+
#: core/notification_embeds/war_embeds.py:143
|
1012
1039
|
#, python-format
|
1013
1040
|
msgid ""
|
1014
|
-
"
|
1015
|
-
"
|
1016
|
-
|
1017
|
-
|
1041
|
+
"%(mercenary)s has retracted it's offer to support %(defender)s in a war "
|
1042
|
+
"against %(aggressor)s."
|
1043
|
+
msgstr ""
|
1044
|
+
|
1045
|
+
#: core/notification_embeds/war_embeds.py:162
|
1046
|
+
#, python-format
|
1047
|
+
msgid "You have offered to ally with %s "
|
1048
|
+
msgstr ""
|
1049
|
+
|
1050
|
+
#: core/notification_embeds/war_embeds.py:164
|
1051
|
+
#, python-format
|
1052
|
+
msgid ""
|
1053
|
+
"%(character)s has offered to ally to %(defender)s in their war against "
|
1054
|
+
"%(aggressor)s. The offer asked for %(isk_value)s ISK as payment."
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: core/notification_embeds/war_embeds.py:185
|
1058
|
+
#, python-format
|
1059
|
+
msgid "%s offered to surrender"
|
1060
|
+
msgstr ""
|
1061
|
+
|
1062
|
+
#: core/notification_embeds/war_embeds.py:187
|
1063
|
+
#, python-format
|
1064
|
+
msgid ""
|
1065
|
+
"%(character)s has offered to surrender to %(offered)s, offering "
|
1066
|
+
"%(isk_value)s ISK. If accepted, the war will end in 24 hours and neither "
|
1067
|
+
"organization will be able to declare new wars against the other for the next "
|
1068
|
+
"2 weeks."
|
1018
1069
|
msgstr ""
|
1019
1070
|
|
1020
|
-
#: core/notification_embeds/war_embeds.py:
|
1071
|
+
#: core/notification_embeds/war_embeds.py:203
|
1021
1072
|
msgid "Corporation or alliance is now eligible for formal war declarations"
|
1022
1073
|
msgstr ""
|
1023
1074
|
|
1024
|
-
#: core/notification_embeds/war_embeds.py:
|
1075
|
+
#: core/notification_embeds/war_embeds.py:206
|
1025
1076
|
msgid ""
|
1026
1077
|
"Your corporation or alliance is **now eligible** to participate in formal "
|
1027
1078
|
"war declarations. This could be because your corporation and/or one of the "
|
1028
1079
|
"corporations in your alliance owns a structure deployed in space."
|
1029
1080
|
msgstr ""
|
1030
1081
|
|
1031
|
-
#: core/notification_embeds/war_embeds.py:
|
1082
|
+
#: core/notification_embeds/war_embeds.py:218
|
1032
1083
|
msgid ""
|
1033
1084
|
"Corporation or alliance is no longer eligible for formal war declarations"
|
1034
1085
|
msgstr ""
|
1035
1086
|
|
1036
|
-
#: core/notification_embeds/war_embeds.py:
|
1087
|
+
#: core/notification_embeds/war_embeds.py:221
|
1037
1088
|
msgid ""
|
1038
1089
|
"Your corporation or alliance is **no longer eligible** to participate in "
|
1039
1090
|
"formal war declarations.\n"
|
@@ -1042,28 +1093,119 @@ msgid ""
|
|
1042
1093
|
"currently involved in a formal war, that war will end in 24 hours."
|
1043
1094
|
msgstr ""
|
1044
1095
|
|
1045
|
-
#: core/notification_embeds/war_embeds.py:
|
1096
|
+
#: core/notification_embeds/war_embeds.py:237
|
1046
1097
|
#, python-format
|
1047
1098
|
msgid "%s has offered a surrender"
|
1048
1099
|
msgstr ""
|
1049
1100
|
|
1050
|
-
#: core/notification_embeds/war_embeds.py:
|
1101
|
+
#: core/notification_embeds/war_embeds.py:239
|
1051
1102
|
#, python-format
|
1052
1103
|
msgid ""
|
1053
|
-
"%s has offered to end the war with %s in the exchange for
|
1054
|
-
"accepted, the war will end in 24 hours and your
|
1055
|
-
"to declare new wars against each other for the
|
1104
|
+
"%(owner_1)s has offered to end the war with %(owner_2)s in the exchange for "
|
1105
|
+
"%(isk_value)s ISK. If accepted, the war will end in 24 hours and your "
|
1106
|
+
"organizations will be unable to declare new wars against each other for the "
|
1107
|
+
"next 2 weeks."
|
1056
1108
|
msgstr ""
|
1057
1109
|
|
1058
|
-
#: core/notification_embeds/war_embeds.py:
|
1059
|
-
|
1110
|
+
#: core/notification_embeds/war_embeds.py:269
|
1111
|
+
#, python-format
|
1112
|
+
msgid "%s has surrendered"
|
1060
1113
|
msgstr ""
|
1061
1114
|
|
1062
|
-
#: core/notification_embeds/war_embeds.py:
|
1115
|
+
#: core/notification_embeds/war_embeds.py:271
|
1116
|
+
#, python-format
|
1117
|
+
msgid "%(declared_by)s has surrendered in the war against %(against)s."
|
1118
|
+
msgstr ""
|
1119
|
+
|
1120
|
+
#: core/notification_embeds/war_embeds.py:282
|
1121
|
+
msgid "One party has surrendered"
|
1122
|
+
msgstr ""
|
1123
|
+
|
1124
|
+
#: core/notification_embeds/war_embeds.py:284
|
1063
1125
|
#, python-format
|
1064
1126
|
msgid ""
|
1065
|
-
"%(
|
1066
|
-
"
|
1127
|
+
"The war between %(against)s and %(declared_by)s is coming to an end as one "
|
1128
|
+
"party has surrendered. The war will be declared as being over after "
|
1129
|
+
"approximately 24 hours."
|
1130
|
+
msgstr ""
|
1131
|
+
|
1132
|
+
#: core/notification_embeds/war_embeds.py:299
|
1133
|
+
#, python-format
|
1134
|
+
msgid "WarHQ %s lost"
|
1135
|
+
msgstr ""
|
1136
|
+
|
1137
|
+
#: core/notification_embeds/war_embeds.py:301
|
1138
|
+
#, python-format
|
1139
|
+
msgid ""
|
1140
|
+
"The war HQ %(war_hq)s is no more. As a consequence, the war declared by "
|
1141
|
+
"%(declared_by)s against %(against)s on %(time_declared)s has been declared "
|
1142
|
+
"invalid by CONCORD and has entered its cooldown period."
|
1143
|
+
msgstr ""
|
1144
|
+
|
1145
|
+
#: core/notification_embeds/war_embeds.py:318
|
1146
|
+
#, python-format
|
1147
|
+
msgid "War update: %(against)s has left %(alliance)s"
|
1148
|
+
msgstr ""
|
1149
|
+
|
1150
|
+
#: core/notification_embeds/war_embeds.py:323
|
1151
|
+
#, python-format
|
1152
|
+
msgid ""
|
1153
|
+
"There has been a development in the war between %(declared_by)s and "
|
1154
|
+
"%(alliance)s.\n"
|
1155
|
+
"%(against)s is no longer a member of %(alliance)s, and therefore a new war "
|
1156
|
+
"between %(declared_by)s and %(against)s has begun."
|
1157
|
+
msgstr ""
|
1158
|
+
|
1159
|
+
#: core/notification_embeds/war_embeds.py:338
|
1160
|
+
#, python-format
|
1161
|
+
msgid "%(declared_by)s Declares War Against %(against)s"
|
1162
|
+
msgstr ""
|
1163
|
+
|
1164
|
+
#: core/notification_embeds/war_embeds.py:343
|
1165
|
+
#, python-format
|
1166
|
+
msgid ""
|
1167
|
+
"%(declared_by)s has declared war on %(against)s with %(war_hq)s as the "
|
1168
|
+
"designated war headquarters.\n"
|
1169
|
+
"Within %(delay_hours)s hours fighting can legally occur between those "
|
1170
|
+
"involved."
|
1171
|
+
msgstr ""
|
1172
|
+
|
1173
|
+
#: core/notification_embeds/war_embeds.py:362
|
1174
|
+
#, python-format
|
1175
|
+
msgid "%(alliance)s inherits war against %(opponent)s"
|
1176
|
+
msgstr ""
|
1177
|
+
|
1178
|
+
#: core/notification_embeds/war_embeds.py:367
|
1179
|
+
#, python-format
|
1180
|
+
msgid ""
|
1181
|
+
"%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
|
1182
|
+
"from newly joined %(quitter)s. Within **24** hours fighting can legally "
|
1183
|
+
"occur with %(alliance)s."
|
1184
|
+
msgstr ""
|
1185
|
+
|
1186
|
+
#: core/notification_embeds/war_embeds.py:383
|
1187
|
+
msgid "CONCORD invalidates war"
|
1188
|
+
msgstr ""
|
1189
|
+
|
1190
|
+
#: core/notification_embeds/war_embeds.py:385
|
1191
|
+
#, python-format
|
1192
|
+
msgid ""
|
1193
|
+
"The war between %(declared_by)s and %(against)s has been retracted by "
|
1194
|
+
"CONCORD, because at least one of the involved parties has become ineligible "
|
1195
|
+
"for war declarations.Fighting must cease on %(end_date)s."
|
1196
|
+
msgstr ""
|
1197
|
+
|
1198
|
+
#: core/notification_embeds/war_embeds.py:401
|
1199
|
+
msgid "CONCORD retracts war"
|
1200
|
+
msgstr ""
|
1201
|
+
|
1202
|
+
#: core/notification_embeds/war_embeds.py:404
|
1203
|
+
#, python-format
|
1204
|
+
msgid ""
|
1205
|
+
"The war between %(declared_by)s and %(against)s has been retracted by "
|
1206
|
+
"CONCORD.\n"
|
1207
|
+
"After %(end_date)s CONCORD will again respond to any hostilities between "
|
1208
|
+
"those involved with full force."
|
1067
1209
|
msgstr ""
|
1068
1210
|
|
1069
1211
|
#: core/notification_timers.py:89
|
@@ -1083,108 +1225,112 @@ msgstr ""
|
|
1083
1225
|
msgid "Extraction ready"
|
1084
1226
|
msgstr ""
|
1085
1227
|
|
1086
|
-
#: core/notification_types.py:
|
1228
|
+
#: core/notification_types.py:16
|
1229
|
+
msgid "Upwell structure ownership transferred"
|
1230
|
+
msgstr ""
|
1231
|
+
|
1232
|
+
#: core/notification_types.py:18
|
1087
1233
|
msgid "Upwell structure anchoring"
|
1088
1234
|
msgstr ""
|
1089
1235
|
|
1090
|
-
#: core/notification_types.py:
|
1091
|
-
msgid "Upwell structure
|
1236
|
+
#: core/notification_types.py:19
|
1237
|
+
msgid "Upwell structure destroyed"
|
1092
1238
|
msgstr ""
|
1093
1239
|
|
1094
|
-
#: core/notification_types.py:
|
1095
|
-
msgid "Upwell structure
|
1240
|
+
#: core/notification_types.py:20
|
1241
|
+
msgid "Upwell structure fuel alert"
|
1096
1242
|
msgstr ""
|
1097
1243
|
|
1098
|
-
#: core/notification_types.py:
|
1099
|
-
msgid "Upwell structure
|
1244
|
+
#: core/notification_types.py:22
|
1245
|
+
msgid "Upwell structure jump fuel alert"
|
1100
1246
|
msgstr ""
|
1101
1247
|
|
1102
1248
|
#: core/notification_types.py:24
|
1103
|
-
msgid "Upwell structure
|
1249
|
+
msgid "Upwell structure lost armor"
|
1104
1250
|
msgstr ""
|
1105
1251
|
|
1106
|
-
#: core/notification_types.py:
|
1107
|
-
msgid "Upwell structure
|
1252
|
+
#: core/notification_types.py:25
|
1253
|
+
msgid "Upwell structure lost shields"
|
1108
1254
|
msgstr ""
|
1109
1255
|
|
1110
|
-
#: core/notification_types.py:
|
1111
|
-
msgid "Upwell structure
|
1256
|
+
#: core/notification_types.py:26
|
1257
|
+
msgid "Upwell structure went online"
|
1112
1258
|
msgstr ""
|
1113
1259
|
|
1114
|
-
#: core/notification_types.py:
|
1260
|
+
#: core/notification_types.py:27
|
1115
1261
|
msgid "Upwell structure refueled"
|
1116
1262
|
msgstr ""
|
1117
1263
|
|
1118
|
-
#: core/notification_types.py:
|
1119
|
-
msgid "Upwell structure
|
1264
|
+
#: core/notification_types.py:29
|
1265
|
+
msgid "Upwell structure reinforcement time changed"
|
1120
1266
|
msgstr ""
|
1121
1267
|
|
1122
|
-
#: core/notification_types.py:
|
1123
|
-
msgid "Upwell structure
|
1268
|
+
#: core/notification_types.py:32
|
1269
|
+
msgid "Upwell structure services went offline"
|
1124
1270
|
msgstr ""
|
1125
1271
|
|
1126
|
-
#: core/notification_types.py:
|
1127
|
-
msgid "Upwell structure
|
1272
|
+
#: core/notification_types.py:34
|
1273
|
+
msgid "Upwell structure unanchoring"
|
1128
1274
|
msgstr ""
|
1129
1275
|
|
1130
1276
|
#: core/notification_types.py:36
|
1131
|
-
msgid "Upwell structure
|
1132
|
-
msgstr ""
|
1133
|
-
|
1134
|
-
#: core/notification_types.py:37
|
1135
|
-
msgid "Upwell structure destroyed"
|
1277
|
+
msgid "Upwell structure is under attack"
|
1136
1278
|
msgstr ""
|
1137
1279
|
|
1138
|
-
#: core/notification_types.py:
|
1139
|
-
msgid "Upwell structure
|
1280
|
+
#: core/notification_types.py:39
|
1281
|
+
msgid "Upwell structure went high power"
|
1140
1282
|
msgstr ""
|
1141
1283
|
|
1142
|
-
#: core/notification_types.py:
|
1143
|
-
msgid "Upwell structure
|
1284
|
+
#: core/notification_types.py:42
|
1285
|
+
msgid "Upwell structure went low power"
|
1144
1286
|
msgstr ""
|
1145
1287
|
|
1146
|
-
#: core/notification_types.py:
|
1288
|
+
#: core/notification_types.py:46
|
1147
1289
|
msgid "Customs office attacked"
|
1148
1290
|
msgstr ""
|
1149
1291
|
|
1150
|
-
#: core/notification_types.py:
|
1292
|
+
#: core/notification_types.py:47
|
1151
1293
|
msgid "Customs office reinforced"
|
1152
1294
|
msgstr ""
|
1153
1295
|
|
1154
|
-
#: core/notification_types.py:
|
1296
|
+
#: core/notification_types.py:50
|
1155
1297
|
msgid "Starbase attacked"
|
1156
1298
|
msgstr ""
|
1157
1299
|
|
1158
|
-
#: core/notification_types.py:
|
1300
|
+
#: core/notification_types.py:52
|
1159
1301
|
msgid "Starbase refueled (BETA)"
|
1160
1302
|
msgstr ""
|
1161
1303
|
|
1162
|
-
#: core/notification_types.py:
|
1304
|
+
#: core/notification_types.py:53
|
1163
1305
|
msgid "Starbase reinforced (BETA)"
|
1164
1306
|
msgstr ""
|
1165
1307
|
|
1166
|
-
#: core/notification_types.py:
|
1167
|
-
msgid "
|
1308
|
+
#: core/notification_types.py:57
|
1309
|
+
msgid "Moon mining automatic fracture triggered"
|
1168
1310
|
msgstr ""
|
1169
1311
|
|
1170
|
-
#: core/notification_types.py:
|
1312
|
+
#: core/notification_types.py:60
|
1171
1313
|
msgid "Moon mining extraction cancelled"
|
1172
1314
|
msgstr ""
|
1173
1315
|
|
1174
|
-
#: core/notification_types.py:
|
1316
|
+
#: core/notification_types.py:63
|
1175
1317
|
msgid "Moon mining extraction finished"
|
1176
1318
|
msgstr ""
|
1177
1319
|
|
1178
1320
|
#: core/notification_types.py:68
|
1179
|
-
msgid "
|
1321
|
+
msgid "Moonmining laser fired"
|
1180
1322
|
msgstr ""
|
1181
1323
|
|
1182
|
-
#: core/notification_types.py:
|
1183
|
-
msgid "Sovereignty
|
1324
|
+
#: core/notification_types.py:72
|
1325
|
+
msgid "Sovereignty claim acknowledgment"
|
1326
|
+
msgstr ""
|
1327
|
+
|
1328
|
+
#: core/notification_types.py:74
|
1329
|
+
msgid "Sovereignty lost"
|
1184
1330
|
msgstr ""
|
1185
1331
|
|
1186
1332
|
#: core/notification_types.py:76
|
1187
|
-
msgid "
|
1333
|
+
msgid "Structure anchoring in alliance space"
|
1188
1334
|
msgstr ""
|
1189
1335
|
|
1190
1336
|
#: core/notification_types.py:79
|
@@ -1192,51 +1338,43 @@ msgid "Sovereignty entosis capture started"
|
|
1192
1338
|
msgstr ""
|
1193
1339
|
|
1194
1340
|
#: core/notification_types.py:82
|
1195
|
-
msgid "Sovereignty
|
1341
|
+
msgid "Sovereignty structure destroyed"
|
1196
1342
|
msgstr ""
|
1197
1343
|
|
1198
1344
|
#: core/notification_types.py:85
|
1199
|
-
msgid "Sovereignty
|
1200
|
-
msgstr ""
|
1201
|
-
|
1202
|
-
#: core/notification_types.py:87
|
1203
|
-
msgid "Sovereignty lost"
|
1345
|
+
msgid "Sovereignty structure reinforced"
|
1204
1346
|
msgstr ""
|
1205
1347
|
|
1206
|
-
#: core/notification_types.py:
|
1207
|
-
msgid "
|
1348
|
+
#: core/notification_types.py:88
|
1349
|
+
msgid "Sovereignty command node event started"
|
1208
1350
|
msgstr ""
|
1209
1351
|
|
1210
|
-
#: core/notification_types.py:
|
1211
|
-
msgid "War
|
1352
|
+
#: core/notification_types.py:92
|
1353
|
+
msgid "War accepted ally"
|
1212
1354
|
msgstr ""
|
1213
1355
|
|
1214
|
-
#: core/notification_types.py:
|
1215
|
-
msgid "
|
1356
|
+
#: core/notification_types.py:94
|
1357
|
+
msgid "Alliance war corporation joined alliance message"
|
1216
1358
|
msgstr ""
|
1217
1359
|
|
1218
1360
|
#: core/notification_types.py:97
|
1219
|
-
msgid "
|
1361
|
+
msgid "Alliance war surrender message"
|
1220
1362
|
msgstr ""
|
1221
1363
|
|
1222
|
-
#: core/notification_types.py:
|
1223
|
-
msgid "War ally joined
|
1224
|
-
msgstr ""
|
1225
|
-
|
1226
|
-
#: core/notification_types.py:101
|
1227
|
-
msgid "War adopted"
|
1364
|
+
#: core/notification_types.py:100
|
1365
|
+
msgid "War ally joined aggressor"
|
1228
1366
|
msgstr ""
|
1229
1367
|
|
1230
1368
|
#: core/notification_types.py:102
|
1231
|
-
msgid "War
|
1369
|
+
msgid "War ally joined ally"
|
1232
1370
|
msgstr ""
|
1233
1371
|
|
1234
|
-
#: core/notification_types.py:
|
1235
|
-
msgid "War
|
1372
|
+
#: core/notification_types.py:104
|
1373
|
+
msgid "War ally joined defender"
|
1236
1374
|
msgstr ""
|
1237
1375
|
|
1238
|
-
#: core/notification_types.py:
|
1239
|
-
msgid "War
|
1376
|
+
#: core/notification_types.py:106
|
1377
|
+
msgid "War party surrendered"
|
1240
1378
|
msgstr ""
|
1241
1379
|
|
1242
1380
|
#: core/notification_types.py:108
|
@@ -1247,43 +1385,91 @@ msgstr ""
|
|
1247
1385
|
msgid "War corporation no longer eligible"
|
1248
1386
|
msgstr ""
|
1249
1387
|
|
1250
|
-
#: core/notification_types.py:113
|
1251
|
-
msgid "War
|
1388
|
+
#: core/notification_types.py:113 core/notification_types.py:125
|
1389
|
+
msgid "War declared"
|
1252
1390
|
msgstr ""
|
1253
1391
|
|
1254
|
-
#: core/notification_types.py:
|
1255
|
-
msgid "
|
1392
|
+
#: core/notification_types.py:114
|
1393
|
+
msgid "War HQ removed from space"
|
1256
1394
|
msgstr ""
|
1257
1395
|
|
1258
|
-
#: core/notification_types.py:
|
1259
|
-
msgid "
|
1396
|
+
#: core/notification_types.py:115
|
1397
|
+
msgid "War invalid"
|
1398
|
+
msgstr ""
|
1399
|
+
|
1400
|
+
#: core/notification_types.py:117
|
1401
|
+
msgid "War mercenary offered negotiation message"
|
1260
1402
|
msgstr ""
|
1261
1403
|
|
1262
|
-
#: core/notification_types.py:
|
1263
|
-
msgid "
|
1404
|
+
#: core/notification_types.py:120
|
1405
|
+
msgid "War mercenary offer retracted message"
|
1406
|
+
msgstr ""
|
1407
|
+
|
1408
|
+
#: core/notification_types.py:122
|
1409
|
+
msgid "War offered surrender"
|
1264
1410
|
msgstr ""
|
1265
1411
|
|
1266
1412
|
#: core/notification_types.py:123
|
1267
|
-
msgid "
|
1413
|
+
msgid "War offered to become ally"
|
1268
1414
|
msgstr ""
|
1269
1415
|
|
1270
1416
|
#: core/notification_types.py:124
|
1417
|
+
msgid "War adopted"
|
1418
|
+
msgstr ""
|
1419
|
+
|
1420
|
+
#: core/notification_types.py:126
|
1421
|
+
msgid "War inherited"
|
1422
|
+
msgstr ""
|
1423
|
+
|
1424
|
+
#: core/notification_types.py:128
|
1425
|
+
msgid "War retracted by Concord"
|
1426
|
+
msgstr ""
|
1427
|
+
|
1428
|
+
#: core/notification_types.py:130
|
1429
|
+
msgid "War surrender offered"
|
1430
|
+
msgstr ""
|
1431
|
+
|
1432
|
+
#: core/notification_types.py:133
|
1271
1433
|
msgid "Character joins corporation"
|
1272
1434
|
msgstr ""
|
1273
1435
|
|
1274
|
-
#: core/notification_types.py:
|
1436
|
+
#: core/notification_types.py:135
|
1437
|
+
msgid "Character invited to join corporation"
|
1438
|
+
msgstr ""
|
1439
|
+
|
1440
|
+
#: core/notification_types.py:137
|
1441
|
+
msgid "Character submitted application"
|
1442
|
+
msgstr ""
|
1443
|
+
|
1444
|
+
#: core/notification_types.py:138
|
1445
|
+
msgid "Corp application rejected message"
|
1446
|
+
msgstr ""
|
1447
|
+
|
1448
|
+
#: core/notification_types.py:140
|
1449
|
+
msgid "Corp application rejected custom message"
|
1450
|
+
msgstr ""
|
1451
|
+
|
1452
|
+
#: core/notification_types.py:142
|
1453
|
+
msgid "Character withdrew application"
|
1454
|
+
msgstr ""
|
1455
|
+
|
1456
|
+
#: core/notification_types.py:143
|
1275
1457
|
msgid "Character leaves corporation"
|
1276
1458
|
msgstr ""
|
1277
1459
|
|
1278
|
-
#: core/notification_types.py:
|
1460
|
+
#: core/notification_types.py:146
|
1461
|
+
msgid "Corp alliance billing message"
|
1462
|
+
msgstr ""
|
1463
|
+
|
1464
|
+
#: core/notification_types.py:147
|
1279
1465
|
msgid "Bill out of money"
|
1280
1466
|
msgstr ""
|
1281
1467
|
|
1282
|
-
#: core/notification_types.py:
|
1468
|
+
#: core/notification_types.py:150
|
1283
1469
|
msgid "I-HUB bill about to expire"
|
1284
1470
|
msgstr ""
|
1285
1471
|
|
1286
|
-
#: core/notification_types.py:
|
1472
|
+
#: core/notification_types.py:154
|
1287
1473
|
msgid "I_HUB destroyed by bill failure"
|
1288
1474
|
msgstr ""
|
1289
1475
|
|
@@ -1329,256 +1515,256 @@ msgstr ""
|
|
1329
1515
|
msgid "W-Space"
|
1330
1516
|
msgstr ""
|
1331
1517
|
|
1332
|
-
#: models/notifications.py:
|
1518
|
+
#: models/notifications.py:51
|
1333
1519
|
msgid "English"
|
1334
1520
|
msgstr ""
|
1335
1521
|
|
1336
|
-
#: models/notifications.py:
|
1522
|
+
#: models/notifications.py:52
|
1337
1523
|
msgid "German"
|
1338
1524
|
msgstr ""
|
1339
1525
|
|
1340
|
-
#: models/notifications.py:
|
1526
|
+
#: models/notifications.py:53
|
1341
1527
|
msgid "Spanish"
|
1342
1528
|
msgstr ""
|
1343
1529
|
|
1344
|
-
#: models/notifications.py:
|
1530
|
+
#: models/notifications.py:54
|
1345
1531
|
msgid "Chinese Simplified"
|
1346
1532
|
msgstr ""
|
1347
1533
|
|
1348
|
-
#: models/notifications.py:
|
1534
|
+
#: models/notifications.py:55
|
1349
1535
|
msgid "Russian"
|
1350
1536
|
msgstr ""
|
1351
1537
|
|
1352
|
-
#: models/notifications.py:
|
1538
|
+
#: models/notifications.py:56
|
1353
1539
|
msgid "Korean"
|
1354
1540
|
msgstr ""
|
1355
1541
|
|
1356
|
-
#: models/notifications.py:
|
1542
|
+
#: models/notifications.py:73
|
1357
1543
|
msgid "notification types"
|
1358
1544
|
msgstr ""
|
1359
1545
|
|
1360
|
-
#: models/notifications.py:
|
1546
|
+
#: models/notifications.py:75
|
1361
1547
|
msgid "Select which type of notifications should be forwarded to this webhook"
|
1362
1548
|
msgstr ""
|
1363
1549
|
|
1364
|
-
#: models/notifications.py:
|
1550
|
+
#: models/notifications.py:84
|
1365
1551
|
msgid "language"
|
1366
1552
|
msgstr ""
|
1367
1553
|
|
1368
|
-
#: models/notifications.py:
|
1554
|
+
#: models/notifications.py:85
|
1369
1555
|
msgid "Language of notifications send to this webhook"
|
1370
1556
|
msgstr ""
|
1371
1557
|
|
1372
|
-
#: models/notifications.py:
|
1558
|
+
#: models/notifications.py:91
|
1373
1559
|
msgid "Whether owners have this webhook automatically pre-set when created"
|
1374
1560
|
msgstr ""
|
1375
1561
|
|
1376
|
-
#: models/notifications.py:
|
1562
|
+
#: models/notifications.py:96 models/owners.py:151
|
1377
1563
|
msgid "has default pings enabled"
|
1378
1564
|
msgstr ""
|
1379
1565
|
|
1380
|
-
#: models/notifications.py:
|
1566
|
+
#: models/notifications.py:108
|
1381
1567
|
msgid "Groups to be pinged for each notification - "
|
1382
1568
|
msgstr ""
|
1383
1569
|
|
1384
|
-
#: models/notifications.py:
|
1570
|
+
#: models/notifications.py:113
|
1385
1571
|
msgid "webhook"
|
1386
1572
|
msgstr ""
|
1387
1573
|
|
1388
|
-
#: models/notifications.py:
|
1574
|
+
#: models/notifications.py:129
|
1389
1575
|
msgid "True when this notification has been forwarded to Discord"
|
1390
1576
|
msgstr ""
|
1391
1577
|
|
1392
|
-
#: models/notifications.py:
|
1578
|
+
#: models/notifications.py:135
|
1393
1579
|
msgid "True when a timer has been added for this notification"
|
1394
1580
|
msgstr ""
|
1395
1581
|
|
1396
|
-
#: models/notifications.py:
|
1582
|
+
#: models/notifications.py:142
|
1397
1583
|
msgid "Type of this notification"
|
1398
1584
|
msgstr ""
|
1399
1585
|
|
1400
|
-
#: models/notifications.py:
|
1586
|
+
#: models/notifications.py:148
|
1401
1587
|
msgid "Corporation that owns this notification"
|
1402
1588
|
msgstr ""
|
1403
1589
|
|
1404
|
-
#: models/notifications.py:
|
1590
|
+
#: models/notifications.py:153
|
1405
1591
|
msgid "Structures this notification is about (if any)"
|
1406
1592
|
msgstr ""
|
1407
1593
|
|
1408
|
-
#: models/notifications.py:
|
1594
|
+
#: models/notifications.py:527
|
1409
1595
|
msgid "created"
|
1410
1596
|
msgstr ""
|
1411
1597
|
|
1412
|
-
#: models/notifications.py:
|
1598
|
+
#: models/notifications.py:528
|
1413
1599
|
msgid "Date when this notification was first received from ESI"
|
1414
1600
|
msgstr ""
|
1415
1601
|
|
1416
|
-
#: models/notifications.py:
|
1602
|
+
#: models/notifications.py:533
|
1417
1603
|
msgid "is read"
|
1418
1604
|
msgstr ""
|
1419
1605
|
|
1420
|
-
#: models/notifications.py:
|
1606
|
+
#: models/notifications.py:534
|
1421
1607
|
msgid "True when this notification has read in the eve client"
|
1422
1608
|
msgstr ""
|
1423
1609
|
|
1424
|
-
#: models/notifications.py:
|
1610
|
+
#: models/notifications.py:537
|
1425
1611
|
msgid "last updated"
|
1426
1612
|
msgstr ""
|
1427
1613
|
|
1428
|
-
#: models/notifications.py:
|
1614
|
+
#: models/notifications.py:538
|
1429
1615
|
msgid "Date when this notification has last been updated from ESI"
|
1430
1616
|
msgstr ""
|
1431
1617
|
|
1432
|
-
#: models/notifications.py:
|
1618
|
+
#: models/notifications.py:545
|
1433
1619
|
msgid "sender"
|
1434
1620
|
msgstr ""
|
1435
1621
|
|
1436
|
-
#: models/notifications.py:
|
1622
|
+
#: models/notifications.py:552
|
1437
1623
|
msgid "text"
|
1438
1624
|
msgstr ""
|
1439
1625
|
|
1440
|
-
#: models/notifications.py:
|
1626
|
+
#: models/notifications.py:553
|
1441
1627
|
msgid "Notification details in YAML"
|
1442
1628
|
msgstr ""
|
1443
1629
|
|
1444
|
-
#: models/notifications.py:
|
1630
|
+
#: models/notifications.py:555 models/notifications.py:674
|
1445
1631
|
msgid "timestamp"
|
1446
1632
|
msgstr ""
|
1447
1633
|
|
1448
|
-
#: models/notifications.py:
|
1634
|
+
#: models/notifications.py:560
|
1449
1635
|
msgid "eve notification"
|
1450
1636
|
msgstr ""
|
1451
1637
|
|
1452
|
-
#: models/notifications.py:
|
1638
|
+
#: models/notifications.py:561
|
1453
1639
|
msgid "eve notifications"
|
1454
1640
|
msgstr ""
|
1455
1641
|
|
1456
|
-
#: models/notifications.py:
|
1642
|
+
#: models/notifications.py:672
|
1457
1643
|
msgid "details"
|
1458
1644
|
msgstr ""
|
1459
1645
|
|
1460
|
-
#: models/notifications.py:
|
1646
|
+
#: models/notifications.py:673
|
1461
1647
|
msgid "last_updated"
|
1462
1648
|
msgstr ""
|
1463
1649
|
|
1464
|
-
#: models/notifications.py:
|
1650
|
+
#: models/notifications.py:679
|
1465
1651
|
msgid "generated notification"
|
1466
1652
|
msgstr ""
|
1467
1653
|
|
1468
|
-
#: models/notifications.py:
|
1654
|
+
#: models/notifications.py:680
|
1469
1655
|
msgid "generated notifications"
|
1470
1656
|
msgstr ""
|
1471
1657
|
|
1472
|
-
#: models/notifications.py:
|
1658
|
+
#: models/notifications.py:710
|
1473
1659
|
msgid "channel pings"
|
1474
1660
|
msgstr ""
|
1475
1661
|
|
1476
|
-
#: models/notifications.py:
|
1662
|
+
#: models/notifications.py:712
|
1477
1663
|
msgid ""
|
1478
1664
|
"Option to ping every member of the channel. This setting can be overruled by "
|
1479
1665
|
"the respective owner or webhook configuration"
|
1480
1666
|
msgstr ""
|
1481
1667
|
|
1482
|
-
#: models/notifications.py:
|
1668
|
+
#: models/notifications.py:723
|
1483
1669
|
msgid "Context color of these notification on Discord"
|
1484
1670
|
msgstr ""
|
1485
1671
|
|
1486
|
-
#: models/notifications.py:
|
1672
|
+
#: models/notifications.py:727
|
1487
1673
|
msgid "is_enabled"
|
1488
1674
|
msgstr ""
|
1489
1675
|
|
1490
|
-
#: models/notifications.py:
|
1676
|
+
#: models/notifications.py:728
|
1491
1677
|
msgid "Disabled configurations will not create any new alerts."
|
1492
1678
|
msgstr ""
|
1493
1679
|
|
1494
|
-
#: models/notifications.py:
|
1680
|
+
#: models/notifications.py:751
|
1495
1681
|
msgid "end"
|
1496
1682
|
msgstr ""
|
1497
1683
|
|
1498
|
-
#: models/notifications.py:
|
1684
|
+
#: models/notifications.py:751
|
1499
1685
|
msgid "End of alerts in hours before fuel expires"
|
1500
1686
|
msgstr ""
|
1501
1687
|
|
1502
|
-
#: models/notifications.py:
|
1688
|
+
#: models/notifications.py:754
|
1503
1689
|
msgid "repeat"
|
1504
1690
|
msgstr ""
|
1505
1691
|
|
1506
|
-
#: models/notifications.py:
|
1692
|
+
#: models/notifications.py:756
|
1507
1693
|
msgid "Notifications will be repeated every x hours. Set to 0 for no repeats"
|
1508
1694
|
msgstr ""
|
1509
1695
|
|
1510
|
-
#: models/notifications.py:
|
1696
|
+
#: models/notifications.py:760
|
1511
1697
|
msgid "start"
|
1512
1698
|
msgstr ""
|
1513
1699
|
|
1514
|
-
#: models/notifications.py:
|
1700
|
+
#: models/notifications.py:761
|
1515
1701
|
msgid "Start of alerts in hours before fuel expires"
|
1516
1702
|
msgstr ""
|
1517
1703
|
|
1518
|
-
#: models/notifications.py:
|
1704
|
+
#: models/notifications.py:765
|
1519
1705
|
msgid "structure fuel alert config"
|
1520
1706
|
msgstr ""
|
1521
1707
|
|
1522
|
-
#: models/notifications.py:
|
1708
|
+
#: models/notifications.py:766
|
1523
1709
|
msgid "structure fuel alert configs"
|
1524
1710
|
msgstr ""
|
1525
1711
|
|
1526
|
-
#: models/notifications.py:
|
1712
|
+
#: models/notifications.py:773
|
1527
1713
|
msgid "Start must be before end, i.e. have a larger value."
|
1528
1714
|
msgstr ""
|
1529
1715
|
|
1530
|
-
#: models/notifications.py:
|
1716
|
+
#: models/notifications.py:777
|
1531
1717
|
msgid "Repeat can not be larger that the interval size."
|
1532
1718
|
msgstr ""
|
1533
1719
|
|
1534
|
-
#: models/notifications.py:
|
1720
|
+
#: models/notifications.py:786
|
1535
1721
|
msgid "This configuration may not overlap with an existing configuration."
|
1536
1722
|
msgstr ""
|
1537
1723
|
|
1538
|
-
#: models/notifications.py:
|
1724
|
+
#: models/notifications.py:855
|
1539
1725
|
msgid ""
|
1540
1726
|
"Notifications will be sent once fuel level in units reaches this threshold"
|
1541
1727
|
msgstr ""
|
1542
1728
|
|
1543
|
-
#: models/notifications.py:
|
1729
|
+
#: models/notifications.py:860
|
1544
1730
|
msgid "jump fuel alert config"
|
1545
1731
|
msgstr ""
|
1546
1732
|
|
1547
|
-
#: models/notifications.py:
|
1733
|
+
#: models/notifications.py:861
|
1548
1734
|
msgid "jump fuel alert configs"
|
1549
1735
|
msgstr ""
|
1550
1736
|
|
1551
|
-
#: models/notifications.py:
|
1737
|
+
#: models/notifications.py:913 models/notifications.py:963
|
1552
1738
|
#: models/structures_1.py:409 models/structures_1.py:814
|
1553
1739
|
#: models/structures_2.py:46
|
1554
1740
|
msgid "structure"
|
1555
1741
|
msgstr ""
|
1556
1742
|
|
1557
|
-
#: models/notifications.py:
|
1743
|
+
#: models/notifications.py:919 models/notifications.py:969
|
1558
1744
|
msgid "configuration"
|
1559
1745
|
msgstr ""
|
1560
1746
|
|
1561
|
-
#: models/notifications.py:
|
1747
|
+
#: models/notifications.py:923
|
1562
1748
|
msgid "hours"
|
1563
1749
|
msgstr ""
|
1564
1750
|
|
1565
|
-
#: models/notifications.py:
|
1751
|
+
#: models/notifications.py:924
|
1566
1752
|
msgid "Number of hours before fuel expiration this alert was sent"
|
1567
1753
|
msgstr ""
|
1568
1754
|
|
1569
|
-
#: models/notifications.py:
|
1755
|
+
#: models/notifications.py:928
|
1570
1756
|
msgid "structure fuel alert"
|
1571
1757
|
msgstr ""
|
1572
1758
|
|
1573
|
-
#: models/notifications.py:
|
1759
|
+
#: models/notifications.py:929
|
1574
1760
|
msgid "structure fuel alerts"
|
1575
1761
|
msgstr ""
|
1576
1762
|
|
1577
|
-
#: models/notifications.py:
|
1763
|
+
#: models/notifications.py:973
|
1578
1764
|
msgid "jump fuel alert"
|
1579
1765
|
msgstr ""
|
1580
1766
|
|
1581
|
-
#: models/notifications.py:
|
1767
|
+
#: models/notifications.py:974
|
1582
1768
|
msgid "jump fuel alerts"
|
1583
1769
|
msgstr ""
|
1584
1770
|
|
@@ -1616,7 +1802,7 @@ msgid ""
|
|
1616
1802
|
"@everyone and @here"
|
1617
1803
|
msgstr ""
|
1618
1804
|
|
1619
|
-
#: models/owners.py:159 webhooks/models.py:
|
1805
|
+
#: models/owners.py:159 webhooks/models.py:69
|
1620
1806
|
msgid "is active"
|
1621
1807
|
msgstr ""
|
1622
1808
|
|
@@ -2129,7 +2315,7 @@ msgstr ""
|
|
2129
2315
|
msgid "structure services"
|
2130
2316
|
msgstr ""
|
2131
2317
|
|
2132
|
-
#: models/structures_2.py:80 webhooks/models.py:
|
2318
|
+
#: models/structures_2.py:80 webhooks/models.py:17
|
2133
2319
|
msgid "none"
|
2134
2320
|
msgstr ""
|
2135
2321
|
|
@@ -2726,63 +2912,63 @@ msgstr ""
|
|
2726
2912
|
msgid "service is down"
|
2727
2913
|
msgstr ""
|
2728
2914
|
|
2729
|
-
#: webhooks/models.py:
|
2915
|
+
#: webhooks/models.py:18
|
2730
2916
|
msgid "here"
|
2731
2917
|
msgstr ""
|
2732
2918
|
|
2733
|
-
#: webhooks/models.py:
|
2919
|
+
#: webhooks/models.py:19
|
2734
2920
|
msgid "everyone"
|
2735
2921
|
msgstr ""
|
2736
2922
|
|
2737
|
-
#: webhooks/models.py:
|
2923
|
+
#: webhooks/models.py:24
|
2738
2924
|
msgid "danger"
|
2739
2925
|
msgstr ""
|
2740
2926
|
|
2741
|
-
#: webhooks/models.py:
|
2927
|
+
#: webhooks/models.py:25
|
2742
2928
|
msgid "info"
|
2743
2929
|
msgstr ""
|
2744
2930
|
|
2745
|
-
#: webhooks/models.py:
|
2931
|
+
#: webhooks/models.py:26
|
2746
2932
|
msgid "success"
|
2747
2933
|
msgstr ""
|
2748
2934
|
|
2749
|
-
#: webhooks/models.py:
|
2935
|
+
#: webhooks/models.py:27
|
2750
2936
|
msgid "warning"
|
2751
2937
|
msgstr ""
|
2752
2938
|
|
2753
|
-
#: webhooks/models.py:
|
2939
|
+
#: webhooks/models.py:37
|
2754
2940
|
msgid "Discord Webhook"
|
2755
2941
|
msgstr ""
|
2756
2942
|
|
2757
|
-
#: webhooks/models.py:
|
2943
|
+
#: webhooks/models.py:44
|
2758
2944
|
msgid "Short name to identify this webhook"
|
2759
2945
|
msgstr ""
|
2760
2946
|
|
2761
|
-
#: webhooks/models.py:
|
2947
|
+
#: webhooks/models.py:47
|
2762
2948
|
msgid "url"
|
2763
2949
|
msgstr ""
|
2764
2950
|
|
2765
|
-
#: webhooks/models.py:
|
2951
|
+
#: webhooks/models.py:51
|
2766
2952
|
msgid ""
|
2767
2953
|
"URL of this webhook, e.g. https://discordapp.com/api/webhooks/123456/abcdef"
|
2768
2954
|
msgstr ""
|
2769
2955
|
|
2770
|
-
#: webhooks/models.py:
|
2956
|
+
#: webhooks/models.py:56
|
2771
2957
|
msgid "notes"
|
2772
2958
|
msgstr ""
|
2773
2959
|
|
2774
|
-
#: webhooks/models.py:
|
2960
|
+
#: webhooks/models.py:60
|
2775
2961
|
msgid "Notes regarding this webhook"
|
2776
2962
|
msgstr ""
|
2777
2963
|
|
2778
|
-
#: webhooks/models.py:
|
2964
|
+
#: webhooks/models.py:63
|
2779
2965
|
msgid "webhook type"
|
2780
2966
|
msgstr ""
|
2781
2967
|
|
2782
|
-
#: webhooks/models.py:
|
2968
|
+
#: webhooks/models.py:66
|
2783
2969
|
msgid "Type of this webhook"
|
2784
2970
|
msgstr ""
|
2785
2971
|
|
2786
|
-
#: webhooks/models.py:
|
2972
|
+
#: webhooks/models.py:71
|
2787
2973
|
msgid "Whether notifications are currently sent to this webhook"
|
2788
2974
|
msgstr ""
|