aa-intel-tool 0.0.1a13__py3-none-any.whl → 1.0.0__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_intel_tool/__init__.py +4 -1
- aa_intel_tool/app_settings.py +1 -1
- aa_intel_tool/apps.py +1 -1
- aa_intel_tool/constants.py +5 -2
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +139 -148
- aa_intel_tool/locale/django.pot +111 -105
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +135 -124
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +127 -121
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +222 -200
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +121 -117
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/migrations/0001_initial.py +70 -15
- aa_intel_tool/models.py +3 -2
- aa_intel_tool/parser/module/chatlist.py +53 -40
- aa_intel_tool/parser/module/fleetcomp.py +130 -34
- aa_intel_tool/scripts/drop_tables.sql +5 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +13 -199
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +19 -49
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +148 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +231 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +216 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +10 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +9 -6
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +7 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +4 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +41 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +24 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +18 -0
- aa_intel_tool/templates/aa_intel_tool/views/index.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +47 -0
- aa_intel_tool/tests/test-data/fleetcomp.txt +1 -0
- aa_intel_tool/tests/test_access.py +3 -3
- aa_intel_tool/tests/test_admin.py +86 -0
- aa_intel_tool/tests/test_auth_hooks.py +3 -3
- aa_intel_tool/tests/test_helper_data_structures.py +1 -1
- aa_intel_tool/tests/test_parser.py +17 -16
- aa_intel_tool/tests/test_parser_helper_db.py +60 -0
- aa_intel_tool/tests/utils.py +0 -87
- aa_intel_tool/views/general.py +16 -7
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/METADATA +28 -20
- aa_intel_tool-1.0.0.dist-info/RECORD +123 -0
- aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
- aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
- aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
- aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
- aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
- aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
- aa_intel_tool-0.0.1a13.dist-info/RECORD +0 -105
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/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-08-
|
|
11
|
+
"POT-Creation-Date: 2023-08-29 16:06+0200\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"
|
|
@@ -18,6 +18,15 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
|
+
#: __init__.py:12 templates/aa_intel_tool/base.html:6
|
|
22
|
+
#: templates/aa_intel_tool/views/index.html:6
|
|
23
|
+
#: templates/aa_intel_tool/views/index.html:10
|
|
24
|
+
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
25
|
+
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
26
|
+
#: templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
27
|
+
msgid "Intel Parser"
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
21
30
|
#: admin.py:79 models.py:46
|
|
22
31
|
msgid "Scan type"
|
|
23
32
|
msgstr ""
|
|
@@ -33,22 +42,21 @@ msgstr ""
|
|
|
33
42
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
34
43
|
#: apps.py:21
|
|
35
44
|
#, python-brace-format
|
|
36
|
-
msgid "Intel
|
|
45
|
+
msgid "Intel Parser v{__version__}"
|
|
37
46
|
msgstr ""
|
|
38
47
|
|
|
39
48
|
#: constants.py:71 models.py:24
|
|
40
|
-
msgid "Chat
|
|
49
|
+
msgid "Chat list"
|
|
41
50
|
msgstr ""
|
|
42
51
|
|
|
43
|
-
#: constants.py:
|
|
44
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
45
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:11
|
|
52
|
+
#: constants.py:77 models.py:22
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
46
54
|
msgid "D-Scan"
|
|
47
55
|
msgstr ""
|
|
48
56
|
|
|
49
|
-
#: constants.py:
|
|
50
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
51
|
-
msgid "Fleet
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
59
|
+
msgid "Fleet composition"
|
|
52
60
|
msgstr ""
|
|
53
61
|
|
|
54
62
|
#: exceptions.py:34
|
|
@@ -76,7 +84,7 @@ msgstr ""
|
|
|
76
84
|
msgid "Scan RAW data"
|
|
77
85
|
msgstr ""
|
|
78
86
|
|
|
79
|
-
#: models.py:55 models.py:
|
|
87
|
+
#: models.py:55 models.py:132
|
|
80
88
|
msgid "Scan"
|
|
81
89
|
msgstr ""
|
|
82
90
|
|
|
@@ -130,18 +138,19 @@ msgid "Miscellaneous (on grid)"
|
|
|
130
138
|
msgstr ""
|
|
131
139
|
|
|
132
140
|
#: models.py:122
|
|
141
|
+
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
|
|
133
142
|
msgid "System information"
|
|
134
143
|
msgstr ""
|
|
135
144
|
|
|
136
|
-
#: models.py:
|
|
145
|
+
#: models.py:139
|
|
137
146
|
msgid "Scan section"
|
|
138
147
|
msgstr ""
|
|
139
148
|
|
|
140
|
-
#: models.py:
|
|
149
|
+
#: models.py:143
|
|
141
150
|
msgid "Processed scan data"
|
|
142
151
|
msgstr ""
|
|
143
152
|
|
|
144
|
-
#: models.py:
|
|
153
|
+
#: models.py:152 models.py:153
|
|
145
154
|
msgid "Scan data"
|
|
146
155
|
msgstr ""
|
|
147
156
|
|
|
@@ -154,11 +163,19 @@ msgstr ""
|
|
|
154
163
|
msgid "No data to parse …"
|
|
155
164
|
msgstr ""
|
|
156
165
|
|
|
157
|
-
#: parser/module/chatlist.py:
|
|
166
|
+
#: parser/module/chatlist.py:66
|
|
167
|
+
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
|
+
msgstr ""
|
|
169
|
+
|
|
170
|
+
#: parser/module/chatlist.py:77
|
|
171
|
+
msgid "Character unknown to ESI."
|
|
172
|
+
msgstr ""
|
|
173
|
+
|
|
174
|
+
#: parser/module/chatlist.py:274
|
|
158
175
|
msgid "The chat list module is currently disabled."
|
|
159
176
|
msgstr ""
|
|
160
177
|
|
|
161
|
-
#: parser/module/chatlist.py:
|
|
178
|
+
#: parser/module/chatlist.py:292
|
|
162
179
|
#, python-brace-format
|
|
163
180
|
msgid ""
|
|
164
181
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
@@ -169,31 +186,14 @@ msgid_plural ""
|
|
|
169
186
|
msgstr[0] ""
|
|
170
187
|
msgstr[1] ""
|
|
171
188
|
|
|
172
|
-
#: parser/module/chatlist.py:268
|
|
173
|
-
msgid "Something went wrong while fetching the character information from ESI."
|
|
174
|
-
msgstr ""
|
|
175
|
-
|
|
176
|
-
#: parser/module/chatlist.py:281
|
|
177
|
-
msgid "Character unknown to ESI."
|
|
178
|
-
msgstr ""
|
|
179
|
-
|
|
180
189
|
#: parser/module/dscan.py:322
|
|
181
190
|
msgid "The D-Scan module is currently disabled."
|
|
182
191
|
msgstr ""
|
|
183
192
|
|
|
184
|
-
#: parser/module/fleetcomp.py:
|
|
193
|
+
#: parser/module/fleetcomp.py:103
|
|
185
194
|
msgid "The fleet composition module is currently disabled."
|
|
186
195
|
msgstr ""
|
|
187
196
|
|
|
188
|
-
#: parser/module/fleetcomp.py:44
|
|
189
|
-
msgid "The fleet composition module is not yet finished, be patient …"
|
|
190
|
-
msgstr ""
|
|
191
|
-
|
|
192
|
-
#: templates/aa_intel_tool/base.html:6
|
|
193
|
-
#: templates/aa_intel_tool/views/index.html:6
|
|
194
|
-
msgid "Intel Tool"
|
|
195
|
-
msgstr ""
|
|
196
|
-
|
|
197
197
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
|
|
198
198
|
msgid "Permalink successfully copied"
|
|
199
199
|
msgstr ""
|
|
@@ -208,8 +208,6 @@ msgstr ""
|
|
|
208
208
|
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
209
209
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
210
210
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
211
|
-
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
212
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
213
211
|
msgid "Unaffiliated / No Alliance"
|
|
214
212
|
msgstr ""
|
|
215
213
|
|
|
@@ -219,12 +217,12 @@ msgstr ""
|
|
|
219
217
|
|
|
220
218
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
221
219
|
msgctxt "Decimal separator"
|
|
222
|
-
msgid "
|
|
220
|
+
msgid "."
|
|
223
221
|
msgstr ""
|
|
224
222
|
|
|
225
223
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
226
224
|
msgctxt "Thousands separator"
|
|
227
|
-
msgid "
|
|
225
|
+
msgid ","
|
|
228
226
|
msgstr ""
|
|
229
227
|
|
|
230
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -312,34 +310,34 @@ msgid "What can I paste?"
|
|
|
312
310
|
msgstr ""
|
|
313
311
|
|
|
314
312
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
315
|
-
msgid "Chat
|
|
313
|
+
msgid "Chat member list"
|
|
316
314
|
msgstr ""
|
|
317
315
|
|
|
318
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
316
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
319
317
|
#, python-format
|
|
320
318
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
321
319
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
322
320
|
msgstr[0] ""
|
|
323
321
|
msgstr[1] ""
|
|
324
322
|
|
|
325
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
323
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
326
324
|
msgid "Submit"
|
|
327
325
|
msgstr ""
|
|
328
326
|
|
|
329
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
330
328
|
msgid "Working on it, please be patient …"
|
|
331
329
|
msgstr ""
|
|
332
330
|
|
|
333
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
331
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
334
332
|
msgid "Detecting the intel type"
|
|
335
333
|
msgstr ""
|
|
336
334
|
|
|
337
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
335
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
338
336
|
msgid ""
|
|
339
337
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
340
338
|
msgstr ""
|
|
341
339
|
|
|
342
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
340
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
343
341
|
msgid "Parsing data"
|
|
344
342
|
msgstr ""
|
|
345
343
|
|
|
@@ -355,24 +353,45 @@ msgstr ""
|
|
|
355
353
|
msgid "Alliances breakdown"
|
|
356
354
|
msgstr ""
|
|
357
355
|
|
|
358
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
359
|
-
|
|
356
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
|
|
357
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
358
|
+
msgid "Alliance"
|
|
360
359
|
msgstr ""
|
|
361
360
|
|
|
362
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
363
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
364
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
365
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
361
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
|
|
362
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
|
|
363
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
364
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
366
365
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
367
366
|
msgid "Count"
|
|
368
367
|
msgstr ""
|
|
369
368
|
|
|
369
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
370
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
371
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
372
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
373
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
|
|
374
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
375
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
376
|
+
msgid "Loading data …"
|
|
377
|
+
msgstr ""
|
|
378
|
+
|
|
379
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
380
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
381
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
382
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
383
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
|
|
384
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
385
|
+
msgid "No data …"
|
|
386
|
+
msgstr ""
|
|
387
|
+
|
|
370
388
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
|
|
371
389
|
msgid "Corporations breakdown"
|
|
372
390
|
msgstr ""
|
|
373
391
|
|
|
374
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
375
|
-
|
|
392
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
393
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
394
|
+
msgid "Corporation"
|
|
376
395
|
msgstr ""
|
|
377
396
|
|
|
378
397
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
@@ -380,69 +399,52 @@ msgid "Pilots breakdown"
|
|
|
380
399
|
msgstr ""
|
|
381
400
|
|
|
382
401
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
383
|
-
|
|
402
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
403
|
+
msgid "Pilot"
|
|
384
404
|
msgstr ""
|
|
385
405
|
|
|
386
|
-
#: templates/aa_intel_tool/partials/scan/
|
|
387
|
-
msgid "
|
|
406
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
|
|
407
|
+
msgid "Interesting on grid"
|
|
388
408
|
msgstr ""
|
|
389
409
|
|
|
390
|
-
#: templates/aa_intel_tool/partials/scan/
|
|
391
|
-
msgid "Corporation"
|
|
392
|
-
msgstr ""
|
|
393
|
-
|
|
394
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:7
|
|
395
|
-
msgid "Interesting on Grid"
|
|
396
|
-
msgstr ""
|
|
397
|
-
|
|
398
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:12
|
|
410
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
|
|
399
411
|
msgid "Upwell structures"
|
|
400
412
|
msgstr ""
|
|
401
413
|
|
|
402
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
414
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
403
415
|
msgid "Deployables"
|
|
404
416
|
msgstr ""
|
|
405
417
|
|
|
406
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
407
|
-
msgid "POS / POS
|
|
418
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
419
|
+
msgid "POS / POS modules"
|
|
408
420
|
msgstr ""
|
|
409
421
|
|
|
410
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
422
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
|
|
411
423
|
msgid "Miscellaneous"
|
|
412
424
|
msgstr ""
|
|
413
425
|
|
|
414
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
426
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
415
427
|
msgid "Type"
|
|
416
428
|
msgstr ""
|
|
417
429
|
|
|
418
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
419
|
-
|
|
420
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
421
|
-
msgid "Loading data …"
|
|
430
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
431
|
+
msgid "Ships on scan"
|
|
422
432
|
msgstr ""
|
|
423
433
|
|
|
424
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
425
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:34
|
|
426
|
-
msgid "No data …"
|
|
427
|
-
msgstr ""
|
|
428
|
-
|
|
429
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:7
|
|
430
|
-
msgid "Ships on Scan"
|
|
431
|
-
msgstr ""
|
|
432
|
-
|
|
433
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:12
|
|
434
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
|
|
434
435
|
msgid "All ships"
|
|
435
436
|
msgstr ""
|
|
436
437
|
|
|
437
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
438
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
|
|
438
439
|
msgid "On grid"
|
|
439
440
|
msgstr ""
|
|
440
441
|
|
|
441
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
442
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
|
|
442
443
|
msgid "Off grid"
|
|
443
444
|
msgstr ""
|
|
444
445
|
|
|
445
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
446
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
447
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
446
448
|
msgid "Ship class"
|
|
447
449
|
msgstr ""
|
|
448
450
|
|
|
@@ -454,44 +456,48 @@ msgstr ""
|
|
|
454
456
|
msgid "No data."
|
|
455
457
|
msgstr ""
|
|
456
458
|
|
|
457
|
-
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:7
|
|
458
|
-
msgid "System Information"
|
|
459
|
-
msgstr ""
|
|
460
|
-
|
|
461
459
|
#: templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
462
460
|
msgid "Scan taken at (Eve Time)"
|
|
463
461
|
msgstr ""
|
|
464
462
|
|
|
465
|
-
#: templates/aa_intel_tool/
|
|
466
|
-
msgid "
|
|
463
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
464
|
+
msgid "Fleet details"
|
|
467
465
|
msgstr ""
|
|
468
466
|
|
|
469
|
-
#: templates/aa_intel_tool/
|
|
470
|
-
msgid ""
|
|
471
|
-
|
|
472
|
-
|
|
467
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
468
|
+
msgid "Pilots in fleet"
|
|
469
|
+
msgstr ""
|
|
470
|
+
|
|
471
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
472
|
+
msgid "Ship classes"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
475
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
476
|
+
msgid "Who is flying what"
|
|
473
477
|
msgstr ""
|
|
474
478
|
|
|
475
|
-
#: templates/aa_intel_tool/
|
|
476
|
-
msgid "
|
|
479
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
480
|
+
msgid "System"
|
|
477
481
|
msgstr ""
|
|
478
482
|
|
|
479
|
-
#: templates/aa_intel_tool/
|
|
480
|
-
msgid "
|
|
483
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
484
|
+
msgid "Participation details"
|
|
481
485
|
msgstr ""
|
|
482
486
|
|
|
483
|
-
#: templates/aa_intel_tool/views/
|
|
484
|
-
msgid "
|
|
487
|
+
#: templates/aa_intel_tool/views/index.html:14
|
|
488
|
+
msgid ""
|
|
489
|
+
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
490
|
+
"patient, CCP's API is not the fastest to answer …"
|
|
485
491
|
msgstr ""
|
|
486
492
|
|
|
487
|
-
#: views/general.py:
|
|
493
|
+
#: views/general.py:53
|
|
488
494
|
msgid "The provided data could not be parsed."
|
|
489
495
|
msgstr ""
|
|
490
496
|
|
|
491
|
-
#: views/general.py:
|
|
497
|
+
#: views/general.py:60
|
|
492
498
|
msgid "(System Error) Something unexpected happened."
|
|
493
499
|
msgstr ""
|
|
494
500
|
|
|
495
|
-
#: views/general.py:
|
|
501
|
+
#: views/general.py:99 views/general.py:128
|
|
496
502
|
msgid "The scan you were looking for could not be found."
|
|
497
503
|
msgstr ""
|
|
Binary file
|