aa-intel-tool 0.0.1a14__py3-none-any.whl → 1.0.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 (63) hide show
  1. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  2. aa_intel_tool/locale/de/LC_MESSAGES/django.po +27 -26
  3. aa_intel_tool/locale/django.pot +17 -16
  4. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -32
  6. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +17 -16
  7. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +17 -16
  8. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -16
  9. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +24 -23
  11. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  12. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +28 -35
  13. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +17 -16
  14. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -16
  15. aa_intel_tool/migrations/0001_initial.py +70 -15
  16. aa_intel_tool/models.py +1 -1
  17. aa_intel_tool/parser/module/fleetcomp.py +11 -4
  18. aa_intel_tool/scripts/drop_tables.sql +5 -0
  19. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
  20. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +26 -26
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +10 -3
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
  40. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +5 -2
  41. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
  42. aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
  43. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -1
  44. aa_intel_tool/tests/test_access.py +2 -2
  45. aa_intel_tool/tests/test_admin.py +86 -0
  46. aa_intel_tool/tests/test_auth_hooks.py +2 -2
  47. aa_intel_tool/tests/test_helper_data_structures.py +1 -1
  48. aa_intel_tool/tests/test_parser.py +17 -16
  49. aa_intel_tool/tests/test_parser_helper_db.py +60 -0
  50. aa_intel_tool/tests/utils.py +0 -87
  51. aa_intel_tool/views/general.py +7 -6
  52. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/METADATA +51 -43
  53. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/RECORD +55 -52
  54. aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
  55. aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
  56. aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
  57. aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
  58. aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
  59. aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
  60. aa_intel_tool/migrations/0008_alter_scandata_section.py +0 -38
  61. aa_intel_tool/migrations/0009_alter_scan_scan_type.py +0 -28
  62. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/WHEEL +0 -0
  63. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-08-28 15:44+0200\n"
11
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,11 +50,12 @@ msgid "Chat list"
50
50
  msgstr ""
51
51
 
52
52
  #: constants.py:77 models.py:22
53
- #: templates/aa_intel_tool/partials/index/form.html:27
53
+ #: templates/aa_intel_tool/partials/index/form.html:28
54
54
  msgid "D-Scan"
55
55
  msgstr ""
56
56
 
57
- #: constants.py:83 models.py:123
57
+ #: constants.py:83 models.py:23 models.py:123
58
+ #: templates/aa_intel_tool/partials/index/form.html:33
58
59
  msgid "Fleet composition"
59
60
  msgstr ""
60
61
 
@@ -71,10 +72,6 @@ msgstr ""
71
72
  msgid "Invalid scan data"
72
73
  msgstr ""
73
74
 
74
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
75
- msgid "Fleet Composition"
76
- msgstr ""
77
-
78
75
  #: models.py:31
79
76
  msgid "Scan hash"
80
77
  msgstr ""
@@ -220,12 +217,12 @@ msgstr ""
220
217
 
221
218
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
222
219
  msgctxt "Decimal separator"
223
- msgid ","
220
+ msgid "."
224
221
  msgstr ""
225
222
 
226
223
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
227
224
  msgctxt "Thousands separator"
228
- msgid "."
225
+ msgid ","
229
226
  msgstr ""
230
227
 
231
228
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -313,34 +310,34 @@ msgid "What can I paste?"
313
310
  msgstr ""
314
311
 
315
312
  #: templates/aa_intel_tool/partials/index/form.html:16
316
- msgid "Chat Member List"
313
+ msgid "Chat member list"
317
314
  msgstr ""
318
315
 
319
- #: templates/aa_intel_tool/partials/index/form.html:20
316
+ #: templates/aa_intel_tool/partials/index/form.html:21
320
317
  #, python-format
321
318
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
319
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
320
  msgstr[0] ""
324
321
  msgstr[1] ""
325
322
 
326
- #: templates/aa_intel_tool/partials/index/form.html:46
323
+ #: templates/aa_intel_tool/partials/index/form.html:50
327
324
  msgid "Submit"
328
325
  msgstr ""
329
326
 
330
- #: templates/aa_intel_tool/partials/index/form.html:52
327
+ #: templates/aa_intel_tool/partials/index/form.html:56
331
328
  msgid "Working on it, please be patient …"
