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: 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,149 +17,1049 @@ msgstr ""
17
17
  "Language: ko_KR\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
- #: admin.py:113
20
+ #: admin.py:62 admin.py:877 models/notifications.py:145 models/owners.py:219
21
+ #: models/owners.py:1304 models/structures_1.py:320
22
+ msgid "owner"
23
+ msgstr ""
24
+
25
+ #: admin.py:95
26
+ msgid "Discord"
27
+ msgstr ""
28
+
29
+ #: admin.py:96 templates/structures/modals/poco_details.html:19
30
+ #: templates/structures/modals/starbase_detail.html:19
31
+ #: templates/structures/modals/structure_details.html:19
32
+ msgid "General"
33
+ msgstr ""
34
+
35
+ #: admin.py:99 models/notifications.py:521 models/structures_1.py:210
36
+ #: models/structures_1.py:795
37
+ msgid "id"
38
+ msgstr ""
39
+
40
+ #: admin.py:103 models/notifications.py:720
41
+ msgid "color"
42
+ msgstr ""
43
+
44
+ #: admin.py:112
21
45
  msgid "Sent fuel notifications for selected configuration"
22
46
  msgstr ""
23
47
 
24
- #: admin.py:139
48
+ #: admin.py:121
49
+ #, python-format
50
+ msgid "Started sending fuel notifications for %d configurations"
51
+ msgstr ""
52
+
53
+ #: admin.py:135
54
+ msgid "Timing"
55
+ msgstr ""
56
+
57
+ #: admin.py:138
58
+ msgid ""
59
+ "Timing configuration for sending fuel notifications. Note that the first "
60
+ "notification will be sent at the exact start hour, and the last notification"
61
+ " will be sent one repeat before the end hour."
62
+ msgstr ""
63
+
64
+ #: admin.py:159 models/notifications.py:851
65
+ msgid "threshold"
66
+ msgstr ""
67
+
68
+ #: admin.py:165
69
+ msgid "can be send"
70
+ msgstr ""
71
+
72
+ #: admin.py:170 admin.py:734 core/serializers.py:497
73
+ msgid "yes"
74
+ msgstr ""
75
+
76
+ #: admin.py:171 admin.py:735 core/serializers.py:502
77
+ msgid "no"
78
+ msgstr ""
79
+
80
+ #: admin.py:229
81
+ msgid "notification ID"
82
+ msgstr ""
83
+
84
+ #: admin.py:233 admin.py:512 admin.py:907 models/notifications.py:112
85
+ #: models/owners.py:212 models/structures_1.py:397
86
+ msgid "webhooks"
87
+ msgstr ""
88
+
89
+ #: admin.py:236 models/structures_1.py:168
90
+ msgid "N/A"
91
+ msgstr ""
92
+
93
+ #: admin.py:251
94
+ msgid "Not configured"
95
+ msgstr ""
96
+
97
+ #: admin.py:255 models/notifications.py:150 models/structures_1.py:410
98
+ msgid "structures"
99
+ msgstr ""
100
+
101
+ #: admin.py:262 models/notifications.py:126
102
+ msgid "is sent"
103
+ msgstr ""
104
+
105
+ #: admin.py:267 models/notifications.py:132
106
+ msgid "is timer added"
107
+ msgstr ""
108
+
109
+ #: admin.py:272
110
+ msgid "Mark selected notifications as sent"
111
+ msgstr ""
112
+
113
+ #: admin.py:276
114
+ #, python-format
115
+ msgid "%d notifications marked as sent"
116
+ msgstr ""
117
+
118
+ #: admin.py:278
119
+ msgid "Mark selected notifications as unsent"
120
+ msgstr ""
121
+
122
+ #: admin.py:282
123
+ #, python-format
124
+ msgid "%d notifications marked as unsent"
125
+ msgstr ""
126
+
127
+ #: admin.py:284
128
+ msgid "Send selected notifications to configured webhooks"
129
+ msgstr ""
130
+
131
+ #: admin.py:299
132
+ #, python-format
133
+ msgid "Sent %(sent_count)d/%(selected_count)d generated messages."
134
+ msgstr ""
135
+
136
+ #: admin.py:303
137
+ msgid "Process selected notifications for timerboard"
138
+ msgstr ""
139
+
140
+ #: admin.py:314
141
+ #, python-format
142
+ msgid "Added timers from %d notifications to timerboard."
143
+ msgstr ""
144
+
145
+ #: admin.py:317
146
+ #, python-format
147
+ msgid "Ignored %d notification(s), which has no relation to timers."
148
+ msgstr ""
149
+
150
+ #: admin.py:397
151
+ msgid "Sync Status"
152
+ msgstr ""
153
+
154
+ #: admin.py:485
155
+ msgid "characters"
156
+ msgstr ""
157
+
158
+ #: admin.py:489
159
+ msgid "default pings"
160
+ msgstr ""
161
+
162
+ #: admin.py:493 admin.py:1023 models/notifications.py:105 models/owners.py:197
163
+ msgid "ping groups"
164
+ msgstr ""
165
+
166
+ #: admin.py:499 models/owners.py:117
167
+ msgid "corporation"
168
+ msgstr ""
169
+
170
+ #: admin.py:505
171
+ msgid "alliance"
172
+ msgstr ""
173
+
174
+ #: admin.py:521
175
+ msgid ""
176
+ "Notifications can not be sent, because there is no webhook configured for "
177
+ "this owner."
178
+ msgstr ""
179
+
180
+ #: admin.py:526
181
+ msgid "active"
182
+ msgstr ""
183
+
184
+ #: admin.py:530
185
+ msgid "alliance main"
186
+ msgstr ""
187
+
188
+ #: admin.py:535
189
+ msgid "services up"
190
+ msgstr ""
191
+
192
+ #: admin.py:539
193
+ msgid "Activate selected owners"
194
+ msgstr ""
195
+
196
+ #: admin.py:542
197
+ #, python-format
198
+ msgid "Activated %d owners"
199
+ msgstr ""
200
+
201
+ #: admin.py:544
202
+ msgid "Deactivate selected owner"
203
+ msgstr ""
204
+
205
+ #: admin.py:547
206
+ #, python-format
207
+ msgid "Deactivated %d owners"
208
+ msgstr ""
209
+
210
+ #: admin.py:549
211
+ msgid "Update all from EVE server for selected owners"
212
+ msgstr ""
213
+
214
+ #: admin.py:556
215
+ #, python-format
216
+ msgid "Started updating structures and notifications for %s."
217
+ msgstr ""
218
+
219
+ #: admin.py:557 admin.py:570 admin.py:583 admin.py:1059
220
+ msgid "You will receive a notification once it is completed."
221
+ msgstr ""
222
+
223
+ #: admin.py:562
224
+ msgid "Update structures from EVE server for selected owners"
225
+ msgstr ""
226
+
227
+ #: admin.py:569
228
+ #, python-format
229
+ msgid "Started updating structures for %s."
230
+ msgstr ""
231
+
232
+ #: admin.py:575
233
+ msgid "Fetch notifications from EVE server for selected owners"
234
+ msgstr ""
235
+
236
+ #: admin.py:582
237
+ #, python-format
238
+ msgid "Started fetching notifications for %s."
239
+ msgstr ""
240
+
241
+ #: admin.py:587
242
+ msgid "all syncs OK"
243
+ msgstr ""
244
+
245
+ #: admin.py:591
246
+ msgid "avg. turnaround time"
247
+ msgstr ""
248
+
249
+ #: admin.py:615
250
+ msgid "structures update fresh"
251
+ msgstr ""
252
+
253
+ #: admin.py:619
254
+ msgid "notifications update fresh"
255
+ msgstr ""
256
+
257
+ #: admin.py:623
258
+ msgid "forwarding update fresh"
259
+ msgstr ""
260
+
261
+ #: admin.py:627
262
+ msgid "assets update fresh"
263
+ msgstr ""
264
+
265
+ #: admin.py:631
266
+ msgid "structures Count"
267
+ msgstr ""
268
+
269
+ #: admin.py:685
270
+ msgid "owner corporation"
271
+ msgstr ""
272
+
273
+ #: admin.py:707
274
+ msgid "owner alliance"
275
+ msgstr ""
276
+
277
+ #: admin.py:729
278
+ msgid "has webhooks"
279
+ msgstr ""
280
+
281
+ #: admin.py:815
282
+ msgid "Status"
283
+ msgstr ""
284
+
285
+ #: admin.py:833
286
+ msgid "Reinforcement"
287
+ msgstr ""
288
+
289
+ #: admin.py:843
290
+ msgid "Position"
291
+ msgstr ""
292
+
293
+ #: admin.py:870 models/structures_1.py:64 models/structures_1.py:292
294
+ #: models/structures_2.py:50 webhooks/models.py:40
295
+ msgid "name"
296
+ msgstr ""
297
+
298
+ #: admin.py:887
299
+ msgid "location"
300
+ msgstr ""
301
+
302
+ #: admin.py:895 models/notifications.py:139 models/structures_1.py:250
303
+ #: models/structures_1.py:809
304
+ msgid "type"
305
+ msgstr ""
306
+
307
+ #: admin.py:899
308
+ msgid "power mode"
309
+ msgstr ""
310
+
311
+ #: admin.py:903 models/structures_1.py:382
312
+ msgid "tags"
313
+ msgstr ""
314
+
315
+ #: admin.py:912
316
+ msgid "Add default tags to selected structures"
317
+ msgstr ""
318
+
319
+ #: admin.py:923
320
+ #, python-format
321
+ msgid "Added %(tags_count)d default tags to %(structure_count)d structures"
322
+ msgstr ""
323
+
324
+ #: admin.py:927
325
+ msgid "Remove user tags for selected structures"
326
+ msgstr ""
327
+
328
+ #: admin.py:935
329
+ #, python-format
330
+ msgid "Removed all user tags from %d structures"
331
+ msgstr ""
332
+
333
+ #: admin.py:938
334
+ msgid "Update generated tags for selected structures"
335
+ msgstr ""
336
+
337
+ #: admin.py:945
338
+ #, python-format
339
+ msgid "Updated all generated tags for %d structures"
340
+ msgstr ""
341
+
342
+ #: admin.py:986
343
+ msgid "Advanced Options"
344
+ msgstr ""
345
+
346
+ #: admin.py:1028
347
+ msgid "enabled for owners or structures"
348
+ msgstr ""
349
+
350
+ #: admin.py:1037
351
+ msgid "Please add this webhook to an owner or structure to enable it."
352
+ msgstr ""
353
+
354
+ #: admin.py:1041 models/notifications.py:87 models/structures_1.py:94
355
+ msgid "is default"
356
+ msgstr ""
357
+
358
+ #: admin.py:1046
359
+ msgid "messages in queue"
360
+ msgstr ""
361
+
362
+ #: admin.py:1050
363
+ msgid "Send test notification to selected webhook"
364
+ msgstr ""
365
+
366
+ #: admin.py:1058
367
+ #, python-format
368
+ msgid "Initiated sending test notification to webhook %s."
369
+ msgstr ""
370
+
371
+ #: admin.py:1063
372
+ msgid "Activate selected webhook"
373
+ msgstr ""
374
+
375
+ #: admin.py:1068
376
+ #, python-format
377
+ msgid "You have activated webhook %s"
378
+ msgstr ""
379
+
380
+ #: admin.py:1070
381
+ msgid "Deactivate selected webhook"
382
+ msgstr ""
383
+
384
+ #: admin.py:1075
385
+ #, python-format
386
+ msgid "You have de-activated webhook %s"
387
+ msgstr ""
388
+
389
+ #: admin.py:1077
390
+ msgid "Purge queued messages from selected webhooks"
391
+ msgstr ""
392
+
393
+ #: admin.py:1087
394
+ #, python-format
395
+ msgid ""
396
+ "Purged queued messages for %(actions_count)s webhooks, deleting a total of "
397
+ "%(killmails_deleted)s messages."
398
+ msgstr ""
399
+
400
+ #: admin.py:1093
401
+ msgid "Send queued messages from selected webhooks"
402
+ msgstr ""
403
+
404
+ #: admin.py:1101
405
+ #, python-format
406
+ msgid "Started sending queued messages for %d webhooks."
407
+ msgstr ""
408
+
409
+ #: core/notification_embeds/billing_embeds.py:25
410
+ msgid "Unknown Bill"
411
+ msgstr ""
412
+
413
+ #: core/notification_embeds/billing_embeds.py:26
414
+ msgid "Infrastructure Hub Bill"
415
+ msgstr ""
416
+
417
+ #: core/notification_embeds/billing_embeds.py:43
418
+ msgid "Insufficient Funds for Bill"
419
+ msgstr ""
420
+
421
+ #: core/notification_embeds/billing_embeds.py:45
422
+ #, python-format
423
+ msgid ""
424
+ "The selected corporation wallet division for automatic payments does not "
425
+ "have enough current funds available to pay the %(bill_type)s due to be paid "
426
+ "by %(due_date)s. Transfer additional funds to the selected wallet division "
427
+ "in order to meet your pending automatic bills."
428
+ msgstr ""
429
+
430
+ #: core/notification_embeds/billing_embeds.py:62
431
+ msgid "IHub Bill About to Expire"
432
+ msgstr ""
433
+
434
+ #: core/notification_embeds/billing_embeds.py:64
435
+ #, python-format
436
+ msgid ""
437
+ "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
438
+ "%(due_date)s, if not paid in time this Infrastructure Hub will self-"
439
+ "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 %(inviting_character)s.\n"
475
+ "Application:\n"
476
+ "> %(application_text)s"
477
+ msgstr ""
478
+
479
+ #: core/notification_embeds/character_embeds.py:83
480
+ #, python-format
481
+ msgid "Rejected application from %(character_name)s"
482
+ msgstr ""
483
+
484
+ #: core/notification_embeds/character_embeds.py:87
485
+ #, python-format
486
+ msgid ""
487
+ "Application from %(character_name)s to join %(corporation_name)s:\n"
488
+ "> %(application_text)s\n"
489
+ "Has been rejected:\n"
490
+ "> %(customMessage)s"
491
+ msgstr ""
492
+
493
+ #: core/notification_embeds/character_embeds.py:104
494
+ #, python-format
495
+ msgid "%(character_name)s withdrew his/her application"
496
+ msgstr ""
497
+
498
+ #: core/notification_embeds/character_embeds.py:108
499
+ #, python-format
500
+ msgid ""
501
+ "%(character_name)s withdrew his/her application to join %(corporation_name)s:\n"
502
+ "> %(application_text)s"
503
+ msgstr ""
504
+
505
+ #: core/notification_embeds/character_embeds.py:123
506
+ #, python-format
507
+ msgid "%(character_name)s joins %(corporation_name)s"
508
+ msgstr ""
509
+
510
+ #: core/notification_embeds/character_embeds.py:128
511
+ #, python-format
512
+ msgid "%(character_name)s is now a member of %(corporation_name)s."
513
+ msgstr ""
514
+
515
+ #: core/notification_embeds/character_embeds.py:139
516
+ #, python-format
517
+ msgid "%(character_name)s has left %(corporation_name)s"
518
+ msgstr ""
519
+
520
+ #: core/notification_embeds/character_embeds.py:144
521
+ #, python-format
522
+ msgid "%(character_name)s is no longer a member of %(corporation_name)s."
523
+ msgstr ""
524
+
525
+ #: core/notification_embeds/main.py:62
526
+ msgid "shield"
527
+ msgstr ""
528
+
529
+ #: core/notification_embeds/main.py:63
530
+ msgid "armor"
531
+ msgstr ""
532
+
533
+ #: core/notification_embeds/main.py:64
534
+ msgid "hull"
535
+ msgstr ""
536
+
537
+ #: core/notification_embeds/moonmining_embeds.py:41
538
+ #, python-format
539
+ msgid "Estimated ore composition: %s"
540
+ msgstr ""
541
+
542
+ #: core/notification_embeds/moonmining_embeds.py:70
543
+ #: core/notification_types.py:58
544
+ msgid "Moon mining extraction started"
545
+ msgstr ""
546
+
547
+ #: core/notification_embeds/moonmining_embeds.py:72
548
+ #, python-format
549
+ msgid ""
550
+ "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"
551
+ "The chunk will be ready on location at %(ready_time)s, and will fracture automatically on %(auto_time)s.\n"
552
+ "\n"
553
+ "%(ore_text)s"
554
+ msgstr ""
555
+
556
+ #: core/notification_embeds/moonmining_embeds.py:96
557
+ msgid "Extraction finished"
558
+ msgstr ""
559
+
560
+ #: core/notification_embeds/moonmining_embeds.py:98
561
+ #, python-format
562
+ msgid ""
563
+ "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"
564
+ "The chunk will automatically fracture on %(auto_time)s.\n"
565
+ "\n"
566
+ "%(ore_text)s"
567
+ msgstr ""
568
+
569
+ #: core/notification_embeds/moonmining_embeds.py:118
570
+ msgid "Automatic Fracture"
571
+ msgstr ""
572
+
573
+ #: core/notification_embeds/moonmining_embeds.py:120
574
+ #, python-format
575
+ msgid ""
576
+ "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"
577
+ "\n"
578
+ "%(ore_text)s"
579
+ msgstr ""
580
+
581
+ #: core/notification_embeds/moonmining_embeds.py:143
582
+ #: core/notification_embeds/structures_embeds.py:38
583
+ #: core/notification_embeds/structures_embeds.py:182
584
+ #: core/notification_embeds/structures_embeds.py:298
585
+ #: core/notification_embeds/tower_embeds.py:147
586
+ msgid "(unknown)"
587
+ msgstr ""
588
+
589
+ #: core/notification_embeds/moonmining_embeds.py:144
590
+ msgid "Extraction cancelled"
591
+ msgstr ""
592
+
593
+ #: core/notification_embeds/moonmining_embeds.py:146
594
+ #, python-format
595
+ msgid ""
596
+ "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s"
597
+ " belonging to %(owner_link)s has been cancelled by %(character)s."
598
+ msgstr ""
599
+
600
+ #: core/notification_embeds/moonmining_embeds.py:165
601
+ msgid "Moon drill fired"
602
+ msgstr ""
603
+
604
+ #: core/notification_embeds/moonmining_embeds.py:167
605
+ #, python-format
606
+ msgid ""
607
+ "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"
608
+ "\n"
609
+ "%(ore_text)s"
610
+ msgstr ""
611
+
612
+ #: core/notification_embeds/orbital_embeds.py:46
613
+ msgid "Orbital under attack"
614
+ msgstr ""
615
+
616
+ #: core/notification_embeds/orbital_embeds.py:48
617
+ #, python-format
618
+ msgid ""
619
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
620
+ "%(owner_link)s is under attack by %(aggressor)s."
621
+ msgstr ""
622
+
623
+ #: core/notification_embeds/orbital_embeds.py:67
624
+ msgid "Orbital reinforced"
625
+ msgstr ""
626
+
627
+ #: core/notification_embeds/orbital_embeds.py:69
628
+ #, python-format
629
+ msgid ""
630
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
631
+ "%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
632
+ "%(date)s."
633
+ msgstr ""
634
+
635
+ #: core/notification_embeds/sov_embeds.py:56
636
+ #, python-format
637
+ msgid "%(structure_type)s in %(solar_system)s is being captured"
638
+ msgstr ""
639
+
640
+ #: core/notification_embeds/sov_embeds.py:61
641
+ #, python-format
642
+ msgid ""
643
+ "A capsuleer has started to influence the %(type)s in %(solar_system)s "
644
+ "belonging to %(owner)s with an Entosis Link."
645
+ msgstr ""
646
+
647
+ #: core/notification_embeds/sov_embeds.py:76
648
+ #, python-format
649
+ msgid ""
650
+ "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
651
+ "decloak"
652
+ msgstr ""
653
+
654
+ #: core/notification_embeds/sov_embeds.py:83
655
+ #, python-format
656
+ msgid ""
657
+ "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
658
+ "%(owner)s can now be found throughout the %(constellation)s constellation"
659
+ msgstr ""
660
+
661
+ #: core/notification_embeds/sov_embeds.py:101
662
+ #, python-format
663
+ msgid "DED Sovereignty claim acknowledgment: %s"
664
+ msgstr ""
665
+
666
+ #: core/notification_embeds/sov_embeds.py:104
667
+ #, python-format
668
+ msgid ""
669
+ "DED now officially acknowledges that your member corporation %(corporation)s"
670
+ " has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
671
+ msgstr ""
672
+
673
+ #: core/notification_embeds/sov_embeds.py:120
674
+ #, python-format
675
+ msgid "Lost sovereignty in: %s"
676
+ msgstr ""
677
+
678
+ #: core/notification_embeds/sov_embeds.py:122
679
+ #, python-format
680
+ msgid ""
681
+ "DED acknowledges that member corporation %(corporation)s has lost its claim "
682
+ "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
683
+ msgstr ""
684
+
685
+ #: core/notification_embeds/sov_embeds.py:137
686
+ #, python-format
687
+ msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
688
+ msgstr ""
689
+
690
+ #: core/notification_embeds/sov_embeds.py:143
691
+ #, python-format
25
692
  msgid ""
