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
|
Binary file
|
|
@@ -1,25 +1,32 @@
|
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
-
#
|
|
5
|
-
#
|
|
6
|
-
#, fuzzy
|
|
4
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
|
7
5
|
msgid ""
|
|
8
6
|
msgstr ""
|
|
9
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
8
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2023-08-
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
14
|
-
"Language-Team:
|
|
15
|
-
"
|
|
9
|
+
"POT-Creation-Date: 2023-08-29 16:06+0200\n"
|
|
10
|
+
"PO-Revision-Date: 2023-08-28 13:34+0000\n"
|
|
11
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
+
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
13
|
+
"apps/aa-intel-tool/uk/>\n"
|
|
14
|
+
"Language: uk\n"
|
|
16
15
|
"MIME-Version: 1.0\n"
|
|
17
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
"Plural-Forms: nplurals=4; plural=
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
|
|
18
|
+
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
|
19
|
+
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
|
+
"X-Generator: Weblate 4.18.2\n"
|
|
21
|
+
|
|
22
|
+
#: __init__.py:12 templates/aa_intel_tool/base.html:6
|
|
23
|
+
#: templates/aa_intel_tool/views/index.html:6
|
|
24
|
+
#: templates/aa_intel_tool/views/index.html:10
|
|
25
|
+
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
26
|
+
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
27
|
+
#: templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
28
|
+
msgid "Intel Parser"
|
|
29
|
+
msgstr ""
|
|
23
30
|
|
|
24
31
|
#: admin.py:79 models.py:46
|
|
25
32
|
msgid "Scan type"
|
|
@@ -36,22 +43,21 @@ msgstr ""
|
|
|
36
43
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
37
44
|
#: apps.py:21
|
|
38
45
|
#, python-brace-format
|
|
39
|
-
msgid "Intel
|
|
46
|
+
msgid "Intel Parser v{__version__}"
|
|
40
47
|
msgstr ""
|
|
41
48
|
|
|
42
49
|
#: constants.py:71 models.py:24
|
|
43
|
-
msgid "Chat
|
|
50
|
+
msgid "Chat list"
|
|
44
51
|
msgstr ""
|
|
45
52
|
|
|
46
|
-
#: constants.py:
|
|
47
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
48
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:11
|
|
53
|
+
#: constants.py:77 models.py:22
|
|
54
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
49
55
|
msgid "D-Scan"
|
|
50
56
|
msgstr ""
|
|
51
57
|
|
|
52
|
-
#: constants.py:
|
|
53
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
54
|
-
msgid "Fleet
|
|
58
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
59
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
60
|
+
msgid "Fleet composition"
|
|
55
61
|
msgstr ""
|
|
56
62
|
|
|
57
63
|
#: exceptions.py:34
|
|
@@ -79,7 +85,7 @@ msgstr ""
|
|
|
79
85
|
msgid "Scan RAW data"
|
|
80
86
|
msgstr ""
|
|
81
87
|
|
|
82
|
-
#: models.py:55 models.py:
|
|
88
|
+
#: models.py:55 models.py:132
|
|
83
89
|
msgid "Scan"
|
|
84
90
|
msgstr ""
|
|
85
91
|
|
|
@@ -133,18 +139,19 @@ msgid "Miscellaneous (on grid)"
|
|
|
133
139
|
msgstr ""
|
|
134
140
|
|
|
135
141
|
#: models.py:122
|
|
142
|
+
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
|
|
136
143
|
msgid "System information"
|
|
137
144
|
msgstr ""
|
|
138
145
|
|
|
139
|
-
#: models.py:
|
|
146
|
+
#: models.py:139
|
|
140
147
|
msgid "Scan section"
|
|
141
148
|
msgstr ""
|
|
142
149
|
|
|
143
|
-
#: models.py:
|
|
150
|
+
#: models.py:143
|
|
144
151
|
msgid "Processed scan data"
|
|
145
152
|
msgstr ""
|
|
146
153
|
|
|
147
|
-
#: models.py:
|
|
154
|
+
#: models.py:152 models.py:153
|
|
148
155
|
msgid "Scan data"
|
|
149
156
|
msgstr ""
|
|
150
157
|
|
|
@@ -157,11 +164,19 @@ msgstr ""
|
|
|
157
164
|
msgid "No data to parse …"
|
|
158
165
|
msgstr ""
|
|
159
166
|
|
|
160
|
-
#: parser/module/chatlist.py:
|
|
167
|
+
#: parser/module/chatlist.py:66
|
|
168
|
+
msgid "Something went wrong while fetching the character information from ESI."
|
|
169
|
+
msgstr ""
|
|
170
|
+
|
|
171
|
+
#: parser/module/chatlist.py:77
|
|
172
|
+
msgid "Character unknown to ESI."
|
|
173
|
+
msgstr ""
|
|
174
|
+
|
|
175
|
+
#: parser/module/chatlist.py:274
|
|
161
176
|
msgid "The chat list module is currently disabled."
|
|
162
177
|
msgstr ""
|
|
163
178
|
|
|
164
|
-
#: parser/module/chatlist.py:
|
|
179
|
+
#: parser/module/chatlist.py:292
|
|
165
180
|
#, python-brace-format
|
|
166
181
|
msgid ""
|
|
167
182
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
@@ -172,31 +187,14 @@ msgid_plural ""
|
|
|
172
187
|
msgstr[0] ""
|
|
173
188
|
msgstr[1] ""
|
|
174
189
|
|
|
175
|
-
#: parser/module/chatlist.py:268
|
|
176
|
-
msgid "Something went wrong while fetching the character information from ESI."
|
|
177
|
-
msgstr ""
|
|
178
|
-
|
|
179
|
-
#: parser/module/chatlist.py:281
|
|
180
|
-
msgid "Character unknown to ESI."
|
|
181
|
-
msgstr ""
|
|
182
|
-
|
|
183
190
|
#: parser/module/dscan.py:322
|
|
184
191
|
msgid "The D-Scan module is currently disabled."
|
|
185
192
|
msgstr ""
|
|
186
193
|
|
|
187
|
-
#: parser/module/fleetcomp.py:
|
|
194
|
+
#: parser/module/fleetcomp.py:103
|
|
188
195
|
msgid "The fleet composition module is currently disabled."
|
|
189
196
|
msgstr ""
|
|
190
197
|
|
|
191
|
-
#: parser/module/fleetcomp.py:44
|
|
192
|
-
msgid "The fleet composition module is not yet finished, be patient …"
|
|
193
|
-
msgstr ""
|
|
194
|
-
|
|
195
|
-
#: templates/aa_intel_tool/base.html:6
|
|
196
|
-
#: templates/aa_intel_tool/views/index.html:6
|
|
197
|
-
msgid "Intel Tool"
|
|
198
|
-
msgstr ""
|
|
199
|
-
|
|
200
198
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
|
|
201
199
|
msgid "Permalink successfully copied"
|
|
202
200
|
msgstr ""
|
|
@@ -211,8 +209,6 @@ msgstr ""
|
|
|
211
209
|
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
212
210
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
213
211
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
214
|
-
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
215
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
216
212
|
msgid "Unaffiliated / No Alliance"
|
|
217
213
|
msgstr ""
|
|
218
214
|
|
|
@@ -222,12 +218,12 @@ msgstr ""
|
|
|
222
218
|
|
|
223
219
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
224
220
|
msgctxt "Decimal separator"
|
|
225
|
-
msgid "
|
|
221
|
+
msgid "."
|
|
226
222
|
msgstr ""
|
|
227
223
|
|
|
228
224
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
229
225
|
msgctxt "Thousands separator"
|
|
230
|
-
msgid "
|
|
226
|
+
msgid ","
|
|
231
227
|
msgstr ""
|
|
232
228
|
|
|
233
229
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -315,34 +311,34 @@ msgid "What can I paste?"
|
|
|
315
311
|
msgstr ""
|
|
316
312
|
|
|
317
313
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
318
|
-
msgid "Chat
|
|
314
|
+
msgid "Chat member list"
|
|
319
315
|
msgstr ""
|
|
320
316
|
|
|
321
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
317
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
322
318
|
#, python-format
|
|
323
319
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
324
320
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
325
321
|
msgstr[0] ""
|
|
326
322
|
msgstr[1] ""
|
|
327
323
|
|
|
328
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
324
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
329
325
|
msgid "Submit"
|
|
330
|
-
msgstr ""
|
|
326
|
+
msgstr "Відправити"
|
|
331
327
|
|
|
332
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
328
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
333
329
|
msgid "Working on it, please be patient …"
|
|
334
330
|
msgstr ""
|
|
335
331
|
|
|
336
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
332
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
337
333
|
msgid "Detecting the intel type"
|
|
338
334
|
msgstr ""
|
|
339
335
|
|
|
340
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
336
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
341
337
|
msgid ""
|
|
342
338
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
343
339
|
msgstr ""
|
|
344
340
|
|
|
345
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
341
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
346
342
|
msgid "Parsing data"
|
|
347
343
|
msgstr ""
|
|
348
344
|
|
|
@@ -358,24 +354,45 @@ msgstr ""
|
|
|
358
354
|
msgid "Alliances breakdown"
|
|
359
355
|
msgstr ""
|
|
360
356
|
|
|
361
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
362
|
-
|
|
357
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
|
|
358
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
359
|
+
msgid "Alliance"
|
|
363
360
|
msgstr ""
|
|
364
361
|
|
|
365
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
366
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
367
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
368
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
362
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
|
|
363
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
|
|
364
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
365
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
369
366
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
370
367
|
msgid "Count"
|
|
371
368
|
msgstr ""
|
|
372
369
|
|
|
370
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
371
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
372
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
373
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
374
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
|
|
375
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
376
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
377
|
+
msgid "Loading data …"
|
|
378
|
+
msgstr ""
|
|
379
|
+
|
|
380
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
381
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
382
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
383
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
384
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
|
|
385
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
386
|
+
msgid "No data …"
|
|
387
|
+
msgstr ""
|
|
388
|
+
|
|
373
389
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
|
|
374
390
|
msgid "Corporations breakdown"
|
|
375
391
|
msgstr ""
|
|
376
392
|
|
|
377
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
378
|
-
|
|
393
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
394
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
395
|
+
msgid "Corporation"
|
|
379
396
|
msgstr ""
|
|
380
397
|
|
|
381
398
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
@@ -383,69 +400,52 @@ msgid "Pilots breakdown"
|
|
|
383
400
|
msgstr ""
|
|
384
401
|
|
|
385
402
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
386
|
-
|
|
403
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
404
|
+
msgid "Pilot"
|
|
387
405
|
msgstr ""
|
|
388
406
|
|
|
389
|
-
#: templates/aa_intel_tool/partials/scan/
|
|
390
|
-
msgid "
|
|
407
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
|
|
408
|
+
msgid "Interesting on grid"
|
|
391
409
|
msgstr ""
|
|
392
410
|
|
|
393
|
-
#: templates/aa_intel_tool/partials/scan/
|
|
394
|
-
msgid "Corporation"
|
|
395
|
-
msgstr ""
|
|
396
|
-
|
|
397
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:7
|
|
398
|
-
msgid "Interesting on Grid"
|
|
399
|
-
msgstr ""
|
|
400
|
-
|
|
401
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:12
|
|
411
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
|
|
402
412
|
msgid "Upwell structures"
|
|
403
413
|
msgstr ""
|
|
404
414
|
|
|
405
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
415
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
406
416
|
msgid "Deployables"
|
|
407
417
|
msgstr ""
|
|
408
418
|
|
|
409
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
410
|
-
msgid "POS / POS
|
|
419
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
420
|
+
msgid "POS / POS modules"
|
|
411
421
|
msgstr ""
|
|
412
422
|
|
|
413
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
423
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
|
|
414
424
|
msgid "Miscellaneous"
|
|
415
425
|
msgstr ""
|
|
416
426
|
|
|
417
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
427
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
418
428
|
msgid "Type"
|
|
419
429
|
msgstr ""
|
|
420
430
|
|
|
421
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
422
|
-
|
|
423
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
424
|
-
msgid "Loading data …"
|
|
431
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
432
|
+
msgid "Ships on scan"
|
|
425
433
|
msgstr ""
|
|
426
434
|
|
|
427
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
428
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:34
|
|
429
|
-
msgid "No data …"
|
|
430
|
-
msgstr ""
|
|
431
|
-
|
|
432
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:7
|
|
433
|
-
msgid "Ships on Scan"
|
|
434
|
-
msgstr ""
|
|
435
|
-
|
|
436
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:12
|
|
435
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
|
|
437
436
|
msgid "All ships"
|
|
438
437
|
msgstr ""
|
|
439
438
|
|
|
440
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
439
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
|
|
441
440
|
msgid "On grid"
|
|
442
441
|
msgstr ""
|
|
443
442
|
|
|
444
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
443
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
|
|
445
444
|
msgid "Off grid"
|
|
446
445
|
msgstr ""
|
|
447
446
|
|
|
448
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
447
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
448
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
449
449
|
msgid "Ship class"
|
|
450
450
|
msgstr ""
|
|
451
451
|
|
|
@@ -457,44 +457,48 @@ msgstr ""
|
|
|
457
457
|
msgid "No data."
|
|
458
458
|
msgstr ""
|
|
459
459
|
|
|
460
|
-
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:7
|
|
461
|
-
msgid "System Information"
|
|
462
|
-
msgstr ""
|
|
463
|
-
|
|
464
460
|
#: templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
465
461
|
msgid "Scan taken at (Eve Time)"
|
|
466
462
|
msgstr ""
|
|
467
463
|
|
|
468
|
-
#: templates/aa_intel_tool/
|
|
469
|
-
msgid "
|
|
464
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
465
|
+
msgid "Fleet details"
|
|
470
466
|
msgstr ""
|
|
471
467
|
|
|
472
|
-
#: templates/aa_intel_tool/
|
|
473
|
-
msgid ""
|
|
474
|
-
|
|
475
|
-
|
|
468
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
469
|
+
msgid "Pilots in fleet"
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
472
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
473
|
+
msgid "Ship classes"
|
|
476
474
|
msgstr ""
|
|
477
475
|
|
|
478
|
-
#: templates/aa_intel_tool/
|
|
479
|
-
msgid "
|
|
476
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
477
|
+
msgid "Who is flying what"
|
|
480
478
|
msgstr ""
|
|
481
479
|
|
|
482
|
-
#: templates/aa_intel_tool/
|
|
483
|
-
msgid "
|
|
480
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
481
|
+
msgid "System"
|
|
482
|
+
msgstr "Система"
|
|
483
|
+
|
|
484
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
485
|
+
msgid "Participation details"
|
|
484
486
|
msgstr ""
|
|
485
487
|
|
|
486
|
-
#: templates/aa_intel_tool/views/
|
|
487
|
-
msgid "
|
|
488
|
+
#: templates/aa_intel_tool/views/index.html:14
|
|
489
|
+
msgid ""
|
|
490
|
+
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
491
|
+
"patient, CCP's API is not the fastest to answer …"
|
|
488
492
|
msgstr ""
|
|
489
493
|
|
|
490
|
-
#: views/general.py:
|
|
494
|
+
#: views/general.py:53
|
|
491
495
|
msgid "The provided data could not be parsed."
|
|
492
496
|
msgstr ""
|
|
493
497
|
|
|
494
|
-
#: views/general.py:
|
|
498
|
+
#: views/general.py:60
|
|
495
499
|
msgid "(System Error) Something unexpected happened."
|
|
496
500
|
msgstr ""
|
|
497
501
|
|
|
498
|
-
#: views/general.py:
|
|
502
|
+
#: views/general.py:99 views/general.py:128
|
|
499
503
|
msgid "The scan you were looking for could not be found."
|
|
500
504
|
msgstr ""
|