332
329
  msgstr ""
333
330
 
334
- #: templates/aa_intel_tool/partials/index/form.html:54
331
+ #: templates/aa_intel_tool/partials/index/form.html:58
335
332
  msgid "Detecting the intel type"
336
333
  msgstr ""
337
334
 
338
- #: templates/aa_intel_tool/partials/index/form.html:55
335
+ #: templates/aa_intel_tool/partials/index/form.html:59
339
336
  msgid ""
340
337
  "Fetching potentially missing information from ESI (this might take a moment)"
341
338
  msgstr ""
342
339
 
343
- #: templates/aa_intel_tool/partials/index/form.html:56
340
+ #: templates/aa_intel_tool/partials/index/form.html:60
344
341
  msgid "Parsing data"
345
342
  msgstr ""
346
343
 
@@ -497,6 +494,10 @@ msgstr ""
497
494
  msgid "The provided data could not be parsed."
498
495
  msgstr ""
499
496
 
497
+ #: views/general.py:60
498
+ msgid "(System Error) Something unexpected happened."
499
+ msgstr ""
500
+
500
501
  #: views/general.py:99 views/general.py:128
501
502
  msgid "The scan you were looking for could not be found."
502
503
  msgstr ""
@@ -6,8 +6,8 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2023-08-28 15:44+0200\n"
10
- "PO-Revision-Date: 2023-08-28 12:56+0000\n"
9
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
10
+ "PO-Revision-Date: 2023-08-28 19:14+0000\n"
11
11
  "Last-Translator: Author50CO <tkddlschry@gmail.com>\n"
12
12
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
13
  "apps/aa-intel-tool/ko/>\n"
@@ -50,13 +50,14 @@ msgid "Chat list"
50
50
  msgstr ""
51
51
 
52
52
  #: constants.py:77 models.py:22
53
- #: templates/aa_intel_tool/partials/index/form.html:27
53
+ #: templates/aa_intel_tool/partials/index/form.html:28
54
54
  msgid "D-Scan"
55
55
  msgstr ""
56
56
 
57
- #: constants.py:83 models.py:123
57
+ #: constants.py:83 models.py:23 models.py:123
58
+ #: templates/aa_intel_tool/partials/index/form.html:33
58
59
  msgid "Fleet composition"
59
- msgstr ""
60
+ msgstr "함대 구성"
60
61
 
61
62
  #: exceptions.py:34
62
63
  #, python-brace-format
@@ -71,10 +72,6 @@ msgstr ""
71
72
  msgid "Invalid scan data"
72
73
  msgstr ""
73
74
 
74
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
75
- msgid "Fleet Composition"
76
- msgstr ""
77
-
78
75
  #: models.py:31
79
76
  msgid "Scan hash"
80
77
  msgstr ""
@@ -220,12 +217,12 @@ msgstr ""
220
217
 
221
218
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
222
219
  msgctxt "Decimal separator"
223
- msgid ","
220
+ msgid "."
224
221
  msgstr ""
225
222
 
226
223
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
227
224
  msgctxt "Thousands separator"
228
- msgid "."
225
+ msgid ","
229
226
  msgstr ""
230
227
 
231
228
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -306,41 +303,41 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
306
303
 
307
304
  #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
308
305
  msgid "Join our team of translators!"
309
- msgstr "번역가 팀에 참여하세요!"
306
+ msgstr "번역 팀에 참여하세요!"
310
307
 
311
308
  #: templates/aa_intel_tool/partials/index/form.html:10
312
309
  msgid "What can I paste?"
313
310
  msgstr ""
314
311
 
315
312
  #: templates/aa_intel_tool/partials/index/form.html:16
316
- msgid "Chat Member List"
313
+ msgid "Chat member list"
317
314
  msgstr ""
318
315
 
319
- #: templates/aa_intel_tool/partials/index/form.html:20
316
+ #: templates/aa_intel_tool/partials/index/form.html:21
320
317
  #, python-format
321
318
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
319
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
320
  msgstr[0] ""
324
321
  msgstr[1] ""
325
322
 
326
- #: templates/aa_intel_tool/partials/index/form.html:46
323
+ #: templates/aa_intel_tool/partials/index/form.html:50
327
324
  msgid "Submit"
