aa-structures 2.2.0__py3-none-any.whl → 2.3.1b1__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 (29) hide show
  1. {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/METADATA +1 -1
  2. {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/RECORD +28 -23
  3. {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/WHEEL +1 -1
  4. structures/__init__.py +1 -1
  5. structures/admin.py +13 -13
  6. structures/core/notification_embeds.py +47 -47
  7. structures/locale/de/LC_MESSAGES/django.po +314 -305
  8. structures/locale/django.pot +2227 -0
  9. structures/locale/en/LC_MESSAGES/django.po +312 -305
  10. structures/locale/es/LC_MESSAGES/django.po +314 -305
  11. structures/locale/fr_FR/LC_MESSAGES/django.po +2227 -0
  12. structures/locale/it_IT/LC_MESSAGES/django.po +2227 -0
  13. structures/locale/ja/LC_MESSAGES/django.po +2228 -0
  14. structures/locale/ko_KR/LC_MESSAGES/django.po +2227 -0
  15. structures/locale/ru/LC_MESSAGES/django.po +312 -305
  16. structures/locale/uk/LC_MESSAGES/django.po +2231 -0
  17. structures/locale/zh_Hans/LC_MESSAGES/django.po +314 -305
  18. structures/managers.py +12 -12
  19. structures/models/notifications.py +20 -17
  20. structures/models/owners.py +1 -3
  21. structures/models/structures.py +1 -1
  22. structures/tests/core/test_notification_embeds.py +125 -36
  23. structures/tests/models/test_notifications_1.py +38 -12
  24. structures/tests/test_admin.py +48 -22
  25. structures/tests/test_integration.py +88 -1
  26. structures/tests/testdata/factories_2.py +34 -1
  27. structures/views.py +3 -2
  28. structures/tests/core/test_notification_embeds_2.py +0 -78
  29. {aa_structures-2.2.0.dist-info → aa_structures-2.3.1b1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,2228 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-24 23:05+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=1; plural=0;\n"
20
+
21
+ #: admin.py:111
22
+ msgid "Sent fuel notifications for selected configuration"
23
+ msgstr ""
24
+
25
+ #: admin.py:137
26
+ 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."
30
+ msgstr ""
31
+
32
+ #: admin.py:240 models/structures.py:163
33
+ msgid "N/A"
34
+ msgstr ""
35
+
36
+ #: admin.py:255
37
+ msgid "Not configured"
38
+ msgstr ""
39
+
40
+ #: admin.py:273
41
+ msgid "Mark selected notifications as sent"
42
+ msgstr ""
43
+
44
+ #: admin.py:280
45
+ msgid "Mark selected notifications as unsent"
46
+ msgstr ""
47
+
48
+ #: admin.py:287
49
+ msgid "Send selected notifications to configured webhooks"
50
+ msgstr ""
51
+
52
+ #: admin.py:302
53
+ msgid "Process selected notifications for timerboard"
54
+ msgstr ""
55
+
56
+ #: admin.py:443
57
+ msgid ""
58
+ "Notifications can not be sent, because there is no webhook configured for "
59
+ "this owner."
60
+ msgstr ""
61
+
62
+ #: admin.py:463
63
+ msgid "Activate selected owners"
64
+ msgstr ""
65
+
66
+ #: admin.py:468
67
+ msgid "Deactivate selected owner"
68
+ msgstr ""
69
+
70
+ #: admin.py:473
71
+ msgid "Update all from EVE server for selected owners"
72
+ msgstr ""
73
+
74
+ #: admin.py:478
75
+ #, python-format
76
+ msgid ""
77
+ "Started updating structures and notifications for %s. You will receive a "
78
+ "notification once it is completed."
79
+ msgstr ""
80
+
81
+ #: admin.py:484
82
+ msgid "Update structures from EVE server for selected owners"
83
+ msgstr ""
84
+
85
+ #: admin.py:496
86
+ msgid "Fetch notifications from EVE server for selected owners"
87
+ msgstr ""
88
+
89
+ #: admin.py:913
90
+ msgid "Remove user tags for selected structures"
91
+ msgstr ""
92
+
93
+ #: admin.py:925
94
+ msgid "Update generated tags for selected structures"
95
+ msgstr ""
96
+
97
+ #: admin.py:1035
98
+ msgid "Please add this webhook to an owner or structure to enable it."
99
+ msgstr ""
100
+
101
+ #: admin.py:1046
102
+ msgid "Send test notification to selected webhook"
103
+ msgstr ""
104
+
105
+ #: admin.py:1058
106
+ msgid "Activate selected webhook"
107
+ msgstr ""
108
+
109
+ #: admin.py:1065
110
+ msgid "Deactivate selected webhook"
111
+ msgstr ""
112
+
113
+ #: admin.py:1072
114
+ msgid "Purge queued messages from selected webhooks"
115
+ msgstr ""
116
+
117
+ #: admin.py:1085
118
+ msgid "Send queued messages from selected webhooks"
119
+ msgstr ""
120
+
121
+ #: core/notification_embeds.py:38
122
+ msgid "Unknown Bill"
123
+ msgstr ""
124
+
125
+ #: core/notification_embeds.py:39
126
+ msgid "Infrastructure Hub Bill"
127
+ msgstr ""
128
+
129
+ #: core/notification_embeds.py:295
130
+ msgid "shield"
131
+ msgstr ""
132
+
133
+ #: core/notification_embeds.py:296
134
+ msgid "armor"
135
+ msgstr ""
136
+
137
+ #: core/notification_embeds.py:297
138
+ msgid "hull"
139
+ msgstr ""
140
+
141
+ #: core/notification_embeds.py:376 core/notification_embeds.py:809
142
+ msgid "(unknown)"
143
+ msgstr ""
144
+
145
+ #: core/notification_embeds.py:394
146
+ #, python-format
147
+ msgid ""
148
+ "The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
149
+ "belonging to %(owner_link)s "
150
+ msgstr ""
151
+
152
+ #: core/notification_embeds.py:411
153
+ msgid "Structure online"
154
+ msgstr ""
155
+
156
+ #: core/notification_embeds.py:412
157
+ msgid "is now online."
158
+ msgstr ""
159
+
160
+ #: core/notification_embeds.py:423
161
+ msgid "Structure fuel alert"
162
+ msgstr ""
163
+
164
+ #: core/notification_embeds.py:425 core/notification_embeds.py:984
165
+ #, python-format
166
+ msgid "is running out of fuel in %s."
167
+ msgstr ""
168
+
169
+ #: core/notification_embeds.py:433
170
+ msgid "Jump gate low on Liquid Ozone"
171
+ msgstr ""
172
+
173
+ #: core/notification_embeds.py:437
174
+ #, python-format
175
+ msgid ""
176
+ "is below %(threshold)s units on Liquid Ozone.\n"
177
+ "Remaining units: %(remaining)s."
178
+ msgstr ""
179
+
180
+ #: core/notification_embeds.py:454
181
+ msgid "Structure refueled"
182
+ msgstr ""
183
+
184
+ #: core/notification_embeds.py:456 core/notification_embeds.py:998
185
+ #, python-format
186
+ msgid "has been refueled. Fuel will last until %s."
187
+ msgstr ""
188
+
189
+ #: core/notification_embeds.py:464
190
+ msgid "Structure services off-line"
191
+ msgstr ""
192
+
193
+ #: core/notification_embeds.py:465
194
+ msgid "has all services off-lined."
195
+ msgstr ""
196
+
197
+ #: core/notification_embeds.py:476
198
+ msgid "Structure low power"
199
+ msgstr ""
200
+
201
+ #: core/notification_embeds.py:477
202
+ msgid "went to low power mode."
203
+ msgstr ""
204
+
205
+ #: core/notification_embeds.py:484
206
+ msgid "Structure full power"
207
+ msgstr ""
208
+
209
+ #: core/notification_embeds.py:485
210
+ msgid "went to full power mode."
211
+ msgstr ""
212
+
213
+ #: core/notification_embeds.py:492
214
+ msgid "Structure un-anchoring"
215
+ msgstr ""
216
+
217
+ #: core/notification_embeds.py:497
218
+ #, python-format
219
+ msgid "has started un-anchoring. It will be fully un-anchored at: %s"
220
+ msgstr ""
221
+
222
+ #: core/notification_embeds.py:505
223
+ msgid "Structure under attack"
224
+ msgstr ""
225
+
226
+ #: core/notification_embeds.py:506
227
+ #, python-format
228
+ msgid ""
229
+ "is under attack by %s.\n"
230
+ "%s"
231
+ msgstr ""
232
+
233
+ #: core/notification_embeds.py:524
234
+ msgid "Structure lost shield"
235
+ msgstr ""
236
+
237
+ #: core/notification_embeds.py:529
238
+ #, python-format
239
+ msgid "has lost its shields. Armor timer end at: %s"
240
+ msgstr ""
241
+
242
+ #: core/notification_embeds.py:537
243
+ msgid "Structure lost armor"
244
+ msgstr ""
245
+
246
+ #: core/notification_embeds.py:542
247
+ #, python-format
248
+ msgid "has lost its armor. Hull timer end at: %s"
249
+ msgstr ""
250
+
251
+ #: core/notification_embeds.py:550
252
+ msgid "Structure destroyed"
253
+ msgstr ""
254
+
255
+ #: core/notification_embeds.py:551
256
+ msgid "has been destroyed."
257
+ msgstr ""
258
+
259
+ #: core/notification_embeds.py:565
260
+ #, python-format
261
+ msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
262
+ msgstr ""
263
+
264
+ #: core/notification_embeds.py:581
265
+ #, python-format
266
+ msgid ""
267
+ "has been transferred from %(from_corporation)s to %(to_corporation)s by "
268
+ "%(character)s."
269
+ msgstr ""
270
+
271
+ #: core/notification_embeds.py:588
272
+ msgid "Ownership transferred"
273
+ msgstr ""
274
+
275
+ #: core/notification_embeds.py:608
276
+ #, python-format
277
+ msgid ""
278
+ "A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
279
+ "%(solar_system)s. "
280
+ msgstr ""
281
+
282
+ #: core/notification_embeds.py:615
283
+ msgid "Structure anchoring"
284
+ msgstr ""
285
+
286
+ #: core/notification_embeds.py:656
287
+ msgid "Structure reinforcement time changed"
288
+ msgstr ""
289
+
290
+ #: core/notification_embeds.py:659
291
+ #, python-format
292
+ msgid ""
293
+ "Reinforcement hour has been changed to %s for the following structures:\n"
294
+ msgstr ""
295
+
296
+ #: core/notification_embeds.py:664
297
+ #, python-format
298
+ msgid ""
299
+ "- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
300
+ "%(owner_link)s"
301
+ msgstr ""
302
+
303
+ #: core/notification_embeds.py:676
304
+ #, python-format
305
+ msgid ""
306
+ "\n"
307
+ "\n"
308
+ "Change becomes effective at %s."
309
+ msgstr ""
310
+
311
+ #: core/notification_embeds.py:728 models/notifications.py:99
312
+ msgid "Moon mining extraction started"
313
+ msgstr ""
314
+
315
+ #: core/notification_embeds.py:730
316
+ #, python-format
317
+ msgid ""
318
+ "A moon mining extraction has been started for %(structure_name)s at %(moon)s "
319
+ "in %(solar_system)s belonging to %(owner_link)s. Extraction was started by "
320
+ "%(character)s.\n"
321
+ "The chunk will be ready on location at %(ready_time)s, and will fracture "
322
+ "automatically on %(auto_time)s.\n"
323
+ "%(ore_text)s"
324
+ msgstr ""
325
+
326
+ #: core/notification_embeds.py:746
327
+ #, python-format
328
+ msgid ""
329
+ "\n"
330
+ "Estimated ore composition: %s"
331
+ msgstr ""
332
+
333
+ #: core/notification_embeds.py:758
334
+ msgid "Extraction finished"
335
+ msgstr ""
336
+
337
+ #: core/notification_embeds.py:760
338
+ #, python-format
339
+ msgid ""
340
+ "The extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
341
+ "belonging to %(owner_link)s is finished and the chunk is ready to be shot "
342
+ "at.\n"
343
+ "The chunk will automatically fracture on %(auto_time)s.\n"
344
+ "%(ore_text)s"
345
+ msgstr ""
346
+
347
+ #: core/notification_embeds.py:772 core/notification_embeds.py:794
348
+ #: core/notification_embeds.py:844
349
+ #, python-format
350
+ msgid ""
351
+ "\n"
352
+ "Ore composition: %s"
353
+ msgstr ""
354
+
355
+ #: core/notification_embeds.py:782
356
+ msgid "Automatic Fracture"
357
+ msgstr ""
358
+
359
+ #: core/notification_embeds.py:784
360
+ #, python-format
361
+ msgid ""
362
+ "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
363
+ "belonging to %(owner_link)s has automatically been fired and the moon "
364
+ "products are ready to be harvested.\n"
365
+ "%(ore_text)s"
366
+ msgstr ""
367
+
368
+ #: core/notification_embeds.py:810
369
+ msgid "Extraction cancelled"
370
+ msgstr ""
371
+
372
+ #: core/notification_embeds.py:812
373
+ #, python-format
374
+ msgid ""
375
+ "An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
376
+ "belonging to %(owner_link)s has been cancelled by %(character)s."
377
+ msgstr ""
378
+
379
+ #: core/notification_embeds.py:831
380
+ msgid "Moon drill fired"
381
+ msgstr ""
382
+
383
+ #: core/notification_embeds.py:833
384
+ #, python-format
385
+ msgid ""
386
+ "The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
387
+ "belonging to %(owner_link)s has been fired by %(character)s and the moon "
388
+ "products are ready to be harvested.\n"
389
+ "%(ore_text)s"
390
+ msgstr ""
391
+
392
+ #: core/notification_embeds.py:876
393
+ msgid "Orbital under attack"
394
+ msgstr ""
395
+
396
+ #: core/notification_embeds.py:878
397
+ #, python-format
398
+ msgid ""
399
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
400
+ "%(owner_link)s is under attack by %(aggressor)s."
401
+ msgstr ""
402
+
403
+ #: core/notification_embeds.py:897
404
+ msgid "Orbital reinforced"
405
+ msgstr ""
406
+
407
+ #: core/notification_embeds.py:899
408
+ #, python-format
409
+ msgid ""
410
+ "The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
411
+ "%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
412
+ "%(date)s."
413
+ msgstr ""
414
+
415
+ #: core/notification_embeds.py:935 core/notification_embeds.py:1631
416
+ #, python-format
417
+ msgid ""
418
+ "The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
419
+ "%(owner_link)s "
420
+ msgstr ""
421
+
422
+ #: core/notification_embeds.py:952
423
+ msgid "Starbase under attack"
424
+ msgstr ""
425
+
426
+ #: core/notification_embeds.py:954
427
+ #, python-format
428
+ msgid ""
429
+ "is under attack by %(aggressor)s.\n"
430
+ "%(damage_text)s"
431
+ msgstr ""
432
+
433
+ #: core/notification_embeds.py:982 models/notifications.py:93
434
+ msgid "Starbase fuel alert"
435
+ msgstr ""
436
+
437
+ #: core/notification_embeds.py:996
438
+ msgid "Starbase refueled"
439
+ msgstr ""
440
+
441
+ #: core/notification_embeds.py:1035
442
+ #, python-format
443
+ msgid "%(structure_type)s in %(solar_system)s is being captured"
444
+ msgstr ""
445
+
446
+ #: core/notification_embeds.py:1041
447
+ #, python-format
448
+ msgid ""
449
+ "A capsuleer has started to influence the %(type)s in %(solar_system)s "
450
+ "belonging to %(owner)s with an Entosis Link."
451
+ msgstr ""
452
+
453
+ #: core/notification_embeds.py:1056
454
+ #, python-format
455
+ msgid ""
456
+ "Command nodes for %(structure_type)s in %(solar_system)s have begun to "
457
+ "decloak"
458
+ msgstr ""
459
+
460
+ #: core/notification_embeds.py:1063
461
+ #, python-format
462
+ msgid ""
463
+ "Command nodes for %(structure_type)s in %(solar_system)s belonging to "
464
+ "%(owner)s can now be found throughout the %(constellation)s constellation"
465
+ msgstr ""
466
+
467
+ #: core/notification_embeds.py:1085
468
+ #, python-format
469
+ msgid "DED Sovereignty claim acknowledgment: %s"
470
+ msgstr ""
471
+
472
+ #: core/notification_embeds.py:1089
473
+ #, python-format
474
+ msgid ""
475
+ "DED now officially acknowledges that your member corporation %(corporation)s "
476
+ "has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
477
+ msgstr ""
478
+
479
+ #: core/notification_embeds.py:1109
480
+ #, python-format
481
+ msgid "Lost sovereignty in: %s"
482
+ msgstr ""
483
+
484
+ #: core/notification_embeds.py:1111
485
+ #, python-format
486
+ msgid ""
487
+ "DED acknowledges that member corporation %(corporation)s has lost its claim "
488
+ "to sovereignty on behalf of %(alliance)s in %(solar_system)s."
489
+ msgstr ""
490
+
491
+ #: core/notification_embeds.py:1126
492
+ #, python-format
493
+ msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
494
+ msgstr ""
495
+
496
+ #: core/notification_embeds.py:1132
497
+ #, python-format
498
+ msgid ""
499
+ "The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
500
+ "reinforced by hostile forces and command nodes will begin decloaking at "
501
+ "%(date)s"
502
+ msgstr ""
503
+
504
+ #: core/notification_embeds.py:1149
505
+ #, python-format
506
+ msgid "%(structure_type)s in %(solar_system)s has been destroyed"
507
+ msgstr ""
508
+
509
+ #: core/notification_embeds.py:1155
510
+ #, python-format
511
+ msgid ""
512
+ "The command nodes for %(structure_type)s in %(solar_system)s belonging to "
513
+ "%(owner)s have been destroyed by hostile forces."
514
+ msgstr ""
515
+
516
+ #: core/notification_embeds.py:1188
517
+ #, python-format
518
+ msgid " near **%s**"
519
+ msgstr ""
520
+
521
+ #: core/notification_embeds.py:1191
522
+ #, python-format
523
+ msgid "%(structure_type)s anchored in %(solar_system)s"
524
+ msgstr ""
525
+
526
+ #: core/notification_embeds.py:1196
527
+ #, python-format
528
+ msgid ""
529
+ "A %(structure_type)s from %(structure_owner)s has anchored in "
530
+ "%(solar_system)s%(location_text)s."
531
+ msgstr ""
532
+
533
+ #: core/notification_embeds.py:1533
534
+ #, python-format
535
+ msgid "%s has offered a surrender"
536
+ msgstr ""
537
+
538
+ #: core/notification_embeds.py:1535
539
+ #, python-format
540
+ msgid ""
541
+ "%s has offered to end the war with %s in the exchange for %s ISK. If "
542
+ "accepted, the war will end in 24 hours and your organizations will be unable "
543
+ "to declare new wars against each other for the next 2 weeks."
544
+ msgstr ""
545
+
546
+ #: core/notification_embeds.py:1548
547
+ msgid "Insufficient Funds for Bill"
548
+ msgstr ""
549
+
550
+ #: core/notification_embeds.py:1550
551
+ #, python-format
552
+ msgid ""
553
+ "The selected corporation wallet division for automatic payments does not "
554
+ "have enough current funds available to pay the %(bill_type)s due to be paid "
555
+ "by %(due_date)s. Transfer additional funds to the selected wallet division "
556
+ "in order to meet your pending automatic bills."
557
+ msgstr ""
558
+
559
+ #: core/notification_embeds.py:1570
560
+ msgid "IHub Bill About to Expire"
561
+ msgstr ""
562
+
563
+ #: core/notification_embeds.py:1572
564
+ #, python-format
565
+ msgid ""
566
+ "Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
567
+ "%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
568
+ msgstr ""
569
+
570
+ #: core/notification_embeds.py:1597
571
+ #, python-format
572
+ msgid "%s has self-destructed due to unpaid maintenance bills"
573
+ msgstr ""
574
+
575
+ #: core/notification_embeds.py:1601
576
+ #, python-format
577
+ msgid ""
578
+ "%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
579
+ "maintenance bills where not paid."
580
+ msgstr ""
581
+
582
+ #: core/notification_embeds.py:1646
583
+ msgid "Starbase reinforced"
584
+ msgstr ""
585
+
586
+ #: core/notification_embeds.py:1654
587
+ #, python-format
588
+ msgid "has been reinforced and will come out at: %s."
589
+ msgstr ""
590
+
591
+ #: core/notification_timers.py:89
592
+ msgid "Armor timer"
593
+ msgstr ""
594
+
595
+ #: core/notification_timers.py:90 core/notification_timers.py:197
596
+ #: core/notification_timers.py:380
597
+ msgid "Final timer"
598
+ msgstr ""
599
+
600
+ #: core/notification_timers.py:147
601
+ msgid "Sov timer"
602
+ msgstr ""
603
+
604
+ #: core/notification_timers.py:249
605
+ msgid "Extraction ready"
606
+ msgstr ""
607
+
608
+ #: core/serializers.py:491
609
+ msgid "yes"
610
+ msgstr ""
611
+
612
+ #: core/serializers.py:496
613
+ msgid "no"
614
+ msgstr ""
615
+
616
+ #: models/notifications.py:43
617
+ msgid "English"
618
+ msgstr ""
619
+
620
+ #: models/notifications.py:44
621
+ msgid "German"
622
+ msgstr ""
623
+
624
+ #: models/notifications.py:45
625
+ msgid "Spanish"
626
+ msgstr ""
627
+
628
+ #: models/notifications.py:46
629
+ msgid "Chinese Simplified"
630
+ msgstr ""
631
+
632
+ #: models/notifications.py:47
633
+ msgid "Russian"
634
+ msgstr ""
635
+
636
+ #: models/notifications.py:48
637
+ msgid "Korean"
638
+ msgstr ""
639
+
640
+ #: models/notifications.py:56
641
+ msgid "Upwell structure anchoring"
642
+ msgstr ""
643
+
644
+ #: models/notifications.py:57
645
+ msgid "Upwell structure went online"
646
+ msgstr ""
647
+
648
+ #: models/notifications.py:59
649
+ msgid "Upwell structure services went offline"
650
+ msgstr ""
651
+
652
+ #: models/notifications.py:62
653
+ msgid "Upwell structure went high power"
654
+ msgstr ""
655
+
656
+ #: models/notifications.py:65
657
+ msgid "Upwell structure went low power"
658
+ msgstr ""
659
+
660
+ #: models/notifications.py:67
661
+ msgid "Upwell structure unanchoring"
662
+ msgstr ""
663
+
664
+ #: models/notifications.py:68
665
+ msgid "Upwell structure fuel alert"
666
+ msgstr ""
667
+
668
+ #: models/notifications.py:69
669
+ msgid "Upwell structure refueled"
670
+ msgstr ""
671
+
672
+ #: models/notifications.py:71
673
+ msgid "Upwell structure jump fuel alert"
674
+ msgstr ""
675
+
676
+ #: models/notifications.py:74
677
+ msgid "Upwell structure is under attack"
678
+ msgstr ""
679
+
680
+ #: models/notifications.py:76
681
+ msgid "Upwell structure lost shields"
682
+ msgstr ""
683
+
684
+ #: models/notifications.py:77
685
+ msgid "Upwell structure lost armor"
686
+ msgstr ""
687
+
688
+ #: models/notifications.py:78
689
+ msgid "Upwell structure destroyed"
690
+ msgstr ""
691
+
692
+ #: models/notifications.py:81
693
+ msgid "Upwell structure reinforcement time changed"
694
+ msgstr ""
695
+
696
+ #: models/notifications.py:84
697
+ msgid "Upwell structure ownership transferred"
698
+ msgstr ""
699
+
700
+ #: models/notifications.py:88
701
+ msgid "Customs office attacked"
702
+ msgstr ""
703
+
704
+ #: models/notifications.py:89
705
+ msgid "Customs office reinforced"
706
+ msgstr ""
707
+
708
+ #: models/notifications.py:92
709
+ msgid "Starbase attacked"
710
+ msgstr ""
711
+
712
+ #: models/notifications.py:94
713
+ msgid "Starbase refueled (BETA)"
714
+ msgstr ""
715
+
716
+ #: models/notifications.py:95
717
+ msgid "Starbase reinforced (BETA)"
718
+ msgstr ""
719
+
720
+ #: models/notifications.py:101
721
+ msgid "Moonmining laser fired"
722
+ msgstr ""
723
+
724
+ #: models/notifications.py:103
725
+ msgid "Moon mining extraction cancelled"
726
+ msgstr ""
727
+
728
+ #: models/notifications.py:106
729
+ msgid "Moon mining extraction finished"
730
+ msgstr ""
731
+
732
+ #: models/notifications.py:109
733
+ msgid "Moon mining automatic fracture triggered"
734
+ msgstr ""
735
+
736
+ #: models/notifications.py:114
737
+ msgid "Sovereignty structure reinforced"
738
+ msgstr ""
739
+
740
+ #: models/notifications.py:117
741
+ msgid "Sovereignty structure destroyed"
742
+ msgstr ""
743
+
744
+ #: models/notifications.py:120
745
+ msgid "Sovereignty entosis capture started"
746
+ msgstr ""
747
+
748
+ #: models/notifications.py:123
749
+ msgid "Sovereignty command node event started"
750
+ msgstr ""
751
+
752
+ #: models/notifications.py:126
753
+ msgid "Sovereignty claim acknowledgment"
754
+ msgstr ""
755
+
756
+ #: models/notifications.py:128
757
+ msgid "Sovereignty lost"
758
+ msgstr ""
759
+
760
+ #: models/notifications.py:130
761
+ msgid "Structure anchoring in alliance space"
762
+ msgstr ""
763
+
764
+ #: models/notifications.py:134
765
+ msgid "War declared"
766
+ msgstr ""
767
+
768
+ #: models/notifications.py:136
769
+ msgid "War ally joined aggressor"
770
+ msgstr ""
771
+
772
+ #: models/notifications.py:138
773
+ msgid "War ally joined ally"
774
+ msgstr ""
775
+
776
+ #: models/notifications.py:140
777
+ msgid "War ally joined defender"
778
+ msgstr ""
779
+
780
+ #: models/notifications.py:142
781
+ msgid "War adopted"
782
+ msgstr ""
783
+
784
+ #: models/notifications.py:143
785
+ msgid "War inherited"
786
+ msgstr ""
787
+
788
+ #: models/notifications.py:144
789
+ msgid "War party surrendered"
790
+ msgstr ""
791
+
792
+ #: models/notifications.py:146
793
+ msgid "War retracted by Concord"
794
+ msgstr ""
795
+
796
+ #: models/notifications.py:149
797
+ msgid "War corporation became eligible"
798
+ msgstr ""
799
+
800
+ #: models/notifications.py:152
801
+ msgid "War corporation no longer eligible"
802
+ msgstr ""
803
+
804
+ #: models/notifications.py:154
805
+ msgid "War surrender offered"
806
+ msgstr ""
807
+
808
+ #: models/notifications.py:157
809
+ msgid "Character submitted application"
810
+ msgstr ""
811
+
812
+ #: models/notifications.py:159
813
+ msgid "Character invited to join corporation"
814
+ msgstr ""
815
+
816
+ #: models/notifications.py:162
817
+ msgid "Corp application rejected"
818
+ msgstr ""
819
+
820
+ #: models/notifications.py:164
821
+ msgid "Character withdrew application"
822
+ msgstr ""
823
+
824
+ #: models/notifications.py:165
825
+ msgid "Character joins corporation"
826
+ msgstr ""
827
+
828
+ #: models/notifications.py:166
829
+ msgid "Character leaves corporation"
830
+ msgstr ""
831
+
832
+ #: models/notifications.py:169
833
+ msgid "Bill out of money"
834
+ msgstr ""
835
+
836
+ #: models/notifications.py:172
837
+ msgid "I-HUB bill about to expire"
838
+ msgstr ""
839
+
840
+ #: models/notifications.py:176
841
+ msgid "I_HUB destroyed by bill failure"
842
+ msgstr ""
843
+
844
+ #: models/notifications.py:336
845
+ msgid "notification types"
846
+ msgstr ""
847
+
848
+ #: models/notifications.py:338
849
+ msgid "Select which type of notifications should be forwarded to this webhook"
850
+ msgstr ""
851
+
852
+ #: models/notifications.py:347
853
+ msgid "language"
854
+ msgstr ""
855
+
856
+ #: models/notifications.py:348
857
+ msgid "language of notifications send to this webhook"
858
+ msgstr ""
859
+
860
+ #: models/notifications.py:352 models/structures.py:92
861
+ msgid "is default"
862
+ msgstr ""
863
+
864
+ #: models/notifications.py:354
865
+ msgid "Whether owners have this webhook automatically pre-set when created"
866
+ msgstr ""
867
+
868
+ #: models/notifications.py:359 models/owners.py:153
869
+ msgid "has default pings enabled"
870
+ msgstr ""
871
+
872
+ #: models/notifications.py:370 models/owners.py:199
873
+ msgid "ping groups"
874
+ msgstr ""
875
+
876
+ #: models/notifications.py:371
877
+ msgid "Groups to be pinged for each notification - "
878
+ msgstr ""
879
+
880
+ #: models/notifications.py:376
881
+ msgid "webhook"
882
+ msgstr ""
883
+
884
+ #: models/notifications.py:377 models/owners.py:214 models/structures.py:390
885
+ msgid "webhooks"
886
+ msgstr ""
887
+
888
+ #: models/notifications.py:390
889
+ msgid "is sent"
890
+ msgstr ""
891
+
892
+ #: models/notifications.py:391
893
+ msgid "True when this notification has been forwarded to Discord"
894
+ msgstr ""
895
+
896
+ #: models/notifications.py:396
897
+ msgid "is timer added"
898
+ msgstr ""
899
+
900
+ #: models/notifications.py:397
901
+ msgid "True when a timer has been added for this notification"
902
+ msgstr ""
903
+
904
+ #: models/notifications.py:403 models/structures.py:243
905
+ #: models/structures.py:787
906
+ msgid "type"
907
+ msgstr ""
908
+
909
+ #: models/notifications.py:404
910
+ msgid "type of this notification"
911
+ msgstr ""
912
+
913
+ #: models/notifications.py:409 models/owners.py:221 models/owners.py:1287
914
+ #: models/structures.py:313
915
+ msgid "owner"
916
+ msgstr ""
917
+
918
+ #: models/notifications.py:410
919
+ msgid "Corporation that owns this notification"
920
+ msgstr ""
921
+
922
+ #: models/notifications.py:414 models/structures.py:403
923
+ msgid "structures"
924
+ msgstr ""
925
+
926
+ #: models/notifications.py:415
927
+ msgid "Structures this notification is about (if any)"
928
+ msgstr ""
929
+
930
+ #: models/notifications.py:694 models/structures.py:203
931
+ #: models/structures.py:773
932
+ msgid "id"
933
+ msgstr ""
934
+
935
+ #: models/notifications.py:698
936
+ msgid "created"
937
+ msgstr ""
938
+
939
+ #: models/notifications.py:699
940
+ msgid "Date when this notification was first received from ESI"
941
+ msgstr ""
942
+
943
+ #: models/notifications.py:704
944
+ msgid "is read"
945
+ msgstr ""
946
+
947
+ #: models/notifications.py:705
948
+ msgid "True when this notification has read in the eve client"
949
+ msgstr ""
950
+
951
+ #: models/notifications.py:708
952
+ msgid "last updated"
953
+ msgstr ""
954
+
955
+ #: models/notifications.py:709
956
+ msgid "Date when this notification has last been updated from ESI"
957
+ msgstr ""
958
+
959
+ #: models/notifications.py:716
960
+ msgid "sender"
961
+ msgstr ""
962
+
963
+ #: models/notifications.py:723
964
+ msgid "text"
965
+ msgstr ""
966
+
967
+ #: models/notifications.py:724
968
+ msgid "Notification details in YAML"
969
+ msgstr ""
970
+
971
+ #: models/notifications.py:726 models/notifications.py:843
972
+ msgid "timestamp"
973
+ msgstr ""
974
+
975
+ #: models/notifications.py:731
976
+ msgid "eve notification"
977
+ msgstr ""
978
+
979
+ #: models/notifications.py:732
980
+ msgid "eve notifications"
981
+ msgstr ""
982
+
983
+ #: models/notifications.py:841
984
+ msgid "details"
985
+ msgstr ""
986
+
987
+ #: models/notifications.py:842
988
+ msgid "last_updated"
989
+ msgstr ""
990
+
991
+ #: models/notifications.py:848
992
+ msgid "generated notification"
993
+ msgstr ""
994
+
995
+ #: models/notifications.py:849
996
+ msgid "generated notifications"
997
+ msgstr ""
998
+
999
+ #: models/notifications.py:878
1000
+ msgid "channel pings"
1001
+ msgstr ""
1002
+
1003
+ #: models/notifications.py:880
1004
+ msgid ""
1005
+ "Option to ping every member of the channel. This setting can be overruled by "
1006
+ "the respective owner or webhook configuration"
1007
+ msgstr ""
1008
+
1009
+ #: models/notifications.py:890
1010
+ msgid "color"
1011
+ msgstr ""
1012
+
1013
+ #: models/notifications.py:891
1014
+ msgid "Context color of these notification on Discord"
1015
+ msgstr ""
1016
+
1017
+ #: models/notifications.py:895
1018
+ msgid "is_enabled"
1019
+ msgstr ""
1020
+
1021
+ #: models/notifications.py:896
1022
+ msgid "Disabled configurations will not create any new alerts."
1023
+ msgstr ""
1024
+
1025
+ #: models/notifications.py:919
1026
+ msgid "end"
1027
+ msgstr ""
1028
+
1029
+ #: models/notifications.py:919
1030
+ msgid "End of alerts in hours before fuel expires"
1031
+ msgstr ""
1032
+
1033
+ #: models/notifications.py:922
1034
+ msgid "repeat"
1035
+ msgstr ""
1036
+
1037
+ #: models/notifications.py:924
1038
+ msgid "Notifications will be repeated every x hours. Set to 0 for no repeats"
1039
+ msgstr ""
1040
+
1041
+ #: models/notifications.py:928
1042
+ msgid "start"
1043
+ msgstr ""
1044
+
1045
+ #: models/notifications.py:929
1046
+ msgid "Start of alerts in hours before fuel expires"
1047
+ msgstr ""
1048
+
1049
+ #: models/notifications.py:933
1050
+ msgid "structure fuel alert config"
1051
+ msgstr ""
1052
+
1053
+ #: models/notifications.py:934
1054
+ msgid "structure fuel alert configs"
1055
+ msgstr ""
1056
+
1057
+ #: models/notifications.py:941
1058
+ msgid "Start must be before end, i.e. have a larger value."
1059
+ msgstr ""
1060
+
1061
+ #: models/notifications.py:945
1062
+ msgid "Repeat can not be larger that the interval size."
1063
+ msgstr ""
1064
+
1065
+ #: models/notifications.py:954
1066
+ msgid "This configuration may not overlap with an existing configuration."
1067
+ msgstr ""
1068
+
1069
+ #: models/notifications.py:1021
1070
+ msgid "threshold"
1071
+ msgstr ""
1072
+
1073
+ #: models/notifications.py:1023
1074
+ msgid ""
1075
+ "Notifications will be sent once fuel level in units reaches this threshold"
1076
+ msgstr ""
1077
+
1078
+ #: models/notifications.py:1028
1079
+ msgid "jump fuel alert config"
1080
+ msgstr ""
1081
+
1082
+ #: models/notifications.py:1029
1083
+ msgid "jump fuel alert configs"
1084
+ msgstr ""
1085
+
1086
+ #: models/notifications.py:1078 models/notifications.py:1128
1087
+ #: models/structures.py:402 models/structures.py:779 models/structures.py:844
1088
+ msgid "structure"
1089
+ msgstr ""
1090
+
1091
+ #: models/notifications.py:1084 models/notifications.py:1134
1092
+ msgid "configuration"
1093
+ msgstr ""
1094
+
1095
+ #: models/notifications.py:1088
1096
+ msgid "hours"
1097
+ msgstr ""
1098
+
1099
+ #: models/notifications.py:1089
1100
+ msgid "number of hours before fuel expiration this alert was sent"
1101
+ msgstr ""
1102
+
1103
+ #: models/notifications.py:1093
1104
+ msgid "structure fuel alert"
1105
+ msgstr ""
1106
+
1107
+ #: models/notifications.py:1094
1108
+ msgid "structure fuel alerts"
1109
+ msgstr ""
1110
+
1111
+ #: models/notifications.py:1138
1112
+ msgid "jump fuel alert"
1113
+ msgstr ""
1114
+
1115
+ #: models/notifications.py:1139
1116
+ msgid "jump fuel alerts"
1117
+ msgstr ""
1118
+
1119
+ #: models/owners.py:119
1120
+ msgid "corporation"
1121
+ msgstr ""
1122
+
1123
+ #: models/owners.py:120
1124
+ msgid "Corporation owning structures"
1125
+ msgstr ""
1126
+
1127
+ #: models/owners.py:125
1128
+ msgid "are pocos public"
1129
+ msgstr ""
1130
+
1131
+ #: models/owners.py:126
1132
+ msgid "whether pocos of this owner are shown on public POCO page"
1133
+ msgstr ""
1134
+
1135
+ #: models/owners.py:132
1136
+ msgid "assets last update at"
1137
+ msgstr ""
1138
+
1139
+ #: models/owners.py:133 models/owners.py:149 models/owners.py:192
1140
+ #: models/owners.py:207
1141
+ msgid "when the last successful update happened"
1142
+ msgstr ""
1143
+
1144
+ #: models/owners.py:148
1145
+ msgid "forwarding last update at"
1146
+ msgstr ""
1147
+
1148
+ #: models/owners.py:155
1149
+ msgid ""
1150
+ "to enable or disable pinging of notifications for this owner e.g. with "
1151
+ "@everyone and @here"
1152
+ msgstr ""
1153
+
1154
+ #: models/owners.py:161
1155
+ msgid "is active"
1156
+ msgstr ""
1157
+
1158
+ #: models/owners.py:162
1159
+ msgid "whether this owner is currently included in the sync process"
1160
+ msgstr ""
1161
+
1162
+ #: models/owners.py:166
1163
+ msgid "is alliance main"
1164
+ msgstr ""
1165
+
1166
+ #: models/owners.py:168
1167
+ msgid ""
1168
+ "whether alliance wide notifications are forwarded for this owner (e.g. sov "
1169
+ "notifications)"
1170
+ msgstr ""
1171
+
1172
+ #: models/owners.py:174
1173
+ msgid "is included in service status"
1174
+ msgstr ""
1175
+
1176
+ #: models/owners.py:176
1177
+ msgid ""
1178
+ "whether the sync status of this owner is included in the overall status of "
1179
+ "this services"
1180
+ msgstr ""
1181
+
1182
+ #: models/owners.py:184
1183
+ msgid "is up"
1184
+ msgstr ""
1185
+
1186
+ #: models/owners.py:185
1187
+ msgid "whether all services for this owner are currently up"
1188
+ msgstr ""
1189
+
1190
+ #: models/owners.py:191
1191
+ msgid "notifications last update at"
1192
+ msgstr ""
1193
+
1194
+ #: models/owners.py:200
1195
+ msgid "Groups to be pinged for each notification. "
1196
+ msgstr ""
1197
+
1198
+ #: models/owners.py:206
1199
+ msgid "structures last update at"
1200
+ msgstr ""
1201
+
1202
+ #: models/owners.py:215
1203
+ msgid "Notifications are sent to these webhooks."
1204
+ msgstr ""
1205
+
1206
+ #: models/owners.py:222
1207
+ msgid "owners"
1208
+ msgstr ""
1209
+
1210
+ #: models/owners.py:1147
1211
+ #, python-format
1212
+ msgid ""
1213
+ "Syncing of %(topic)s for %(owner)s %(result)s.\n"
1214
+ " %(message_details)s"
1215
+ msgstr ""
1216
+
1217
+ #: models/owners.py:1151
1218
+ msgid "completed successfully"
1219
+ msgstr ""
1220
+
1221
+ #: models/owners.py:1156
1222
+ #, python-format
1223
+ msgid "%(title)s: %(topic)s updated for %(owner)s: %(result)s"
1224
+ msgstr ""
1225
+
1226
+ #: models/owners.py:1161
1227
+ msgid "OK"
1228
+ msgstr ""
1229
+
1230
+ #: models/owners.py:1293
1231
+ msgid "character_ownership"
1232
+ msgstr ""
1233
+
1234
+ #: models/owners.py:1301
1235
+ msgid "structures last used at"
1236
+ msgstr ""
1237
+
1238
+ #: models/owners.py:1309
1239
+ msgid "notifications last used at"
1240
+ msgstr ""
1241
+
1242
+ #: models/owners.py:1315
1243
+ msgid "error count"
1244
+ msgstr ""
1245
+
1246
+ #: models/owners.py:1321
1247
+ msgid "owner character"
1248
+ msgstr ""
1249
+
1250
+ #: models/owners.py:1322
1251
+ msgid "owner characters"
1252
+ msgstr ""
1253
+
1254
+ #: models/structures.py:38
1255
+ msgid "sov"
1256
+ msgstr ""
1257
+
1258
+ #: models/structures.py:39
1259
+ msgid "highsec"
1260
+ msgstr ""
1261
+
1262
+ #: models/structures.py:40
1263
+ msgid "lowsec"
1264
+ msgstr ""
1265
+
1266
+ #: models/structures.py:41
1267
+ msgid "nullsec"
1268
+ msgstr ""
1269
+
1270
+ #: models/structures.py:42
1271
+ msgid "w_space"
1272
+ msgstr ""
1273
+
1274
+ #: models/structures.py:45
1275
+ msgid "grey"
1276
+ msgstr ""
1277
+
1278
+ #: models/structures.py:46
1279
+ msgid "dark blue"
1280
+ msgstr ""
1281
+
1282
+ #: models/structures.py:47
1283
+ msgid "green"
1284
+ msgstr ""
1285
+
1286
+ #: models/structures.py:48
1287
+ msgid "light blue"
1288
+ msgstr ""
1289
+
1290
+ #: models/structures.py:49
1291
+ msgid "orange"
1292
+ msgstr ""
1293
+
1294
+ #: models/structures.py:50
1295
+ msgid "red"
1296
+ msgstr ""
1297
+
1298
+ #: models/structures.py:62 models/structures.py:285 models/structures.py:848
1299
+ msgid "name"
1300
+ msgstr ""
1301
+
1302
+ #: models/structures.py:63
1303
+ msgid "name of the tag - must be unique"
1304
+ msgstr ""
1305
+
1306
+ #: models/structures.py:69
1307
+ msgid "description"
1308
+ msgstr ""
1309
+
1310
+ #: models/structures.py:70
1311
+ msgid "description for this tag"
1312
+ msgstr ""
1313
+
1314
+ #: models/structures.py:77
1315
+ msgid "style"
1316
+ msgstr ""
1317
+
1318
+ #: models/structures.py:78
1319
+ msgid "color style of tag"
1320
+ msgstr ""
1321
+
1322
+ #: models/structures.py:84
1323
+ msgid "order"
1324
+ msgstr ""
1325
+
1326
+ #: models/structures.py:86
1327
+ msgid ""
1328
+ "number defining the order tags are shown. custom tags can not have an order "
1329
+ "below 100"
1330
+ msgstr ""
1331
+
1332
+ #: models/structures.py:94
1333
+ msgid "if true this custom tag will automatically be added to new structures"
1334
+ msgstr ""
1335
+
1336
+ #: models/structures.py:99
1337
+ msgid "is user managed"
1338
+ msgstr ""
1339
+
1340
+ #: models/structures.py:101
1341
+ msgid ""
1342
+ "if False this tag is created and managed by the system and can not be "
1343
+ "modified by users"
1344
+ msgstr ""
1345
+
1346
+ #: models/structures.py:109
1347
+ msgid "structure tag"
1348
+ msgstr ""
1349
+
1350
+ #: models/structures.py:110
1351
+ msgid "structure tags"
1352
+ msgstr ""
1353
+
1354
+ #: models/structures.py:144
1355
+ msgid "anchor vulnerable"
1356
+ msgstr ""
1357
+
1358
+ #: models/structures.py:145
1359
+ msgid "anchoring"
1360
+ msgstr ""
1361
+
1362
+ #: models/structures.py:146
1363
+ msgid "armor reinforce"
1364
+ msgstr ""
1365
+
1366
+ #: models/structures.py:147
1367
+ msgid "armor vulnerable"
1368
+ msgstr ""
1369
+
1370
+ #: models/structures.py:148
1371
+ msgid "deploy vulnerable"
1372
+ msgstr ""
1373
+
1374
+ #: models/structures.py:149
1375
+ msgid "fitting invulnerable"
1376
+ msgstr ""
1377
+
1378
+ #: models/structures.py:150
1379
+ msgid "hull reinforce"
1380
+ msgstr ""
1381
+
1382
+ #: models/structures.py:151
1383
+ msgid "hull vulnerable"
1384
+ msgstr ""
1385
+
1386
+ #: models/structures.py:152
1387
+ msgid "online deprecated"
1388
+ msgstr ""
1389
+
1390
+ #: models/structures.py:153
1391
+ msgid "onlining vulnerable"
1392
+ msgstr ""
1393
+
1394
+ #: models/structures.py:154
1395
+ msgid "shield vulnerable"
1396
+ msgstr ""
1397
+
1398
+ #: models/structures.py:155
1399
+ msgid "unanchored"
1400
+ msgstr ""
1401
+
1402
+ #: models/structures.py:157 models/structures.py:827
1403
+ msgid "offline"
1404
+ msgstr ""
1405
+
1406
+ #: models/structures.py:158 models/structures.py:828
1407
+ msgid "online"
1408
+ msgstr ""
1409
+
1410
+ #: models/structures.py:159
1411
+ msgid "onlining"
1412
+ msgstr ""
1413
+
1414
+ #: models/structures.py:160
1415
+ msgid "reinforced"
1416
+ msgstr ""
1417
+
1418
+ #: models/structures.py:161
1419
+ msgid "unanchoring "
1420
+ msgstr ""
1421
+
1422
+ #: models/structures.py:164
1423
+ msgid "unknown"
1424
+ msgstr ""
1425
+
1426
+ #: models/structures.py:195
1427
+ msgid "Full Power"
1428
+ msgstr ""
1429
+
1430
+ #: models/structures.py:196
1431
+ msgid "Low Power"
1432
+ msgstr ""
1433
+
1434
+ #: models/structures.py:197
1435
+ msgid "Abandoned"
1436
+ msgstr ""
1437
+
1438
+ #: models/structures.py:198
1439
+ msgid "Abandoned?"
1440
+ msgstr ""
1441
+
1442
+ #: models/structures.py:199
1443
+ msgid "Unknown"
1444
+ msgstr ""
1445
+
1446
+ #: models/structures.py:204
1447
+ msgid "The Item ID of the structure"
1448
+ msgstr ""
1449
+
1450
+ #: models/structures.py:209
1451
+ msgid "created at"
1452
+ msgstr ""
1453
+
1454
+ #: models/structures.py:210
1455
+ msgid "date this structure was received from ESI for the first time"
1456
+ msgstr ""
1457
+
1458
+ #: models/structures.py:219
1459
+ msgid "moon"
1460
+ msgstr ""
1461
+
1462
+ #: models/structures.py:220
1463
+ msgid "Moon next to this structure - if any"
1464
+ msgstr ""
1465
+
1466
+ #: models/structures.py:229
1467
+ msgid "planet"
1468
+ msgstr ""
1469
+
1470
+ #: models/structures.py:230
1471
+ msgid "Planet next to this structure - if any"
1472
+ msgstr ""
1473
+
1474
+ #: models/structures.py:236
1475
+ msgid "solar system"
1476
+ msgstr ""
1477
+
1478
+ #: models/structures.py:237
1479
+ msgid "Solar System the structure is located"
1480
+ msgstr ""
1481
+
1482
+ #: models/structures.py:244
1483
+ msgid "Type of the structure"
1484
+ msgstr ""
1485
+
1486
+ #: models/structures.py:250
1487
+ msgid "fuel expires at"
1488
+ msgstr ""
1489
+
1490
+ #: models/structures.py:251
1491
+ msgid "Date on which the structure will run out of fuel"
1492
+ msgstr ""
1493
+
1494
+ #: models/structures.py:258
1495
+ msgid "has fitting"
1496
+ msgstr ""
1497
+
1498
+ #: models/structures.py:259
1499
+ msgid "bool indicating if the structure has a fitting"
1500
+ msgstr ""
1501
+
1502
+ #: models/structures.py:266
1503
+ msgid "has core"
1504
+ msgstr ""
1505
+
1506
+ #: models/structures.py:267
1507
+ msgid "bool indicating if the structure has a quantum core"
1508
+ msgstr ""
1509
+
1510
+ #: models/structures.py:273
1511
+ msgid "last online at"
1512
+ msgstr ""
1513
+
1514
+ #: models/structures.py:274
1515
+ msgid "date this structure had any of it's services online"
1516
+ msgstr ""
1517
+
1518
+ #: models/structures.py:280 models/structures.py:792
1519
+ msgid "last updated at"
1520
+ msgstr ""
1521
+
1522
+ #: models/structures.py:281
1523
+ msgid "date this structure was last updated from the EVE server"
1524
+ msgstr ""
1525
+
1526
+ #: models/structures.py:286
1527
+ msgid "The full name of the structure"
1528
+ msgstr ""
1529
+
1530
+ #: models/structures.py:293
1531
+ msgid "next reinforce hour"
1532
+ msgstr ""
1533
+
1534
+ #: models/structures.py:295 models/structures.py:305
1535
+ msgid ""
1536
+ "The requested change to reinforce_hour that will take effect at the time "
1537
+ "shown by next_reinforce_apply"
1538
+ msgstr ""
1539
+
1540
+ #: models/structures.py:303
1541
+ msgid "next reinforce apply"
1542
+ msgstr ""
1543
+
1544
+ #: models/structures.py:314
1545
+ msgid "Corporation that owns the structure"
1546
+ msgstr ""
1547
+
1548
+ #: models/structures.py:321
1549
+ msgid "reinforce hour"
1550
+ msgstr ""
1551
+
1552
+ #: models/structures.py:323
1553
+ msgid ""
1554
+ "The average hour of day that determines the time +/- some hours when the "
1555
+ "structure will randomly exit its reinforcement periods and become vulnerable "
1556
+ "to attack against its armor and/or hull. "
1557
+ msgstr ""
1558
+
1559
+ #: models/structures.py:332
1560
+ msgid "position x"
1561
+ msgstr ""
1562
+
1563
+ #: models/structures.py:333
1564
+ msgid "x position in the solar system"
1565
+ msgstr ""
1566
+
1567
+ #: models/structures.py:339
1568
+ msgid "position y"
1569
+ msgstr ""
1570
+
1571
+ #: models/structures.py:340
1572
+ msgid "y position in the solar system"
1573
+ msgstr ""
1574
+
1575
+ #: models/structures.py:346
1576
+ msgid "position z"
1577
+ msgstr ""
1578
+
1579
+ #: models/structures.py:347
1580
+ msgid "z position in the solar system"
1581
+ msgstr ""
1582
+
1583
+ #: models/structures.py:353 models/structures.py:853
1584
+ msgid "state"
1585
+ msgstr ""
1586
+
1587
+ #: models/structures.py:354
1588
+ msgid "Current state of the structure"
1589
+ msgstr ""
1590
+
1591
+ #: models/structures.py:360
1592
+ msgid "state timer end"
1593
+ msgstr ""
1594
+
1595
+ #: models/structures.py:361
1596
+ msgid "Date at which the structure entered it's current state"
1597
+ msgstr ""
1598
+
1599
+ #: models/structures.py:367
1600
+ msgid "state timer start"
1601
+ msgstr ""
1602
+
1603
+ #: models/structures.py:368
1604
+ msgid "Date at which the structure will move to it's next state"
1605
+ msgstr ""
1606
+
1607
+ #: models/structures.py:375
1608
+ msgid "tags"
1609
+ msgstr ""
1610
+
1611
+ #: models/structures.py:376
1612
+ msgid "List of tags for this structure. "
1613
+ msgstr ""
1614
+
1615
+ #: models/structures.py:382
1616
+ msgid "unanchors at"
1617
+ msgstr ""
1618
+
1619
+ #: models/structures.py:383
1620
+ msgid "Date at which the structure will unanchor"
1621
+ msgstr ""
1622
+
1623
+ #: models/structures.py:392
1624
+ msgid ""
1625
+ "Webhooks for sending notifications to. If any webhook is enabled, these will "
1626
+ "be used instead of the webhooks defined for the respective owner. If no "
1627
+ "webhook is enabled the owner's setting will be used. "
1628
+ msgstr ""
1629
+
1630
+ #: models/structures.py:773
1631
+ msgid "The Eve item ID"
1632
+ msgstr ""
1633
+
1634
+ #: models/structures.py:780
1635
+ msgid "Structure this item is located in"
1636
+ msgstr ""
1637
+
1638
+ #: models/structures.py:788
1639
+ msgid "type of the item"
1640
+ msgstr ""
1641
+
1642
+ #: models/structures.py:790
1643
+ msgid "is singleton"
1644
+ msgstr ""
1645
+
1646
+ #: models/structures.py:794
1647
+ msgid "location flag"
1648
+ msgstr ""
1649
+
1650
+ #: models/structures.py:795
1651
+ msgid "quantity"
1652
+ msgstr ""
1653
+
1654
+ #: models/structures.py:798
1655
+ msgid "structure item"
1656
+ msgstr ""
1657
+
1658
+ #: models/structures.py:799
1659
+ msgid "structure items"
1660
+ msgstr ""
1661
+
1662
+ #: models/structures.py:845
1663
+ msgid "Structure this service is installed to"
1664
+ msgstr ""
1665
+
1666
+ #: models/structures.py:848
1667
+ msgid "Name of the service"
1668
+ msgstr ""
1669
+
1670
+ #: models/structures.py:854
1671
+ msgid "Current state of this service"
1672
+ msgstr ""
1673
+
1674
+ #: models/structures.py:858
1675
+ msgid "structure service"
1676
+ msgstr ""
1677
+
1678
+ #: models/structures.py:859
1679
+ msgid "structure services"
1680
+ msgstr ""
1681
+
1682
+ #: models/structures.py:875 webhooks/models.py:12
1683
+ msgid "none"
1684
+ msgstr ""
1685
+
1686
+ #: models/structures.py:876
1687
+ msgid "terrible"
1688
+ msgstr ""
1689
+
1690
+ #: models/structures.py:877
1691
+ msgid "bad"
1692
+ msgstr ""
1693
+
1694
+ #: models/structures.py:878
1695
+ msgid "neutral"
1696
+ msgstr ""
1697
+
1698
+ #: models/structures.py:879
1699
+ msgid "good"
1700
+ msgstr ""
1701
+
1702
+ #: models/structures.py:880
1703
+ msgid "excellent"
1704
+ msgstr ""
1705
+
1706
+ #: models/structures.py:974
1707
+ msgid "alliance member"
1708
+ msgstr ""
1709
+
1710
+ #: models/structures.py:975
1711
+ msgid "config starbase equipment role"
1712
+ msgstr ""
1713
+
1714
+ #: models/structures.py:976
1715
+ msgid "corporation member"
1716
+ msgstr ""
1717
+
1718
+ #: models/structures.py:977
1719
+ msgid "starbase fuel technician role"
1720
+ msgstr ""
1721
+
1722
+ #: templates/structures/base.html:4
1723
+ msgid "Structures"
1724
+ msgstr ""
1725
+
1726
+ #: templates/structures/main.html:11
1727
+ msgid ""
1728
+ "Add new structure owner or add new sync character to an existing structure "
1729
+ "owner"
1730
+ msgstr ""
1731
+
1732
+ #: templates/structures/main.html:12
1733
+ msgid "Add Owner / Sync Character"
1734
+ msgstr ""
1735
+
1736
+ #: templates/structures/main.html:20
1737
+ msgid "All Structures"
1738
+ msgstr ""
1739
+
1740
+ #: templates/structures/main.html:22
1741
+ msgid "Jump Gates"
1742
+ msgstr ""
1743
+
1744
+ #: templates/structures/main.html:24
1745
+ msgid "Summary"
1746
+ msgstr ""
1747
+
1748
+ #: templates/structures/main.html:33
1749
+ #: templates/structures/partials/structure_summary.html:16
1750
+ msgid "Customs Offices"
1751
+ msgstr ""
1752
+
1753
+ #: templates/structures/main.html:49
1754
+ msgid "All dates are EVE time"
1755
+ msgstr ""
1756
+
1757
+ #: templates/structures/main.html:50
1758
+ msgid "Data can be outdated by up to 1 hour due to API caching."
1759
+ msgstr ""
1760
+
1761
+ #: templates/structures/main.html:51
1762
+ msgid "Last updated"
1763
+ msgstr ""
1764
+
1765
+ #: templates/structures/main.html:153 templates/structures/main.html:462
1766
+ #: templates/structures/modals/tab_general_detail.html:10
1767
+ #: templates/structures/partials/structure_summary.html:11
1768
+ msgid "Alliance"
1769
+ msgstr ""
1770
+
1771
+ #: templates/structures/main.html:158 templates/structures/main.html:467
1772
+ #: templates/structures/modals/tab_general_detail.html:8
1773
+ #: templates/structures/partials/structure_summary.html:10
1774
+ msgid "Corporation"
1775
+ msgstr ""
1776
+
1777
+ #: templates/structures/main.html:163 templates/structures/main.html:472
1778
+ #: templates/structures/modals/tab_general_detail.html:15
1779
+ #: templates/structures/partials/poco_list.html:10
1780
+ msgid "Region"
1781
+ msgstr ""
1782
+
1783
+ #: templates/structures/main.html:168 templates/structures/main.html:325
1784
+ #: templates/structures/main.html:477
1785
+ #: templates/structures/partials/poco_list.html:11
1786
+ msgid "Solar System"
1787
+ msgstr ""
1788
+
1789
+ #: templates/structures/main.html:173
1790
+ msgid "Category"
1791
+ msgstr ""
1792
+
1793
+ #: templates/structures/main.html:178
1794
+ msgid "Group"
1795
+ msgstr ""
1796
+
1797
+ #: templates/structures/main.html:183 templates/structures/main.html:482
1798
+ msgid "Reinforced?"
1799
+ msgstr ""
1800
+
1801
+ #: templates/structures/main.html:188
1802
+ #: templates/structures/modals/tab_general_detail.html:18
1803
+ #: templates/structures/partials/structure_list.html:74
1804
+ msgid "State"
1805
+ msgstr ""
1806
+
1807
+ #: templates/structures/main.html:193 templates/structures/main.html:487
1808
+ msgid "Power Mode"
1809
+ msgstr ""
1810
+
1811
+ #: templates/structures/main.html:198
1812
+ msgid "Core?"
1813
+ msgstr ""
1814
+
1815
+ #: templates/structures/main.html:318
1816
+ msgid "Space Type"
1817
+ msgstr ""
1818
+
1819
+ #: templates/structures/main.html:332
1820
+ #: templates/structures/partials/poco_list.html:16
1821
+ msgid "Access?"
1822
+ msgstr ""
1823
+
1824
+ #: templates/structures/modals/fitting_assets.html:9
1825
+ #: templates/structures/modals/starbase_detail.html:55
1826
+ #: templates/structures/modals/starbase_detail.html:65
1827
+ msgid "empty"
1828
+ msgstr ""
1829
+
1830
+ #: templates/structures/modals/poco_details.html:19
1831
+ #: templates/structures/modals/starbase_detail.html:19
1832
+ #: templates/structures/modals/structure_details.html:19
1833
+ msgid "General"
1834
+ msgstr ""
1835
+
1836
+ #: templates/structures/modals/poco_details.html:24
1837
+ msgid "Reinforcement Time"
1838
+ msgstr ""
1839
+
1840
+ #: templates/structures/modals/poco_details.html:29
1841
+ msgid "Tax Rates & Access"
1842
+ msgstr ""
1843
+
1844
+ #: templates/structures/modals/poco_details.html:42
1845
+ msgid "Earliest"
1846
+ msgstr ""
1847
+
1848
+ #: templates/structures/modals/poco_details.html:43
1849
+ msgid "Latest"
1850
+ msgstr ""
1851
+
1852
+ #: templates/structures/modals/poco_details.html:49
1853
+ msgid "Corporation members"
1854
+ msgstr ""
1855
+
1856
+ #: templates/structures/modals/poco_details.html:50
1857
+ msgid "Alliance members"
1858
+ msgstr ""
1859
+
1860
+ #: templates/structures/modals/poco_details.html:51
1861
+ msgid "Terrible standing"
1862
+ msgstr ""
1863
+
1864
+ #: templates/structures/modals/poco_details.html:52
1865
+ msgid "Bad standing"
1866
+ msgstr ""
1867
+
1868
+ #: templates/structures/modals/poco_details.html:53
1869
+ msgid "Neutral standing"
1870
+ msgstr ""
1871
+
1872
+ #: templates/structures/modals/poco_details.html:54
1873
+ msgid "Good standing"
1874
+ msgstr ""
1875
+
1876
+ #: templates/structures/modals/poco_details.html:55
1877
+ msgid "Excellent standing"
1878
+ msgstr ""
1879
+
1880
+ #: templates/structures/modals/starbase_detail.html:24
1881
+ #: templates/structures/modals/structure_details.html:24
1882
+ msgid "Fuel"
1883
+ msgstr ""
1884
+
1885
+ #: templates/structures/modals/starbase_detail.html:29
1886
+ #: templates/structures/modals/structure_details.html:39
1887
+ msgid "Modules"
1888
+ msgstr ""
1889
+
1890
+ #: templates/structures/modals/starbase_detail.html:34
1891
+ msgid "Settings"
1892
+ msgstr ""
1893
+
1894
+ #: templates/structures/modals/starbase_detail.html:39
1895
+ msgid "Access"
1896
+ msgstr ""
1897
+
1898
+ #: templates/structures/modals/starbase_detail.html:72
1899
+ msgid "Allow alliance member usage"
1900
+ msgstr ""
1901
+
1902
+ #: templates/structures/modals/starbase_detail.html:73
1903
+ msgid "Allow corporation member usage"
1904
+ msgstr ""
1905
+
1906
+ #: templates/structures/modals/starbase_detail.html:74
1907
+ msgid "Attack if standing lower than"
1908
+ msgstr ""
1909
+
1910
+ #: templates/structures/modals/starbase_detail.html:75
1911
+ msgid "Attack if security status lower than"
1912
+ msgstr ""
1913
+
1914
+ #: templates/structures/modals/starbase_detail.html:76
1915
+ msgid "Attack if other security status is dropping"
1916
+ msgstr ""
1917
+
1918
+ #: templates/structures/modals/starbase_detail.html:77
1919
+ msgid "Attack if at war"
1920
+ msgstr ""
1921
+
1922
+ #: templates/structures/modals/starbase_detail.html:78
1923
+ msgid "Use alliance standings"
1924
+ msgstr ""
1925
+
1926
+ #: templates/structures/modals/starbase_detail.html:84
1927
+ msgid "Anchor role"
1928
+ msgstr ""
1929
+
1930
+ #: templates/structures/modals/starbase_detail.html:85
1931
+ msgid "Unanchor role"
1932
+ msgstr ""
1933
+
1934
+ #: templates/structures/modals/starbase_detail.html:86
1935
+ msgid "Online role"
1936
+ msgstr ""
1937
+
1938
+ #: templates/structures/modals/starbase_detail.html:87
1939
+ msgid "Offline role"
1940
+ msgstr ""
1941
+
1942
+ #: templates/structures/modals/starbase_detail.html:88
1943
+ msgid "Fuel bay view role"
1944
+ msgstr ""
1945
+
1946
+ #: templates/structures/modals/starbase_detail.html:89
1947
+ msgid "Fuel bay take role"
1948
+ msgstr ""
1949
+
1950
+ #: templates/structures/modals/structure_details.html:29
1951
+ msgid "Ammo"
1952
+ msgstr ""
1953
+
1954
+ #: templates/structures/modals/structure_details.html:34
1955
+ msgid "Fighters"
1956
+ msgstr ""
1957
+
1958
+ #: templates/structures/modals/structure_details.html:52
1959
+ msgid "Fuel Bay"
1960
+ msgstr ""
1961
+
1962
+ #: templates/structures/modals/structure_details.html:53
1963
+ msgid "Fuel Usage"
1964
+ msgstr ""
1965
+
1966
+ #: templates/structures/modals/structure_details.html:59
1967
+ msgid "Ammo Hold"
1968
+ msgstr ""
1969
+
1970
+ #: templates/structures/modals/structure_details.html:65
1971
+ msgid "Fighter Bay"
1972
+ msgstr ""
1973
+
1974
+ #: templates/structures/modals/structure_details.html:66
1975
+ msgid "Fighter Tubes"
1976
+ msgstr ""
1977
+
1978
+ #: templates/structures/modals/structure_details.html:73
1979
+ msgid "High Slots"
1980
+ msgstr ""
1981
+
1982
+ #: templates/structures/modals/structure_details.html:74
1983
+ msgid "Medium Slots"
1984
+ msgstr ""
1985
+
1986
+ #: templates/structures/modals/structure_details.html:75
1987
+ msgid "Low Slots"
1988
+ msgstr ""
1989
+
1990
+ #: templates/structures/modals/structure_details.html:76
1991
+ msgid "Rig Slots"
1992
+ msgstr ""
1993
+
1994
+ #: templates/structures/modals/structure_details.html:77
1995
+ msgid "Service Slots"
1996
+ msgstr ""
1997
+
1998
+ #: templates/structures/modals/tab_general_detail.html:6
1999
+ #: templates/structures/partials/jump_gates_list.html:14
2000
+ msgid "Name"
2001
+ msgstr ""
2002
+
2003
+ #: templates/structures/modals/tab_general_detail.html:7
2004
+ #: templates/structures/partials/structure_list.html:68
2005
+ msgid "Type"
2006
+ msgstr ""
2007
+
2008
+ #: templates/structures/modals/tab_general_detail.html:12
2009
+ #: templates/structures/partials/jump_gates_list.html:13
2010
+ #: templates/structures/partials/structure_list.html:66
2011
+ msgid "Location"
2012
+ msgstr ""
2013
+
2014
+ #: templates/structures/modals/tab_general_detail.html:13
2015
+ msgid "Constellation"
2016
+ msgstr ""
2017
+
2018
+ #: templates/structures/partials/jump_gates_list.html:12
2019
+ #: templates/structures/partials/structure_list.html:65
2020
+ msgid "Owner"
2021
+ msgstr ""
2022
+
2023
+ #: templates/structures/partials/jump_gates_list.html:15
2024
+ #: templates/structures/partials/structure_list.html:71
2025
+ msgid "Last Online"
2026
+ msgstr ""
2027
+
2028
+ #: templates/structures/partials/jump_gates_list.html:16
2029
+ #: templates/structures/partials/structure_list.html:72
2030
+ msgid "Fuel Expires"
2031
+ msgstr ""
2032
+
2033
+ #: templates/structures/partials/jump_gates_list.html:17
2034
+ msgid "Liquid Ozone (units)"
2035
+ msgstr ""
2036
+
2037
+ #: templates/structures/partials/jump_gates_list.html:22
2038
+ #: templates/structures/partials/structure_list.html:91
2039
+ msgid "Reinforced structures (except POCOs) are highlighted in red"
2040
+ msgstr ""
2041
+
2042
+ #: templates/structures/partials/jump_gates_list.html:28
2043
+ #: templates/structures/partials/structure_list.html:97
2044
+ msgid "modalUpwellDetails "
2045
+ msgstr ""
2046
+
2047
+ #: templates/structures/partials/poco_list.html:12
2048
+ msgid "Planet"
2049
+ msgstr ""
2050
+
2051
+ #: templates/structures/partials/poco_list.html:14
2052
+ msgid "Planet Type"
2053
+ msgstr ""
2054
+
2055
+ #: templates/structures/partials/poco_list.html:19
2056
+ msgid "Tax"
2057
+ msgstr ""
2058
+
2059
+ #: templates/structures/partials/structure_list.html:13
2060
+ msgid "Tags Filter (Active)"
2061
+ msgstr ""
2062
+
2063
+ #: templates/structures/partials/structure_list.html:17
2064
+ #: templates/structures/partials/structure_list.html:22
2065
+ #: templates/structures/partials/structure_list.html:36
2066
+ msgid "Tags Filter"
2067
+ msgstr ""
2068
+
2069
+ #: templates/structures/partials/structure_list.html:44
2070
+ msgid "Reset Filter"
2071
+ msgstr ""
2072
+
2073
+ #: templates/structures/partials/structure_list.html:47
2074
+ msgid "Clear Filter"
2075
+ msgstr ""
2076
+
2077
+ #: templates/structures/partials/structure_list.html:50
2078
+ msgid "Cancel"
2079
+ msgstr ""
2080
+
2081
+ #: templates/structures/partials/structure_list.html:53
2082
+ msgid "Apply Filter"
2083
+ msgstr ""
2084
+
2085
+ #: templates/structures/partials/structure_list.html:69
2086
+ msgid "Name & Tags"
2087
+ msgstr ""
2088
+
2089
+ #: templates/structures/partials/structure_list.html:70
2090
+ msgid "Services"
2091
+ msgstr ""
2092
+
2093
+ #: templates/structures/partials/structure_list.html:73
2094
+ msgid "R-Hour"
2095
+ msgstr ""
2096
+
2097
+ #: templates/structures/partials/structure_list.html:75
2098
+ msgid "Core"
2099
+ msgstr ""
2100
+
2101
+ #: templates/structures/partials/structure_list.html:83
2102
+ msgid "Active Tags Filter"
2103
+ msgstr ""
2104
+
2105
+ #: templates/structures/partials/structure_list.html:90
2106
+ msgid "Offlined services are shown as"
2107
+ msgstr ""
2108
+
2109
+ #: templates/structures/partials/structure_list.html:90
2110
+ msgid "service"
2111
+ msgstr ""
2112
+
2113
+ #: templates/structures/partials/structure_summary.html:12
2114
+ msgid "Citadels"
2115
+ msgstr ""
2116
+
2117
+ #: templates/structures/partials/structure_summary.html:13
2118
+ msgid "Engineering Complexes"
2119
+ msgstr ""
2120
+
2121
+ #: templates/structures/partials/structure_summary.html:14
2122
+ msgid "Refineries"
2123
+ msgstr ""
2124
+
2125
+ #: templates/structures/partials/structure_summary.html:15
2126
+ msgid "Other Upwell"
2127
+ msgstr ""
2128
+
2129
+ #: templates/structures/partials/structure_summary.html:17
2130
+ msgid "Starbases"
2131
+ msgstr ""
2132
+
2133
+ #: templates/structures/partials/structure_summary.html:18
2134
+ #: templates/structures/partials/structure_summary.html:24
2135
+ msgid "Total"
2136
+ msgstr ""
2137
+
2138
+ #: templates/structures/templatetags/list_tax_item.html:9
2139
+ msgid "No Access"
2140
+ msgstr ""
2141
+
2142
+ #: templates/structures/templatetags/list_tax_item.html:11
2143
+ msgid "Has Access"
2144
+ msgstr ""
2145
+
2146
+ #: views.py:256
2147
+ msgid "Fuel blocks per day (est.)"
2148
+ msgstr ""
2149
+
2150
+ #: views.py:407
2151
+ #, python-format
2152
+ msgid ""
2153
+ "You can only use your main or alt characters to add corporations. However, "
2154
+ "character %s is neither. "
2155
+ msgstr ""
2156
+
2157
+ #: views.py:440
2158
+ #, python-format
2159
+ msgid ""
2160
+ "%(corporation)s has been added with %(character)s as sync character. We have "
2161
+ "started fetching structures and notifications for this corporation and you "
2162
+ "will receive a report once the process is finished."
2163
+ msgstr ""
2164
+
2165
+ #: views.py:456
2166
+ #, python-format
2167
+ msgid "%(corporation)s was added as new structure owner by %(user)s."
2168
+ msgstr ""
2169
+
2170
+ #: views.py:460
2171
+ #, python-format
2172
+ msgid "%s: Structure owner added: %s"
2173
+ msgstr ""
2174
+
2175
+ #: views.py:467
2176
+ #, python-format
2177
+ msgid ""
2178
+ "%(character)s has been added to %(corporation)s as sync character. You now "
2179
+ "have %(characters_count)d sync character(s) configured."
2180
+ msgstr ""
2181
+
2182
+ #: views.py:482
2183
+ #, python-format
2184
+ msgid ""
2185
+ "%(character)s was added as sync character to %(corporation)s by %(user)s.\n"
2186
+ "We now have %(characters_count)d sync character(s) configured."
2187
+ msgstr ""
2188
+
2189
+ #: views.py:492
2190
+ #, python-format
2191
+ msgid "%s: Character added to: %s"
2192
+ msgstr ""
2193
+
2194
+ #: views.py:509
2195
+ msgid "service is up"
2196
+ msgstr ""
2197
+
2198
+ #: views.py:511
2199
+ msgid "service is down"
2200
+ msgstr ""
2201
+
2202
+ #: webhooks/models.py:13
2203
+ msgid "here"
2204
+ msgstr ""
2205
+
2206
+ #: webhooks/models.py:14
2207
+ msgid "everyone"
2208
+ msgstr ""
2209
+
2210
+ #: webhooks/models.py:17
2211
+ msgid "danger"
2212
+ msgstr ""
2213
+
2214
+ #: webhooks/models.py:18
2215
+ msgid "info"
2216
+ msgstr ""
2217
+
2218
+ #: webhooks/models.py:19
2219
+ msgid "success"
2220
+ msgstr ""
2221
+
2222
+ #: webhooks/models.py:20
2223
+ msgid "warning"
2224
+ msgstr ""
2225
+
2226
+ #: webhooks/models.py:29
2227
+ msgid "Discord Webhook"
2228
+ msgstr ""