26
- "Timing configuration for sending fuel notifications. Note that the first "
27
- "notification will be sent at the exact start hour, and the last notification"
28
- " will be sent one repeat before the end hour."
693
+ "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
694
+ "reinforced by hostile forces and command nodes will begin decloaking at "
695
+ "%(date)s"
29
696
  msgstr ""
30
697
 
31
- #: admin.py:241 models/structures_1.py:168
32
- msgid "N/A"
698
+ #: core/notification_embeds/sov_embeds.py:159
699
+ #, python-format
700
+ msgid "%(structure_type)s in %(solar_system)s has been destroyed"
33
701
  msgstr ""
34
702
 
35
- #: admin.py:256
36
- msgid "Not configured"
703
+ #: core/notification_embeds/sov_embeds.py:164
704
+ #, python-format
705
+ msgid ""
706
+ "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
707
+ "%(owner)s have been destroyed by hostile forces."
37
708
  msgstr ""
38
709
 
39
- #: admin.py:274
40
- msgid "Mark selected notifications as sent"
710
+ #: core/notification_embeds/sov_embeds.py:193
711
+ #, python-format
712
+ msgid " near **%s**"
41
713
  msgstr ""
42
714
 
43
- #: admin.py:280
44
- msgid "Mark selected notifications as unsent"
715
+ #: core/notification_embeds/sov_embeds.py:196
716
+ #, python-format
717
+ msgid "%(structure_type)s anchored in %(solar_system)s"
45
718
  msgstr ""