328
- msgstr ""
325
+ msgstr "전송"
329
326
 
330
- #: templates/aa_intel_tool/partials/index/form.html:52
327
+ #: templates/aa_intel_tool/partials/index/form.html:56
331
328
  msgid "Working on it, please be patient …"
332
329
  msgstr ""
333
330
 
334
- #: templates/aa_intel_tool/partials/index/form.html:54
331
+ #: templates/aa_intel_tool/partials/index/form.html:58
335
332
  msgid "Detecting the intel type"
336
333
  msgstr ""
337
334
 
338
- #: templates/aa_intel_tool/partials/index/form.html:55
335
+ #: templates/aa_intel_tool/partials/index/form.html:59
339
336
  msgid ""
340
337
  "Fetching potentially missing information from ESI (this might take a moment)"
341
338
  msgstr ""
342
339
 
343
- #: templates/aa_intel_tool/partials/index/form.html:56
340
+ #: templates/aa_intel_tool/partials/index/form.html:60
344
341
  msgid "Parsing data"
345
342
  msgstr ""
346
343
 
@@ -428,7 +425,7 @@ msgstr ""
428
425
 
429
426
  #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
430
427
  msgid "Type"
431
- msgstr ""
428
+ msgstr "종류"
432
429
 
433
430
  #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
434
431
  msgid "Ships on scan"
@@ -453,7 +450,7 @@ msgstr ""
453
450
 
454
451
  #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
455
452
  msgid "Ship type"
456
- msgstr ""
453
+ msgstr "함선 종류"
457
454
 
458
455
  #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
459
456
  msgid "No data."
@@ -481,7 +478,7 @@ msgstr ""
481
478
 
482
479
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
483
480
  msgid "System"
484
- msgstr ""
481
+ msgstr "성계"
485
482
 
486
483
  #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
487
484
  msgid "Participation details"
@@ -497,6 +494,10 @@ msgstr ""
497
494
  msgid "The provided data could not be parsed."
498
495
  msgstr ""
499
496
 
497
+ #: views/general.py:60
498
+ msgid "(System Error) Something unexpected happened."
499
+ msgstr ""
500
+
500
501
  #: views/general.py:99 views/general.py:128
501
502
  msgid "The scan you were looking for could not be found."
502
503
  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-08-28 15:44+0200\n"
11
- "PO-Revision-Date: 2023-08-28 09:03+0000\n"
10
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
11
+ "PO-Revision-Date: 2023-08-31 06:18+0000\n"
12
12
  "Last-Translator: Nikolay <nick.postnikov@gmail.com>\n"
13
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/ru/>\n"
13
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/ru/>\n"
15
15
  "Language: ru\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -48,17 +48,16 @@ msgid "Intel Parser v{__version__}"
48
48
  msgstr ""
49
49
 
50
50
  #: constants.py:71 models.py:24
51
- #, fuzzy
52
51
  msgid "Chat list"
53
52
  msgstr "Список чата"
54
53
 
55
54
  #: constants.py:77 models.py:22
56
- #: templates/aa_intel_tool/partials/index/form.html:27
55
+ #: templates/aa_intel_tool/partials/index/form.html:28
57
56
  msgid "D-Scan"
58
57
  msgstr "Подскан"
59
58
 
60
- #: constants.py:83 models.py:123
61
- #, fuzzy
59
+ #: constants.py:83 models.py:23 models.py:123
60
+ #: templates/aa_intel_tool/partials/index/form.html:33
62
61
  msgid "Fleet composition"
63
62
  msgstr "Состав флота"
64
63
 
@@ -75,10 +74,6 @@ msgstr "Вставить сюда …"
75
74
  msgid "Invalid scan data"
76
75
  msgstr "Некорректные данные скана"
77
76
 
78
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
79
- msgid "Fleet Composition"
80
- msgstr "Состав флота"
81
-
82
77
  #: models.py:31
83
78
  msgid "Scan hash"
84
79
  msgstr "Хэш скана"
@@ -238,13 +233,13 @@ msgstr "NPC корпорация"
238
233
 
239
234
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
240
235
  msgctxt "Decimal separator"
241
- msgid ","
242
- msgstr ""
236
+ msgid "."
237
+ msgstr ","
243
238
 
