aa-intel-tool 2.0.0b1__py3-none-any.whl → 2.1.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.
Files changed (39) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +4 -4
  3. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +510 -0
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +54 -49
  6. aa_intel_tool/locale/django.pot +48 -44
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +52 -48
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +155 -132
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +50 -46
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +50 -46
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  13. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +69 -63
  14. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +509 -0
  15. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  16. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +512 -0
  17. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +52 -48
  18. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +510 -0
  19. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +50 -46
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +48 -44
  21. aa_intel_tool/parser/module/chatlist.py +1 -1
  22. aa_intel_tool/parser/module/dscan.py +41 -9
  23. aa_intel_tool/parser/module/fleetcomp.py +4 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +34 -1
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +12 -1
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +6 -6
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  33. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +1 -0
  34. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -0
  35. aa_intel_tool/tests/test_access.py +1 -1
  36. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/METADATA +6 -4
  37. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/RECORD +39 -34
  38. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/WHEEL +1 -1
  39. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-10-04 17:44+0200\n"
10
+ "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
11
  "PO-Revision-Date: 2023-10-04 15:46+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,10 +19,10 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
20
  "X-Generator: Weblate 5.0.2\n"
21
21
 
22
- #: aa_intel_tool/__init__.py:12
22
+ #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
25
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:10
25
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
28
28
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -47,16 +47,16 @@ msgstr ""
47
47
  msgid "Intel Parser v{__version__}"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
50
+ #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
51
51
  msgid "Chat list"
52
52
  msgstr ""
53
53
 
54
- #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
54
+ #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
55
55
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
56
  msgid "D-Scan"
57
57
  msgstr ""
58
58
 
59
- #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
59
+ #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
60
60
  #: aa_intel_tool/models.py:123
61
61
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
62
  msgid "Fleet composition"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:66
169
+ #: aa_intel_tool/parser/module/chatlist.py:68
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:77
173
+ #: aa_intel_tool/parser/module/chatlist.py:79
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:274
177
+ #: aa_intel_tool/parser/module/chatlist.py:281
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:292
181
+ #: aa_intel_tool/parser/module/chatlist.py:302
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -189,105 +189,105 @@ msgid_plural ""
189
189
  msgstr[0] ""
190
190
  msgstr[1] ""
191
191
 
192
- #: aa_intel_tool/parser/module/dscan.py:322
192
+ #: aa_intel_tool/parser/module/dscan.py:350
193
193
  msgid "The D-Scan module is currently disabled."
194
194
  msgstr ""
195
195
 
196
- #: aa_intel_tool/parser/module/fleetcomp.py:103
196
+ #: aa_intel_tool/parser/module/fleetcomp.py:111
197
197
  msgid "The fleet composition module is currently disabled."
198
198
  msgstr ""
199
199
 
200
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
200
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
201
201
  msgid "Permalink successfully copied"
202
202
  msgstr ""
203
203
 
204
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
204
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
205
205
  msgid ""
206
206
  "Something went wrong. Nothing copied. Maybe your browser does not support "
207
207
  "this function."
208
208
  msgstr ""
209
209
 
210
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
210
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
211
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
212
212
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
213
213
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
214
214
  msgid "Unaffiliated / No Alliance"
215
215
  msgstr ""
216
216
 
217
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
217
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
218
218
  msgid "NPC Corp"
219
219
  msgstr ""
220
220
 
221
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
221
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
222
222
  msgctxt "Decimal separator"
223
223
  msgid "."
224
224
  msgstr ""
225
225
 
226
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
226
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
227
227
  msgctxt "Thousands separator"
228
228
  msgid ","
229
229
  msgstr ""
230
230
 
231
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
231
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
232
232
  msgid "No data available in this table"
233
233
  msgstr ""
234
234
 
235
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
235
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
236
236
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
237
237
  msgid "Showing _END_ entries"
238
238
  msgstr ""
239
239
 
240
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
240
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
241
241
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
242
242
  msgid "(filtered from _MAX_ total entries)"
243
243
  msgstr ""
244
244
 
245
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
245
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
246
246
  msgid "No records available"
247
247
  msgstr ""
248
248
 
249
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
249
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
250
250
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
251
251
  msgid "Show _MENU_"
252
252
  msgstr ""
253
253
 
254
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
254
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
255
255
  msgid "Loading …"
256
256
  msgstr ""
257
257
 
