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