244
239
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
245
240
  msgctxt "Thousands separator"
246
- msgid "."
247
- msgstr ""
241
+ msgid ","
242
+ msgstr " "
248
243
 
249
244
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
250
245
  msgid "No data available in this table"
@@ -335,10 +330,10 @@ msgid "What can I paste?"
335
330
  msgstr "Что я могу вставить?"
336
331
 
337
332
  #: templates/aa_intel_tool/partials/index/form.html:16
338
- msgid "Chat Member List"
333
+ msgid "Chat member list"
339
334
  msgstr "Список членов чата"
340
335
 
341
- #: templates/aa_intel_tool/partials/index/form.html:20
336
+ #: templates/aa_intel_tool/partials/index/form.html:21
342
337
  #, python-format
343
338
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
344
339
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
@@ -347,24 +342,24 @@ msgstr[1] "Ограничен максимум %(max_pilots)s пилотами
347
342
  msgstr[2] "Ограничен максимум %(max_pilots)s пилотами в скане."
348
343
  msgstr[3] "Ограничен максимум одним пилотом в скане."
349
344
 
350
- #: templates/aa_intel_tool/partials/index/form.html:46
345
+ #: templates/aa_intel_tool/partials/index/form.html:50
351
346
  msgid "Submit"
352
347
  msgstr "Отправить"
353
348
 
354
- #: templates/aa_intel_tool/partials/index/form.html:52
349
+ #: templates/aa_intel_tool/partials/index/form.html:56
355
350
  msgid "Working on it, please be patient …"
356
351
  msgstr "Работаем над этим, потерпите …"
357
352
 
358
- #: templates/aa_intel_tool/partials/index/form.html:54
353
+ #: templates/aa_intel_tool/partials/index/form.html:58
359
354
  msgid "Detecting the intel type"
360
355
  msgstr "Определение типа информации"
361
356
 
362
- #: templates/aa_intel_tool/partials/index/form.html:55
357
+ #: templates/aa_intel_tool/partials/index/form.html:59
363
358
  msgid ""
364
359
  "Fetching potentially missing information from ESI (this might take a moment)"
365
360
  msgstr "Загрузка отсутствующей информации из ESI (может занять время)"
366
361
 
367
- #: templates/aa_intel_tool/partials/index/form.html:56
362
+ #: templates/aa_intel_tool/partials/index/form.html:60
368
363
  msgid "Parsing data"
369
364
  msgstr "Анализ данных"
370
365
 
@@ -427,12 +422,10 @@ msgstr "Разбивка по пилотам"
427
422
 
428
423
  #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
429
424
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
430
- #, fuzzy
431
425
  msgid "Pilot"
432
- msgstr "Список пилотов"
426
+ msgstr "Пилот"
433
427
 
434
428
  #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
435
- #, fuzzy
436
429
  msgid "Interesting on grid"
437
430
  msgstr "Интересное в гриде"
438
431
 
@@ -445,7 +438,6 @@ msgid "Deployables"
445
438
  msgstr "Развертываемые объекты"
446
439
 
447
440
  #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
448
- #, fuzzy
449
441
  msgid "POS / POS modules"
450
442
  msgstr "POS / Модули POS"
451
443
 
@@ -458,7 +450,6 @@ msgid "Type"
458
450
  msgstr "Тип"
459
451
 
460
452
  #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
461
- #, fuzzy
462
453
  msgid "Ships on scan"
463
454
  msgstr "Корабли на скане"
464
455
 
@@ -493,21 +484,19 @@ msgstr "Скан выполнен (время EVE)"
493
484
 
494
485
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
495
486
  msgid "Fleet details"
496
- msgstr ""
487
+ msgstr "Подробное описание флота"
497
488
 
498
489
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
499
- #, fuzzy
500
490
  msgid "Pilots in fleet"
501
- msgstr "Список пилотов"
491
+ msgstr "Пилотов во флоте"
502
492
 
503
493
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
504
- #, fuzzy
505
494
  msgid "Ship classes"
506
- msgstr "Класс корабля"
495
+ msgstr "Классы кораблей"
507
496
 
508
497
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
509
498
  msgid "Who is flying what"
