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