aa-intel-tool 2.0.0b1__py3-none-any.whl → 2.1.1__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 (48) 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.mo +0 -0
  4. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +517 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +55 -50
  7. aa_intel_tool/locale/django.pot +48 -44
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/es/LC_MESSAGES/django.po +53 -49
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +153 -130
  12. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +50 -46
  14. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +50 -46
  16. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  17. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +58 -56
  18. aa_intel_tool/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +510 -0
  20. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  21. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +515 -0
  22. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  23. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +56 -52
  24. aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  25. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +517 -0
  26. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  27. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +51 -47
  28. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  29. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +57 -52
  30. aa_intel_tool/parser/module/chatlist.py +1 -1
  31. aa_intel_tool/parser/module/dscan.py +41 -9
  32. aa_intel_tool/parser/module/fleetcomp.py +4 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +33 -0
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +11 -0
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +6 -6
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  42. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +1 -0
  43. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -0
  44. aa_intel_tool/tests/test_access.py +1 -1
  45. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/METADATA +6 -4
  46. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/RECORD +48 -40
  47. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/WHEEL +1 -1
  48. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.0-beta.1"
8
+ __version__ = "2.1.1"
9
9
  __title__ = _("Intel Parser")
@@ -25,10 +25,10 @@ distance_units_on_grid: str = """
25
25
  |км|м # Russian
26
26
  """
27
27
  distance_units_off_grid: str = """
28
- AU| # Client in: English, Chinese, Japanese, Korean, Spanish
29
- UA| # Client in: French
30
- AE| # German
31
- а.е. # Russian
28
+ AU # Client in: English, Chinese, Japanese, Korean, Spanish
29
+ |UA # Client in: French
30
+ |AE # German
31
+ |а.е. # Russian
32
32
  """
33
33
 
34
34
  distance_units = f"{distance_units_on_grid}|{distance_units_off_grid}"
