aa-intel-tool 2.6.1__tar.gz → 2.6.3__tar.gz

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 (166) hide show
  1. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/PKG-INFO +4 -4
  2. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/README.md +3 -3
  3. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/__init__.py +1 -1
  4. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/helper/eve_character.py +24 -36
  5. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/helper/static_files.py +2 -2
  6. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +30 -29
  7. aa_intel_tool-2.6.3/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  8. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +36 -35
  9. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/django.pot +31 -30
  10. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +32 -29
  11. aa_intel_tool-2.6.3/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  12. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +38 -33
  13. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +30 -29
  14. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +30 -29
  15. aa_intel_tool-2.6.3/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  16. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +39 -33
  17. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +30 -29
  18. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +30 -29
  19. aa_intel_tool-2.6.3/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  20. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +38 -33
  21. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/sk/LC_MESSAGES/django.po +30 -29
  22. aa_intel_tool-2.6.3/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  23. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +129 -123
  24. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +32 -29
  25. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/parser/general.py +11 -16
  26. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/parser/helper/db.py +8 -11
  27. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/parser/module/chatlist.py +97 -126
  28. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/parser/module/dscan.py +115 -147
  29. aa_intel_tool-2.6.3/aa_intel_tool/parser/module/fleetcomp.py +225 -0
  30. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +6 -19
  31. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -0
  32. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
  33. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +104 -64
  34. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  35. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
  36. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +59 -59
  37. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -0
  38. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
  39. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +140 -0
  40. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -0
  41. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
  42. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +146 -105
  43. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -0
  44. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
  45. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +174 -0
  46. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
  47. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
  48. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +69 -59
  49. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
  50. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
  51. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +54 -32
  52. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -0
  53. aa_intel_tool-2.6.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
  54. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/base.html +4 -2
  55. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -2
  56. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -2
  57. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -2
  58. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
  59. aa_intel_tool-2.6.3/aa_intel_tool/tests/test-data/dscan.txt +295 -0
  60. aa_intel_tool-2.6.3/aa_intel_tool/tests/test_admin.py +98 -0
  61. aa_intel_tool-2.6.3/aa_intel_tool/tests/test_helper_eve_character.py +405 -0
  62. aa_intel_tool-2.6.3/aa_intel_tool/tests/test_models.py +225 -0
  63. aa_intel_tool-2.6.3/aa_intel_tool/tests/test_parser_general.py +771 -0
  64. aa_intel_tool-2.6.3/aa_intel_tool/tests/test_parser_module_chatlist.py +154 -0
  65. aa_intel_tool-2.6.1/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  66. aa_intel_tool-2.6.1/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  67. aa_intel_tool-2.6.1/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  68. aa_intel_tool-2.6.1/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  69. aa_intel_tool-2.6.1/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  70. aa_intel_tool-2.6.1/aa_intel_tool/parser/module/fleetcomp.py +0 -242
  71. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -2
  72. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -1
  73. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -1
  74. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -2
  75. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -1
  76. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +0 -140
  77. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -2
  78. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -1
  79. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -2
  80. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -1
  81. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +0 -174
  82. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -2
  83. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -1
  84. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -2
  85. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -1
  86. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -2
  87. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -1
  88. aa_intel_tool-2.6.1/aa_intel_tool/tests/test-data/dscan.txt +0 -45
  89. aa_intel_tool-2.6.1/aa_intel_tool/tests/test_admin.py +0 -86
  90. aa_intel_tool-2.6.1/aa_intel_tool/tests/test_models.py +0 -41
  91. aa_intel_tool-2.6.1/aa_intel_tool/tests/test_parser.py +0 -135
  92. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/.gitignore +0 -0
  93. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/LICENSE +0 -0
  94. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/admin.py +0 -0
  95. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/app_settings.py +0 -0
  96. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/apps.py +0 -0
  97. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/auth_hooks.py +0 -0
  98. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/constants.py +0 -0
  99. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/exceptions.py +0 -0
  100. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/form.py +0 -0
  101. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/helper/data_structure.py +0 -0
  102. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  103. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  104. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  105. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  106. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  107. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  108. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  109. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  110. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
  111. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/migrations/0001_initial.py +0 -0
  112. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/migrations/0002_alter_scan_raw_data.py +0 -0
  113. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/migrations/__init__.py +0 -0
  114. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/models.py +0 -0
  115. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/parser/__init__.py +0 -0
  116. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/scripts/drop_tables.sql +0 -0
  117. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
  118. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -0
  119. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -0
  120. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tasks.py +0 -0
  121. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +0 -0
  122. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
  123. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
  124. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +0 -0
  125. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
  126. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +0 -0
  127. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +0 -0
  128. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
  129. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +0 -0
  130. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
  131. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
  132. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +0 -0
  133. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
  134. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
  135. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
  136. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
  137. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
  138. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
  139. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
  140. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
  141. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
  142. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
  143. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
  144. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +0 -0
  145. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +0 -0
  146. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +0 -0
  147. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templatetags/__init__.py +0 -0
  148. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/templatetags/aa_intel_tool.py +0 -0
  149. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/__init__.py +0 -0
  150. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
  151. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
  152. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
  153. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
  154. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
  155. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_access.py +0 -0
  156. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_app_settings.py +0 -0
  157. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_auth_hooks.py +0 -0
  158. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
  159. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
  160. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/test_templatetags.py +0 -0
  161. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/tests/utils.py +0 -0
  162. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/urls.py +0 -0
  163. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/views/__init__.py +0 -0
  164. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/views/ajax.py +0 -0
  165. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/aa_intel_tool/views/general.py +0 -0
  166. {aa_intel_tool-2.6.1 → aa_intel_tool-2.6.3}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-intel-tool
