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