46
719
 
47
- #: admin.py:286
48
- msgid "Send selected notifications to configured webhooks"
720
+ #: core/notification_embeds/sov_embeds.py:201
721
+ #, python-format
722
+ msgid ""
723
+ "A %(structure_type)s from %(structure_owner)s has anchored in "
724
+ "%(solar_system)s%(location_text)s."
49
725
  msgstr ""
50
726
 
51
- #: admin.py:301
52
- msgid "Process selected notifications for timerboard"
727
+ #. Translators: Context is a location, e.g. a moon
728
+ #: core/notification_embeds/structures_embeds.py:51
729
+ #, python-format
730
+ msgid " at %s "
53
731
  msgstr ""
54
732
 
55
- #: admin.py:442
733
+ #: core/notification_embeds/structures_embeds.py:56
734
+ #, python-format
56
735
  msgid ""
57
- "Notifications can not be sent, because there is no webhook configured for "
58
- "this owner."
736
+ "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
737
+ "belonging to %(owner_link)s"
59
738
  msgstr ""
60
739
 
61
- #: admin.py:462
62
- msgid "Activate selected owners"
740
+ #: core/notification_embeds/structures_embeds.py:76
741
+ msgid "Structure online"
63
742
  msgstr ""
64
743
 
65
- #: admin.py:467
66
- msgid "Deactivate selected owner"
744
+ #: core/notification_embeds/structures_embeds.py:77
745
+ msgid "is now online."
67
746
  msgstr ""