3
- Version: 2.6.1
3
+ Version: 2.6.3
4
4
  Summary: A simple parser for D-Scans and more for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
@@ -856,7 +856,7 @@ APPS_WITH_PUBLIC_VIEWS = [
856
856
  ]
857
857
  ```
858
858
 
859
- > **Note**
859
+ > [!NOTE]
860
860
  >
861
861
  > If you don't have a list for `APPS_WITH_PUBLIC_VIEWS` yet, then add the whole
862
862
  > block from here. This feature has been added in Alliance Auth v3.6.0 so you
@@ -919,7 +919,7 @@ Restart your Nginx service.
919
919
  To customize the app, the following settings are available and can be made in
920
920
  your `local.py`.
921
921
 
922
- > **Warning**
922
+ > [!WARNING]
923
923
  >
924
924
  > Enable the chat scan module at your own risk. This module has the potential to
925
925
  > generate a huge number of ESI calls, which CCP might not be too happy about.
@@ -933,7 +933,7 @@ your `local.py`.
933
933
  | INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
934
934
  | INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans.<br/>This defines the size of the grid in km in which ships and structures are considered to be "on grid" | 10000 |
935
935
 
936
- > **Note**
936
+ > [!NOTE]
937
937
  >
938
938
  > **A word about the chat scan limitations:**
939
939
  >
@@ -146,7 +146,7 @@ APPS_WITH_PUBLIC_VIEWS = [
146
146
  ]
147
147
  ```
148
148
 
149
- > **Note**
149
+ > [!NOTE]
150
150
  >
151
151
  > If you don't have a list for `APPS_WITH_PUBLIC_VIEWS` yet, then add the whole
152
152
  > block from here. This feature has been added in Alliance Auth v3.6.0 so you
@@ -209,7 +209,7 @@ Restart your Nginx service.
209
209
  To customize the app, the following settings are available and can be made in
210
210
  your `local.py`.
211
211
 
212
- > **Warning**
212
+ > [!WARNING]
213
213
  >
214
214
  > Enable the chat scan module at your own risk. This module has the potential to
215
215
  > generate a huge number of ESI calls, which CCP might not be too happy about.
@@ -223,7 +223,7 @@ your `local.py`.
223
223
  | INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
224
224
  | INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans.<br/>This defines the size of the grid in km in which ships and structures are considered to be "on grid" | 10000 |
225
225
 
226
- > **Note**
226
+ > [!NOTE]
227
227
  >
228
228
  > **A word about the chat scan limitations:**
229
229
  >
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.6.1"
8
+ __version__ = "2.6.3"
9
9
  __title__ = _("Intel Parser")
@@ -25,7 +25,7 @@ from aa_intel_tool import __title__
25
25
  logger = LoggerAddTag(my_logger=get_extension_logger(name=__name__), prefix=__title__)
26
26
 
27
27
 