@@ -0,0 +1,517 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/cs/>\n"
15
+ "Language: cs\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_intel_tool/__init__.py:9
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:6
25
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:10
26
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
27
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
28
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
29
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
30
+ msgid "Intel Parser"
31
+ msgstr ""
32
+
33
+ #: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
34
+ msgid "Scan type"
35
+ msgstr ""
36
+
37
+ #: aa_intel_tool/admin.py:94
38
+ msgid "Open in a new browser tab"
39
+ msgstr ""
40
+
41
+ #: aa_intel_tool/admin.py:100
42
+ msgid "Raw data"
43
+ msgstr ""
44
+
45
+ #. Translators: This is the app name and version, which will appear in the Django Backend
46
+ #: aa_intel_tool/apps.py:21
47
+ #, python-brace-format
48
+ msgid "Intel Parser v{__version__}"
49
+ msgstr ""
50
+
51
+ #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
52
+ msgid "Chat list"
53
+ msgstr ""
54
+
55
+ #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
56
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
57
+ msgid "D-Scan"
58
+ msgstr ""
59
+
60
+ #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
61
+ #: aa_intel_tool/models.py:123
62
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
63
+ msgid "Fleet composition"
64
+ msgstr ""
65
+
66
+ #: aa_intel_tool/exceptions.py:34
67
+ #, python-brace-format
68
+ msgid "A parser error occurred » {message}"
69
+ msgstr ""
70
+
71
+ #: aa_intel_tool/form.py:20
72
+ msgid "Paste here …"
73
+ msgstr ""
74
+
75
+ #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
76
+ msgid "Invalid scan data"
77
+ msgstr ""
78
+
79
+ #: aa_intel_tool/models.py:31
80
+ msgid "Scan hash"
81
+ msgstr ""
82
+
83
+ #: aa_intel_tool/models.py:37
84
+ msgid "Creation date/time"
85
+ msgstr ""
86
+
87
+ #: aa_intel_tool/models.py:40
88
+ msgid "Scan raw data"
89
+ msgstr ""
90
+
91
+ #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
92
+ msgid "Scan"
93
+ msgstr ""
94
+
95
+ #: aa_intel_tool/models.py:56
96
+ msgid "Scans"
97
+ msgstr ""
98
+
99
+ #: aa_intel_tool/models.py:111
100
+ msgid "Pilot list"
101
+ msgstr ""
102
+
103
+ #: aa_intel_tool/models.py:112
104
+ msgid "Corporation list"
105
+ msgstr ""
106
+
107
+ #: aa_intel_tool/models.py:113
108
+ msgid "Alliance list"
109
+ msgstr ""
110
+
111
+ #: aa_intel_tool/models.py:114
112
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
113
+ msgid "Ship types"
114
+ msgstr ""
115
+
116
+ #: aa_intel_tool/models.py:115
117
+ msgid "Ship list"
118
+ msgstr ""
119
+
120
+ #: aa_intel_tool/models.py:116
121
+ msgid "Ship list (on grid)"
122
+ msgstr ""
123
+
124
+ #: aa_intel_tool/models.py:117
125
+ msgid "Ship list (off grid)"
126
+ msgstr ""
127
+
128
+ #: aa_intel_tool/models.py:118
129
+ msgid "Structures (on grid)"
130
+ msgstr ""
131
+
132
+ #: aa_intel_tool/models.py:119
133
+ msgid "Starbases (on grid)"
134
+ msgstr ""
135
+
136
+ #: aa_intel_tool/models.py:120
137
+ msgid "Deployables (on grid)"
138
+ msgstr ""
139
+
140
+ #: aa_intel_tool/models.py:121
141
+ msgid "Miscellaneous (on grid)"
142
+ msgstr ""
143
+
144
+ #: aa_intel_tool/models.py:122
145
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
146
+ msgid "System information"
147
+ msgstr ""
148
+
149
+ #: aa_intel_tool/models.py:139
150
+ msgid "Scan section"
151
+ msgstr ""
152
+
153
+ #: aa_intel_tool/models.py:143
154
+ msgid "Processed scan data"
155
+ msgstr ""
156
+
157
+ #: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
158
+ msgid "Scan data"
159
+ msgstr ""
160
+
161
+ #: aa_intel_tool/parser/general.py:46
162
+ msgid ""
163
+ "No suitable parser found. Input is not a supported intel type or malformed …"
164
+ msgstr ""
165
+
166
+ #: aa_intel_tool/parser/general.py:80
167
+ msgid "No data to parse …"
168
+ msgstr ""
169
+
170
+ #: aa_intel_tool/parser/module/chatlist.py:68
171
+ msgid "Something went wrong while fetching the character information from ESI."
172
+ msgstr ""
173
+
174
+ #: aa_intel_tool/parser/module/chatlist.py:79
175
+ msgid "Character unknown to ESI."
176
+ msgstr ""
177
+
178
+ #: aa_intel_tool/parser/module/chatlist.py:281
179
+ msgid "The chat list module is currently disabled."
180
+ msgstr ""
181
+
182
+ #: aa_intel_tool/parser/module/chatlist.py:302
183
+ #, python-brace-format
184
+ msgid ""
185
+ "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
186
+ "per scan. Your list of pilots exceeds this limit."
187
+ msgid_plural ""
188
+ "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
189
+ "per scan. Your list of pilots exceeds this limit."
190
+ msgstr[0] ""
191
+ msgstr[1] ""
192
+ msgstr[2] ""
193
+ msgstr[3] ""
194
+
195
+ #: aa_intel_tool/parser/module/dscan.py:350
196
+ msgid "The D-Scan module is currently disabled."
197
+ msgstr ""
198
+
199
+ #: aa_intel_tool/parser/module/fleetcomp.py:111
200
+ msgid "The fleet composition module is currently disabled."
201
+ msgstr ""
202
+
203
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
204
+ msgid "Permalink successfully copied"
205
+ msgstr ""
206
+
207
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
208
+ msgid ""
209
+ "Something went wrong. Nothing copied. Maybe your browser does not support "
210
+ "this function."
211
+ msgstr ""
212
+
213
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
214
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
215
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
216
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
217
+ msgid "Unaffiliated / No Alliance"
218
+ msgstr ""
219
+
220
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
221
+ msgid "NPC Corp"
222
+ msgstr ""
223
+
224
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
+ msgctxt "Decimal separator"
226
+ msgid "."
227
+ msgstr ""
228
+
229
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
+ msgctxt "Thousands separator"
231
+ msgid ","
232
+ msgstr ""
233
+
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
235
+ msgid "No data available in this table"
236
+ msgstr ""
237
+
238
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
+ msgctxt "Keep _END_ as it is. It will be replaced by a number."
240
+ msgid "Showing _END_ entries"
241
+ msgstr ""
242
+
243
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
+ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
245
+ msgid "(filtered from _MAX_ total entries)"
246
+ msgstr ""
247
+
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
249
+ msgid "No records available"
250
+ msgstr ""
251
+
252
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
+ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
254
+ msgid "Show _MENU_"
255
+ msgstr ""
256
+
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
258
+ msgid "Loading …"
259
+ msgstr ""
260
+
261
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
262
+ msgid "Processing …"
263
+ msgstr ""
264
+
265
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
266
+ msgid "Nothing found, sorry …"
267
+ msgstr ""
268
+
269
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
270
+ msgid "Search …"
271
+ msgstr ""
272
+
273
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
274
+ msgid "First"
275
+ msgstr ""
276
+
277
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
278
+ msgid "Last"
279
+ msgstr ""
280
+
281
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
282
+ msgid "Next"
283
+ msgstr ""
284
+
285
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
286
+ msgid "Previous"
287
+ msgstr ""
288
+
289
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
290
+ msgid ": activate to sort column ascending"
291
+ msgstr ""
292
+
293
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
294
+ msgid ": activate to sort column descending"
295
+ msgstr ""
296
+
297
+ #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
298
+ #, python-format
299
+ msgid "Scans will be deleted after %(scan_retention_time)s day."
300
+ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
301
+ msgstr[0] ""
302
+ msgstr[1] ""
303
+ msgstr[2] ""
304
+ msgstr[3] ""
305
+
306
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
307
+ msgid ""
308
+ "Do you want to help translate this app into your language or improve the "
309
+ "existing translation?"
310
+ msgstr ""
311
+
312
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
313
+ msgid "Join our team of translators!"
314
+ msgstr ""
315
+
316
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
317
+ msgid "What can I paste?"
318
+ msgstr ""
319
+
320
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
321
+ msgid "Chat member list"
322
+ msgstr ""
323
+
324
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
325
+ #, python-format
326
+ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
327
+ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
328
+ msgstr[0] ""
329
+ msgstr[1] ""
330
+ msgstr[2] ""
331
+ msgstr[3] ""
332
+
333
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
334
+ msgid ""
335
+ "Please keep in mind, parsing large amounts of data can take some time. Be "
336
+ "patient, CCP's API is not the fastest to answer …"
337
+ msgstr ""
338
+
339
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
340
+ msgid "Submit"
341
+ msgstr ""
342
+
343
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
344
+ msgid "Working on it, please be patient …"
345
+ msgstr ""
346
+
347
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
348
+ msgid "Detecting the intel type"
349
+ msgstr ""
350
+
351
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
352
+ msgid ""
353
+ "Fetching potentially missing information from ESI (this might take a moment)"
354
+ msgstr ""
355
+
356
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
357
+ msgid "Parsing data"
358
+ msgstr ""
359
+
360
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
361
+ msgid "New scan"
362
+ msgstr ""
363
+
364
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
365
+ msgid "Copy permalink"
366
+ msgstr ""
367
+
368
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
369
+ msgid "Alliances breakdown"
370
+ msgstr ""
371
+
372
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
373
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
374
+ msgid "Alliance"
375
+ msgstr ""
376
+
377
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
378
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
379
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
380
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
381
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
382
+ msgid "Count"
383
+ msgstr ""
384
+
385
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
386
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
387
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
388
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
389
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
390
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
391
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
392
+ msgid "Loading data …"
393
+ msgstr ""
394
+
395
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
396
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
397
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
398
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
399
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
400
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
401
+ msgid "No data …"
402
+ msgstr ""
403
+
404
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
405
+ msgid "Corporations breakdown"
406
+ msgstr ""
407
+
408
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
409
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
410
+ msgid "Corporation"
411
+ msgstr ""
412
+
413
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
414
+ msgid "Pilots breakdown"
415
+ msgstr ""
416
+
417
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
418
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
419
+ msgid "Pilot"
420
+ msgstr ""
421
+
422
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
423
+ msgid "Interesting on grid"
424
+ msgstr ""
425
+
426
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
427
+ msgid "Upwell structures"
428
+ msgstr ""
429
+
430
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
431
+ msgid "Deployables"
432
+ msgstr ""
433
+
434
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
435
+ msgid "POS / POS modules"
436
+ msgstr ""
437
+
438
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
439
+ msgid "Miscellaneous"
440
+ msgstr ""
441
+
442
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
443
+ msgid "Type"
444
+ msgstr ""
445
+
446
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
447
+ msgid "Ships on scan"
448
+ msgstr ""
449
+
450
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
451
+ msgid "All ships"
452
+ msgstr ""
453
+
454
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
455
+ msgid "On grid"
456
+ msgstr ""
457
+
458
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
459
+ msgid "Off grid"
460
+ msgstr ""
461
+
462
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
463
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
464
+ msgid "Ship class"
465
+ msgstr ""
466
+
467
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
468
+ msgid "Total mass (in kg):"
469
+ msgstr ""
470
+
471
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
472
+ msgid "Ship type"
473
+ msgstr ""
474
+
475
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
476
+ msgid "No data."
477
+ msgstr ""
478
+
479
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
480
+ msgid "Scan taken at (Eve time)"
481
+ msgstr ""
482
+
483
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
484
+ msgid "Fleet details"
485
+ msgstr ""
486
+
487
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
488
+ msgid "Pilots in fleet"
489
+ msgstr ""
490
+
491
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
492
+ msgid "Ship classes"
493
+ msgstr ""
494
+
495
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
496
+ msgid "Who is flying what"
497
+ msgstr ""
498
+
499
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
500
+ msgid "System"
501
+ msgstr ""
502
+
503
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
504
+ msgid "Participation details"
505
+ msgstr ""
506
+
507
+ #: aa_intel_tool/views/general.py:53
508
+ msgid "The provided data could not be parsed."
509
+ msgstr ""
510
+
511
+ #: aa_intel_tool/views/general.py:60
512
+ msgid "(System Error) Something unexpected happened."
513
+ msgstr ""
514
+
515
+ #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
516
+ msgid "The scan you were looking for could not be found."
517
+ msgstr ""