258
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
258
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
259
259
  msgid "Processing …"
260
260
  msgstr ""
261
261
 
262
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
262
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
263
263
  msgid "Nothing found, sorry …"
264
264
  msgstr ""
265
265
 
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
266
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
267
267
  msgid "Search …"
268
268
  msgstr ""
269
269
 
270
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
270
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
271
271
  msgid "First"
272
272
  msgstr ""
273
273
 
274
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
274
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
275
275
  msgid "Last"
276
276
  msgstr ""
277
277
 
278
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
278
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
279
279
  msgid "Next"
280
280
  msgstr ""
281
281
 
282
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
282
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
283
283
  msgid "Previous"
284
284
  msgstr ""
285
285
 
286
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
286
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
287
287
  msgid ": activate to sort column ascending"
288
288
  msgstr ""
289
289
 
290
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
290
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
291
291
  msgid ": activate to sort column descending"
292
292
  msgstr ""
293
293
 
@@ -323,7 +323,13 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
323
  msgstr[0] ""
324
324
  msgstr[1] ""
325
325
 
326
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
326
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
327
+ msgid ""
328
+ "Please keep in mind, parsing large amounts of data can take some time. Be "
329
+ "patient, CCP's API is not the fastest to answer …"
330
+ msgstr ""
331
+
332
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
327
333
  msgid "Submit"
328
334
  msgstr ""
329
335
 
@@ -373,7 +379,7 @@ msgstr ""
373
379
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
374
380
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
375
381
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
376
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
382
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
377
383
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
378
384
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
379
385
  msgid "Loading data …"
@@ -383,7 +389,7 @@ msgstr ""
383
389
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
384
390
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
385
391
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
386
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
392
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
387
393
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
388
394
  msgid "No data …"
389
395
  msgstr ""
@@ -451,6 +457,10 @@ msgstr ""
451
457
  msgid "Ship class"
452
458
  msgstr ""
453
459
 
460
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
461
+ msgid "Total mass (in kg):"
462
+ msgstr ""
463
+
454
464
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
455
465
  msgid "Ship type"
456
466
  msgstr ""
@@ -487,12 +497,6 @@ msgstr ""
487
497
  msgid "Participation details"
488
498
  msgstr ""
489
499
 
490
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
491
- msgid ""
492
- "Please keep in mind, parsing large amounts of data can take some time. Be "
493
- "patient, CCP's API is not the fastest to answer …"
494
- msgstr ""
495
-
496
500
  #: aa_intel_tool/views/general.py:53
497
501
  msgid "The provided data could not be parsed."
498
502
  msgstr ""
@@ -501,6 +505,6 @@ msgstr ""
501
505
  msgid "(System Error) Something unexpected happened."
502
506
  msgstr ""
503
507
 
504
- #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
508
+ #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
505
509
  msgid "The scan you were looking for could not be found."
506
510
  msgstr ""
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-10-04 17:44+0200\n"
10
+ "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
11
  "PO-Revision-Date: 2023-10-04 15:46+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,10 +19,10 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
20
  "X-Generator: Weblate 5.0.2\n"
21
21
 
22
- #: aa_intel_tool/__init__.py:12
22
+ #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
25
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:10
25
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
28
28
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -47,16 +47,16 @@ msgstr ""
47
47
  msgid "Intel Parser v{__version__}"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
50
+ #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
51
51
  msgid "Chat list"
52
52
  msgstr ""
53
53
 
54
- #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
54
+ #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
55
55
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
56
  msgid "D-Scan"
57
57
  msgstr ""
58
58
 
59
- #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
59
+ #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
60
60
  #: aa_intel_tool/models.py:123
61
61
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
62
  msgid "Fleet composition"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:66
169
+ #: aa_intel_tool/parser/module/chatlist.py:68
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:77
173
+ #: aa_intel_tool/parser/module/chatlist.py:79
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:274
177
+ #: aa_intel_tool/parser/module/chatlist.py:281
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:292
181
+ #: aa_intel_tool/parser/module/chatlist.py:302
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -188,105 +188,105 @@ msgid_plural ""
188
188
  "per scan. Your list of pilots exceeds this limit."
189
189
  msgstr[0] ""
190
190
 
191
- #: aa_intel_tool/parser/module/dscan.py:322
191
+ #: aa_intel_tool/parser/module/dscan.py:350
192
192
  msgid "The D-Scan module is currently disabled."