28
- def _create_alliance(alliance_ids: Iterable[int] = None) -> None:
28
+ def _create_alliance(alliance_ids: Iterable[int]) -> None:
29
29
  """
30
30
  Bulk creation of EveAllianceInfo objects
31
31
 
@@ -36,7 +36,6 @@ def _create_alliance(alliance_ids: Iterable[int] = None) -> None:
36
36
  """
37
37
 
38
38
  alliance_ids = set(alliance_ids)
39
-
40
39
  existing_alliance_ids = set(
41
40
  EveAllianceInfo.objects.filter(alliance_id__in=alliance_ids).values_list(
42
41
  "alliance_id", flat=True
@@ -44,23 +43,21 @@ def _create_alliance(alliance_ids: Iterable[int] = None) -> None:
44
43
  )
45
44
 
46
45
  alliances_to_fetch = alliance_ids - existing_alliance_ids
47
- count_alliances_to_fetch = len(alliances_to_fetch)
48
46
 
49
47
  if alliances_to_fetch:
50
48
  logger.debug(
51
- f"{count_alliances_to_fetch} EveAllianceInfo object(s) need to be created …"
49
+ f"{len(alliances_to_fetch)} EveAllianceInfo object(s) need to be created …"
52
50
  )
53
51
 
54
- for loop_count, alliance_id in enumerate(alliances_to_fetch):
52
+ for loop_count, alliance_id in enumerate(alliances_to_fetch, start=1):
55
53
  alliance = EveAllianceInfo.objects.create_alliance(alliance_id=alliance_id)
56
-
57
54
  logger.debug(
58
- f"({loop_count + 1}/{count_alliances_to_fetch}) "
55
+ f"({loop_count}/{len(alliances_to_fetch)}) "
59
56
  f"EveAllianceInfo object created for: {alliance.alliance_name}"
60
57
  )
61
58
 
62
59
 
63
- def _create_corporation(corporation_ids: Iterable[int] = None) -> None:
60
+ def _create_corporation(corporation_ids: Iterable[int]) -> None:
64
61
  """
65
62
  Bulk creation of EveCorporationInfo objects
66
63
 
@@ -71,7 +68,6 @@ def _create_corporation(corporation_ids: Iterable[int] = None) -> None:
71
68
  """
72
69
 
73
70
  corporation_ids = set(corporation_ids)
74
-
75
71
  existing_corporation_ids = set(
76
72
  EveCorporationInfo.objects.filter(
77
73
  corporation_id__in=corporation_ids
@@ -79,26 +75,25 @@ def _create_corporation(corporation_ids: Iterable[int] = None) -> None:
79
75
  )
80
76
 
81
77
  corporations_to_fetch = corporation_ids - existing_corporation_ids
82
- count_corporations_to_fetch = len(corporations_to_fetch)
83
78
 
84
79
  if corporations_to_fetch:
85
80
  logger.debug(
86
- f"{count_corporations_to_fetch} EveCorporationInfo object(s) need to be created …" # pylint: disable=line-too-long
81
+ f"{len(corporations_to_fetch)} EveCorporationInfo object(s) need to be created …"
87
82
  )
88
83
 
89
- for loop_count, corporation_id in enumerate(corporations_to_fetch):
84
+ for loop_count, corporation_id in enumerate(corporations_to_fetch, start=1):
90
85
  corporation = EveCorporationInfo.objects.create_corporation(
91
86
  corp_id=corporation_id
92
87
  )
93
88
 
94
89
  logger.debug(
95
- f"({loop_count + 1}/{count_corporations_to_fetch}) "
90
+ f"({loop_count}/{len(corporations_to_fetch)}) "
96
91
  f"EveCorporationInfo object created for: {corporation.corporation_name}"
97
92
  )
98
93
 
99
94
 
100
95
  def _create_character(
101
- character_ids: Iterable[int] = None, with_affiliation: bool = True
96
+ character_ids: Iterable[int], with_affiliation: bool = True
102
97
  ) -> None:
103
98
  """
104
99
  Bulk creation of EveCharacter objects
@@ -112,35 +107,30 @@ def _create_character(
112
107
  """
113
108
 
114
109
  character_ids = set(character_ids)
110
+ tmp_affiliation_ids = {"alliance": set(), "corporation": set()}
115
111
 
116
- count_characters_to_fetch = len(character_ids)
117
-
118
- logger.debug(
119
- f"{count_characters_to_fetch} EveCharacter object(s) need to be created …"
120
- )
121
-
122
- tmp_character_ids = {"corporation": [], "alliance": []}
112
+ logger.info(f"{len(character_ids)} EveCharacter object(s) need to be created …")
123
113
 
124
- for loop_count, character_id in enumerate(character_ids):
114
+ for loop_count, character_id in enumerate(character_ids, start=1):
125
115
  # Create character
126
116
  character = EveCharacter.objects.create_character(character_id=character_id)
127
117
 
128
118
  logger.debug(
129
- f"({loop_count + 1}/{count_characters_to_fetch}) "
119
+ f"({loop_count}/{len(character_ids)}) "
130
120
  f"EveCharacter object created for: {character.character_name}"
131
121
  )
132
122
 
133
- if character.alliance_id is not None:
134
- tmp_character_ids["alliance"].append(character.alliance_id)
135
- else:
136
- tmp_character_ids["corporation"].append(character.corporation_id)
123
+ affiliation_key = "alliance" if character.alliance_id else "corporation"
124
+ tmp_affiliation_ids[affiliation_key].add(
125
+ character.alliance_id or character.corporation_id
126
+ )
137
127
 
138
- if with_affiliation is True:
139
- if len(tmp_character_ids["alliance"]) > 0:
140
- _create_alliance(tmp_character_ids["alliance"])
128
+ if with_affiliation:
129
+ if tmp_affiliation_ids["alliance"]:
130
+ _create_alliance(tmp_affiliation_ids["alliance"])
141
131
 
142
- if len(tmp_character_ids["corporation"]) > 0:
143
- _create_corporation(tmp_character_ids["corporation"])
132
+ if tmp_affiliation_ids["corporation"]:
133
+ _create_corporation(tmp_affiliation_ids["corporation"])
144
134
 
145
135
 
146
136
  def get_or_create_character(
@@ -157,7 +147,7 @@ def get_or_create_character(
157
147
  :rtype:
158
148
  """
159
149
 
160
- character_ids = set(character_ids)
150
+ character_ids = set(character_ids or [])
161
151
 
162
152
  logger.debug(
163
153
  msg=f"Getting information for {len(character_ids)} character(s) from AA …"
@@ -174,6 +164,4 @@ def get_or_create_character(
174
164
  if character_ids_to_fetch:
175
165
  _create_character(character_ids=character_ids_to_fetch, with_affiliation=True)
176
166
 
177
- characters = EveCharacter.objects.filter(character_id__in=character_ids)
178
-
179
- return characters
167
+ return EveCharacter.objects.filter(character_id__in=character_ids)
@@ -34,9 +34,9 @@ def calculate_integrity_hash(relative_file_path: str) -> str:
34
34
  :rtype: str
35
35
  """
36
36
 
37
- file_path = os.path.join(APP_STATIC_DIR, relative_file_path)
38
37
  integrity_hash = calculate_integrity(
39
- path=Path(file_path), algorithm=Algorithm.SHA512
38
+ path=Path(os.path.join(APP_STATIC_DIR, relative_file_path)),
39
+ algorithm=Algorithm.SHA512,
40
40
  )
41
41
 
42
42
  return integrity_hash
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-03-07 15:55+0100\n"
9
+ "POT-Creation-Date: 2025-05-05 22:48+0200\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
@@ -159,23 +159,23 @@ msgstr ""
159
159
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
160
160
  msgstr ""
161
161
 
162
- #: aa_intel_tool/parser/general.py:80
162
+ #: aa_intel_tool/parser/general.py:63
163
163
  msgid "No data to parse …"
164
164
  msgstr ""
165
165
 
166
- #: aa_intel_tool/parser/module/chatlist.py:65
166
+ #: aa_intel_tool/parser/module/chatlist.py:60
167
167
  msgid "Something went wrong while fetching the character information from ESI."
168
168
  msgstr ""
169
169
 
170
- #: aa_intel_tool/parser/module/chatlist.py:76
170
+ #: aa_intel_tool/parser/module/chatlist.py:67
171
171
  msgid "Character unknown to ESI."
172
172
  msgstr ""
173
173
 
174
- #: aa_intel_tool/parser/module/chatlist.py:278
174
+ #: aa_intel_tool/parser/module/chatlist.py:256
175
175
  msgid "The chat list module is currently disabled."
176
176
  msgstr ""
177
177
 
178
- #: aa_intel_tool/parser/module/chatlist.py:299
178
+ #: aa_intel_tool/parser/module/chatlist.py:275
179
179
  #, python-brace-format
180
180
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
181
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -184,11 +184,11 @@ msgstr[1] ""
184
184
  msgstr[2] ""
185
185
  msgstr[3] ""
186
186
 
187
- #: aa_intel_tool/parser/module/dscan.py:350
187
+ #: aa_intel_tool/parser/module/dscan.py:362
188
188
  msgid "The D-Scan module is currently disabled."
189
189
  msgstr ""
190
190
 
191
- #: aa_intel_tool/parser/module/fleetcomp.py:187
191
+ #: aa_intel_tool/parser/module/fleetcomp.py:181
192
192
  msgid "The fleet composition module is currently disabled."
193
193
  msgstr ""
194
194
 
@@ -201,13 +201,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
201
201
  msgstr ""
202
202
 
203
203
  #: aa_intel_tool/templates/aa_intel_tool/base.html:25
204
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
205
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
206
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
207
- msgid "Unaffiliated / No Alliance"
204
+ msgid "Unaffiliated"
208
205
  msgstr ""
209
206
 
210
207
  #: aa_intel_tool/templates/aa_intel_tool/base.html:26
208
+ msgid "No Alliance"
209
+ msgstr ""
210
+
211
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
211
212
  msgid "NPC Corp"
212
213
  msgstr ""
213
214
 
@@ -277,26 +278,26 @@ msgstr ""
277
278
  msgid "Copy permalink"
278
279
  msgstr ""
279
280
 
280
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
281
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
281
282
  msgid "Alliances breakdown"
282
283
  msgstr ""
283
284
 
284
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
285
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
285
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
286
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
286
287
  msgid "Alliance"
287
288
  msgstr ""
288
289
 
289
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
290
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
290
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
291
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
291
292
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
292
293
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
293
294
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
294
295
  msgid "Count"
295
296
  msgstr ""
296
297
 
297
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
298
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
299
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
298
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
299
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
300
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
300
301
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
301
302
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
302
303
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
@@ -304,29 +305,29 @@ msgstr ""
304
305
  msgid "Loading data …"
305
306
  msgstr ""
306
307
 
307
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
308
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
309
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
308
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
310
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
310
311
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
311
312
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
312
313
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
313
314
  msgid "No data …"
314
315
  msgstr ""
315
316
 
316
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
317
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
317
318
  msgid "Corporations breakdown"
318
319
  msgstr ""
319
320
 
320
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
321
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
321
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
322
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
322
323
  msgid "Corporation"
323
324
  msgstr ""
324
325
 
325
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
326
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
326
327
  msgid "Pilots breakdown"
327
328
  msgstr ""
328
329
 
329
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
330
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
330
331
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
331
332
  msgid "Pilot"
332
333
  msgstr ""
@@ -389,7 +390,7 @@ msgid "No data."
389
390
  msgstr ""
390
391
 
391
392
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
392
- msgid "Scan taken at (Eve time)"
393
+ msgid "Scan taken at (EVE time)"
393
394
  msgstr ""
394
395
 
395
396
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
@@ -1,13 +1,13 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-03-07 15:55+0100\n"
10
- "PO-Revision-Date: 2024-08-12 02:38+0000\n"
9
+ "POT-Creation-Date: 2025-05-05 22:48+0200\n"
10
+ "PO-Revision-Date: 2025-05-02 17:24+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/de/>\n"
13
13
  "Language: de\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Weblate 5.6.2\n"
18
+ "X-Generator: Weblate 5.11.1\n"
19
19
 
20
20
  #: aa_intel_tool/__init__.py:9
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -159,34 +159,34 @@ msgstr "Scandaten"
159
159
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
160
160
  msgstr "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp oder fehlerhaft …"
161
161
 
162
- #: aa_intel_tool/parser/general.py:80
162
+ #: aa_intel_tool/parser/general.py:63
163
163
  msgid "No data to parse …"
164
164
  msgstr "Keine Daten zum Parsen …"
165
165
 
166
- #: aa_intel_tool/parser/module/chatlist.py:65
166
+ #: aa_intel_tool/parser/module/chatlist.py:60
167
167
  msgid "Something went wrong while fetching the character information from ESI."
168
168
  msgstr "Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
169
169
 
170
- #: aa_intel_tool/parser/module/chatlist.py:76
170
+ #: aa_intel_tool/parser/module/chatlist.py:67
171
171
  msgid "Character unknown to ESI."
172
172
  msgstr "Charakter ist in ESI nicht bekannt."
173
173
 
174
- #: aa_intel_tool/parser/module/chatlist.py:278
174
+ #: aa_intel_tool/parser/module/chatlist.py:256
175
175
  msgid "The chat list module is currently disabled."
176
176
  msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
177
177
 
178
- #: aa_intel_tool/parser/module/chatlist.py:299
178
+ #: aa_intel_tool/parser/module/chatlist.py:275
179
179
  #, python-brace-format
180
180
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
181
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
182
182
  msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
183
183
  msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
184
184
 
185
- #: aa_intel_tool/parser/module/dscan.py:350
185
+ #: aa_intel_tool/parser/module/dscan.py:362
186
186
  msgid "The D-Scan module is currently disabled."
187
187
  msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
188
188
 
189
- #: aa_intel_tool/parser/module/fleetcomp.py:187
189
+ #: aa_intel_tool/parser/module/fleetcomp.py:181
190
190
  msgid "The fleet composition module is currently disabled."
191
191
  msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
192
192
 
@@ -199,13 +199,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
199
199
  msgstr "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein Browser diese Funktion nicht."
200
200
 
201
201
  #: aa_intel_tool/templates/aa_intel_tool/base.html:25
202
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
203
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
204
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
205
- msgid "Unaffiliated / No Alliance"
206
- msgstr "Unabhängig / Keine Allianz"
202
+ msgid "Unaffiliated"
203
+ msgstr "Unabhängig"
207
204
 
208
205
  #: aa_intel_tool/templates/aa_intel_tool/base.html:26
206
+ msgid "No Alliance"
207
+ msgstr "Keine Allianz"
208
+
209
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
209
210
  msgid "NPC Corp"
210
211
  msgstr "NPC Corp"
211
212
 
@@ -271,26 +272,26 @@ msgstr "Neuer Scan"
271
272
  msgid "Copy permalink"
272
273
  msgstr "Permalink kopieren"
273
274
 
274
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
275
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
275
276
  msgid "Alliances breakdown"
276
277
  msgstr "Aufschlüsselung der Allianzen"
277
278
 
278
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
279
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
279
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
280
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
280
281
  msgid "Alliance"
281
282
  msgstr "Allianz"
282
283
 
283
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
284
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
284
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
285
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
285
286
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
286
287
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
287
288
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
288
289
  msgid "Count"
289
290
  msgstr "Anzahl"
290
291
 
291
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
292
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
293
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
292
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
293
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
294
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
294
295
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
295
296
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
296
297
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
@@ -298,29 +299,29 @@ msgstr "Anzahl"
298
299
  msgid "Loading data …"
299
300
  msgstr "Lade Daten …"
300
301
 
301
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
302
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
303
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
302
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
303
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
304
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
304
305
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
305
306
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
306
307
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
307
308
  msgid "No data …"
308
309
  msgstr "Keine Daten …"
309
310
 
310
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
311
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
311
312
  msgid "Corporations breakdown"
312
313
  msgstr "Aufschlüsselung der Corporationen"
313
314
 
314
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
315
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
315
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
316
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
316
317
  msgid "Corporation"
317
318
  msgstr "Corporation"
318
319
 
319
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
320
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
320
321
  msgid "Pilots breakdown"
321
322
  msgstr "Aufschlüsselung der Piloten"
322
323
 
323
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
324
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
324
325
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
325
326
  msgid "Pilot"
326
327
  msgstr "Pilot"
@@ -335,7 +336,7 @@ msgstr "Upwell Strukturen"
335
336
 
336
337
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
337
338
  msgid "Deployables"
338
- msgstr "Stationierbare Strukturen"
339
+ msgstr "Verankerbare Strukturen"
339
340
 
340
341
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
341
342
  msgid "POS / POS modules"
@@ -383,8 +384,8 @@ msgid "No data."
383
384
  msgstr "Keine Daten."
384
385
 
385
386
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
386
- msgid "Scan taken at (Eve time)"
387
- msgstr "Scan aufgenommen um (Eve Zeit)"
387
+ msgid "Scan taken at (EVE time)"
388
+ msgstr "Scan aufgenommen um (EVE Zeit)"
388
389
 
389
390
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
390
391
  msgid "Fleet details"