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