68
747
 
69
- #: admin.py:472
70
- msgid "Update all from EVE server for selected owners"
748
+ #: core/notification_embeds/structures_embeds.py:88
749
+ msgid "Structure fuel alert"
750
+ msgstr ""
751
+
752
+ #: core/notification_embeds/structures_embeds.py:89
753
+ #: core/notification_embeds/tower_embeds.py:90
754
+ #, python-format
755
+ msgid "is running out of fuel in %s."
71
756
  msgstr ""
72
757
 
73
- #: admin.py:478
758
+ #: core/notification_embeds/structures_embeds.py:99
759
+ msgid "Jump gate low on Liquid Ozone"
760
+ msgstr ""
761
+
762
+ #: core/notification_embeds/structures_embeds.py:103
74
763
  #, python-format
75
764
  msgid ""
76
- "Started updating structures and notifications for %s. You will receive a "
77
- "notification once it is completed."
765
+ "is below %(threshold)s units on Liquid Ozone.\n"
766
+ "Remaining units: %(remaining)s."
78
767
  msgstr ""
79
768
 
80
- #: admin.py:486
81
- msgid "Update structures from EVE server for selected owners"
769
+ #: core/notification_embeds/structures_embeds.py:116
770
+ msgid "Structure refueled"
82
771
  msgstr ""
83
772
 
84
- #: admin.py:498
85
- msgid "Fetch notifications from EVE server for selected owners"
773
+ #: core/notification_embeds/structures_embeds.py:118
774
+ #: core/notification_embeds/tower_embeds.py:102
775
+ #, python-format
776
+ msgid "has been refueled. Fuel will last until %s."
86
777
  msgstr ""
87
778
 
88
- #: admin.py:913
89
- msgid "Remove user tags for selected structures"
779
+ #: core/notification_embeds/structures_embeds.py:126
780
+ msgid "Structure services off-line"
90
781
  msgstr ""
91
782
 
92
- #: admin.py:925
93
- msgid "Update generated tags for selected structures"
783
+ #: core/notification_embeds/structures_embeds.py:127
784
+ msgid "has all services off-lined."
94
785
  msgstr ""
95
786
 
96
- #: admin.py:1035
97
- msgid "Please add this webhook to an owner or structure to enable it."
787
+ #: core/notification_embeds/structures_embeds.py:138
788
+ msgid "Structure low power"
98
789
  msgstr ""
99
790
 
100
- #: admin.py:1046
101
- msgid "Send test notification to selected webhook"
791
+ #: core/notification_embeds/structures_embeds.py:139
792
+ msgid "went to low power mode."
793
+ msgstr ""
794
+
795
+ #: core/notification_embeds/structures_embeds.py:146
796
+ msgid "Structure full power"
797
+ msgstr ""
798
+
799
+ #: core/notification_embeds/structures_embeds.py:147
800
+ msgid "went to full power mode."
801
+ msgstr ""
802
+
803
+ #: core/notification_embeds/structures_embeds.py:154
804
+ msgid "Structure un-anchoring"
805
+ msgstr ""
806
+
807
+ #: core/notification_embeds/structures_embeds.py:159
808
+ #, python-format
809
+ msgid "has started un-anchoring. It will be fully un-anchored at: %s"
810
+ msgstr ""
811
+
812
+ #: core/notification_embeds/structures_embeds.py:167
813
+ msgid "Structure under attack"
102
814
  msgstr ""
