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