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