103
815
 
104
- #: admin.py:1055
816
+ #: core/notification_embeds/structures_embeds.py:168
105
817
  #, python-format
106
818
  msgid ""
107
- "Initiated sending test notification to webhook %s. You will receive a report"
108
- " on completion."
819
+ "is under attack by %(attacker)s.\n"
820
+ "%(damage_text)s"
109
821
  msgstr ""
110
822
 
111
- #: admin.py:1061
112
- msgid "Activate selected webhook"
823
+ #: core/notification_embeds/structures_embeds.py:188
824
+ msgid "Structure lost shield"
113
825
  msgstr ""
114
826
 
115
- #: admin.py:1066
827
+ #: core/notification_embeds/structures_embeds.py:193
116
828
  #, python-format
117
- msgid "You have activated webhook %s"
829
+ msgid "has lost its shields. Armor timer end at: %s"
118
830
  msgstr ""
119
831
 
120
- #: admin.py:1068
121
- msgid "Deactivate selected webhook"
832
+ #: core/notification_embeds/structures_embeds.py:201
833
+ msgid "Structure lost armor"
122
834
  msgstr ""
123
835
 
124
- #: admin.py:1073
836
+ #: core/notification_embeds/structures_embeds.py:206
125
837
  #, python-format
126
- msgid "You have de-activated webhook %s"
838
+ msgid "has lost its armor. Hull timer end at: %s"
127
839
  msgstr ""
128
840
 
129
- #: admin.py:1075
130
- msgid "Purge queued messages from selected webhooks"
841
+ #: core/notification_embeds/structures_embeds.py:214
842
+ msgid "Structure destroyed"
131
843
  msgstr ""
132
844
 
133
- #: admin.py:1085
845
+ #: core/notification_embeds/structures_embeds.py:215
846
+ msgid "has been destroyed."
847
+ msgstr ""
848
+
849
+ #: core/notification_embeds/structures_embeds.py:224
850
+ #, python-format
851
+ msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
852
+ msgstr ""
853
+
854
+ #: core/notification_embeds/structures_embeds.py:240
134
855
  #, python-format
135
856
  msgid ""
136
- "Purged queued messages for %(actions_count)s webhooks, deleting a total of "
137
- "%(killmails_deleted)s messages."
857
+ "has been transferred from %(from_corporation)s to %(to_corporation)s by "
858
+ "%(character)s."
138
859
  msgstr ""
139
860
 
140
- #: admin.py:1091
141
- msgid "Send queued messages from selected webhooks"
861
+ #: core/notification_embeds/structures_embeds.py:247
862
+ msgid "Ownership transferred"
142
863
  msgstr ""
143
864
 
144
- #: admin.py:1099
865
+ #: core/notification_embeds/structures_embeds.py:263
145
866
  #, python-format
146
- msgid "Started sending queued messages for %d webhooks."
867
+ msgid ""
868
+ "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
869
+ "%(solar_system)s. "
870
+ msgstr ""
871
+
872
+ #: core/notification_embeds/structures_embeds.py:270
873
+ msgid "Structure anchoring"
874
+ msgstr ""
875
+
876
+ #: core/notification_embeds/structures_embeds.py:311
877
+ msgid "Structure reinforcement time changed"
878
+ msgstr ""
879
+
880
+ #: core/notification_embeds/structures_embeds.py:314
881
+ #, python-format
882
+ msgid ""
883
+ "Reinforcement hour has been changed to %s for the following structures:\n"
884
+ msgstr ""
885
+
886
+ #: core/notification_embeds/structures_embeds.py:319
887
+ #, python-format
888
+ msgid ""
889
+ "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
890
+ "%(owner_link)s"
891
+ msgstr ""
892
+
893
+ #: core/notification_embeds/structures_embeds.py:329
894
+ #, python-format
895
+ msgid ""
896
+ "\n"
897
+ "\n"
898
+ "Change becomes effective at %s."
899
+ msgstr ""
900
+
901
+ #: core/notification_embeds/tower_embeds.py:41
902
+ #, python-format
903
+ msgid ""
904
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to"
905
+ " %(owner_link)s"
906
+ msgstr ""
907
+
908
+ #: core/notification_embeds/tower_embeds.py:61
909
+ msgid "Starbase under attack"
910
+ msgstr ""
911
+
912
+ #: core/notification_embeds/tower_embeds.py:62
913
+ #, python-format
914
+ msgid ""
915
+ "is under attack by %(aggressor)s.\n"
916
+ "%(damage_text)s"
917
+ msgstr ""
918
+
919
+ #: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
920
+ msgid "Starbase fuel alert"
921
+ msgstr ""
922
+
923
+ #: core/notification_embeds/tower_embeds.py:100
924
+ msgid "Starbase refueled"
925
+ msgstr ""
926
+
927
+ #: core/notification_embeds/tower_embeds.py:128
928
+ #, python-format
929
+ msgid ""
930
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to"
931
+ " %(owner_link)s "
932
+ msgstr ""
933
+
934
+ #: core/notification_embeds/tower_embeds.py:141
935
+ msgid "Starbase reinforced"
936
+ msgstr ""
937
+
938
+ #: core/notification_embeds/tower_embeds.py:150
939
+ #, python-format
940
+ msgid "has been reinforced and will come out at: %s."
941
+ msgstr ""
942
+
943
+ #: core/notification_embeds/war_embeds.py:42
944
+ msgid "One party has surrendered"
945
+ msgstr ""
946
+
947
+ #: core/notification_embeds/war_embeds.py:44
948
+ #, python-format
949
+ msgid ""
950
+ "The war between %(against)s and %(declared_by)s is coming to an end as one "
951
+ "party has surrendered. The war will be declared as being over after "
952
+ "approximately 24 hours."
953
+ msgstr ""
954
+
955
+ #: core/notification_embeds/war_embeds.py:58
956
+ #, python-format
957
+ msgid "War update: %(against)s has left %(alliance)s"
958
+ msgstr ""
959
+
960
+ #: core/notification_embeds/war_embeds.py:63
961
+ #, python-format
962
+ msgid ""
963
+ "There has been a development in the war between %(declared_by)s and %(alliance)s.\n"
964
+ "%(against)s is no longer a member of %(alliance)s, and therefore a new war between %(declared_by)s and %(against)s has begun."
965
+ msgstr ""
966
+
967
+ #: core/notification_embeds/war_embeds.py:78
968
+ #, python-format
969
+ msgid "%(declared_by)s Declares War Against %(against)s"
970
+ msgstr ""
971
+
972
+ #: core/notification_embeds/war_embeds.py:83
973
+ #, python-format
974
+ msgid ""
975
+ "%(declared_by)s has declared war on %(against)s with %(war_hq)s as the designated war headquarters.\n"
976
+ "Within %(delay_hours)s hours fighting can legally occur between those involved."
977
+ msgstr ""
978
+
979
+ #: core/notification_embeds/war_embeds.py:102
980
+ #, python-format
981
+ msgid "%(alliance)s inherits war against %(opponent)s"
982
+ msgstr ""
983
+
984
+ #: core/notification_embeds/war_embeds.py:107
985
+ #, python-format
986
+ msgid ""
987
+ "%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
988
+ "from newly joined %(quitter)s. Within **24** hours fighting can legally "
989
+ "occur with %(alliance)s."
990
+ msgstr ""
991
+
992
+ #: core/notification_embeds/war_embeds.py:122
993
+ msgid "CONCORD invalidates war"
994
+ msgstr ""
995
+
996
+ #: core/notification_embeds/war_embeds.py:125
997
+ #, python-format
998
+ msgid ""
999
+ "The war between %(declared_by)s and %(against)s has been retracted by CONCORD.\n"
1000
+ "After %(end_date)s CONCORD will again respond to any hostilities between those involved with full force."
1001
+ msgstr ""
1002
+
1003
+ #: core/notification_embeds/war_embeds.py:141
1004
+ msgid "Corporation or alliance is now eligible for formal war declarations"
1005
+ msgstr ""
1006
+
1007
+ #: core/notification_embeds/war_embeds.py:144
1008
+ msgid ""
1009
+ "Your corporation or alliance is **now eligible** to participate in formal "
1010
+ "war declarations. This could be because your corporation and/or one of the "
1011
+ "corporations in your alliance owns a structure deployed in space."
1012
+ msgstr ""
1013
+
1014
+ #: core/notification_embeds/war_embeds.py:156
1015
+ msgid ""
1016
+ "Corporation or alliance is no longer eligible for formal war declarations"
1017
+ msgstr ""
1018
+
1019
+ #: core/notification_embeds/war_embeds.py:159
1020
+ msgid ""
1021
+ "Your corporation or alliance is **no longer eligible** to participate in formal war declarations.\n"
1022
+ "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
+ msgstr ""
1024
+
1025
+ #: core/notification_embeds/war_embeds.py:176
1026
+ #, python-format
1027
+ msgid "%s has offered a surrender"
1028
+ msgstr ""
1029
+
1030
+ #: core/notification_embeds/war_embeds.py:178
1031
+ #, python-format
1032
+ msgid ""
1033
+ "%s has offered to end the war with %s in the exchange for %s ISK. If "
1034
+ "accepted, the war will end in 24 hours and your organizations will be unable"
1035
+ " to declare new wars against each other for the next 2 weeks."
1036
+ msgstr ""
1037
+
1038
+ #: core/notification_embeds/war_embeds.py:188
1039
+ msgid "Ally Has Joined a War"
1040
+ msgstr ""
1041
+
1042
+ #: core/notification_embeds/war_embeds.py:196
1043
+ #, python-format
1044
+ msgid ""
1045
+ "%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
1046
+ "participation in the war will start at %(start_time)s."
147
1047
  msgstr ""