510
- msgstr ""
499
+ msgstr "Кто на чем летит"
511
500
 
512
501
  #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
513
502
  msgid "System"
@@ -515,7 +504,7 @@ msgstr "Система"
515
504
 
516
505
  #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
517
506
  msgid "Participation details"
518
- msgstr ""
507
+ msgstr "Подробности участия"
519
508
 
520
509
  #: templates/aa_intel_tool/views/index.html:14
521
510
  msgid ""
@@ -529,6 +518,10 @@ msgstr ""
529
518
  msgid "The provided data could not be parsed."
530
519
  msgstr "Предоставленные данные не могут быть проанализированы."
531
520
 
521
+ #: views/general.py:60
522
+ msgid "(System Error) Something unexpected happened."
523
+ msgstr "(Системная ошибка) Случилось что-то непредвиденное."
524
+
532
525
  #: views/general.py:99 views/general.py:128
533
526
  msgid "The scan you were looking for could not be found."
534
527
  msgstr "Скан, который вы ищите, не может быть найден."
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2023-08-28 15:44+0200\n"
9
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
10
10
  "PO-Revision-Date: 2023-08-28 13:34+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -51,11 +51,12 @@ msgid "Chat list"
51
51
  msgstr ""
52
52
 
53
53
  #: constants.py:77 models.py:22
54
- #: templates/aa_intel_tool/partials/index/form.html:27
54
+ #: templates/aa_intel_tool/partials/index/form.html:28
55
55
  msgid "D-Scan"
56
56
  msgstr ""
57
57
 
58
- #: constants.py:83 models.py:123
58
+ #: constants.py:83 models.py:23 models.py:123
59
+ #: templates/aa_intel_tool/partials/index/form.html:33
59
60
  msgid "Fleet composition"
60
61
  msgstr ""
61
62
 
@@ -72,10 +73,6 @@ msgstr ""
72
73
  msgid "Invalid scan data"
73
74
  msgstr ""
74
75
 
75
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
76
- msgid "Fleet Composition"
77
- msgstr ""
78
-
79
76
  #: models.py:31
80
77
  msgid "Scan hash"
81
78
  msgstr ""
@@ -221,12 +218,12 @@ msgstr ""
221
218
 
222
219
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
223
220
  msgctxt "Decimal separator"
224
- msgid ","
221
+ msgid "."
225
222
  msgstr ""
226
223
 
227
224
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
228
225
  msgctxt "Thousands separator"
229
- msgid "."
226
+ msgid ","
230
227
  msgstr ""
231
228
 
232
229
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -314,34 +311,34 @@ msgid "What can I paste?"
314
311
  msgstr ""
315
312
 
316
313
  #: templates/aa_intel_tool/partials/index/form.html:16
317
- msgid "Chat Member List"
314
+ msgid "Chat member list"
318
315
  msgstr ""
319
316
 
320
- #: templates/aa_intel_tool/partials/index/form.html:20
317
+ #: templates/aa_intel_tool/partials/index/form.html:21
321
318
  #, python-format
322
319
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
323
320
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
324
321
  msgstr[0] ""
325
322
  msgstr[1] ""
326
323
 
327
- #: templates/aa_intel_tool/partials/index/form.html:46
324
+ #: templates/aa_intel_tool/partials/index/form.html:50
328
325
  msgid "Submit"
329
326
  msgstr "Відправити"
330
327
 
331
- #: templates/aa_intel_tool/partials/index/form.html:52
328
+ #: templates/aa_intel_tool/partials/index/form.html:56
332
329
  msgid "Working on it, please be patient …"
333
330
  msgstr ""
334
331
 
335
- #: templates/aa_intel_tool/partials/index/form.html:54
332
+ #: templates/aa_intel_tool/partials/index/form.html:58
336
333
  msgid "Detecting the intel type"
337
334
  msgstr ""
338
335
 
339
- #: templates/aa_intel_tool/partials/index/form.html:55
336
+ #: templates/aa_intel_tool/partials/index/form.html:59
340
337
  msgid ""
341
338
  "Fetching potentially missing information from ESI (this might take a moment)"
342
339
  msgstr ""
343
340
 
344
- #: templates/aa_intel_tool/partials/index/form.html:56
341
+ #: templates/aa_intel_tool/partials/index/form.html:60
345
342
  msgid "Parsing data"
