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.
- {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/METADATA +1 -1
- {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/RECORD +37 -38
- structures/__init__.py +1 -1
- structures/admin.py +208 -206
- structures/core/notification_embeds/billing_embeds.py +11 -10
- structures/core/notification_embeds/character_embeds.py +18 -17
- structures/core/notification_embeds/main.py +6 -6
- structures/core/notification_embeds/moonmining_embeds.py +25 -26
- structures/core/notification_embeds/orbital_embeds.py +8 -7
- structures/core/notification_embeds/sov_embeds.py +26 -35
- structures/core/notification_embeds/structures_embeds.py +67 -64
- structures/core/notification_embeds/tower_embeds.py +29 -22
- structures/core/notification_embeds/war_embeds.py +33 -44
- structures/core/serializers.py +1 -1
- structures/helpers.py +7 -1
- structures/locale/de/LC_MESSAGES/django.po +1036 -185
- structures/locale/django.pot +1054 -184
- structures/locale/en/LC_MESSAGES/django.po +1054 -184
- structures/locale/es/LC_MESSAGES/django.po +1035 -184
- structures/locale/fr_FR/LC_MESSAGES/django.po +1054 -184
- structures/locale/it_IT/LC_MESSAGES/django.po +1054 -184
- structures/locale/ja/LC_MESSAGES/django.po +1054 -184
- structures/locale/ko_KR/LC_MESSAGES/django.po +1035 -184
- structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- structures/locale/ru/LC_MESSAGES/django.po +1144 -199
- structures/locale/uk/LC_MESSAGES/django.po +1035 -184
- structures/locale/zh_Hans/LC_MESSAGES/django.po +1036 -185
- structures/migrations/0004_improve_localization.py +401 -0
- structures/models/notifications.py +3 -3
- structures/models/owners.py +11 -11
- structures/models/structures_1.py +16 -16
- structures/templates/structures/base.html +1 -1
- structures/tests/test_helpers.py +13 -0
- structures/views.py +1 -2
- structures/webhooks/models.py +14 -5
- structures/locale/ko/LC_MESSAGES/django.mo +0 -0
- structures/locale/ko/LC_MESSAGES/django.po +0 -2221
- {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/LICENSE +0 -0
- {aa_structures-2.6.0.dist-info → aa_structures-2.6.2.dist-info}/WHEEL +0 -0
structures/locale/django.pot
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2023-10-
|
11
|
+
"POT-Creation-Date: 2023-10-30 21:06+0100\n"
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -17,149 +17,1068 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
|
20
|
-
#: admin.py:
|
20
|
+
#: admin.py:62 admin.py:877 models/notifications.py:145 models/owners.py:219
|
21
|
+
#: models/owners.py:1304 models/structures_1.py:320
|
22
|
+
msgid "owner"
|
23
|
+
msgstr ""
|
24
|
+
|
25
|
+
#: admin.py:95
|
26
|
+
msgid "Discord"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
#: admin.py:96 templates/structures/modals/poco_details.html:19
|
30
|
+
#: templates/structures/modals/starbase_detail.html:19
|
31
|
+
#: templates/structures/modals/structure_details.html:19
|
32
|
+
msgid "General"
|
33
|
+
msgstr ""
|
34
|
+
|
35
|
+
#: admin.py:99 models/notifications.py:521 models/structures_1.py:210
|
36
|
+
#: models/structures_1.py:795
|
37
|
+
msgid "id"
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
#: admin.py:103 models/notifications.py:720
|
41
|
+
msgid "color"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
#: admin.py:112
|
21
45
|
msgid "Sent fuel notifications for selected configuration"
|
22
46
|
msgstr ""
|
23
47
|
|
24
|
-
#: admin.py:
|
48
|
+
#: admin.py:121
|
49
|
+
#, python-format
|
50
|
+
msgid "Started sending fuel notifications for %d configurations"
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
#: admin.py:135
|
54
|
+
msgid "Timing"
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
#: admin.py:138
|
58
|
+
msgid ""
|
59
|
+
"Timing configuration for sending fuel notifications. Note that the first "
|
60
|
+
"notification will be sent at the exact start hour, and the last notification "
|
61
|
+
"will be sent one repeat before the end hour."
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
#: admin.py:159 models/notifications.py:851
|
65
|
+
msgid "threshold"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#: admin.py:165
|
69
|
+
msgid "can be send"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
#: admin.py:170 admin.py:734 core/serializers.py:497
|
73
|
+
msgid "yes"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: admin.py:171 admin.py:735 core/serializers.py:502
|
77
|
+
msgid "no"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: admin.py:229
|
81
|
+
msgid "notification ID"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: admin.py:233 admin.py:512 admin.py:907 models/notifications.py:112
|
85
|
+
#: models/owners.py:212 models/structures_1.py:397
|
86
|
+
msgid "webhooks"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: admin.py:236 models/structures_1.py:168
|
90
|
+
msgid "N/A"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: admin.py:251
|
94
|
+
msgid "Not configured"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
#: admin.py:255 models/notifications.py:150 models/structures_1.py:410
|
98
|
+
msgid "structures"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
#: admin.py:262 models/notifications.py:126
|
102
|
+
msgid "is sent"
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
#: admin.py:267 models/notifications.py:132
|
106
|
+
msgid "is timer added"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
#: admin.py:272
|
110
|
+
msgid "Mark selected notifications as sent"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
#: admin.py:276
|
114
|
+
#, python-format
|
115
|
+
msgid "%d notifications marked as sent"
|
116
|
+
msgstr ""
|
117
|
+
|
118
|
+
#: admin.py:278
|
119
|
+
msgid "Mark selected notifications as unsent"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
#: admin.py:282
|
123
|
+
#, python-format
|
124
|
+
msgid "%d notifications marked as unsent"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: admin.py:284
|
128
|
+
msgid "Send selected notifications to configured webhooks"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: admin.py:299
|
132
|
+
#, python-format
|
133
|
+
msgid "Sent %(sent_count)d/%(selected_count)d generated messages."
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
#: admin.py:303
|
137
|
+
msgid "Process selected notifications for timerboard"
|
138
|
+
msgstr ""
|
139
|
+
|
140
|
+
#: admin.py:314
|
141
|
+
#, python-format
|
142
|
+
msgid "Added timers from %d notifications to timerboard."
|
143
|
+
msgstr ""
|
144
|
+
|
145
|
+
#: admin.py:317
|
146
|
+
#, python-format
|
147
|
+
msgid "Ignored %d notification(s), which has no relation to timers."
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
#: admin.py:397
|
151
|
+
msgid "Sync Status"
|
152
|
+
msgstr ""
|
153
|
+
|
154
|
+
#: admin.py:485
|
155
|
+
msgid "characters"
|
156
|
+
msgstr ""
|
157
|
+
|
158
|
+
#: admin.py:489
|
159
|
+
msgid "default pings"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
#: admin.py:493 admin.py:1023 models/notifications.py:105 models/owners.py:197
|
163
|
+
msgid "ping groups"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
#: admin.py:499 models/owners.py:117
|
167
|
+
msgid "corporation"
|
168
|
+
msgstr ""
|
169
|
+
|
170
|
+
#: admin.py:505
|
171
|
+
msgid "alliance"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
#: admin.py:521
|
175
|
+
msgid ""
|
176
|
+
"Notifications can not be sent, because there is no webhook configured for "
|
177
|
+
"this owner."
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
#: admin.py:526
|
181
|
+
msgid "active"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
#: admin.py:530
|
185
|
+
msgid "alliance main"
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
#: admin.py:535
|
189
|
+
msgid "services up"
|
190
|
+
msgstr ""
|
191
|
+
|
192
|
+
#: admin.py:539
|
193
|
+
msgid "Activate selected owners"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
#: admin.py:542
|
197
|
+
#, python-format
|
198
|
+
msgid "Activated %d owners"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
#: admin.py:544
|
202
|
+
msgid "Deactivate selected owner"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
#: admin.py:547
|
206
|
+
#, python-format
|
207
|
+
msgid "Deactivated %d owners"
|
208
|
+
msgstr ""
|
209
|
+
|
210
|
+
#: admin.py:549
|
211
|
+
msgid "Update all from EVE server for selected owners"
|
212
|
+
msgstr ""
|
213
|
+
|
214
|
+
#: admin.py:556
|
215
|
+
#, python-format
|
216
|
+
msgid "Started updating structures and notifications for %s."
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
#: admin.py:557 admin.py:570 admin.py:583 admin.py:1059
|
220
|
+
msgid "You will receive a notification once it is completed."
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
#: admin.py:562
|
224
|
+
msgid "Update structures from EVE server for selected owners"
|
225
|
+
msgstr ""
|
226
|
+
|
227
|
+
#: admin.py:569
|
228
|
+
#, python-format
|
229
|
+
msgid "Started updating structures for %s."
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
#: admin.py:575
|
233
|
+
msgid "Fetch notifications from EVE server for selected owners"
|
234
|
+
msgstr ""
|
235
|
+
|
236
|
+
#: admin.py:582
|
237
|
+
#, python-format
|
238
|
+
msgid "Started fetching notifications for %s."
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
#: admin.py:587
|
242
|
+
msgid "all syncs OK"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
#: admin.py:591
|
246
|
+
msgid "avg. turnaround time"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
#: admin.py:615
|
250
|
+
msgid "structures update fresh"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
#: admin.py:619
|
254
|
+
msgid "notifications update fresh"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
#: admin.py:623
|
258
|
+
msgid "forwarding update fresh"
|
259
|
+
msgstr ""
|
260
|
+
|
261
|
+
#: admin.py:627
|
262
|
+
msgid "assets update fresh"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
#: admin.py:631
|
266
|
+
msgid "structures Count"
|
267
|
+
msgstr ""
|
268
|
+
|
269
|
+
#: admin.py:685
|
270
|
+
msgid "owner corporation"
|
271
|
+
msgstr ""
|
272
|
+
|
273
|
+
#: admin.py:707
|
274
|
+
msgid "owner alliance"
|
275
|
+
msgstr ""
|
276
|
+
|
277
|
+
#: admin.py:729
|
278
|
+
msgid "has webhooks"
|
279
|
+
msgstr ""
|
280
|
+
|
281
|
+
#: admin.py:815
|
282
|
+
msgid "Status"
|
283
|
+
msgstr ""
|
284
|
+
|
285
|
+
#: admin.py:833
|
286
|
+
msgid "Reinforcement"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
#: admin.py:843
|
290
|
+
msgid "Position"
|
291
|
+
msgstr ""
|
292
|
+
|
293
|
+
#: admin.py:870 models/structures_1.py:64 models/structures_1.py:292
|
294
|
+
#: models/structures_2.py:50 webhooks/models.py:40
|
295
|
+
msgid "name"
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
#: admin.py:887
|
299
|
+
msgid "location"
|
300
|
+
msgstr ""
|
301
|
+
|
302
|
+
#: admin.py:895 models/notifications.py:139 models/structures_1.py:250
|
303
|
+
#: models/structures_1.py:809
|
304
|
+
msgid "type"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
#: admin.py:899
|
308
|
+
msgid "power mode"
|
309
|
+
msgstr ""
|
310
|
+
|
311
|
+
#: admin.py:903 models/structures_1.py:382
|
312
|
+
msgid "tags"
|
313
|
+
msgstr ""
|
314
|
+
|
315
|
+
#: admin.py:912
|
316
|
+
msgid "Add default tags to selected structures"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
#: admin.py:923
|
320
|
+
#, python-format
|
321
|
+
msgid "Added %(tags_count)d default tags to %(structure_count)d structures"
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
#: admin.py:927
|
325
|
+
msgid "Remove user tags for selected structures"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
#: admin.py:935
|
329
|
+
#, python-format
|
330
|
+
msgid "Removed all user tags from %d structures"
|
331
|
+
msgstr ""
|
332
|
+
|
333
|
+
#: admin.py:938
|
334
|
+
msgid "Update generated tags for selected structures"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
#: admin.py:945
|
338
|
+
#, python-format
|
339
|
+
msgid "Updated all generated tags for %d structures"
|
340
|
+
msgstr ""
|
341
|
+
|
342
|
+
#: admin.py:986
|
343
|
+
msgid "Advanced Options"
|
344
|
+
msgstr ""
|
345
|
+
|
346
|
+
#: admin.py:1028
|
347
|
+
msgid "enabled for owners or structures"
|
348
|
+
msgstr ""
|
349
|
+
|
350
|
+
#: admin.py:1037
|
351
|
+
msgid "Please add this webhook to an owner or structure to enable it."
|
352
|
+
msgstr ""
|
353
|
+
|
354
|
+
#: admin.py:1041 models/notifications.py:87 models/structures_1.py:94
|
355
|
+
msgid "is default"
|
356
|
+
msgstr ""
|
357
|
+
|
358
|
+
#: admin.py:1046
|
359
|
+
msgid "messages in queue"
|
360
|
+
msgstr ""
|
361
|
+
|
362
|
+
#: admin.py:1050
|
363
|
+
msgid "Send test notification to selected webhook"
|
364
|
+
msgstr ""
|
365
|
+
|
366
|
+
#: admin.py:1058
|
367
|
+
#, python-format
|
368
|
+
msgid "Initiated sending test notification to webhook %s."
|
369
|
+
msgstr ""
|
370
|
+
|
371
|
+
#: admin.py:1063
|
372
|
+
msgid "Activate selected webhook"
|
373
|
+
msgstr ""
|
374
|
+
|
375
|
+
#: admin.py:1068
|
376
|
+
#, python-format
|
377
|
+
msgid "You have activated webhook %s"
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
#: admin.py:1070
|
381
|
+
msgid "Deactivate selected webhook"
|
382
|
+
msgstr ""
|
383
|
+
|
384
|
+
#: admin.py:1075
|
385
|
+
#, python-format
|
386
|
+
msgid "You have de-activated webhook %s"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
#: admin.py:1077
|
390
|
+
msgid "Purge queued messages from selected webhooks"
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
#: admin.py:1087
|
394
|
+
#, python-format
|
395
|
+
msgid ""
|
396
|
+
"Purged queued messages for %(actions_count)s webhooks, deleting a total of "
|
397
|
+
"%(killmails_deleted)s messages."
|
398
|
+
msgstr ""
|
399
|
+
|
400
|
+
#: admin.py:1093
|
401
|
+
msgid "Send queued messages from selected webhooks"
|
402
|
+
msgstr ""
|
403
|
+
|
404
|
+
#: admin.py:1101
|
405
|
+
#, python-format
|
406
|
+
msgid "Started sending queued messages for %d webhooks."
|
407
|
+
msgstr ""
|
408
|
+
|
409
|
+
#: core/notification_embeds/billing_embeds.py:25
|
410
|
+
msgid "Unknown Bill"
|
411
|
+
msgstr ""
|
412
|
+
|
413
|
+
#: core/notification_embeds/billing_embeds.py:26
|
414
|
+
msgid "Infrastructure Hub Bill"
|
415
|
+
msgstr ""
|
416
|
+
|
417
|
+
#: core/notification_embeds/billing_embeds.py:43
|
418
|
+
msgid "Insufficient Funds for Bill"
|
419
|
+
msgstr ""
|
420
|
+
|
421
|
+
#: core/notification_embeds/billing_embeds.py:45
|
422
|
+
#, python-format
|
423
|
+
msgid ""
|
424
|
+
"The selected corporation wallet division for automatic payments does not "
|
425
|
+
"have enough current funds available to pay the %(bill_type)s due to be paid "
|
426
|
+
"by %(due_date)s. Transfer additional funds to the selected wallet division "
|
427
|
+
"in order to meet your pending automatic bills."
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
#: core/notification_embeds/billing_embeds.py:62
|
431
|
+
msgid "IHub Bill About to Expire"
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
#: core/notification_embeds/billing_embeds.py:64
|
435
|
+
#, python-format
|
436
|
+
msgid ""
|
437
|
+
"Maintenance bill for Infrastructure Hub in %(solar_system)s expires at "
|
438
|
+
"%(due_date)s, if not paid in time this Infrastructure Hub will self-destruct."
|
439
|
+
msgstr ""
|
440
|
+
|
441
|
+
#: core/notification_embeds/billing_embeds.py:84
|
442
|
+
#, python-format
|
443
|
+
msgid "%s has self-destructed due to unpaid maintenance bills"
|
444
|
+
msgstr ""
|
445
|
+
|
446
|
+
#: core/notification_embeds/billing_embeds.py:88
|
447
|
+
#, python-format
|
448
|
+
msgid ""
|
449
|
+
"%(structure_type)s in %(solar_system)s has self-destructed, as the standard "
|
450
|
+
"maintenance bills where not paid."
|
451
|
+
msgstr ""
|
452
|
+
|
453
|
+
#: core/notification_embeds/character_embeds.py:41
|
454
|
+
#, python-format
|
455
|
+
msgid "New application from %(character_name)s"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
#: core/notification_embeds/character_embeds.py:45
|
459
|
+
#, python-format
|
460
|
+
msgid ""
|
461
|
+
"New application from %(character_name)s to join %(corporation_name)s:\n"
|
462
|
+
"> %(application_text)s"
|
463
|
+
msgstr ""
|
464
|
+
|
465
|
+
#: core/notification_embeds/character_embeds.py:59
|
466
|
+
#, python-format
|
467
|
+
msgid "%(character_name)s has been invited"
|
468
|
+
msgstr ""
|
469
|
+
|
470
|
+
#: core/notification_embeds/character_embeds.py:66
|
471
|
+
#, python-format
|
472
|
+
msgid ""
|
473
|
+
"%(character_name)s has been invited to join %(corporation_name)s by "
|
474
|
+
"%(inviting_character)s.\n"
|
475
|
+
"Application:\n"
|
476
|
+
"> %(application_text)s"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
#: core/notification_embeds/character_embeds.py:83
|
480
|
+
#, python-format
|
481
|
+
msgid "Rejected application from %(character_name)s"
|
482
|
+
msgstr ""
|
483
|
+
|
484
|
+
#: core/notification_embeds/character_embeds.py:87
|
485
|
+
#, python-format
|
486
|
+
msgid ""
|
487
|
+
"Application from %(character_name)s to join %(corporation_name)s:\n"
|
488
|
+
"> %(application_text)s\n"
|
489
|
+
"Has been rejected:\n"
|
490
|
+
"> %(customMessage)s"
|
491
|
+
msgstr ""
|
492
|
+
|
493
|
+
#: core/notification_embeds/character_embeds.py:104
|
494
|
+
#, python-format
|
495
|
+
msgid "%(character_name)s withdrew his/her application"
|
496
|
+
msgstr ""
|
497
|
+
|
498
|
+
#: core/notification_embeds/character_embeds.py:108
|
499
|
+
#, python-format
|
500
|
+
msgid ""
|
501
|
+
"%(character_name)s withdrew his/her application to join "
|
502
|
+
"%(corporation_name)s:\n"
|
503
|
+
"> %(application_text)s"
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
#: core/notification_embeds/character_embeds.py:123
|
507
|
+
#, python-format
|
508
|
+
msgid "%(character_name)s joins %(corporation_name)s"
|
509
|
+
msgstr ""
|
510
|
+
|
511
|
+
#: core/notification_embeds/character_embeds.py:128
|
512
|
+
#, python-format
|
513
|
+
msgid "%(character_name)s is now a member of %(corporation_name)s."
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
#: core/notification_embeds/character_embeds.py:139
|
517
|
+
#, python-format
|
518
|
+
msgid "%(character_name)s has left %(corporation_name)s"
|
519
|
+
msgstr ""
|
520
|
+
|
521
|
+
#: core/notification_embeds/character_embeds.py:144
|
522
|
+
#, python-format
|
523
|
+
msgid "%(character_name)s is no longer a member of %(corporation_name)s."
|
524
|
+
msgstr ""
|
525
|
+
|
526
|
+
#: core/notification_embeds/main.py:62
|
527
|
+
msgid "shield"
|
528
|
+
msgstr ""
|
529
|
+
|
530
|
+
#: core/notification_embeds/main.py:63
|
531
|
+
msgid "armor"
|
532
|
+
msgstr ""
|
533
|
+
|
534
|
+
#: core/notification_embeds/main.py:64
|
535
|
+
msgid "hull"
|
536
|
+
msgstr ""
|
537
|
+
|
538
|
+
#: core/notification_embeds/moonmining_embeds.py:41
|
539
|
+
#, python-format
|
540
|
+
msgid "Estimated ore composition: %s"
|
541
|
+
msgstr ""
|
542
|
+
|
543
|
+
#: core/notification_embeds/moonmining_embeds.py:70
|
544
|
+
#: core/notification_types.py:58
|
545
|
+
msgid "Moon mining extraction started"
|
546
|
+
msgstr ""
|
547
|
+
|
548
|
+
#: core/notification_embeds/moonmining_embeds.py:72
|
549
|
+
#, python-format
|
550
|
+
msgid ""
|
551
|
+
"A moon mining extraction has been started for %(structure_name)s at %(moon)s "
|
552
|
+
"in %(solar_system)s belonging to %(owner_link)s. Extraction was started by "
|
553
|
+
"%(character)s.\n"
|
554
|
+
"The chunk will be ready on location at %(ready_time)s, and will fracture "
|
555
|
+
"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 "
|
568
|
+
"belonging to %(owner_link)s is finished and the chunk is ready to be shot "
|
569
|
+
"at.\n"
|
570
|
+
"The chunk will automatically fracture on %(auto_time)s.\n"
|
571
|
+
"\n"
|
572
|
+
"%(ore_text)s"
|
573
|
+
msgstr ""
|
574
|
+
|
575
|
+
#: core/notification_embeds/moonmining_embeds.py:118
|
576
|
+
msgid "Automatic Fracture"
|
577
|
+
msgstr ""
|
578
|
+
|
579
|
+
#: core/notification_embeds/moonmining_embeds.py:120
|
580
|
+
#, python-format
|
581
|
+
msgid ""
|
582
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
583
|
+
"belonging to %(owner_link)s has automatically been fired and the moon "
|
584
|
+
"products are ready to be harvested.\n"
|
585
|
+
"\n"
|
586
|
+
"%(ore_text)s"
|
587
|
+
msgstr ""
|
588
|
+
|
589
|
+
#: core/notification_embeds/moonmining_embeds.py:143
|
590
|
+
#: core/notification_embeds/structures_embeds.py:38
|
591
|
+
#: core/notification_embeds/structures_embeds.py:182
|
592
|
+
#: core/notification_embeds/structures_embeds.py:298
|
593
|
+
#: core/notification_embeds/tower_embeds.py:147
|
594
|
+
msgid "(unknown)"
|
595
|
+
msgstr ""
|
596
|
+
|
597
|
+
#: core/notification_embeds/moonmining_embeds.py:144
|
598
|
+
msgid "Extraction cancelled"
|
599
|
+
msgstr ""
|
600
|
+
|
601
|
+
#: core/notification_embeds/moonmining_embeds.py:146
|
602
|
+
#, python-format
|
603
|
+
msgid ""
|
604
|
+
"An ongoing extraction for %(structure_name)s at %(moon)s in %(solar_system)s "
|
605
|
+
"belonging to %(owner_link)s has been cancelled by %(character)s."
|
606
|
+
msgstr ""
|
607
|
+
|
608
|
+
#: core/notification_embeds/moonmining_embeds.py:165
|
609
|
+
msgid "Moon drill fired"
|
610
|
+
msgstr ""
|
611
|
+
|
612
|
+
#: core/notification_embeds/moonmining_embeds.py:167
|
613
|
+
#, python-format
|
614
|
+
msgid ""
|
615
|
+
"The moon drill fitted to %(structure_name)s at %(moon)s in %(solar_system)s "
|
616
|
+
"belonging to %(owner_link)s has been fired by %(character)s and the moon "
|
617
|
+
"products are ready to be harvested.\n"
|
618
|
+
"\n"
|
619
|
+
"%(ore_text)s"
|
620
|
+
msgstr ""
|
621
|
+
|
622
|
+
#: core/notification_embeds/orbital_embeds.py:46
|
623
|
+
msgid "Orbital under attack"
|
624
|
+
msgstr ""
|
625
|
+
|
626
|
+
#: core/notification_embeds/orbital_embeds.py:48
|
627
|
+
#, python-format
|
628
|
+
msgid ""
|
629
|
+
"The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
|
630
|
+
"%(owner_link)s is under attack by %(aggressor)s."
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
#: core/notification_embeds/orbital_embeds.py:67
|
634
|
+
msgid "Orbital reinforced"
|
635
|
+
msgstr ""
|
636
|
+
|
637
|
+
#: core/notification_embeds/orbital_embeds.py:69
|
638
|
+
#, python-format
|
639
|
+
msgid ""
|
640
|
+
"The %(structure_type)s at %(planet)s in %(solar_system)s belonging to "
|
641
|
+
"%(owner_link)s has been reinforced by %(aggressor)s and will come out at: "
|
642
|
+
"%(date)s."
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
#: core/notification_embeds/sov_embeds.py:56
|
646
|
+
#, python-format
|
647
|
+
msgid "%(structure_type)s in %(solar_system)s is being captured"
|
648
|
+
msgstr ""
|
649
|
+
|
650
|
+
#: core/notification_embeds/sov_embeds.py:61
|
651
|
+
#, python-format
|
652
|
+
msgid ""
|
653
|
+
"A capsuleer has started to influence the %(type)s in %(solar_system)s "
|
654
|
+
"belonging to %(owner)s with an Entosis Link."
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
#: core/notification_embeds/sov_embeds.py:76
|
658
|
+
#, python-format
|
659
|
+
msgid ""
|
660
|
+
"Command nodes for %(structure_type)s in %(solar_system)s have begun to "
|
661
|
+
"decloak"
|
662
|
+
msgstr ""
|
663
|
+
|
664
|
+
#: core/notification_embeds/sov_embeds.py:83
|
665
|
+
#, python-format
|
666
|
+
msgid ""
|
667
|
+
"Command nodes for %(structure_type)s in %(solar_system)s belonging to "
|
668
|
+
"%(owner)s can now be found throughout the %(constellation)s constellation"
|
669
|
+
msgstr ""
|
670
|
+
|
671
|
+
#: core/notification_embeds/sov_embeds.py:101
|
672
|
+
#, python-format
|
673
|
+
msgid "DED Sovereignty claim acknowledgment: %s"
|
674
|
+
msgstr ""
|
675
|
+
|
676
|
+
#: core/notification_embeds/sov_embeds.py:104
|
677
|
+
#, python-format
|
678
|
+
msgid ""
|
679
|
+
"DED now officially acknowledges that your member corporation %(corporation)s "
|
680
|
+
"has claimed sovereignty on behalf of %(alliance)s in %(solar_system)s."
|
681
|
+
msgstr ""
|
682
|
+
|
683
|
+
#: core/notification_embeds/sov_embeds.py:120
|
684
|
+
#, python-format
|
685
|
+
msgid "Lost sovereignty in: %s"
|
686
|
+
msgstr ""
|
687
|
+
|
688
|
+
#: core/notification_embeds/sov_embeds.py:122
|
689
|
+
#, python-format
|
690
|
+
msgid ""
|
691
|
+
"DED acknowledges that member corporation %(corporation)s has lost its claim "
|
692
|
+
"to sovereignty on behalf of %(alliance)s in %(solar_system)s."
|
693
|
+
msgstr ""
|
694
|
+
|
695
|
+
#: core/notification_embeds/sov_embeds.py:137
|
696
|
+
#, python-format
|
697
|
+
msgid "%(structure_type)s in %(solar_system)s has entered reinforced mode"
|
698
|
+
msgstr ""
|
699
|
+
|
700
|
+
#: core/notification_embeds/sov_embeds.py:143
|
701
|
+
#, python-format
|
25
702
|
msgid ""
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
703
|
+
"The %(structure_type)s in %(solar_system)s belonging to %(owner)s has been "
|
704
|
+
"reinforced by hostile forces and command nodes will begin decloaking at "
|
705
|
+
"%(date)s"
|
29
706
|
msgstr ""
|
30
707
|
|
31
|
-
#:
|
32
|
-
|
708
|
+
#: core/notification_embeds/sov_embeds.py:159
|
709
|
+
#, python-format
|
710
|
+
msgid "%(structure_type)s in %(solar_system)s has been destroyed"
|
33
711
|
msgstr ""
|
34
712
|
|
35
|
-
#:
|
36
|
-
|
713
|
+
#: core/notification_embeds/sov_embeds.py:164
|
714
|
+
#, python-format
|
715
|
+
msgid ""
|
716
|
+
"The command nodes for %(structure_type)s in %(solar_system)s belonging to "
|
717
|
+
"%(owner)s have been destroyed by hostile forces."
|
37
718
|
msgstr ""
|
38
719
|
|
39
|
-
#:
|
40
|
-
|
720
|
+
#: core/notification_embeds/sov_embeds.py:193
|
721
|
+
#, python-format
|
722
|
+
msgid " near **%s**"
|
41
723
|
msgstr ""
|
42
724
|
|
43
|
-
#:
|
44
|
-
|
725
|
+
#: core/notification_embeds/sov_embeds.py:196
|
726
|
+
#, python-format
|
727
|
+
msgid "%(structure_type)s anchored in %(solar_system)s"
|
45
728
|
msgstr ""
|
46
729
|
|
47
|
-
#:
|
48
|
-
|
730
|
+
#: core/notification_embeds/sov_embeds.py:201
|
731
|
+
#, python-format
|
732
|
+
msgid ""
|
733
|
+
"A %(structure_type)s from %(structure_owner)s has anchored in "
|
734
|
+
"%(solar_system)s%(location_text)s."
|
49
735
|
msgstr ""
|
50
736
|
|
51
|
-
|
52
|
-
|
737
|
+
#. Translators: Context is a location, e.g. a moon
|
738
|
+
#: core/notification_embeds/structures_embeds.py:51
|
739
|
+
#, python-format
|
740
|
+
msgid " at %s "
|
53
741
|
msgstr ""
|
54
742
|
|
55
|
-
#:
|
743
|
+
#: core/notification_embeds/structures_embeds.py:56
|
744
|
+
#, python-format
|
56
745
|
msgid ""
|
57
|
-
"
|
58
|
-
"
|
746
|
+
"The %(structure_type)s %(structure_name)s%(location)s in %(solar_system)s "
|
747
|
+
"belonging to %(owner_link)s"
|
59
748
|
msgstr ""
|
60
749
|
|
61
|
-
#:
|
62
|
-
msgid "
|
750
|
+
#: core/notification_embeds/structures_embeds.py:76
|
751
|
+
msgid "Structure online"
|
63
752
|
msgstr ""
|
64
753
|
|
65
|
-
#:
|
66
|
-
msgid "
|
754
|
+
#: core/notification_embeds/structures_embeds.py:77
|
755
|
+
msgid "is now online."
|
67
756
|
msgstr ""
|
68
757
|
|
69
|
-
#:
|
70
|
-
msgid "
|
758
|
+
#: core/notification_embeds/structures_embeds.py:88
|
759
|
+
msgid "Structure fuel alert"
|
760
|
+
msgstr ""
|
761
|
+
|
762
|
+
#: core/notification_embeds/structures_embeds.py:89
|
763
|
+
#: core/notification_embeds/tower_embeds.py:90
|
764
|
+
#, python-format
|
765
|
+
msgid "is running out of fuel in %s."
|
71
766
|
msgstr ""
|
72
767
|
|
73
|
-
#:
|
768
|
+
#: core/notification_embeds/structures_embeds.py:99
|
769
|
+
msgid "Jump gate low on Liquid Ozone"
|
770
|
+
msgstr ""
|
771
|
+
|
772
|
+
#: core/notification_embeds/structures_embeds.py:103
|
74
773
|
#, python-format
|
75
774
|
msgid ""
|
76
|
-
"
|
77
|
-
"
|
775
|
+
"is below %(threshold)s units on Liquid Ozone.\n"
|
776
|
+
"Remaining units: %(remaining)s."
|
78
777
|
msgstr ""
|
79
778
|
|
80
|
-
#:
|
81
|
-
msgid "
|
779
|
+
#: core/notification_embeds/structures_embeds.py:116
|
780
|
+
msgid "Structure refueled"
|
82
781
|
msgstr ""
|
83
782
|
|
84
|
-
#:
|
85
|
-
|
783
|
+
#: core/notification_embeds/structures_embeds.py:118
|
784
|
+
#: core/notification_embeds/tower_embeds.py:102
|
785
|
+
#, python-format
|
786
|
+
msgid "has been refueled. Fuel will last until %s."
|
86
787
|
msgstr ""
|
87
788
|
|
88
|
-
#:
|
89
|
-
msgid "
|
789
|
+
#: core/notification_embeds/structures_embeds.py:126
|
790
|
+
msgid "Structure services off-line"
|
90
791
|
msgstr ""
|
91
792
|
|
92
|
-
#:
|
93
|
-
msgid "
|
793
|
+
#: core/notification_embeds/structures_embeds.py:127
|
794
|
+
msgid "has all services off-lined."
|
94
795
|
msgstr ""
|
95
796
|
|
96
|
-
#:
|
97
|
-
msgid "
|
797
|
+
#: core/notification_embeds/structures_embeds.py:138
|
798
|
+
msgid "Structure low power"
|
98
799
|
msgstr ""
|
99
800
|
|
100
|
-
#:
|
101
|
-
msgid "
|
801
|
+
#: core/notification_embeds/structures_embeds.py:139
|
802
|
+
msgid "went to low power mode."
|
803
|
+
msgstr ""
|
804
|
+
|
805
|
+
#: core/notification_embeds/structures_embeds.py:146
|
806
|
+
msgid "Structure full power"
|
807
|
+
msgstr ""
|
808
|
+
|
809
|
+
#: core/notification_embeds/structures_embeds.py:147
|
810
|
+
msgid "went to full power mode."
|
811
|
+
msgstr ""
|
812
|
+
|
813
|
+
#: core/notification_embeds/structures_embeds.py:154
|
814
|
+
msgid "Structure un-anchoring"
|
815
|
+
msgstr ""
|
816
|
+
|
817
|
+
#: core/notification_embeds/structures_embeds.py:159
|
818
|
+
#, python-format
|
819
|
+
msgid "has started un-anchoring. It will be fully un-anchored at: %s"
|
820
|
+
msgstr ""
|
821
|
+
|
822
|
+
#: core/notification_embeds/structures_embeds.py:167
|
823
|
+
msgid "Structure under attack"
|
102
824
|
msgstr ""
|
103
825
|
|
104
|
-
#:
|
826
|
+
#: core/notification_embeds/structures_embeds.py:168
|
105
827
|
#, python-format
|
106
828
|
msgid ""
|
107
|
-
"
|
108
|
-
"
|
829
|
+
"is under attack by %(attacker)s.\n"
|
830
|
+
"%(damage_text)s"
|
109
831
|
msgstr ""
|
110
832
|
|
111
|
-
#:
|
112
|
-
msgid "
|
833
|
+
#: core/notification_embeds/structures_embeds.py:188
|
834
|
+
msgid "Structure lost shield"
|
113
835
|
msgstr ""
|
114
836
|
|
115
|
-
#:
|
837
|
+
#: core/notification_embeds/structures_embeds.py:193
|
116
838
|
#, python-format
|
117
|
-
msgid "
|
839
|
+
msgid "has lost its shields. Armor timer end at: %s"
|
118
840
|
msgstr ""
|
119
841
|
|
120
|
-
#:
|
121
|
-
msgid "
|
842
|
+
#: core/notification_embeds/structures_embeds.py:201
|
843
|
+
msgid "Structure lost armor"
|
122
844
|
msgstr ""
|
123
845
|
|
124
|
-
#:
|
846
|
+
#: core/notification_embeds/structures_embeds.py:206
|
125
847
|
#, python-format
|
126
|
-
msgid "
|
848
|
+
msgid "has lost its armor. Hull timer end at: %s"
|
127
849
|
msgstr ""
|
128
850
|
|
129
|
-
#:
|
130
|
-
msgid "
|
851
|
+
#: core/notification_embeds/structures_embeds.py:214
|
852
|
+
msgid "Structure destroyed"
|
131
853
|
msgstr ""
|
132
854
|
|
133
|
-
#:
|
855
|
+
#: core/notification_embeds/structures_embeds.py:215
|
856
|
+
msgid "has been destroyed."
|
857
|
+
msgstr ""
|
858
|
+
|
859
|
+
#: core/notification_embeds/structures_embeds.py:224
|
860
|
+
#, python-format
|
861
|
+
msgid "The %(structure_type)s %(structure_name)s in %(solar_system)s "
|
862
|
+
msgstr ""
|
863
|
+
|
864
|
+
#: core/notification_embeds/structures_embeds.py:240
|
134
865
|
#, python-format
|
135
866
|
msgid ""
|
136
|
-
"
|
137
|
-
"%(
|
867
|
+
"has been transferred from %(from_corporation)s to %(to_corporation)s by "
|
868
|
+
"%(character)s."
|
138
869
|
msgstr ""
|
139
870
|
|
140
|
-
#:
|
141
|
-
msgid "
|
871
|
+
#: core/notification_embeds/structures_embeds.py:247
|
872
|
+
msgid "Ownership transferred"
|
142
873
|
msgstr ""
|
143
874
|
|
144
|
-
#:
|
875
|
+
#: core/notification_embeds/structures_embeds.py:263
|
145
876
|
#, python-format
|
146
|
-
msgid "
|
877
|
+
msgid ""
|
878
|
+
"A %(structure_type)s belonging to %(owner_link)s has started anchoring in "
|
879
|
+
"%(solar_system)s. "
|
880
|
+
msgstr ""
|
881
|
+
|
882
|
+
#: core/notification_embeds/structures_embeds.py:270
|
883
|
+
msgid "Structure anchoring"
|
884
|
+
msgstr ""
|
885
|
+
|
886
|
+
#: core/notification_embeds/structures_embeds.py:311
|
887
|
+
msgid "Structure reinforcement time changed"
|
888
|
+
msgstr ""
|
889
|
+
|
890
|
+
#: core/notification_embeds/structures_embeds.py:314
|
891
|
+
#, python-format
|
892
|
+
msgid ""
|
893
|
+
"Reinforcement hour has been changed to %s for the following structures:\n"
|
894
|
+
msgstr ""
|
895
|
+
|
896
|
+
#: core/notification_embeds/structures_embeds.py:319
|
897
|
+
#, python-format
|
898
|
+
msgid ""
|
899
|
+
"- %(structure_type)s %(structure_name)s in %(solar_system)s belonging to "
|
900
|
+
"%(owner_link)s"
|
901
|
+
msgstr ""
|
902
|
+
|
903
|
+
#: core/notification_embeds/structures_embeds.py:329
|
904
|
+
#, python-format
|
905
|
+
msgid ""
|
906
|
+
"\n"
|
907
|
+
"\n"
|
908
|
+
"Change becomes effective at %s."
|
909
|
+
msgstr ""
|
910
|
+
|
911
|
+
#: core/notification_embeds/tower_embeds.py:41
|
912
|
+
#, python-format
|
913
|
+
msgid ""
|
914
|
+
"The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
|
915
|
+
"%(owner_link)s"
|
916
|
+
msgstr ""
|
917
|
+
|
918
|
+
#: core/notification_embeds/tower_embeds.py:61
|
919
|
+
msgid "Starbase under attack"
|
920
|
+
msgstr ""
|
921
|
+
|
922
|
+
#: core/notification_embeds/tower_embeds.py:62
|
923
|
+
#, python-format
|
924
|
+
msgid ""
|
925
|
+
"is under attack by %(aggressor)s.\n"
|
926
|
+
"%(damage_text)s"
|
927
|
+
msgstr ""
|
928
|
+
|
929
|
+
#: core/notification_embeds/tower_embeds.py:89 core/notification_types.py:52
|
930
|
+
msgid "Starbase fuel alert"
|
931
|
+
msgstr ""
|
932
|
+
|
933
|
+
#: core/notification_embeds/tower_embeds.py:100
|
934
|
+
msgid "Starbase refueled"
|
935
|
+
msgstr ""
|
936
|
+
|
937
|
+
#: core/notification_embeds/tower_embeds.py:128
|
938
|
+
#, python-format
|
939
|
+
msgid ""
|
940
|
+
"The starbase %(structure_name)s at %(moon)s in %(solar_system)s belonging to "
|
941
|
+
"%(owner_link)s "
|
942
|
+
msgstr ""
|
943
|
+
|
944
|
+
#: core/notification_embeds/tower_embeds.py:141
|
945
|
+
msgid "Starbase reinforced"
|
946
|
+
msgstr ""
|
947
|
+
|
948
|
+
#: core/notification_embeds/tower_embeds.py:150
|
949
|
+
#, python-format
|
950
|
+
msgid "has been reinforced and will come out at: %s."
|
951
|
+
msgstr ""
|
952
|
+
|
953
|
+
#: core/notification_embeds/war_embeds.py:42
|
954
|
+
msgid "One party has surrendered"
|
955
|
+
msgstr ""
|
956
|
+
|
957
|
+
#: core/notification_embeds/war_embeds.py:44
|
958
|
+
#, python-format
|
959
|
+
msgid ""
|
960
|
+
"The war between %(against)s and %(declared_by)s is coming to an end as one "
|
961
|
+
"party has surrendered. The war will be declared as being over after "
|
962
|
+
"approximately 24 hours."
|
963
|
+
msgstr ""
|
964
|
+
|
965
|
+
#: core/notification_embeds/war_embeds.py:58
|
966
|
+
#, python-format
|
967
|
+
msgid "War update: %(against)s has left %(alliance)s"
|
968
|
+
msgstr ""
|
969
|
+
|
970
|
+
#: core/notification_embeds/war_embeds.py:63
|
971
|
+
#, python-format
|
972
|
+
msgid ""
|
973
|
+
"There has been a development in the war between %(declared_by)s and "
|
974
|
+
"%(alliance)s.\n"
|
975
|
+
"%(against)s is no longer a member of %(alliance)s, and therefore a new war "
|
976
|
+
"between %(declared_by)s and %(against)s has begun."
|
977
|
+
msgstr ""
|
978
|
+
|
979
|
+
#: core/notification_embeds/war_embeds.py:78
|
980
|
+
#, python-format
|
981
|
+
msgid "%(declared_by)s Declares War Against %(against)s"
|
982
|
+
msgstr ""
|
983
|
+
|
984
|
+
#: core/notification_embeds/war_embeds.py:83
|
985
|
+
#, python-format
|
986
|
+
msgid ""
|
987
|
+
"%(declared_by)s has declared war on %(against)s with %(war_hq)s as the "
|
988
|
+
"designated war headquarters.\n"
|
989
|
+
"Within %(delay_hours)s hours fighting can legally occur between those "
|
990
|
+
"involved."
|
991
|
+
msgstr ""
|
992
|
+
|
993
|
+
#: core/notification_embeds/war_embeds.py:102
|
994
|
+
#, python-format
|
995
|
+
msgid "%(alliance)s inherits war against %(opponent)s"
|
996
|
+
msgstr ""
|
997
|
+
|
998
|
+
#: core/notification_embeds/war_embeds.py:107
|
999
|
+
#, python-format
|
1000
|
+
msgid ""
|
1001
|
+
"%(alliance)s has inherited the war between %(declared_by)s and %(against)s "
|
1002
|
+
"from newly joined %(quitter)s. Within **24** hours fighting can legally "
|
1003
|
+
"occur with %(alliance)s."
|
1004
|
+
msgstr ""
|
1005
|
+
|
1006
|
+
#: core/notification_embeds/war_embeds.py:122
|
1007
|
+
msgid "CONCORD invalidates war"
|
1008
|
+
msgstr ""
|
1009
|
+
|
1010
|
+
#: core/notification_embeds/war_embeds.py:125
|
1011
|
+
#, python-format
|
1012
|
+
msgid ""
|
1013
|
+
"The war between %(declared_by)s and %(against)s has been retracted by "
|
1014
|
+
"CONCORD.\n"
|
1015
|
+
"After %(end_date)s CONCORD will again respond to any hostilities between "
|
1016
|
+
"those involved with full force."
|
1017
|
+
msgstr ""
|
1018
|
+
|
1019
|
+
#: core/notification_embeds/war_embeds.py:141
|
1020
|
+
msgid "Corporation or alliance is now eligible for formal war declarations"
|
1021
|
+
msgstr ""
|
1022
|
+
|
1023
|
+
#: core/notification_embeds/war_embeds.py:144
|
1024
|
+
msgid ""
|
1025
|
+
"Your corporation or alliance is **now eligible** to participate in formal "
|
1026
|
+
"war declarations. This could be because your corporation and/or one of the "
|
1027
|
+
"corporations in your alliance owns a structure deployed in space."
|
1028
|
+
msgstr ""
|
1029
|
+
|
1030
|
+
#: core/notification_embeds/war_embeds.py:156
|
1031
|
+
msgid ""
|
1032
|
+
"Corporation or alliance is no longer eligible for formal war declarations"
|
1033
|
+
msgstr ""
|
1034
|
+
|
1035
|
+
#: core/notification_embeds/war_embeds.py:159
|
1036
|
+
msgid ""
|
1037
|
+
"Your corporation or alliance is **no longer eligible** to participate in "
|
1038
|
+
"formal war declarations.\n"
|
1039
|
+
"Neither your corporation nor any of the corporations in your alliance own a "
|
1040
|
+
"structure deployed in space at this time. If your corporation or alliance is "
|
1041
|
+
"currently involved in a formal war, that war will end in 24 hours."
|
1042
|
+
msgstr ""
|
1043
|
+
|
1044
|
+
#: core/notification_embeds/war_embeds.py:176
|
1045
|
+
#, python-format
|
1046
|
+
msgid "%s has offered a surrender"
|
1047
|
+
msgstr ""
|
1048
|
+
|
1049
|
+
#: core/notification_embeds/war_embeds.py:178
|
1050
|
+
#, python-format
|
1051
|
+
msgid ""
|
1052
|
+
"%s has offered to end the war with %s in the exchange for %s ISK. If "
|
1053
|
+
"accepted, the war will end in 24 hours and your organizations will be unable "
|
1054
|
+
"to declare new wars against each other for the next 2 weeks."
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: core/notification_embeds/war_embeds.py:188
|
1058
|
+
msgid "Ally Has Joined a War"
|
1059
|
+
msgstr ""
|
1060
|
+
|
1061
|
+
#: core/notification_embeds/war_embeds.py:196
|
1062
|
+
#, python-format
|
1063
|
+
msgid ""
|
1064
|
+
"%(ally)s has joined %(defender)s in a war against %(aggressor)s. Their "
|
1065
|
+
"participation in the war will start at %(start_time)s."
|
147
1066
|
msgstr ""
|
148
1067
|
|
149
|
-
#: core/notification_timers.py:
|
1068
|
+
#: core/notification_timers.py:89
|
150
1069
|
msgid "Armor timer"
|
151
1070
|
msgstr ""
|
152
1071
|
|
153
|
-
#: core/notification_timers.py:
|
154
|
-
#: core/notification_timers.py:
|
1072
|
+
#: core/notification_timers.py:90 core/notification_timers.py:195
|
1073
|
+
#: core/notification_timers.py:366
|
155
1074
|
msgid "Final timer"
|
156
1075
|
msgstr ""
|
157
1076
|
|
158
|
-
#: core/notification_timers.py:
|
1077
|
+
#: core/notification_timers.py:147
|
159
1078
|
msgid "Sov timer"
|
160
1079
|
msgstr ""
|
161
1080
|
|
162
|
-
#: core/notification_timers.py:
|
1081
|
+
#: core/notification_timers.py:249
|
163
1082
|
msgid "Extraction ready"
|
164
1083
|
msgstr ""
|
165
1084
|
|
@@ -235,10 +1154,6 @@ msgstr ""
|
|
235
1154
|
msgid "Starbase attacked"
|
236
1155
|
msgstr ""
|
237
1156
|
|
238
|
-
#: core/notification_types.py:52
|
239
|
-
msgid "Starbase fuel alert"
|
240
|
-
msgstr ""
|
241
|
-
|
242
1157
|
#: core/notification_types.py:53
|
243
1158
|
msgid "Starbase refueled (BETA)"
|
244
1159
|
msgstr ""
|
@@ -247,10 +1162,6 @@ msgstr ""
|
|
247
1162
|
msgid "Starbase reinforced (BETA)"
|
248
1163
|
msgstr ""
|
249
1164
|
|
250
|
-
#: core/notification_types.py:58
|
251
|
-
msgid "Moon mining extraction started"
|
252
|
-
msgstr ""
|
253
|
-
|
254
1165
|
#: core/notification_types.py:60
|
255
1166
|
msgid "Moonmining laser fired"
|
256
1167
|
msgstr ""
|
@@ -375,14 +1286,6 @@ msgstr ""
|
|
375
1286
|
msgid "I_HUB destroyed by bill failure"
|
376
1287
|
msgstr ""
|
377
1288
|
|
378
|
-
#: core/serializers.py:497
|
379
|
-
msgid "yes"
|
380
|
-
msgstr ""
|
381
|
-
|
382
|
-
#: core/serializers.py:502
|
383
|
-
msgid "no"
|
384
|
-
msgstr ""
|
385
|
-
|
386
1289
|
#: models/notifications.py:50
|
387
1290
|
msgid "English"
|
388
1291
|
msgstr ""
|
@@ -420,11 +1323,7 @@ msgid "language"
|
|
420
1323
|
msgstr ""
|
421
1324
|
|
422
1325
|
#: models/notifications.py:83
|
423
|
-
msgid "
|
424
|
-
msgstr ""
|
425
|
-
|
426
|
-
#: models/notifications.py:87 models/structures_1.py:94
|
427
|
-
msgid "is default"
|
1326
|
+
msgid "Language of notifications send to this webhook"
|
428
1327
|
msgstr ""
|
429
1328
|
|
430
1329
|
#: models/notifications.py:89
|
@@ -435,10 +1334,6 @@ msgstr ""
|
|
435
1334
|
msgid "has default pings enabled"
|
436
1335
|
msgstr ""
|
437
1336
|
|
438
|
-
#: models/notifications.py:105 models/owners.py:197
|
439
|
-
msgid "ping groups"
|
440
|
-
msgstr ""
|
441
|
-
|
442
1337
|
#: models/notifications.py:106
|
443
1338
|
msgid "Groups to be pinged for each notification - "
|
444
1339
|
msgstr ""
|
@@ -447,57 +1342,26 @@ msgstr ""
|
|
447
1342
|
msgid "webhook"
|
448
1343
|
msgstr ""
|
449
1344
|
|
450
|
-
#: models/notifications.py:112 models/owners.py:212 models/structures_1.py:397
|
451
|
-
msgid "webhooks"
|
452
|
-
msgstr ""
|
453
|
-
|
454
|
-
#: models/notifications.py:126
|
455
|
-
msgid "is sent"
|
456
|
-
msgstr ""
|
457
|
-
|
458
1345
|
#: models/notifications.py:127
|
459
1346
|
msgid "True when this notification has been forwarded to Discord"
|
460
1347
|
msgstr ""
|
461
1348
|
|
462
|
-
#: models/notifications.py:132
|
463
|
-
msgid "is timer added"
|
464
|
-
msgstr ""
|
465
|
-
|
466
1349
|
#: models/notifications.py:133
|
467
1350
|
msgid "True when a timer has been added for this notification"
|
468
1351
|
msgstr ""
|
469
1352
|
|
470
|
-
#: models/notifications.py:139 models/structures_1.py:250
|
471
|
-
#: models/structures_1.py:809
|
472
|
-
msgid "type"
|
473
|
-
msgstr ""
|
474
|
-
|
475
1353
|
#: models/notifications.py:140
|
476
|
-
msgid "
|
477
|
-
msgstr ""
|
478
|
-
|
479
|
-
#: models/notifications.py:145 models/owners.py:219 models/owners.py:1304
|
480
|
-
#: models/structures_1.py:320
|
481
|
-
msgid "owner"
|
1354
|
+
msgid "Type of this notification"
|
482
1355
|
msgstr ""
|
483
1356
|
|
484
1357
|
#: models/notifications.py:146
|
485
1358
|
msgid "Corporation that owns this notification"
|
486
1359
|
msgstr ""
|
487
1360
|
|
488
|
-
#: models/notifications.py:150 models/structures_1.py:410
|
489
|
-
msgid "structures"
|
490
|
-
msgstr ""
|
491
|
-
|
492
1361
|
#: models/notifications.py:151
|
493
1362
|
msgid "Structures this notification is about (if any)"
|
494
1363
|
msgstr ""
|
495
1364
|
|
496
|
-
#: models/notifications.py:521 models/structures_1.py:210
|
497
|
-
#: models/structures_1.py:795
|
498
|
-
msgid "id"
|
499
|
-
msgstr ""
|
500
|
-
|
501
1365
|
#: models/notifications.py:525
|
502
1366
|
msgid "created"
|
503
1367
|
msgstr ""
|
@@ -572,10 +1436,6 @@ msgid ""
|
|
572
1436
|
"the respective owner or webhook configuration"
|
573
1437
|
msgstr ""
|
574
1438
|
|
575
|
-
#: models/notifications.py:720
|
576
|
-
msgid "color"
|
577
|
-
msgstr ""
|
578
|
-
|
579
1439
|
#: models/notifications.py:721
|
580
1440
|
msgid "Context color of these notification on Discord"
|
581
1441
|
msgstr ""
|
@@ -632,10 +1492,6 @@ msgstr ""
|
|
632
1492
|
msgid "This configuration may not overlap with an existing configuration."
|
633
1493
|
msgstr ""
|
634
1494
|
|
635
|
-
#: models/notifications.py:851
|
636
|
-
msgid "threshold"
|
637
|
-
msgstr ""
|
638
|
-
|
639
1495
|
#: models/notifications.py:853
|
640
1496
|
msgid ""
|
641
1497
|
"Notifications will be sent once fuel level in units reaches this threshold"
|
@@ -664,7 +1520,7 @@ msgid "hours"
|
|
664
1520
|
msgstr ""
|
665
1521
|
|
666
1522
|
#: models/notifications.py:922
|
667
|
-
msgid "
|
1523
|
+
msgid "Number of hours before fuel expiration this alert was sent"
|
668
1524
|
msgstr ""
|
669
1525
|
|
670
1526
|
#: models/notifications.py:926
|
@@ -683,10 +1539,6 @@ msgstr ""
|
|
683
1539
|
msgid "jump fuel alerts"
|
684
1540
|
msgstr ""
|
685
1541
|
|
686
|
-
#: models/owners.py:117
|
687
|
-
msgid "corporation"
|
688
|
-
msgstr ""
|
689
|
-
|
690
1542
|
#: models/owners.py:118
|
691
1543
|
msgid "Corporation owning structures"
|
692
1544
|
msgstr ""
|
@@ -703,8 +1555,7 @@ msgstr ""
|
|
703
1555
|
msgid "assets last update at"
|
704
1556
|
msgstr ""
|
705
1557
|
|
706
|
-
#: models/owners.py:131
|
707
|
-
#: models/owners.py:205
|
1558
|
+
#: models/owners.py:131
|
708
1559
|
msgid "when the last successful update happened"
|
709
1560
|
msgstr ""
|
710
1561
|
|
@@ -712,18 +1563,22 @@ msgstr ""
|
|
712
1563
|
msgid "forwarding last update at"
|
713
1564
|
msgstr ""
|
714
1565
|
|
1566
|
+
#: models/owners.py:147 models/owners.py:190 models/owners.py:205
|
1567
|
+
msgid "When the last successful update happened"
|
1568
|
+
msgstr ""
|
1569
|
+
|
715
1570
|
#: models/owners.py:153
|
716
1571
|
msgid ""
|
717
|
-
"
|
1572
|
+
"To enable or disable pinging of notifications for this owner e.g. with "
|
718
1573
|
"@everyone and @here"
|
719
1574
|
msgstr ""
|
720
1575
|
|
721
|
-
#: models/owners.py:159
|
1576
|
+
#: models/owners.py:159 webhooks/models.py:68
|
722
1577
|
msgid "is active"
|
723
1578
|
msgstr ""
|
724
1579
|
|
725
1580
|
#: models/owners.py:160
|
726
|
-
msgid "
|
1581
|
+
msgid "Whether this owner is currently included in the sync process"
|
727
1582
|
msgstr ""
|
728
1583
|
|
729
1584
|
#: models/owners.py:164
|
@@ -732,7 +1587,7 @@ msgstr ""
|
|
732
1587
|
|
733
1588
|
#: models/owners.py:166
|
734
1589
|
msgid ""
|
735
|
-
"
|
1590
|
+
"Whether alliance wide notifications are forwarded for this owner (e.g. sov "
|
736
1591
|
"notifications)"
|
737
1592
|
msgstr ""
|
738
1593
|
|
@@ -742,7 +1597,7 @@ msgstr ""
|
|
742
1597
|
|
743
1598
|
#: models/owners.py:174
|
744
1599
|
msgid ""
|
745
|
-
"
|
1600
|
+
"Whether the sync status of this owner is included in the overall status of "
|
746
1601
|
"this services"
|
747
1602
|
msgstr ""
|
748
1603
|
|
@@ -751,7 +1606,7 @@ msgid "is up"
|
|
751
1606
|
msgstr ""
|
752
1607
|
|
753
1608
|
#: models/owners.py:183
|
754
|
-
msgid "
|
1609
|
+
msgid "Whether all services for this owner are currently up"
|
755
1610
|
msgstr ""
|
756
1611
|
|
757
1612
|
#: models/owners.py:189
|
@@ -802,10 +1657,18 @@ msgstr ""
|
|
802
1657
|
msgid "structures last used at"
|
803
1658
|
msgstr ""
|
804
1659
|
|
1660
|
+
#: models/owners.py:1319
|
1661
|
+
msgid "When this character was last used for syncing structures"
|
1662
|
+
msgstr ""
|
1663
|
+
|
805
1664
|
#: models/owners.py:1326
|
806
1665
|
msgid "notifications last used at"
|
807
1666
|
msgstr ""
|
808
1667
|
|
1668
|
+
#: models/owners.py:1327
|
1669
|
+
msgid "When this character was last used for syncing notifications"
|
1670
|
+
msgstr ""
|
1671
|
+
|
809
1672
|
#: models/owners.py:1332
|
810
1673
|
msgid "error count"
|
811
1674
|
msgstr ""
|
@@ -862,13 +1725,8 @@ msgstr ""
|
|
862
1725
|
msgid "red"
|
863
1726
|
msgstr ""
|
864
1727
|
|
865
|
-
#: models/structures_1.py:64 models/structures_1.py:292
|
866
|
-
#: models/structures_2.py:50
|
867
|
-
msgid "name"
|
868
|
-
msgstr ""
|
869
|
-
|
870
1728
|
#: models/structures_1.py:65
|
871
|
-
msgid "
|
1729
|
+
msgid "Name of the tag, which must be unique"
|
872
1730
|
msgstr ""
|
873
1731
|
|
874
1732
|
#: models/structures_1.py:71
|
@@ -876,7 +1734,7 @@ msgid "description"
|
|
876
1734
|
msgstr ""
|
877
1735
|
|
878
1736
|
#: models/structures_1.py:72
|
879
|
-
msgid "
|
1737
|
+
msgid "Description for this tag"
|
880
1738
|
msgstr ""
|
881
1739
|
|
882
1740
|
#: models/structures_1.py:79
|
@@ -884,7 +1742,7 @@ msgid "style"
|
|
884
1742
|
msgstr ""
|
885
1743
|
|
886
1744
|
#: models/structures_1.py:80
|
887
|
-
msgid "
|
1745
|
+
msgid "Color style of tag"
|
888
1746
|
msgstr ""
|
889
1747
|
|
890
1748
|
#: models/structures_1.py:86
|
@@ -893,12 +1751,13 @@ msgstr ""
|
|
893
1751
|
|
894
1752
|
#: models/structures_1.py:88
|
895
1753
|
msgid ""
|
896
|
-
"
|
1754
|
+
"Number defining the order tags are shown. custom tags can not have an order "
|
897
1755
|
"below 100"
|
898
1756
|
msgstr ""
|
899
1757
|
|
900
1758
|
#: models/structures_1.py:96
|
901
|
-
msgid "
|
1759
|
+
msgid ""
|
1760
|
+
"When enabled this custom tag will automatically be added to new structures"
|
902
1761
|
msgstr ""
|
903
1762
|
|
904
1763
|
#: models/structures_1.py:101
|
@@ -907,7 +1766,7 @@ msgstr ""
|
|
907
1766
|
|
908
1767
|
#: models/structures_1.py:103
|
909
1768
|
msgid ""
|
910
|
-
"
|
1769
|
+
"When disabled this tag is created and managed by the system and can not be "
|
911
1770
|
"modified by users"
|
912
1771
|
msgstr ""
|
913
1772
|
|
@@ -1020,7 +1879,7 @@ msgid "created at"
|
|
1020
1879
|
msgstr ""
|
1021
1880
|
|
1022
1881
|
#: models/structures_1.py:217
|
1023
|
-
msgid "
|
1882
|
+
msgid "Date this structure was received from ESI for the first time"
|
1024
1883
|
msgstr ""
|
1025
1884
|
|
1026
1885
|
#: models/structures_1.py:226
|
@@ -1063,24 +1922,16 @@ msgstr ""
|
|
1063
1922
|
msgid "has fitting"
|
1064
1923
|
msgstr ""
|
1065
1924
|
|
1066
|
-
#: models/structures_1.py:266
|
1067
|
-
msgid "bool indicating if the structure has a fitting"
|
1068
|
-
msgstr ""
|
1069
|
-
|
1070
1925
|
#: models/structures_1.py:273
|
1071
1926
|
msgid "has core"
|
1072
1927
|
msgstr ""
|
1073
1928
|
|
1074
|
-
#: models/structures_1.py:274
|
1075
|
-
msgid "bool indicating if the structure has a quantum core"
|
1076
|
-
msgstr ""
|
1077
|
-
|
1078
1929
|
#: models/structures_1.py:280
|
1079
1930
|
msgid "last online at"
|
1080
1931
|
msgstr ""
|
1081
1932
|
|
1082
1933
|
#: models/structures_1.py:281
|
1083
|
-
msgid "
|
1934
|
+
msgid "Date this structure had any of it's services online"
|
1084
1935
|
msgstr ""
|
1085
1936
|
|
1086
1937
|
#: models/structures_1.py:287 models/structures_1.py:814
|
@@ -1088,7 +1939,7 @@ msgid "last updated at"
|
|
1088
1939
|
msgstr ""
|
1089
1940
|
|
1090
1941
|
#: models/structures_1.py:288
|
1091
|
-
msgid "
|
1942
|
+
msgid "Date this structure was last updated from the EVE server"
|
1092
1943
|
msgstr ""
|
1093
1944
|
|
1094
1945
|
#: models/structures_1.py:293
|
@@ -1129,7 +1980,7 @@ msgid "position x"
|
|
1129
1980
|
msgstr ""
|
1130
1981
|
|
1131
1982
|
#: models/structures_1.py:340
|
1132
|
-
msgid "
|
1983
|
+
msgid "X coordinate of position in the solar system"
|
1133
1984
|
msgstr ""
|
1134
1985
|
|
1135
1986
|
#: models/structures_1.py:346
|
@@ -1137,7 +1988,7 @@ msgid "position y"
|
|
1137
1988
|
msgstr ""
|
1138
1989
|
|
1139
1990
|
#: models/structures_1.py:347
|
1140
|
-
msgid "
|
1991
|
+
msgid "Y coordinate of position in the solar system"
|
1141
1992
|
msgstr ""
|
1142
1993
|
|
1143
1994
|
#: models/structures_1.py:353
|
@@ -1145,7 +1996,7 @@ msgid "position z"
|
|
1145
1996
|
msgstr ""
|
1146
1997
|
|
1147
1998
|
#: models/structures_1.py:354
|
1148
|
-
msgid "
|
1999
|
+
msgid "Z coordinate of position in the solar system"
|
1149
2000
|
msgstr ""
|
1150
2001
|
|
1151
2002
|
#: models/structures_1.py:360 models/structures_2.py:55
|
@@ -1172,10 +2023,6 @@ msgstr ""
|
|
1172
2023
|
msgid "Date at which the structure will move to it's next state"
|
1173
2024
|
msgstr ""
|
1174
2025
|
|
1175
|
-
#: models/structures_1.py:382
|
1176
|
-
msgid "tags"
|
1177
|
-
msgstr ""
|
1178
|
-
|
1179
2026
|
#: models/structures_1.py:383
|
1180
2027
|
msgid "List of tags for this structure. "
|
1181
2028
|
msgstr ""
|
@@ -1203,10 +2050,6 @@ msgstr ""
|
|
1203
2050
|
msgid "Structure this item is located in"
|
1204
2051
|
msgstr ""
|
1205
2052
|
|
1206
|
-
#: models/structures_1.py:810
|
1207
|
-
msgid "type of the item"
|
1208
|
-
msgstr ""
|
1209
|
-
|
1210
2053
|
#: models/structures_1.py:812
|
1211
2054
|
msgid "is singleton"
|
1212
2055
|
msgstr ""
|
@@ -1395,12 +2238,6 @@ msgstr ""
|
|
1395
2238
|
msgid "empty"
|
1396
2239
|
msgstr ""
|
1397
2240
|
|
1398
|
-
#: templates/structures/modals/poco_details.html:19
|
1399
|
-
#: templates/structures/modals/starbase_detail.html:19
|
1400
|
-
#: templates/structures/modals/structure_details.html:19
|
1401
|
-
msgid "General"
|
1402
|
-
msgstr ""
|
1403
|
-
|
1404
2241
|
#: templates/structures/modals/poco_details.html:24
|
1405
2242
|
msgid "Reinforcement Time"
|
1406
2243
|
msgstr ""
|
@@ -1794,3 +2631,36 @@ msgstr ""
|
|
1794
2631
|
#: webhooks/models.py:36
|
1795
2632
|
msgid "Discord Webhook"
|
1796
2633
|
msgstr ""
|
2634
|
+
|
2635
|
+
#: webhooks/models.py:43
|
2636
|
+
msgid "Short name to identify this webhook"
|
2637
|
+
msgstr ""
|
2638
|
+
|
2639
|
+
#: webhooks/models.py:46
|
2640
|
+
msgid "url"
|
2641
|
+
msgstr ""
|
2642
|
+
|
2643
|
+
#: webhooks/models.py:50
|
2644
|
+
msgid ""
|
2645
|
+
"URL of this webhook, e.g. https://discordapp.com/api/webhooks/123456/abcdef"
|
2646
|
+
msgstr ""
|
2647
|
+
|
2648
|
+
#: webhooks/models.py:55
|
2649
|
+
msgid "notes"
|
2650
|
+
msgstr ""
|
2651
|
+
|
2652
|
+
#: webhooks/models.py:59
|
2653
|
+
msgid "Notes regarding this webhook"
|
2654
|
+
msgstr ""
|
2655
|
+
|
2656
|
+
#: webhooks/models.py:62
|
2657
|
+
msgid "webhook type"
|
2658
|
+
msgstr ""
|
2659
|
+
|
2660
|
+
#: webhooks/models.py:65
|
2661
|
+
msgid "Type of this webhook"
|
2662
|
+
msgstr ""
|
2663
|
+
|
2664
|
+
#: webhooks/models.py:70
|
2665
|
+
msgid "Whether notifications are currently sent to this webhook"
|
2666
|
+
msgstr ""
|