148
1048
 
149
- #: core/notification_timers.py:93
1049
+ #: core/notification_timers.py:89
150
1050
  msgid "Armor timer"
151
1051
  msgstr ""
152
1052
 
153
- #: core/notification_timers.py:94 core/notification_timers.py:199
154
- #: core/notification_timers.py:370
1053
+ #: core/notification_timers.py:90 core/notification_timers.py:195
1054
+ #: core/notification_timers.py:366
155
1055
  msgid "Final timer"
156
1056
  msgstr ""
157
1057
 
158
- #: core/notification_timers.py:151
1058
+ #: core/notification_timers.py:147
159
1059
  msgid "Sov timer"
160
1060
  msgstr ""
161
1061
 
162
- #: core/notification_timers.py:253
1062
+ #: core/notification_timers.py:249
163
1063
  msgid "Extraction ready"
164
1064
  msgstr ""
165
1065
 
@@ -235,10 +1135,6 @@ msgstr ""
235
1135
  msgid "Starbase attacked"
236
1136
  msgstr ""
237
1137
 
238
- #: core/notification_types.py:52
239
- msgid "Starbase fuel alert"
240
- msgstr ""
241
-
242
1138
  #: core/notification_types.py:53
243
1139
  msgid "Starbase refueled (BETA)"
244
1140
  msgstr ""
@@ -247,10 +1143,6 @@ msgstr ""
247
1143
  msgid "Starbase reinforced (BETA)"
248
1144
  msgstr ""
249
1145
 
250
- #: core/notification_types.py:58
251
- msgid "Moon mining extraction started"
252
- msgstr ""
253
-
254
1146
  #: core/notification_types.py:60
255
1147
  msgid "Moonmining laser fired"
256
1148
  msgstr ""
@@ -375,14 +1267,6 @@ msgstr ""
375
1267
  msgid "I_HUB destroyed by bill failure"
376
1268
  msgstr ""
377
1269
 
378
- #: core/serializers.py:497
379
- msgid "yes"
380
- msgstr ""
381
-
382
- #: core/serializers.py:502
383
- msgid "no"
384
- msgstr ""
385
-
386
1270
  #: models/notifications.py:50
387
1271
  msgid "English"
388
1272
  msgstr ""
@@ -420,11 +1304,7 @@ msgid "language"
420
1304
  msgstr ""
421
1305
 
422
1306
  #: models/notifications.py:83
423
- msgid "language of notifications send to this webhook"
424
- msgstr ""
425
-
426
- #: models/notifications.py:87 models/structures_1.py:94
427
- msgid "is default"
1307
+ msgid "Language of notifications send to this webhook"
428
1308
  msgstr ""
429
1309
 
430
1310
  #: models/notifications.py:89
@@ -435,10 +1315,6 @@ msgstr ""
435
1315
  msgid "has default pings enabled"
436
1316
  msgstr ""
437
1317
 
438
- #: models/notifications.py:105 models/owners.py:197
439
- msgid "ping groups"
440
- msgstr ""
441
-
442
1318
  #: models/notifications.py:106
443
1319
  msgid "Groups to be pinged for each notification - "
444
1320
  msgstr ""
@@ -447,57 +1323,26 @@ msgstr ""
447
1323
  msgid "webhook"
448
1324
  msgstr ""
449
1325
 
450
- #: models/notifications.py:112 models/owners.py:212 models/structures_1.py:397
451
- msgid "webhooks"
452
- msgstr ""
453
-
454
- #: models/notifications.py:126
455
- msgid "is sent"
456
- msgstr ""
457
-
458
1326
  #: models/notifications.py:127
459
1327
  msgid "True when this notification has been forwarded to Discord"
460
1328
  msgstr ""
461
1329
 
462
- #: models/notifications.py:132
463
- msgid "is timer added"
464
- msgstr ""
465
-
466
1330
  #: models/notifications.py:133
467
1331
  msgid "True when a timer has been added for this notification"
468
1332
  msgstr ""
469
1333
 
470
- #: models/notifications.py:139 models/structures_1.py:250
471
- #: models/structures_1.py:809
472
- msgid "type"
473
- msgstr ""
474
-
475
1334
  #: models/notifications.py:140