346
343
  msgstr ""
347
344
 
@@ -498,6 +495,10 @@ msgstr ""
498
495
  msgid "The provided data could not be parsed."
499
496
  msgstr ""
500
497
 
498
+ #: views/general.py:60
499
+ msgid "(System Error) Something unexpected happened."
500
+ msgstr ""
501
+
501
502
  #: views/general.py:99 views/general.py:128
502
503
  msgid "The scan you were looking for could not be found."
503
504
  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: 2023-08-28 15:44+0200\n"
11
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,11 +50,12 @@ msgid "Chat list"
50
50
  msgstr ""
51
51
 
52
52
  #: constants.py:77 models.py:22
53
- #: templates/aa_intel_tool/partials/index/form.html:27
53
+ #: templates/aa_intel_tool/partials/index/form.html:28
54
54
  msgid "D-Scan"
55
55
  msgstr ""
56
56
 
57
- #: constants.py:83 models.py:123
57
+ #: constants.py:83 models.py:23 models.py:123
58
+ #: templates/aa_intel_tool/partials/index/form.html:33
58
59
  msgid "Fleet composition"
59
60
  msgstr ""
60
61
 
@@ -71,10 +72,6 @@ msgstr ""
71
72
  msgid "Invalid scan data"
72
73
  msgstr ""
73
74
 
74
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
75
- msgid "Fleet Composition"
76
- msgstr ""
77
-
78
75
  #: models.py:31
79
76
  msgid "Scan hash"
80
77
  msgstr ""
@@ -220,12 +217,12 @@ msgstr ""
220
217
 
221
218
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
222
219
  msgctxt "Decimal separator"
223
- msgid ","
220
+ msgid "."
224
221
  msgstr ""
225
222
 
226
223
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
227
224
  msgctxt "Thousands separator"
228
- msgid "."
225
+ msgid ","
229
226
  msgstr ""
230
227
 
231
228
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -313,34 +310,34 @@ msgid "What can I paste?"
313
310
  msgstr ""
314
311
 
315
312
  #: templates/aa_intel_tool/partials/index/form.html:16
316
- msgid "Chat Member List"
313
+ msgid "Chat member list"
317
314
  msgstr ""
318
315
 
319
- #: templates/aa_intel_tool/partials/index/form.html:20
316
+ #: templates/aa_intel_tool/partials/index/form.html:21
320
317
  #, python-format
321
318
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
319
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
320
  msgstr[0] ""
324
321
  msgstr[1] ""
325
322
 
326
- #: templates/aa_intel_tool/partials/index/form.html:46
323
+ #: templates/aa_intel_tool/partials/index/form.html:50
327
324
  msgid "Submit"
328
325
  msgstr ""
329
326
 
330
- #: templates/aa_intel_tool/partials/index/form.html:52
327
+ #: templates/aa_intel_tool/partials/index/form.html:56
331
328
  msgid "Working on it, please be patient …"
332
329
  msgstr ""
333
330
 
334
- #: templates/aa_intel_tool/partials/index/form.html:54
331
+ #: templates/aa_intel_tool/partials/index/form.html:58
335
332
  msgid "Detecting the intel type"
336
333
  msgstr ""
337
334
 
338
- #: templates/aa_intel_tool/partials/index/form.html:55
335
+ #: templates/aa_intel_tool/partials/index/form.html:59
339
336
  msgid ""
340
337
  "Fetching potentially missing information from ESI (this might take a moment)"
341
338
  msgstr ""
342
339
 
343
- #: templates/aa_intel_tool/partials/index/form.html:56
340
+ #: templates/aa_intel_tool/partials/index/form.html:60
344
341
  msgid "Parsing data"
345
342
  msgstr ""
346
343
 
@@ -497,6 +494,10 @@ msgstr ""
497
494
  msgid "The provided data could not be parsed."
498
495
  msgstr ""
499
496
 
497
+ #: views/general.py:60
498
+ msgid "(System Error) Something unexpected happened."
499
+ msgstr ""
500
+
500
501
  #: views/general.py:99 views/general.py:128
501
502
  msgid "The scan you were looking for could not be found."
502
503
  msgstr ""