193
193
  msgstr ""
194
194
 
195
- #: aa_intel_tool/parser/module/fleetcomp.py:103
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:111
196
196
  msgid "The fleet composition module is currently disabled."
197
197
  msgstr ""
198
198
 
199
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
199
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
200
200
  msgid "Permalink successfully copied"
201
201
  msgstr ""
202
202
 
203
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
203
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
204
204
  msgid ""
205
205
  "Something went wrong. Nothing copied. Maybe your browser does not support "
206
206
  "this function."
207
207
  msgstr ""
208
208
 
209
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
209
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
210
210
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
211
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
212
212
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
213
213
  msgid "Unaffiliated / No Alliance"
214
214
  msgstr ""
215
215
 
216
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
216
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
217
217
  msgid "NPC Corp"
218
218
  msgstr ""
219
219
 
220
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
220
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
221
221
  msgctxt "Decimal separator"
222
222
  msgid "."
223
223
  msgstr ""
224
224
 
225
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
226
226
  msgctxt "Thousands separator"
227
227
  msgid ","
228
228
  msgstr ""
229
229
 
230
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
231
231
  msgid "No data available in this table"
232
232
  msgstr ""
233
233
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
235
235
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
236
236
  msgid "Showing _END_ entries"
237
237
  msgstr ""
238
238
 
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
240
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
241
241
  msgid "(filtered from _MAX_ total entries)"
242
242
  msgstr ""
243
243
 
244
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
245
245
  msgid "No records available"
246
246
  msgstr ""
247
247
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
249
249
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
250
250
  msgid "Show _MENU_"
251
251
  msgstr ""
252
252
 
253
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
254
254
  msgid "Loading …"
255
255
  msgstr ""
256
256
 
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
258
258
  msgid "Processing …"
259
259
  msgstr ""
260
260
 
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
262
262
  msgid "Nothing found, sorry …"
263
263
  msgstr ""
264
264
 
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
265
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
266
266
  msgid "Search …"
267
267
  msgstr ""
268
268
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
269
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
270
270
  msgid "First"
271
271
  msgstr ""
272
272
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
274
274
  msgid "Last"
275
275
  msgstr ""
276
276
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
278
278
  msgid "Next"
279
279
  msgstr ""
280
280
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
282
282
  msgid "Previous"
283
283
  msgstr ""
284
284
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
285
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
286
286
  msgid ": activate to sort column ascending"
287
287
  msgstr ""
288
288
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
290
290
  msgid ": activate to sort column descending"
291
291
  msgstr ""
292
292
 
@@ -320,7 +320,13 @@ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
320
320
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
321
321
  msgstr[0] ""
322
322
 
323
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
323
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
324
+ msgid ""
325
+ "Please keep in mind, parsing large amounts of data can take some time. Be "
326
+ "patient, CCP's API is not the fastest to answer …"
327
+ msgstr ""
328
+
329
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
324
330
  msgid "Submit"
325
331
  msgstr ""
326
332
 
@@ -370,7 +376,7 @@ msgstr ""
370
376
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
371
377
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
372
378
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
373
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
379
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
374
380
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
375
381
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
376
382
  msgid "Loading data …"
@@ -380,7 +386,7 @@ msgstr ""
380
386
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
381
387
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
382
388
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
383
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
389
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
384
390
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
385
391
  msgid "No data …"
386
392
  msgstr ""
@@ -448,6 +454,10 @@ msgstr ""
448
454
  msgid "Ship class"
449
455
  msgstr ""
450
456
 
457
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
458
+ msgid "Total mass (in kg):"
459
+ msgstr ""
460
+
451
461
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
452
462
  msgid "Ship type"
453
463
  msgstr ""
@@ -484,12 +494,6 @@ msgstr ""
484
494
  msgid "Participation details"
485
495
  msgstr ""
486
496
 
487
- #: aa_intel_tool/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 …"
491
- msgstr ""
492
-
493
497
  #: aa_intel_tool/views/general.py:53
494
498
  msgid "The provided data could not be parsed."
495
499
  msgstr ""
@@ -498,6 +502,6 @@ msgstr ""
498
502
  msgid "(System Error) Something unexpected happened."
499
503
  msgstr ""
500
504
 
501
- #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
505
+ #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
502
506
  msgid "The scan you were looking for could not be found."
503
507
  msgstr ""