476
- msgid "type of this notification"
477
- msgstr ""
478
-
479
- #: models/notifications.py:145 models/owners.py:219 models/owners.py:1304
480
- #: models/structures_1.py:320
481
- msgid "owner"
1335
+ msgid "Type of this notification"
482
1336
  msgstr ""
483
1337
 
484
1338
  #: models/notifications.py:146
485
1339
  msgid "Corporation that owns this notification"
486
1340
  msgstr ""
487
1341
 
488
- #: models/notifications.py:150 models/structures_1.py:410
489
- msgid "structures"
490
- msgstr ""
491
-
492
1342
  #: models/notifications.py:151
493
1343
  msgid "Structures this notification is about (if any)"
494
1344
  msgstr ""
495
1345
 
496
- #: models/notifications.py:521 models/structures_1.py:210
497
- #: models/structures_1.py:795
498
- msgid "id"
499
- msgstr ""
500
-
501
1346
  #: models/notifications.py:525
502
1347
  msgid "created"
503
1348
  msgstr ""
@@ -572,10 +1417,6 @@ msgid ""
572
1417
  " the respective owner or webhook configuration"
573
1418
  msgstr ""
574
1419
 
575
- #: models/notifications.py:720
576
- msgid "color"
577
- msgstr ""
578
-
579
1420
  #: models/notifications.py:721
580
1421
  msgid "Context color of these notification on Discord"
581
1422
  msgstr ""
@@ -632,10 +1473,6 @@ msgstr ""
632
1473
  msgid "This configuration may not overlap with an existing configuration."
633
1474
  msgstr ""
634
1475
 
635
- #: models/notifications.py:851
636
- msgid "threshold"
637
- msgstr ""
638
-
639
1476
  #: models/notifications.py:853
640
1477
  msgid ""
641
1478
  "Notifications will be sent once fuel level in units reaches this threshold"
@@ -664,7 +1501,7 @@ msgid "hours"
664
1501
  msgstr ""
665
1502
 
666
1503
  #: models/notifications.py:922
667
- msgid "number of hours before fuel expiration this alert was sent"
1504
+ msgid "Number of hours before fuel expiration this alert was sent"
668
1505
  msgstr ""
669
1506
 
670
1507
  #: models/notifications.py:926
@@ -683,10 +1520,6 @@ msgstr ""
683
1520
  msgid "jump fuel alerts"
684
1521
  msgstr ""
685
1522
 
686
- #: models/owners.py:117
687
- msgid "corporation"
688
- msgstr ""
689
-
690
1523
  #: models/owners.py:118
691
1524
  msgid "Corporation owning structures"
692
1525
  msgstr ""
@@ -703,8 +1536,7 @@ msgstr ""
703
1536
  msgid "assets last update at"
704
1537
  msgstr ""
705
1538
 
706
- #: models/owners.py:131 models/owners.py:147 models/owners.py:190
707
- #: models/owners.py:205
1539
+ #: models/owners.py:131
708
1540
  msgid "when the last successful update happened"
709
1541
  msgstr ""
710
1542
 
@@ -712,18 +1544,22 @@ msgstr ""
712
1544
  msgid "forwarding last update at"
713
1545
  msgstr ""
714
1546
 
1547
+ #: models/owners.py:147 models/owners.py:190 models/owners.py:205
1548
+ msgid "When the last successful update happened"
1549
+ msgstr ""
1550
+
715
1551
  #: models/owners.py:153
716
1552
  msgid ""
717
- "to enable or disable pinging of notifications for this owner e.g. with "
1553
+ "To enable or disable pinging of notifications for this owner e.g. with "
718
1554
  "@everyone and @here"
719
1555
  msgstr ""
720
1556
 
721
- #: models/owners.py:159
1557
+ #: models/owners.py:159 webhooks/models.py:68
722
1558
  msgid "is active"
723
1559
  msgstr ""
724
1560
 
725
1561
  #: models/owners.py:160
726
- msgid "whether this owner is currently included in the sync process"
1562
+ msgid "Whether this owner is currently included in the sync process"
727
1563
  msgstr ""
728
1564
 
729
1565
  #: models/owners.py:164
@@ -732,7 +1568,7 @@ msgstr ""
732
1568
 
733
1569
  #: models/owners.py:166
734
1570
  msgid ""
735
- "whether alliance wide notifications are forwarded for this owner (e.g. sov "
1571
+ "Whether alliance wide notifications are forwarded for this owner (e.g. sov "
736
1572
  "notifications)"
737
1573
  msgstr ""
738
1574
 
@@ -742,7 +1578,7 @@ msgstr ""
742
1578
 
743
1579
  #: models/owners.py:174
744
1580
  msgid ""
745
- "whether the sync status of this owner is included in the overall status of "
1581
+ "Whether the sync status of this owner is included in the overall status of "
746
1582
  "this services"
747
1583
  msgstr ""
748
1584
 
@@ -751,7 +1587,7 @@ msgid "is up"
751
1587
  msgstr ""
752
1588
 
753
1589
  #: models/owners.py:183
754
- msgid "whether all services for this owner are currently up"
1590
+ msgid "Whether all services for this owner are currently up"
755
1591
  msgstr ""
756
1592
 
757
1593
  #: models/owners.py:189
@@ -802,10 +1638,18 @@ msgstr ""
802
1638
  msgid "structures last used at"
803
1639
  msgstr ""
804
1640
 
1641
+ #: models/owners.py:1319
1642
+ msgid "When this character was last used for syncing structures"
1643
+ msgstr ""
1644
+
805
1645
  #: models/owners.py:1326
806
1646
  msgid "notifications last used at"
807
1647
  msgstr ""
808
1648
 
1649
+ #: models/owners.py:1327
1650
+ msgid "When this character was last used for syncing notifications"
1651
+ msgstr ""
1652
+
809
1653
  #: models/owners.py:1332
810
1654
  msgid "error count"
811
1655
  msgstr ""
@@ -862,13 +1706,8 @@ msgstr ""
862
1706
  msgid "red"
863
1707
  msgstr ""
864
1708
 
865
- #: models/structures_1.py:64 models/structures_1.py:292
866
- #: models/structures_2.py:50
867
- msgid "name"
868
- msgstr ""
869
-
870
1709
  #: models/structures_1.py:65
871
- msgid "name of the tag - must be unique"
1710
+ msgid "Name of the tag, which must be unique"
872
1711
  msgstr ""
873
1712
 
874
1713
  #: models/structures_1.py:71
@@ -876,7 +1715,7 @@ msgid "description"
876
1715
  msgstr ""
877
1716
 
878
1717
  #: models/structures_1.py:72
879
- msgid "description for this tag"
1718
+ msgid "Description for this tag"
880
1719
  msgstr ""
881
1720
 
882
1721
  #: models/structures_1.py:79
@@ -884,7 +1723,7 @@ msgid "style"
884
1723
  msgstr ""
885
1724
 
886
1725
  #: models/structures_1.py:80
