aa-structures 2.6.0__py3-none-any.whl → 2.6.2__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.
Files changed (39) hide show
  1. {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/METADATA +1 -1
  2. {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/RECORD +37 -38
  3. structures/__init__.py +1 -1
  4. structures/admin.py +208 -206
  5. structures/core/notification_embeds/billing_embeds.py +11 -10
  6. structures/core/notification_embeds/character_embeds.py +18 -17
  7. structures/core/notification_embeds/main.py +6 -6
  8. structures/core/notification_embeds/moonmining_embeds.py +25 -26
  9. structures/core/notification_embeds/orbital_embeds.py +8 -7
  10. structures/core/notification_embeds/sov_embeds.py +26 -35
  11. structures/core/notification_embeds/structures_embeds.py +67 -64
  12. structures/core/notification_embeds/tower_embeds.py +29 -22
  13. structures/core/notification_embeds/war_embeds.py +33 -44
  14. structures/core/serializers.py +1 -1
  15. structures/helpers.py +7 -1
  16. structures/locale/de/LC_MESSAGES/django.po +1036 -185
  17. structures/locale/django.pot +1054 -184
  18. structures/locale/en/LC_MESSAGES/django.po +1054 -184
  19. structures/locale/es/LC_MESSAGES/django.po +1035 -184
  20. structures/locale/fr_FR/LC_MESSAGES/django.po +1054 -184
  21. structures/locale/it_IT/LC_MESSAGES/django.po +1054 -184
  22. structures/locale/ja/LC_MESSAGES/django.po +1054 -184
  23. structures/locale/ko_KR/LC_MESSAGES/django.po +1035 -184
  24. structures/locale/ru/LC_MESSAGES/django.mo +0 -0
  25. structures/locale/ru/LC_MESSAGES/django.po +1144 -199
  26. structures/locale/uk/LC_MESSAGES/django.po +1035 -184
  27. structures/locale/zh_Hans/LC_MESSAGES/django.po +1036 -185
  28. structures/migrations/0004_improve_localization.py +401 -0
  29. structures/models/notifications.py +3 -3
  30. structures/models/owners.py +11 -11
  31. structures/models/structures_1.py +16 -16
  32. structures/templates/structures/base.html +1 -1
  33. structures/tests/test_helpers.py +13 -0
  34. structures/views.py +1 -2
  35. structures/webhooks/models.py +14 -5
  36. structures/locale/ko/LC_MESSAGES/django.mo +0 -0
  37. structures/locale/ko/LC_MESSAGES/django.po +0 -2221
  38. {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/LICENSE +0 -0
  39. {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.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: 2023-10-29 17:51+0100\n"
11
+ "POT-Creation-Date: 2023-10-30 21:06+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,149 +18,1068 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
20
 
21
- #: admin.py:113
21
+ #: admin.py:62 admin.py:877 models/notifications.py:145 models/owners.py:219
22
+ #: models/owners.py:1304 models/structures_1.py:320
23
+ msgid "owner"
24
+ msgstr ""
25
+
26
+ #: admin.py:95
27
+ msgid "Discord"
28
+ msgstr ""
29
+
30
+ #: admin.py:96 templates/structures/modals/poco_details.html:19
31
+ #: templates/structures/modals/starbase_detail.html:19
32
+ #: templates/structures/modals/structure_details.html:19
33
+ msgid "General"
34
+ msgstr ""
35
+
36
+ #: admin.py:99 models/notifications.py:521 models/structures_1.py:210
37
+ #: models/structures_1.py:795
38
+ msgid "id"
39
+ msgstr ""
40
+
41
+ #: admin.py:103 models/notifications.py:720
42
+ msgid "color"
43
+ msgstr ""
44
+
45
+ #: admin.py:112
22
46
  msgid "Sent fuel notifications for selected configuration"
23
47
  msgstr ""
24
48
 
25
- #: admin.py:139
49
+ #: admin.py:121
50
+ #, python-format
51
+ msgid "Started sending fuel notifications for %d configurations"
52
+ msgstr ""
53
+
54
+ #: admin.py:135
55
+ msgid "Timing"
56
+ msgstr ""
57
+
58
+ #: admin.py:138
59
+ msgid ""
60
+ "Timing configuration for sending fuel notifications. Note that the first "
61
+ "notification will be sent at the exact start hour, and the last notification "
62
+ "will be sent one repeat before the end hour."
63
+ msgstr ""
64
+
65
+ #: admin.py:159 models/notifications.py:851
66
+ msgid "threshold"
67
+ msgstr ""
68
+
69
+ #: admin.py:165
70
+ msgid "can be send"
71
+ msgstr ""
72
+
73
+ #: admin.py:170 admin.py:734 core/serializers.py:497
74
+ msgid "yes"
75
+ msgstr ""
76
+
77
+ #: admin.py:171 admin.py:735 core/serializers.py:502
78
+ msgid "no"
79
+ msgstr ""
80
+
81
+ #: admin.py:229
82
+ msgid "notification ID"
83
+ msgstr ""
84
+
85
+ #: admin.py:233 admin.py:512 admin.py:907 models/notifications.py:112
86
+ #: models/owners.py:212 models/structures_1.py:397
87
+ msgid "webhooks"
88
+ msgstr ""
89
+
90
+ #: admin.py:236 models/structures_1.py:168
91
+ msgid "N/A"
92
+ msgstr ""
93
+
94
+ #: admin.py:251
95
+ msgid "Not configured"
96
+ msgstr ""
97
+
98
+ #: admin.py:255 models/notifications.py:150 models/structures_1.py:410
99
+ msgid "structures"
100
+ msgstr ""
101
+
102
+ #: admin.py:262 models/notifications.py:126
103
+ msgid "is sent"
104
+ msgstr ""
105
+
106
+ #: admin.py:267 models/notifications.py:132
107
+ msgid "is timer added"
108
+ msgstr ""
109
+
110
+ #: admin.py:272
111
+ msgid "Mark selected notifications as sent"
112
+ msgstr ""
113
+
114
+ #: admin.py:276
115
+ #, python-format
116
+ msgid "%d notifications marked as sent"
117
+ msgstr ""
118
+
119
+ #: admin.py:278
120
+ msgid "Mark selected notifications as unsent"
121
+ msgstr ""
122
+
123
+ #: admin.py:282
124
+ #, python-format
125
+ msgid "%d notifications marked as unsent"
126
+ msgstr ""
127
+
128
+ #: admin.py:284
129
+ msgid "Send selected notifications to configured webhooks"
130
+ msgstr ""
131
+
132
+ #: admin.py:299
133
+ #, python-format
134
+ msgid "Sent %(sent_count)d/%(selected_count)d generated messages."
135
+ msgstr ""
136
+
137
+ #: admin.py:303
138
+ msgid "Process selected notifications for timerboard"
139
+ msgstr ""
140
+
141
+ #: admin.py:314
142
+ #, python-format
143
+ msgid "Added timers from %d notifications to timerboard."
144
+ msgstr ""
145
+
146
+ #: admin.py:317
147
+ #, python-format
148
+ msgid "Ignored %d notification(s), which has no relation to timers."
149
+ msgstr ""
150
+
151
+ #: admin.py:397
152
+ msgid "Sync Status"
153
+ msgstr ""
154
+
155
+ #: admin.py:485
156
+ msgid "characters"
157
+ msgstr ""
158
+
159
+ #: admin.py:489
160
+ msgid "default pings"
161
+ msgstr ""
162
+
163
+ #: admin.py:493 admin.py:1023 models/notifications.py:105 models/owners.py:197
164
+ msgid "ping groups"
165
+ msgstr ""
166
+
167
+ #: admin.py:499 models/owners.py:117
168
+ msgid "corporation"
169
+ msgstr ""
170
+
171
+ #: admin.py:505
172
+ msgid "alliance"
173
+ msgstr ""
174
+
175
+ #: admin.py:521
176
+ msgid ""
177
+ "Notifications can not be sent, because there is no webhook configured for "
178
+ "this owner."
179
+ msgstr ""
180
+
181
+ #: admin.py:526
182
+ msgid "active"
183
+ msgstr ""
184
+
185
+ #: admin.py:530
186
+ msgid "alliance main"
187
+ msgstr ""
188
+
189
+ #: admin.py:535
190
+ msgid "services up"
191
+ msgstr ""
192
+
193
+ #: admin.py:539
194
+ msgid "Activate selected owners"
195
+ msgstr ""
196
+
197
+ #: admin.py:542
198
+ #, python-format
199
+ msgid "Activated %d owners"
200
+ msgstr ""
201
+
202
+ #: admin.py:544
203
+ msgid "Deactivate selected owner"
204
+ msgstr ""
205
+
206
+ #: admin.py:547
207
+ #, python-format
208
+ msgid "Deactivated %d owners"
209
+ msgstr ""
210
+
211
+ #: admin.py:549
212
+ msgid "Update all from EVE server for selected owners"
213
+ msgstr ""
214
+
215
+ #: admin.py:556
216
+ #, python-format
217
+ msgid "Started updating structures and notifications for %s."
218
+ msgstr ""
219
+
220
+ #: admin.py:557 admin.py:570 admin.py:583 admin.py:1059
221
+ msgid "You will receive a notification once it is completed."
222
+ msgstr ""
223
+
224
+ #: admin.py:562
225
+ msgid "Update structures from EVE server for selected owners"
226
+ msgstr ""
227
+
228
+ #: admin.py:569
229
+ #, python-format
230
+ msgid "Started updating structures for %s."
231
+ msgstr ""
232
+
233
+ #: admin.py:575
234
+ msgid "Fetch notifications from EVE server for selected owners"
235
+ msgstr ""
236
+
237
+ #: admin.py:582
238
+ #, python-format
239
+ msgid "Started fetching notifications for %s."
240
+ msgstr ""
241
+
242
+ #: admin.py:587
243
+ msgid "all syncs OK"
244
+ msgstr ""
245
+
246
+ #: admin.py:591
247
+ msgid "avg. turnaround time"
248
+ msgstr ""
249
+
250
+ #: admin.py:615
251
+ msgid "structures update fresh"
252
+ msgstr ""
253
+
254
+ #: admin.py:619
255
+ msgid "notifications update fresh"
256
+ msgstr ""
257
+
258
+ #: admin.py:623
259
+ msgid "forwarding update fresh"
260
+ msgstr ""
261
+
262
+ #: admin.py:627
263
+ msgid "assets update fresh"
264
+ msgstr ""
265
+
266
+ #: admin.py:631
267
+ msgid "structures Count"
268
+ msgstr ""
269
+
270
+ #: admin.py:685
271
+ msgid "owner corporation"
272
+ msgstr ""
273
+
274
+ #: admin.py:707
275
+ msgid "owner alliance"
276
+ msgstr ""
277
+
278
+ #: admin.py:729
279
+ msgid "has webhooks"
280
+ msgstr ""
281
+
282
+ #: admin.py:815
283
+ msgid "Status"
284
+ msgstr ""
285
+
286
+ #: admin.py:833
287
+ msgid "Reinforcement"
288
+ msgstr ""
289
+
290
+ #: admin.py:843
291
+ msgid "Position"
292
+ msgstr ""
293
+
294
+ #: admin.py:870 models/structures_1.py:64 models/structures_1.py:292
295
+ #: models/structures_2.py:50 webhooks/models.py:40
296
+ msgid "name"
297
+ msgstr ""
298
+
299
+ #: admin.py:887
300
+ msgid "location"
301
+ msgstr ""
302
+
303
+ #: admin.py:895 models/notifications.py:139 models/structures_1.py:250
304
+ #: models/structures_1.py:809
305
+ msgid "type"
306
+ msgstr ""
307
+
308
+ #: admin.py:899
309
+ msgid "power mode"
310
+ msgstr ""
311
+
312
+ #: admin.py:903 models/structures_1.py:382
313
+ msgid "tags"
314
+ msgstr ""
315
+
316
+ #: admin.py:912
317
+ msgid "Add default tags to selected structures"
318
+ msgstr ""
319
+
320
+ #: admin.py:923
321
+ #, python-format
322
+ msgid "Added %(tags_count)d default tags to %(structure_count)d structures"
323
+ msgstr ""
324
+
325
+ #: admin.py:927
326
+ msgid "Remove user tags for selected structures"
327
+ msgstr ""
328
+
329
+ #: admin.py:935
330
+ #, python-format
331
+ msgid "Removed all user tags from %d structures"
332
+ msgstr ""
333
+
334
+ #: admin.py:938
335
+ msgid "Update generated tags for selected structures"
336
+ msgstr ""
337
+
338
+ #: admin.py:945
339
+ #, python-format
340
+ msgid "Updated all generated tags for %d structures"
341
+ msgstr ""
342
+
343
+ #: admin.py:986
344
+ msgid "Advanced Options"
345
+ msgstr ""
346
+
347
+ #: admin.py:1028
348
+ msgid "enabled for owners or structures"
349
+ msgstr ""
350
+
351
+ #: admin.py:1037
352
+ msgid "Please add this webhook to an owner or structure to enable it."
353
+ msgstr ""
354
+
355
+ #: admin.py:1041 models/notifications.py:87 models/structures_1.py:94
356
+ msgid "is default"
357
+ msgstr ""
358
+
359
+ #: admin.py:1046
360
+ msgid "messages in queue"
361
+ msgstr ""
362
+
363
+ #: admin.py:1050
364
+ msgid "Send test notification to selected webhook"
365
+ msgstr ""
366
+
367
+ #: admin.py:1058
368
+ #, python-format
369
+ msgid "Initiated sending test notification to webhook %s."
370
+ msgstr ""
371
+
372
+ #: admin.py:1063
373
+ msgid "Activate selected webhook"
374
+ msgstr ""
375
+
376
+ #: admin.py:1068
377
+ #, python-format
378
+ msgid "You have activated webhook %s"
379
+ msgstr ""
380
+
381
+ #: admin.py:1070
382
+ msgid "Deactivate selected webhook"
383
+ msgstr ""
384
+
385
+ #: admin.py:1075
386
+ #, python-format
387
+ msgid "You have de-activated webhook %s"
388
+ msgstr ""
389
+
390
+ #: admin.py:1077
391
+ msgid "Purge queued messages from selected webhooks"
392
+ msgstr ""
393
+
394
+ #: admin.py:1087
395
+ #, python-format
396
+ msgid ""
397
+ "Purged queued messages for %(actions_count)s webhooks, deleting a total of "
398
+ "%(killmails_deleted)s messages."
399
+ msgstr ""
400
+
401
+ #: admin.py:1093
402
+ msgid "Send queued messages from selected webhooks"
403
+ msgstr ""
404
+
405
+ #: admin.py:1101
406
+ #, python-format
407
+ msgid "Started sending queued messages for %d webhooks."
408
+ msgstr ""
409
+
410
+ #: core/notification_embeds/billing_embeds.py:25
411
+ msgid "Unknown Bill"
412
+ msgstr ""
413
+
414
+ #: core/notification_embeds/billing_embeds.py:26
415
+ msgid "Infrastructure Hub Bill"
416
+ msgstr ""
417
+
418
+ #: core/notification_embeds/billing_embeds.py:43
419
+ msgid "Insufficient Funds for Bill"
420
+ msgstr ""
421
+
422
+ #: core/notification_embeds/billing_embeds.py:45
423
+ #, python-format
424
+ msgid ""
425
+ "The selected corporation wallet division for automatic payments does not "
426
+ "have enough current funds available to pay the %(bill_type)s due to be paid "
427
+ "by %(due_date)s. Transfer additional funds to the selected wallet division "
428
+ "in order to meet your pending automatic bills."
429
+ msgstr ""
430
+
431
+ #: core/notification_embeds/billing_embeds.py:62
432
+ msgid "IHub Bill About to Expire"
433
+ msgstr ""
434
+
435
+ #: core/notification_embeds/billing_embeds.py:64
436
+ #, python-format
437
+ msgid ""
438
+ "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
439
+ "%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
440
+ msgstr ""
441
+
442
+ #: core/notification_embeds/billing_embeds.py:84
443
+ #, python-format
444
+ msgid "%s has self-destructed due to unpaid maintenance bills"
445
+ msgstr ""
446
+
447
+ #: core/notification_embeds/billing_embeds.py:88
448
+ #, python-format
449
+ msgid ""
450
+ "%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
451
+ "maintenance bills where not paid."
452
+ msgstr ""
453
+
454
+ #: core/notification_embeds/character_embeds.py:41
455
+ #, python-format
456
+ msgid "New application from %(character_name)s"
457
+ msgstr ""
458
+
459
+ #: core/notification_embeds/character_embeds.py:45
460
+ #, python-format
461
+ msgid ""
462
+ "New application from %(character_name)s to join %(corporation_name)s:\n"
463
+ "> %(application_text)s"
464
+ msgstr ""
465
+
466
+ #: core/notification_embeds/character_embeds.py:59
467
+ #, python-format
468
+ msgid "%(character_name)s has been invited"
469
+ msgstr ""
470
+
471
+ #: core/notification_embeds/character_embeds.py:66
472
+ #, python-format
473
+ msgid ""
474
+ "%(character_name)s has been invited to join %(corporation_name)s by "
475
+ "%(inviting_character)s.\n"
476
+ "Application:\n"
477
+ "> %(application_text)s"
478
+ msgstr ""
479
+
480
+ #: core/notification_embeds/character_embeds.py:83
481
+ #, python-format
482
+ msgid "Rejected application from %(character_name)s"
483
+ msgstr ""
484
+
485
+ #: core/notification_embeds/character_embeds.py:87
486
+ #, python-format
487
+ msgid ""
488
+ "Application from %(character_name)s to join %(corporation_name)s:\n"
489
+ "> %(application_text)s\n"
490
+ "Has been rejected:\n"
491
+ "> %(customMessage)s"
492
+ msgstr ""
493
+
494
+ #: core/notification_embeds/character_embeds.py:104
495
+ #, python-format
496
+ msgid "%(character_name)s withdrew his/her application"
497
+ msgstr ""
498
+
499
+ #: core/notification_embeds/character_embeds.py:108
500
+ #, python-format
501
+ msgid ""
502
+ "%(character_name)s withdrew his/her application to join "
503
+ "%(corporation_name)s:\n"
504
+ "> %(application_text)s"
505
+ msgstr ""
506
+
507
+ #: core/notification_embeds/character_embeds.py:123
508
+ #, python-format
509
+ msgid "%(character_name)s joins %(corporation_name)s"
510
+ msgstr ""
511
+
512
+ #: core/notification_embeds/character_embeds.py:128
513
+ #, python-format
514
+ msgid "%(character_name)s is now a member of %(corporation_name)s."
515
+ msgstr ""
516
+
517
+ #: core/notification_embeds/character_embeds.py:139
518
+ #, python-format
519
+ msgid "%(character_name)s has left %(corporation_name)s"
520
+ msgstr ""
521
+
522
+ #: core/notification_embeds/character_embeds.py:144
523
+ #, python-format
524
+ msgid "%(character_name)s is no longer a member of %(corporation_name)s."
525
+ msgstr ""
526
+
527
+ #: core/notification_embeds/main.py:62
528
+ msgid "shield"
529
+ msgstr ""
530
+
531
+ #: core/notification_embeds/main.py:63
532
+ msgid "armor"
533
+ msgstr ""
534
+
535
+ #: core/notification_embeds/main.py:64
536
+ msgid "hull"
537
+ msgstr ""
538
+
539
+ #: core/notification_embeds/moonmining_embeds.py:41
540
+ #, python-format
541
+ msgid "Estimated ore composition: %s"
542
+ msgstr ""
543
+
544
+ #: core/notification_embeds/moonmining_embeds.py:70
545
+ #: core/notification_types.py:58
546
+ msgid "Moon mining extraction started"
547
+ msgstr ""
548
+
549
+ #: core/notification_embeds/moonmining_embeds.py:72
550
+ #, python-format
551
+ msgid ""
552
+ "A moon mining extraction has been started for %(structure_name)s at %(moon)s "
553
+ "in %(solar_system)s belonging to %(owner_link)s. Extraction was started by "
554
+ "%(character)s.\n"
555
+ "The chunk will be ready on location at %(ready_time)s, and will fracture "
556
+ "automatically on %(auto_time)s.\n"
557
+ "\n"
558
+ "%(ore_text)s"
559
+ msgstr ""
560
+
561
+ #: core/notification_embeds/moonmining_embeds.py:96
562
+ msgid "Extraction finished"
563
+ msgstr ""
564
+
565
+ #: core/notification_embeds/moonmining_embeds.py:98
566
+ #, python-format
567
+ msgid ""
568
+ "The extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
569
+ "belonging to %(owner_link)s is finished and the chunk is ready to be shot "
570
+ "at.\n"
571
+ "The chunk will automatically fracture on %(auto_time)s.\n"
572
+ "\n"
573
+ "%(ore_text)s"
574
+ msgstr ""
575
+
576
+ #: core/notification_embeds/moonmining_embeds.py:118
577
+ msgid "Automatic Fracture"
578
+ msgstr ""
579
+
580
+ #: core/notification_embeds/moonmining_embeds.py:120
581
+ #, python-format
582
+ msgid ""
583
+ "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
584
+ "belonging to %(owner_link)s has automatically been fired and the moon "
585
+ "products are ready to be harvested.\n"
586
+ "\n"
587
+ "%(ore_text)s"
588
+ msgstr ""
589
+
590
+ #: core/notification_embeds/moonmining_embeds.py:143
591
+ #: core/notification_embeds/structures_embeds.py:38
592
+ #: core/notification_embeds/structures_embeds.py:182
593
+ #: core/notification_embeds/structures_embeds.py:298
594
+ #: core/notification_embeds/tower_embeds.py:147
595
+ msgid "(unknown)"
596
+ msgstr ""
597
+
598
+ #: core/notification_embeds/moonmining_embeds.py:144
599
+ msgid "Extraction cancelled"
600
+ msgstr ""
601
+
602
+ #: core/notification_embeds/moonmining_embeds.py:146
603
+ #, python-format
604
+ msgid ""
605
+ "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
606
+ "belonging to %(owner_link)s has been cancelled by %(character)s."
607
+ msgstr ""
608
+
609
+ #: core/notification_embeds/moonmining_embeds.py:165
610
+ msgid "Moon drill fired"
611
+ msgstr ""
612
+
613
+ #: core/notification_embeds/moonmining_embeds.py:167
614
+ #, python-format
615
+ msgid ""
616
+ "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
617
+ "belonging to %(owner_link)s has been fired by %(character)s and the moon "
618
+ "products are ready to be harvested.\n"
619
+ "\n"
620
+ "%(ore_text)s"
621
+ msgstr ""
622
+
623
+ #: core/notification_embeds/orbital_embeds.py:46
624
+ msgid "Orbital under attack"
625
+ msgstr ""
626
+
627
+ #: core/notification_embeds/orbital_embeds.py:48
628
+ #, python-format
629
+ msgid ""
630
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
631
+ "%(owner_link)s is under attack by %(aggressor)s."
632
+ msgstr ""
633
+
634
+ #: core/notification_embeds/orbital_embeds.py:67
635
+ msgid "Orbital reinforced"
636
+ msgstr ""
637
+
638
+ #: core/notification_embeds/orbital_embeds.py:69
639
+ #, python-format
640
+ msgid ""
641
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
642
+ "%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
643
+ "%(date)s."
644
+ msgstr ""
645
+
646
+ #: core/notification_embeds/sov_embeds.py:56
647
+ #, python-format
648
+ msgid "%(structure_type)s in %(solar_system)s is being captured"
649
+ msgstr ""
650
+
651
+ #: core/notification_embeds/sov_embeds.py:61
652
+ #, python-format
653
+ msgid ""
654
+ "A capsuleer has started to influence the %(type)s in %(solar_system)s "
655
+ "belonging to %(owner)s with an Entosis Link."
656
+ msgstr ""
657
+
658
+ #: core/notification_embeds/sov_embeds.py:76
659
+ #, python-format
660
+ msgid ""
661
+ "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
662
+ "decloak"
663
+ msgstr ""
664
+
665
+ #: core/notification_embeds/sov_embeds.py:83
666
+ #, python-format
667
+ msgid ""
668
+ "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
669
+ "%(owner)s can now be found throughout the %(constellation)s constellation"
670
+ msgstr ""
671
+
672
+ #: core/notification_embeds/sov_embeds.py:101
673
+ #, python-format
674
+ msgid "DED Sovereignty claim acknowledgment: %s"
675
+ msgstr ""
676
+
677
+ #: core/notification_embeds/sov_embeds.py:104
678
+ #, python-format
679
+ msgid ""
680
+ "DED now officially acknowledges that your member corporation %(corporation)s "
681
+ "has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
682
+ msgstr ""
683
+
684
+ #: core/notification_embeds/sov_embeds.py:120
685
+ #, python-format
686
+ msgid "Lost sovereignty in: %s"
687
+ msgstr ""
688
+
689
+ #: core/notification_embeds/sov_embeds.py:122
690
+ #, python-format
691
+ msgid ""
692
+ "DED acknowledges that member corporation %(corporation)s has lost its claim "
693
+ "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
694
+ msgstr ""
695
+
696
+ #: core/notification_embeds/sov_embeds.py:137
697
+ #, python-format
698
+ msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
699
+ msgstr ""
700
+
701
+ #: core/notification_embeds/sov_embeds.py:143
702
+ #, python-format
26
703
  msgid ""
27
- "Timing configuration for sending fuel notifications. Note that the first "
28
- "notification will be sent at the exact start hour, and the last notification "
29
- "will be sent one repeat before the end hour."
704
+ "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
705
+ "reinforced by hostile forces and command nodes will begin decloaking at "
706
+ "%(date)s"
30
707
  msgstr ""
31
708
 
32
- #: admin.py:241 models/structures_1.py:168
33
- msgid "N/A"
709
+ #: core/notification_embeds/sov_embeds.py:159
710
+ #, python-format
711
+ msgid "%(structure_type)s in %(solar_system)s has been destroyed"
34
712
  msgstr ""
35
713
 
36
- #: admin.py:256
37
- msgid "Not configured"
714
+ #: core/notification_embeds/sov_embeds.py:164
715
+ #, python-format
716
+ msgid ""
717
+ "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
718
+ "%(owner)s have been destroyed by hostile forces."
38
719
  msgstr ""
39
720
 
40
- #: admin.py:274
41
- msgid "Mark selected notifications as sent"
721
+ #: core/notification_embeds/sov_embeds.py:193
722
+ #, python-format
723
+ msgid " near **%s**"
42
724
  msgstr ""
43
725
 
44
- #: admin.py:280
45
- msgid "Mark selected notifications as unsent"
726
+ #: core/notification_embeds/sov_embeds.py:196
727
+ #, python-format
728
+ msgid "%(structure_type)s anchored in %(solar_system)s"
46
729
  msgstr ""
47
730
 
48
- #: admin.py:286
49
- msgid "Send selected notifications to configured webhooks"
731
+ #: core/notification_embeds/sov_embeds.py:201
732
+ #, python-format
733
+ msgid ""
734
+ "A %(structure_type)s from %(structure_owner)s has anchored in "
735
+ "%(solar_system)s%(location_text)s."
50
736
  msgstr ""
51
737
 
52
- #: admin.py:301
53
- msgid "Process selected notifications for timerboard"
738
+ #. Translators: Context is a location, e.g. a moon
739
+ #: core/notification_embeds/structures_embeds.py:51
740
+ #, python-format
741
+ msgid " at %s "
54
742
  msgstr ""
55
743
 
56
- #: admin.py:442
744
+ #: core/notification_embeds/structures_embeds.py:56
745
+ #, python-format
57
746
  msgid ""
58
- "Notifications can not be sent, because there is no webhook configured for "
59
- "this owner."
747
+ "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
748
+ "belonging to %(owner_link)s"
60
749
  msgstr ""
61
750
 
62
- #: admin.py:462
63
- msgid "Activate selected owners"
751
+ #: core/notification_embeds/structures_embeds.py:76
752
+ msgid "Structure online"
64
753
  msgstr ""
65
754
 
66
- #: admin.py:467
67
- msgid "Deactivate selected owner"
755
+ #: core/notification_embeds/structures_embeds.py:77
756
+ msgid "is now online."
68
757
  msgstr ""
69
758
 
70
- #: admin.py:472
71
- msgid "Update all from EVE server for selected owners"
759
+ #: core/notification_embeds/structures_embeds.py:88
760
+ msgid "Structure fuel alert"
761
+ msgstr ""
762
+
763
+ #: core/notification_embeds/structures_embeds.py:89
764
+ #: core/notification_embeds/tower_embeds.py:90
765
+ #, python-format
766
+ msgid "is running out of fuel in %s."
72
767
  msgstr ""
73
768
 
74
- #: admin.py:478
769
+ #: core/notification_embeds/structures_embeds.py:99
770
+ msgid "Jump gate low on Liquid Ozone"
771
+ msgstr ""
772
+
773
+ #: core/notification_embeds/structures_embeds.py:103
75
774
  #, python-format
76
775
  msgid ""
77
- "Started updating structures and notifications for %s. You will receive a "
78
- "notification once it is completed."
776
+ "is below %(threshold)s units on Liquid Ozone.\n"
777
+ "Remaining units: %(remaining)s."
79
778
  msgstr ""
80
779
 
81
- #: admin.py:486
82
- msgid "Update structures from EVE server for selected owners"
780
+ #: core/notification_embeds/structures_embeds.py:116
781
+ msgid "Structure refueled"
83
782
  msgstr ""
84
783
 
85
- #: admin.py:498
86
- msgid "Fetch notifications from EVE server for selected owners"
784
+ #: core/notification_embeds/structures_embeds.py:118
785
+ #: core/notification_embeds/tower_embeds.py:102
786
+ #, python-format
787
+ msgid "has been refueled. Fuel will last until %s."
87
788
  msgstr ""
88
789
 
89
- #: admin.py:913
90
- msgid "Remove user tags for selected structures"
790
+ #: core/notification_embeds/structures_embeds.py:126
791
+ msgid "Structure services off-line"
91
792
  msgstr ""
92
793
 
93
- #: admin.py:925
94
- msgid "Update generated tags for selected structures"
794
+ #: core/notification_embeds/structures_embeds.py:127
795
+ msgid "has all services off-lined."
95
796
  msgstr ""
96
797
 
97
- #: admin.py:1035
98
- msgid "Please add this webhook to an owner or structure to enable it."
798
+ #: core/notification_embeds/structures_embeds.py:138
799
+ msgid "Structure low power"
99
800
  msgstr ""
100
801
 
101
- #: admin.py:1046
102
- msgid "Send test notification to selected webhook"
802
+ #: core/notification_embeds/structures_embeds.py:139
803
+ msgid "went to low power mode."
804
+ msgstr ""
805
+
806
+ #: core/notification_embeds/structures_embeds.py:146
807
+ msgid "Structure full power"
808
+ msgstr ""
809
+
810
+ #: core/notification_embeds/structures_embeds.py:147
811
+ msgid "went to full power mode."
812
+ msgstr ""
813
+
814
+ #: core/notification_embeds/structures_embeds.py:154
815
+ msgid "Structure un-anchoring"
816
+ msgstr ""
817
+
818
+ #: core/notification_embeds/structures_embeds.py:159
819
+ #, python-format
820
+ msgid "has started un-anchoring. It will be fully un-anchored at: %s"
821
+ msgstr ""
822
+
823
+ #: core/notification_embeds/structures_embeds.py:167
824
+ msgid "Structure under attack"
103
825
  msgstr ""
104
826
 
105
- #: admin.py:1055
827
+ #: core/notification_embeds/structures_embeds.py:168
106
828
  #, python-format
107
829
  msgid ""
108
- "Initiated sending test notification to webhook %s. You will receive a report "
109
- "on completion."
830
+ "is under attack by %(attacker)s.\n"
831
+ "%(damage_text)s"
110
832
  msgstr ""
111
833
 
112
- #: admin.py:1061
113
- msgid "Activate selected webhook"
834
+ #: core/notification_embeds/structures_embeds.py:188
835
+ msgid "Structure lost shield"
114
836
  msgstr ""
115
837
 
116
- #: admin.py:1066
838
+ #: core/notification_embeds/structures_embeds.py:193
117
839
  #, python-format
118
- msgid "You have activated webhook %s"
840
+ msgid "has lost its shields. Armor timer end at: %s"
119
841
  msgstr ""
120
842
 
121
- #: admin.py:1068
122
- msgid "Deactivate selected webhook"
843
+ #: core/notification_embeds/structures_embeds.py:201
844
+ msgid "Structure lost armor"
123
845
  msgstr ""
124
846
 
125
- #: admin.py:1073
847
+ #: core/notification_embeds/structures_embeds.py:206
126
848
  #, python-format
127
- msgid "You have de-activated webhook %s"
849
+ msgid "has lost its armor. Hull timer end at: %s"
128
850
  msgstr ""
129
851
 
130
- #: admin.py:1075
131
- msgid "Purge queued messages from selected webhooks"
852
+ #: core/notification_embeds/structures_embeds.py:214
853
+ msgid "Structure destroyed"
132
854
  msgstr ""
133
855
 
134
- #: admin.py:1085
856
+ #: core/notification_embeds/structures_embeds.py:215
857
+ msgid "has been destroyed."
858
+ msgstr ""
859
+
860
+ #: core/notification_embeds/structures_embeds.py:224
861
+ #, python-format
862
+ msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
863
+ msgstr ""
864
+
865
+ #: core/notification_embeds/structures_embeds.py:240
135
866
  #, python-format
136
867
  msgid ""
137
- "Purged queued messages for %(actions_count)s webhooks, deleting a total of "
138
- "%(killmails_deleted)s messages."
868
+ "has been transferred from %(from_corporation)s to %(to_corporation)s by "
869
+ "%(character)s."
139
870
  msgstr ""
140
871
 
141
- #: admin.py:1091
142
- msgid "Send queued messages from selected webhooks"
872
+ #: core/notification_embeds/structures_embeds.py:247
873
+ msgid "Ownership transferred"
143
874
  msgstr ""
144
875
 
145
- #: admin.py:1099
876
+ #: core/notification_embeds/structures_embeds.py:263
146
877
  #, python-format
147
- msgid "Started sending queued messages for %d webhooks."
878
+ msgid ""
879
+ "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
880
+ "%(solar_system)s. "
881
+ msgstr ""
882
+
883
+ #: core/notification_embeds/structures_embeds.py:270
884
+ msgid "Structure anchoring"
885
+ msgstr ""
886
+
887
+ #: core/notification_embeds/structures_embeds.py:311
888
+ msgid "Structure reinforcement time changed"
889
+ msgstr ""
890
+
891
+ #: core/notification_embeds/structures_embeds.py:314
892
+ #, python-format
893
+ msgid ""
894
+ "Reinforcement hour has been changed to %s for the following structures:\n"
895
+ msgstr ""
896
+
897
+ #: core/notification_embeds/structures_embeds.py:319
898
+ #, python-format
899
+ msgid ""
900
+ "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
901
+ "%(owner_link)s"
902
+ msgstr ""
903
+
904
+ #: core/notification_embeds/structures_embeds.py:329
905
+ #, python-format
906
+ msgid ""
907
+ "\n"
908
+ "\n"
909
+ "Change becomes effective at %s."
910
+ msgstr ""
911
+
912
+ #: core/notification_embeds/tower_embeds.py:41
913
+ #, python-format
914
+ msgid ""
915
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
916
+ "%(owner_link)s"
917
+ msgstr ""
918
+
919
+ #: core/notification_embeds/tower_embeds.py:61
920
+ msgid "Starbase under attack"
921
+ msgstr ""
922
+
923
+ #: core/notification_embeds/tower_embeds.py:62
924
+ #, python-format
925
+ msgid ""
926
+ "is under attack by %(aggressor)s.\n"
927
+ "%(damage_text)s"
928
+ msgstr ""
929
+
930
+ #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
931
+ msgid "Starbase fuel alert"
932
+ msgstr ""
933
+
934
+ #: core/notification_embeds/tower_embeds.py:100
935
+ msgid "Starbase refueled"
936
+ msgstr ""
937
+
938
+ #: core/notification_embeds/tower_embeds.py:128
939
+ #, python-format
940
+ msgid ""
941
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
942
+ "%(owner_link)s "
943
+ msgstr ""
944
+
945
+ #: core/notification_embeds/tower_embeds.py:141
946
+ msgid "Starbase reinforced"
947
+ msgstr ""
948
+
949
+ #: core/notification_embeds/tower_embeds.py:150
950
+ #, python-format
951
+ msgid "has been reinforced and will come out at: %s."
952
+ msgstr ""
953
+
954
+ #: core/notification_embeds/war_embeds.py:42
955
+ msgid "One party has surrendered"
956
+ msgstr ""
957
+
958
+ #: core/notification_embeds/war_embeds.py:44
959
+ #, python-format
960
+ msgid ""
961
+ "The war between %(against)s and %(declared_by)s is coming to an end as one "
962
+ "party has surrendered. The war will be declared as being over after "
963
+ "approximately 24 hours."
964
+ msgstr ""
965
+
966
+ #: core/notification_embeds/war_embeds.py:58
967
+ #, python-format
968
+ msgid "War update: %(against)s has left %(alliance)s"
969
+ msgstr ""
970
+
971
+ #: core/notification_embeds/war_embeds.py:63
972
+ #, python-format
973
+ msgid ""
974
+ "There has been a development in the war between %(declared_by)s and "
975
+ "%(alliance)s.\n"
976
+ "%(against)s is no longer a member of %(alliance)s, and therefore a new war "
977
+ "between %(declared_by)s and %(against)s has begun."
978
+ msgstr ""
979
+
980
+ #: core/notification_embeds/war_embeds.py:78
981
+ #, python-format
982
+ msgid "%(declared_by)s Declares War Against %(against)s"
983
+ msgstr ""
984
+
985
+ #: core/notification_embeds/war_embeds.py:83
986
+ #, python-format
987
+ msgid ""
988
+ "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the "
989
+ "designated war headquarters.\n"
990
+ "Within %(delay_hours)s hours fighting can legally occur between those "
991
+ "involved."
992
+ msgstr ""
993
+
994
+ #: core/notification_embeds/war_embeds.py:102
995
+ #, python-format
996
+ msgid "%(alliance)s inherits war against %(opponent)s"
997
+ msgstr ""
998
+
999
+ #: core/notification_embeds/war_embeds.py:107
1000
+ #, python-format
1001
+ msgid ""
1002
+ "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
1003
+ "from newly joined %(quitter)s. Within **24** hours fighting can legally "
1004
+ "occur with %(alliance)s."
1005
+ msgstr ""
1006
+
1007
+ #: core/notification_embeds/war_embeds.py:122
1008
+ msgid "CONCORD invalidates war"
1009
+ msgstr ""
1010
+
1011
+ #: core/notification_embeds/war_embeds.py:125
1012
+ #, python-format
1013
+ msgid ""
1014
+ "The war between %(declared_by)s and %(against)s has been retracted by "
1015
+ "CONCORD.\n"
1016
+ "After %(end_date)s CONCORD will again respond to any hostilities between "
1017
+ "those involved with full force."
1018
+ msgstr ""
1019
+
1020
+ #: core/notification_embeds/war_embeds.py:141
1021
+ msgid "Corporation or alliance is now eligible for formal war declarations"
1022
+ msgstr ""
1023
+
1024
+ #: core/notification_embeds/war_embeds.py:144
1025
+ msgid ""
1026
+ "Your corporation or alliance is **now eligible** to participate in formal "
1027
+ "war declarations. This could be because your corporation and/or one of the "
1028
+ "corporations in your alliance owns a structure deployed in space."
1029
+ msgstr ""
1030
+
1031
+ #: core/notification_embeds/war_embeds.py:156
1032
+ msgid ""
1033
+ "Corporation or alliance is no longer eligible for formal war declarations"
1034
+ msgstr ""
1035
+
1036
+ #: core/notification_embeds/war_embeds.py:159
1037
+ msgid ""
1038
+ "Your corporation or alliance is **no longer eligible** to participate in "
1039
+ "formal war declarations.\n"
1040
+ "Neither your corporation nor any of the corporations in your alliance own a "
1041
+ "structure deployed in space at this time. If your corporation or alliance is "
1042
+ "currently involved in a formal war, that war will end in 24 hours."
1043
+ msgstr ""
1044
+
1045
+ #: core/notification_embeds/war_embeds.py:176
1046
+ #, python-format
1047
+ msgid "%s has offered a surrender"
1048
+ msgstr ""
1049
+
1050
+ #: core/notification_embeds/war_embeds.py:178
1051
+ #, python-format
1052
+ msgid ""
1053
+ "%s has offered to end the war with %s in the exchange for %s ISK. If "
1054
+ "accepted, the war will end in 24 hours and your organizations will be unable "
1055
+ "to declare new wars against each other for the next 2 weeks."
1056
+ msgstr ""
1057
+
1058
+ #: core/notification_embeds/war_embeds.py:188
1059
+ msgid "Ally Has Joined a War"
1060
+ msgstr ""
1061
+
1062
+ #: core/notification_embeds/war_embeds.py:196
1063
+ #, python-format
1064
+ msgid ""
1065
+ "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1066
+ "participation in the war will start at %(start_time)s."
148
1067
  msgstr ""
149
1068
 
150
- #: core/notification_timers.py:93
1069
+ #: core/notification_timers.py:89
151
1070
  msgid "Armor timer"
152
1071
  msgstr ""
153
1072
 
154
- #: core/notification_timers.py:94 core/notification_timers.py:199
155
- #: core/notification_timers.py:370
1073
+ #: core/notification_timers.py:90 core/notification_timers.py:195
1074
+ #: core/notification_timers.py:366
156
1075
  msgid "Final timer"
157
1076
  msgstr ""
158
1077
 
159
- #: core/notification_timers.py:151
1078
+ #: core/notification_timers.py:147
160
1079
  msgid "Sov timer"
161
1080
  msgstr ""
162
1081
 
163
- #: core/notification_timers.py:253
1082
+ #: core/notification_timers.py:249
164
1083
  msgid "Extraction ready"
165
1084
  msgstr ""
166
1085
 
@@ -236,10 +1155,6 @@ msgstr ""
236
1155
  msgid "Starbase attacked"
237
1156
  msgstr ""
238
1157
 
239
- #: core/notification_types.py:52
240
- msgid "Starbase fuel alert"
241
- msgstr ""
242
-
243
1158
  #: core/notification_types.py:53
244
1159
  msgid "Starbase refueled (BETA)"
245
1160
  msgstr ""
@@ -248,10 +1163,6 @@ msgstr ""
248
1163
  msgid "Starbase reinforced (BETA)"
249
1164
  msgstr ""
250
1165
 
251
- #: core/notification_types.py:58
252
- msgid "Moon mining extraction started"
253
- msgstr ""
254
-
255
1166
  #: core/notification_types.py:60
256
1167
  msgid "Moonmining laser fired"
257
1168
  msgstr ""
@@ -376,14 +1287,6 @@ msgstr ""
376
1287
  msgid "I_HUB destroyed by bill failure"
377
1288
  msgstr ""
378
1289
 
379
- #: core/serializers.py:497
380
- msgid "yes"
381
- msgstr ""
382
-
383
- #: core/serializers.py:502
384
- msgid "no"
385
- msgstr ""
386
-
387
1290
  #: models/notifications.py:50
388
1291
  msgid "English"
389
1292
  msgstr ""
@@ -421,11 +1324,7 @@ msgid "language"
421
1324
  msgstr ""
422
1325
 
423
1326
  #: models/notifications.py:83
424
- msgid "language of notifications send to this webhook"
425
- msgstr ""
426
-
427
- #: models/notifications.py:87 models/structures_1.py:94
428
- msgid "is default"
1327
+ msgid "Language of notifications send to this webhook"
429
1328
  msgstr ""
430
1329
 
431
1330
  #: models/notifications.py:89
@@ -436,10 +1335,6 @@ msgstr ""
436
1335
  msgid "has default pings enabled"
437
1336
  msgstr ""
438
1337
 
439
- #: models/notifications.py:105 models/owners.py:197
440
- msgid "ping groups"
441
- msgstr ""
442
-
443
1338
  #: models/notifications.py:106
444
1339
  msgid "Groups to be pinged for each notification - "
445
1340
  msgstr ""
@@ -448,57 +1343,26 @@ msgstr ""
448
1343
  msgid "webhook"
449
1344
  msgstr ""
450
1345
 
451
- #: models/notifications.py:112 models/owners.py:212 models/structures_1.py:397
452
- msgid "webhooks"
453
- msgstr ""
454
-
455
- #: models/notifications.py:126
456
- msgid "is sent"
457
- msgstr ""
458
-
459
1346
  #: models/notifications.py:127
460
1347
  msgid "True when this notification has been forwarded to Discord"
461
1348
  msgstr ""
462
1349
 
463
- #: models/notifications.py:132
464
- msgid "is timer added"
465
- msgstr ""
466
-
467
1350
  #: models/notifications.py:133
468
1351
  msgid "True when a timer has been added for this notification"
469
1352
  msgstr ""
470
1353
 
471
- #: models/notifications.py:139 models/structures_1.py:250
472
- #: models/structures_1.py:809
473
- msgid "type"
474
- msgstr ""
475
-
476
1354
  #: models/notifications.py:140
477
- msgid "type of this notification"
478
- msgstr ""
479
-
480
- #: models/notifications.py:145 models/owners.py:219 models/owners.py:1304
481
- #: models/structures_1.py:320
482
- msgid "owner"
1355
+ msgid "Type of this notification"
483
1356
  msgstr ""
484
1357
 
485
1358
  #: models/notifications.py:146
486
1359
  msgid "Corporation that owns this notification"
487
1360
  msgstr ""
488
1361
 
489
- #: models/notifications.py:150 models/structures_1.py:410
490
- msgid "structures"
491
- msgstr ""
492
-
493
1362
  #: models/notifications.py:151
494
1363
  msgid "Structures this notification is about (if any)"
495
1364
  msgstr ""
496
1365
 
497
- #: models/notifications.py:521 models/structures_1.py:210
498
- #: models/structures_1.py:795
499
- msgid "id"
500
- msgstr ""
501
-
502
1366
  #: models/notifications.py:525
503
1367
  msgid "created"
504
1368
  msgstr ""
@@ -573,10 +1437,6 @@ msgid ""
573
1437
  "the respective owner or webhook configuration"
574
1438
  msgstr ""
575
1439
 
576
- #: models/notifications.py:720
577
- msgid "color"
578
- msgstr ""
579
-
580
1440
  #: models/notifications.py:721
581
1441
  msgid "Context color of these notification on Discord"
582
1442
  msgstr ""
@@ -633,10 +1493,6 @@ msgstr ""
633
1493
  msgid "This configuration may not overlap with an existing configuration."
634
1494
  msgstr ""
635
1495
 
636
- #: models/notifications.py:851
637
- msgid "threshold"
638
- msgstr ""
639
-
640
1496
  #: models/notifications.py:853
641
1497
  msgid ""
642
1498
  "Notifications will be sent once fuel level in units reaches this threshold"
@@ -665,7 +1521,7 @@ msgid "hours"
665
1521
  msgstr ""
666
1522
 
667
1523
  #: models/notifications.py:922
668
- msgid "number of hours before fuel expiration this alert was sent"
1524
+ msgid "Number of hours before fuel expiration this alert was sent"
669
1525
  msgstr ""
670
1526
 
671
1527
  #: models/notifications.py:926
@@ -684,10 +1540,6 @@ msgstr ""
684
1540
  msgid "jump fuel alerts"
685
1541
  msgstr ""
686
1542
 
687
- #: models/owners.py:117
688
- msgid "corporation"
689
- msgstr ""
690
-
691
1543
  #: models/owners.py:118
692
1544
  msgid "Corporation owning structures"
693
1545
  msgstr ""
@@ -704,8 +1556,7 @@ msgstr ""
704
1556
  msgid "assets last update at"
705
1557
  msgstr ""
706
1558
 
707
- #: models/owners.py:131 models/owners.py:147 models/owners.py:190
708
- #: models/owners.py:205
1559
+ #: models/owners.py:131
709
1560
  msgid "when the last successful update happened"
710
1561
  msgstr ""
711
1562
 
@@ -713,18 +1564,22 @@ msgstr ""
713
1564
  msgid "forwarding last update at"
714
1565
  msgstr ""
715
1566
 
1567
+ #: models/owners.py:147 models/owners.py:190 models/owners.py:205
1568
+ msgid "When the last successful update happened"
1569
+ msgstr ""
1570
+
716
1571
  #: models/owners.py:153
717
1572
  msgid ""
718
- "to enable or disable pinging of notifications for this owner e.g. with "
1573
+ "To enable or disable pinging of notifications for this owner e.g. with "
719
1574
  "@everyone and @here"
720
1575
  msgstr ""
721
1576
 
722
- #: models/owners.py:159
1577
+ #: models/owners.py:159 webhooks/models.py:68
723
1578
  msgid "is active"
724
1579
  msgstr ""
725
1580
 
726
1581
  #: models/owners.py:160
727
- msgid "whether this owner is currently included in the sync process"
1582
+ msgid "Whether this owner is currently included in the sync process"
728
1583
  msgstr ""
729
1584
 
730
1585
  #: models/owners.py:164
@@ -733,7 +1588,7 @@ msgstr ""
733
1588
 
734
1589
  #: models/owners.py:166
735
1590
  msgid ""
736
- "whether alliance wide notifications are forwarded for this owner (e.g. sov "
1591
+ "Whether alliance wide notifications are forwarded for this owner (e.g. sov "
737
1592
  "notifications)"
738
1593
  msgstr ""
739
1594
 
@@ -743,7 +1598,7 @@ msgstr ""
743
1598
 
744
1599
  #: models/owners.py:174
745
1600
  msgid ""
746
- "whether the sync status of this owner is included in the overall status of "
1601
+ "Whether the sync status of this owner is included in the overall status of "
747
1602
  "this services"
748
1603
  msgstr ""
749
1604
 
@@ -752,7 +1607,7 @@ msgid "is up"
752
1607
  msgstr ""
753
1608
 
754
1609
  #: models/owners.py:183
755
- msgid "whether all services for this owner are currently up"
1610
+ msgid "Whether all services for this owner are currently up"
756
1611
  msgstr ""
757
1612
 
758
1613
  #: models/owners.py:189
@@ -803,10 +1658,18 @@ msgstr ""
803
1658
  msgid "structures last used at"
804
1659
  msgstr ""
805
1660
 
1661
+ #: models/owners.py:1319
1662
+ msgid "When this character was last used for syncing structures"
1663
+ msgstr ""
1664
+
806
1665
  #: models/owners.py:1326
807
1666
  msgid "notifications last used at"
808
1667
  msgstr ""
809
1668
 
1669
+ #: models/owners.py:1327
1670
+ msgid "When this character was last used for syncing notifications"
1671
+ msgstr ""
1672
+
810
1673
  #: models/owners.py:1332
811
1674
  msgid "error count"
812
1675
  msgstr ""
@@ -863,13 +1726,8 @@ msgstr ""
863
1726
  msgid "red"
864
1727
  msgstr ""
865
1728
 
866
- #: models/structures_1.py:64 models/structures_1.py:292
867
- #: models/structures_2.py:50
868
- msgid "name"
869
- msgstr ""
870
-
871
1729
  #: models/structures_1.py:65
872
- msgid "name of the tag - must be unique"
1730
+ msgid "Name of the tag, which must be unique"
873
1731
  msgstr ""
874
1732
 
875
1733
  #: models/structures_1.py:71
@@ -877,7 +1735,7 @@ msgid "description"
877
1735
  msgstr ""
878
1736
 
879
1737
  #: models/structures_1.py:72
880
- msgid "description for this tag"
1738
+ msgid "Description for this tag"
881
1739
  msgstr ""
882
1740
 
883
1741
  #: models/structures_1.py:79
@@ -885,7 +1743,7 @@ msgid "style"
885
1743
  msgstr ""
886
1744
 
887
1745
  #: models/structures_1.py:80
888
- msgid "color style of tag"
1746
+ msgid "Color style of tag"
889
1747
  msgstr ""
890
1748
 
891
1749
  #: models/structures_1.py:86
@@ -894,12 +1752,13 @@ msgstr ""
894
1752
 
895
1753
  #: models/structures_1.py:88
896
1754
  msgid ""
897
- "number defining the order tags are shown. custom tags can not have an order "
1755
+ "Number defining the order tags are shown. custom tags can not have an order "
898
1756
  "below 100"
899
1757
  msgstr ""
900
1758
 
901
1759
  #: models/structures_1.py:96
902
- msgid "if true this custom tag will automatically be added to new structures"
1760
+ msgid ""
1761
+ "When enabled this custom tag will automatically be added to new structures"
903
1762
  msgstr ""
904
1763
 
905
1764
  #: models/structures_1.py:101
@@ -908,7 +1767,7 @@ msgstr ""
908
1767
 
909
1768
  #: models/structures_1.py:103
910
1769
  msgid ""
911
- "if False this tag is created and managed by the system and can not be "
1770
+ "When disabled this tag is created and managed by the system and can not be "
912
1771
  "modified by users"
913
1772
  msgstr ""
914
1773
 
@@ -1021,7 +1880,7 @@ msgid "created at"
1021
1880
  msgstr ""
1022
1881
 
1023
1882
  #: models/structures_1.py:217
1024
- msgid "date this structure was received from ESI for the first time"
1883
+ msgid "Date this structure was received from ESI for the first time"
1025
1884
  msgstr ""
1026
1885
 
1027
1886
  #: models/structures_1.py:226
@@ -1064,24 +1923,16 @@ msgstr ""
1064
1923
  msgid "has fitting"
1065
1924
  msgstr ""
1066
1925
 
1067
- #: models/structures_1.py:266
1068
- msgid "bool indicating if the structure has a fitting"
1069
- msgstr ""
1070
-
1071
1926
  #: models/structures_1.py:273
1072
1927
  msgid "has core"
1073
1928
  msgstr ""
1074
1929
 
1075
- #: models/structures_1.py:274
1076
- msgid "bool indicating if the structure has a quantum core"
1077
- msgstr ""
1078
-
1079
1930
  #: models/structures_1.py:280
1080
1931
  msgid "last online at"
1081
1932
  msgstr ""
1082
1933
 
1083
1934
  #: models/structures_1.py:281
1084
- msgid "date this structure had any of it's services online"
1935
+ msgid "Date this structure had any of it's services online"
1085
1936
  msgstr ""
1086
1937
 
1087
1938
  #: models/structures_1.py:287 models/structures_1.py:814
@@ -1089,7 +1940,7 @@ msgid "last updated at"
1089
1940
  msgstr ""
1090
1941
 
1091
1942
  #: models/structures_1.py:288
1092
- msgid "date this structure was last updated from the EVE server"
1943
+ msgid "Date this structure was last updated from the EVE server"
1093
1944
  msgstr ""
1094
1945
 
1095
1946
  #: models/structures_1.py:293
@@ -1130,7 +1981,7 @@ msgid "position x"
1130
1981
  msgstr ""
1131
1982
 
1132
1983
  #: models/structures_1.py:340
1133
- msgid "x position in the solar system"
1984
+ msgid "X coordinate of position in the solar system"
1134
1985
  msgstr ""
1135
1986
 
1136
1987
  #: models/structures_1.py:346
@@ -1138,7 +1989,7 @@ msgid "position y"
1138
1989
  msgstr ""
1139
1990
 
1140
1991
  #: models/structures_1.py:347
1141
- msgid "y position in the solar system"
1992
+ msgid "Y coordinate of position in the solar system"
1142
1993
  msgstr ""
1143
1994
 
1144
1995
  #: models/structures_1.py:353
@@ -1146,7 +1997,7 @@ msgid "position z"
1146
1997
  msgstr ""
1147
1998
 
1148
1999
  #: models/structures_1.py:354
1149
- msgid "z position in the solar system"
2000
+ msgid "Z coordinate of position in the solar system"
1150
2001
  msgstr ""
1151
2002
 
1152
2003
  #: models/structures_1.py:360 models/structures_2.py:55
@@ -1173,10 +2024,6 @@ msgstr ""
1173
2024
  msgid "Date at which the structure will move to it's next state"
1174
2025
  msgstr ""
1175
2026
 
1176
- #: models/structures_1.py:382
1177
- msgid "tags"
1178
- msgstr ""
1179
-
1180
2027
  #: models/structures_1.py:383
1181
2028
  msgid "List of tags for this structure. "
1182
2029
  msgstr ""
@@ -1204,10 +2051,6 @@ msgstr ""
1204
2051
  msgid "Structure this item is located in"
1205
2052
  msgstr ""
1206
2053
 
1207
- #: models/structures_1.py:810
1208
- msgid "type of the item"
1209
- msgstr ""
1210
-
1211
2054
  #: models/structures_1.py:812
1212
2055
  msgid "is singleton"
1213
2056
  msgstr ""
@@ -1396,12 +2239,6 @@ msgstr ""
1396
2239
  msgid "empty"
1397
2240
  msgstr ""
1398
2241
 
1399
- #: templates/structures/modals/poco_details.html:19
1400
- #: templates/structures/modals/starbase_detail.html:19
1401
- #: templates/structures/modals/structure_details.html:19
1402
- msgid "General"
1403
- msgstr ""
1404
-
1405
2242
  #: templates/structures/modals/poco_details.html:24
1406
2243
  msgid "Reinforcement Time"
1407
2244
  msgstr ""
@@ -1795,3 +2632,36 @@ msgstr ""
1795
2632
  #: webhooks/models.py:36
1796
2633
  msgid "Discord Webhook"
1797
2634
  msgstr ""
2635
+
2636
+ #: webhooks/models.py:43
2637
+ msgid "Short name to identify this webhook"
2638
+ msgstr ""
2639
+
2640
+ #: webhooks/models.py:46
2641
+ msgid "url"
2642
+ msgstr ""
2643
+
2644
+ #: webhooks/models.py:50
2645
+ msgid ""
2646
+ "URL of this webhook, e.g. https://discordapp.com/api/webhooks/123456/abcdef"
2647
+ msgstr ""
2648
+
2649
+ #: webhooks/models.py:55
2650
+ msgid "notes"
2651
+ msgstr ""
2652
+
2653
+ #: webhooks/models.py:59
2654
+ msgid "Notes regarding this webhook"
2655
+ msgstr ""
2656
+
2657
+ #: webhooks/models.py:62
2658
+ msgid "webhook type"
2659
+ msgstr ""
2660
+
2661
+ #: webhooks/models.py:65
2662
+ msgid "Type of this webhook"
2663
+ msgstr ""
2664
+
2665
+ #: webhooks/models.py:70
2666
+ msgid "Whether notifications are currently sent to this webhook"
2667
+ msgstr ""