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