887
- msgid "color style of tag"
1726
+ msgid "Color style of tag"
888
1727
  msgstr ""
889
1728
 
890
1729
  #: models/structures_1.py:86
@@ -893,12 +1732,13 @@ msgstr ""
893
1732
 
894
1733
  #: models/structures_1.py:88
895
1734
  msgid ""
896
- "number defining the order tags are shown. custom tags can not have an order "
1735
+ "Number defining the order tags are shown. custom tags can not have an order "
897
1736
  "below 100"
898
1737
  msgstr ""
899
1738
 
900
1739
  #: models/structures_1.py:96
901
- msgid "if true this custom tag will automatically be added to new structures"
1740
+ msgid ""
1741
+ "When enabled this custom tag will automatically be added to new structures"
902
1742
  msgstr ""
903
1743
 
904
1744
  #: models/structures_1.py:101
@@ -907,7 +1747,7 @@ msgstr ""
907
1747
 
908
1748
  #: models/structures_1.py:103
909
1749
  msgid ""
910
- "if False this tag is created and managed by the system and can not be "
1750
+ "When disabled this tag is created and managed by the system and can not be "
911
1751
  "modified by users"
912
1752
  msgstr ""
913
1753
 
@@ -1020,7 +1860,7 @@ msgid "created at"
1020
1860
  msgstr ""
1021
1861
 
1022
1862
  #: models/structures_1.py:217
1023
- msgid "date this structure was received from ESI for the first time"
1863
+ msgid "Date this structure was received from ESI for the first time"
1024
1864
  msgstr ""
1025
1865
 
1026
1866
  #: models/structures_1.py:226
@@ -1063,24 +1903,16 @@ msgstr ""
1063
1903
  msgid "has fitting"
1064
1904
  msgstr ""
1065
1905
 
1066
- #: models/structures_1.py:266
1067
- msgid "bool indicating if the structure has a fitting"
1068
- msgstr ""
1069
-
1070
1906
  #: models/structures_1.py:273
1071
1907
  msgid "has core"
1072
1908
  msgstr ""
1073
1909
 
1074
- #: models/structures_1.py:274
1075
- msgid "bool indicating if the structure has a quantum core"
1076
- msgstr ""
1077
-
1078
1910
  #: models/structures_1.py:280
1079
1911
  msgid "last online at"
1080
1912
  msgstr ""
1081
1913
 
1082
1914
  #: models/structures_1.py:281
1083
- msgid "date this structure had any of it's services online"
1915
+ msgid "Date this structure had any of it's services online"
1084
1916
  msgstr ""
1085
1917
 
1086
1918
  #: models/structures_1.py:287 models/structures_1.py:814
@@ -1088,7 +1920,7 @@ msgid "last updated at"
1088
1920
  msgstr ""
1089
1921
 
1090
1922
  #: models/structures_1.py:288
1091
- msgid "date this structure was last updated from the EVE server"
1923
+ msgid "Date this structure was last updated from the EVE server"
1092
1924
  msgstr ""
1093
1925
 
1094
1926
  #: models/structures_1.py:293
@@ -1129,7 +1961,7 @@ msgid "position x"
1129
1961
  msgstr ""
1130
1962
 
1131
1963
  #: models/structures_1.py:340
1132
- msgid "x position in the solar system"
1964
+ msgid "X coordinate of position in the solar system"
1133
1965
  msgstr ""
1134
1966
 
1135
1967
  #: models/structures_1.py:346
@@ -1137,7 +1969,7 @@ msgid "position y"
1137
1969
  msgstr ""
1138
1970
 
1139
1971
  #: models/structures_1.py:347
1140
- msgid "y position in the solar system"
1972
+ msgid "Y coordinate of position in the solar system"
1141
1973
  msgstr ""
1142
1974
 
1143
1975
  #: models/structures_1.py:353
@@ -1145,7 +1977,7 @@ msgid "position z"
1145
1977
  msgstr ""
1146
1978
 
1147
1979
  #: models/structures_1.py:354
1148
- msgid "z position in the solar system"
1980
+ msgid "Z coordinate of position in the solar system"
1149
1981
  msgstr ""
1150
1982
 
1151
1983
  #: models/structures_1.py:360 models/structures_2.py:55
@@ -1172,10 +2004,6 @@ msgstr ""
1172
2004
  msgid "Date at which the structure will move to it's next state"
1173
2005
  msgstr ""
1174
2006
 
1175
- #: models/structures_1.py:382
1176
- msgid "tags"
1177
- msgstr ""
1178
-
1179
2007
  #: models/structures_1.py:383
1180
2008
  msgid "List of tags for this structure. "
1181
2009
  msgstr ""
@@ -1203,10 +2031,6 @@ msgstr ""
1203
2031
  msgid "Structure this item is located in"
1204
2032
  msgstr ""
1205
2033
 
1206
- #: models/structures_1.py:810
1207
- msgid "type of the item"
1208
- msgstr ""
1209
-
1210
2034
  #: models/structures_1.py:812
1211
2035
  msgid "is singleton"
1212
2036
  msgstr ""
@@ -1395,12 +2219,6 @@ msgstr ""
1395
2219
  msgid "empty"
1396
2220
  msgstr ""
1397
2221
 
1398
- #: templates/structures/modals/poco_details.html:19
1399
- #: templates/structures/modals/starbase_detail.html:19
1400
- #: templates/structures/modals/structure_details.html:19
1401
- msgid "General"
1402
- msgstr ""
1403
-
1404
2222
  #: templates/structures/modals/poco_details.html:24
1405
2223
  msgid "Reinforcement Time"
1406
2224
  msgstr ""
@@ -1794,3 +2612,36 @@ msgstr ""
1794
2612
  #: webhooks/models.py:36
1795
2613
  msgid "Discord Webhook"
1796
2614
  msgstr ""
2615
+
2616
+ #: webhooks/models.py:43
2617
+ msgid "Short name to identify this webhook"
2618
+ msgstr ""
2619
+
2620
+ #: webhooks/models.py:46
2621
+ msgid "url"
2622
+ msgstr ""
2623
+
2624
+ #: webhooks/models.py:50
2625
+ msgid ""
2626
+ "URL of this webhook, e.g. https://discordapp.com/api/webhooks/123456/abcdef"
2627
+ msgstr ""
2628
+
2629
+ #: webhooks/models.py:55
2630
+ msgid "notes"
2631
+ msgstr ""
2632
+
2633
+ #: webhooks/models.py:59
2634
+ msgid "Notes regarding this webhook"
2635
+ msgstr ""
2636
+
2637
+ #: webhooks/models.py:62
2638
+ msgid "webhook type"
2639
+ msgstr ""
2640
+
2641
+ #: webhooks/models.py:65
2642
+ msgid "Type of this webhook"
2643
+ msgstr ""
2644
+
2645
+ #: webhooks/models.py:70
2646
+ msgid "Whether notifications are currently sent to this webhook"
2647
+ msgstr ""