aa-intel-tool 2.13.0__tar.gz → 2.13.1__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 (147) hide show
  1. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/PKG-INFO +5 -9
  2. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/README.md +4 -8
  3. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/__init__.py +1 -1
  4. aa_intel_tool-2.13.1/aa_intel_tool/constants.py +82 -0
  5. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +6 -6
  6. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  7. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +8 -8
  8. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/django.pot +7 -7
  9. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +6 -6
  10. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +6 -6
  11. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +6 -6
  12. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  13. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +10 -10
  14. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +6 -6
  15. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  16. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +11 -12
  17. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +6 -6
  18. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +6 -6
  19. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.po +6 -6
  20. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +6 -6
  21. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +12 -10
  22. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/general.py +7 -1
  23. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/module/dscan.py +4 -4
  24. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/__init__.py +17 -0
  25. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_access.py +1 -6
  26. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_auth_hooks.py +1 -6
  27. aa_intel_tool-2.13.0/aa_intel_tool/constants.py +0 -79
  28. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/.gitignore +0 -0
  29. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/LICENSE +0 -0
  30. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/admin.py +0 -0
  31. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/app_settings.py +0 -0
  32. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/apps.py +0 -0
  33. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/auth_hooks.py +0 -0
  34. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/exceptions.py +0 -0
  35. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/form.py +0 -0
  36. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/helper/data_structure.py +0 -0
  37. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/helper/eve_character.py +0 -0
  38. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/helper/urls.py +0 -0
  39. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  40. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  41. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  42. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  43. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  44. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  45. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  46. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  47. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  48. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  49. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
  50. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/migrations/0001_initial.py +0 -0
  51. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/migrations/0002_alter_scan_raw_data.py +0 -0
  52. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/migrations/__init__.py +0 -0
  53. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/models.py +0 -0
  54. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/__init__.py +0 -0
  55. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/helper/db.py +0 -0
  56. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/module/chatlist.py +0 -0
  57. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/parser/module/fleetcomp.py +0 -0
  58. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/providers.py +0 -0
  59. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
  60. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -0
  61. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -0
  62. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -0
  63. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +0 -0
  64. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +0 -0
  65. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -0
  66. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +0 -0
  67. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -0
  68. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -0
  69. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +0 -0
  70. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -0
  71. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -0
  72. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +0 -0
  73. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -0
  74. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -0
  75. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +0 -0
  76. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -0
  77. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -0
  78. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +0 -0
  79. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -0
  80. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -0
  81. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -0
  82. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -0
  83. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -0
  84. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
  85. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -0
  86. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -0
  87. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tasks.py +0 -0
  88. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/base.html +0 -0
  89. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +0 -0
  90. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
  91. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
  92. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +0 -0
  93. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
  94. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +0 -0
  95. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +0 -0
  96. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
  97. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +0 -0
  98. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
  99. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html +0 -0
  100. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/common/loading-spinner.html +0 -0
  101. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
  102. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +0 -0
  103. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
  104. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -0
  105. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -0
  106. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -0
  107. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
  108. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
  109. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
  110. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
  111. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
  112. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
  113. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
  114. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
  115. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
  116. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
  117. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
  118. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +0 -0
  119. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +0 -0
  120. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +0 -0
  121. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
  122. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
  123. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
  124. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
  125. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
  126. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
  127. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_admin.py +0 -0
  128. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_app_settings.py +0 -0
  129. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
  130. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_helper_eve_character.py +0 -0
  131. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_helper_urls.py +0 -0
  132. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_models.py +0 -0
  133. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_parser_general.py +0 -0
  134. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
  135. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_parser_module_chatlist.py +0 -0
  136. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_parser_module_dscan.py +0 -0
  137. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_parser_module_feetcomp.py +0 -0
  138. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_providers.py +0 -0
  139. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_tasks.py +0 -0
  140. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_views_ajax.py +0 -0
  141. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/test_views_general.py +0 -0
  142. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/tests/utils.py +0 -0
  143. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/urls.py +0 -0
  144. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/views/__init__.py +0 -0
  145. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/views/ajax.py +0 -0
  146. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/aa_intel_tool/views/general.py +0 -0
  147. {aa_intel_tool-2.13.0 → aa_intel_tool-2.13.1}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-intel-tool
3
- Version: 2.13.0
3
+ Version: 2.13.1
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: Codecov, https://codecov.io/gh/ppfeufer/aa-intel-tool
@@ -784,15 +784,11 @@ See [Settings](#settings) section for details.
784
784
 
785
785
  ## Installation<a name="installation"></a>
786
786
 
787
- > [!NOTE]
788
- >
789
- > **AA Intel Tool >= 2.0.0 needs at least Alliance Auth v4.0.0!**
790
- >
791
- > Please make sure to update your Alliance Auth instance _before_ you install this
792
- > module or update to the latest version, otherwise an update to Alliance Auth will
793
- > be pulled in unsupervised.
787
+ > [!IMPORTANT]
794
788
  >
795
- > The last version compatible with Alliance Auth v3 is `1.2.0`.
789
+ > This app is utilising features that are only available in Alliance Auth >= 4.12.0.
790
+ > Please make sure to update your Alliance Auth instance before installing this app,
791
+ > otherwise, an update to Alliance Auth will be pulled in unsupervised.
796
792
 
797
793
  **Important**: Please make sure you meet all preconditions before you proceed:
798
794
 
@@ -73,15 +73,11 @@ See [Settings](#settings) section for details.
73
73
 
74
74
  ## Installation<a name="installation"></a>
75
75
 
76
- > [!NOTE]
77
- >
78
- > **AA Intel Tool >= 2.0.0 needs at least Alliance Auth v4.0.0!**
79
- >
80
- > Please make sure to update your Alliance Auth instance _before_ you install this
81
- > module or update to the latest version, otherwise an update to Alliance Auth will
82
- > be pulled in unsupervised.
76
+ > [!IMPORTANT]
83
77
  >
84
- > The last version compatible with Alliance Auth v3 is `1.2.0`.
78
+ > This app is utilising features that are only available in Alliance Auth >= 4.12.0.
79
+ > Please make sure to update your Alliance Auth instance before installing this app,
80
+ > otherwise, an update to Alliance Auth will be pulled in unsupervised.
85
81
 
86
82
  **Important**: Please make sure you meet all preconditions before you proceed:
87
83
 
@@ -5,6 +5,6 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.13.0"
8
+ __version__ = "2.13.1"
9
9
  __title__ = "Intel Parser"
10
10
  __title_translated__ = _("Intel Parser")
@@ -0,0 +1,82 @@
1
+ """
2
+ App constants
3
+ """
4
+
5
+ # Standard Library
6
+ import re
7
+ from enum import Enum
8
+
9
+ # Django
10
+ from django.utils.translation import gettext_lazy as _
11
+
12
+ # AA Intel Tool
13
+ import aa_intel_tool.parser.module.chatlist
14
+ import aa_intel_tool.parser.module.dscan
15
+ import aa_intel_tool.parser.module.fleetcomp
16
+
17
+ # All internal URLs need to start with this prefix
18
+ INTERNAL_URL_PREFIX = "-"
19
+
20
+
21
+ class DistanceUnits(Enum):
22
+ """
23
+ Localised distance units
24
+ """
25
+
26
+ ON_GRID = r"""
27
+ km|m # Client in: English, German, Chinese, French, Japanese, Korean, Spanish
28
+ |км|м # Client in: Russian
29
+ """
30
+ OFF_GRID = r"""
31
+ AU # Client in: English, Chinese, Japanese, Korean, Spanish
32
+ |UA # Client in: French
33
+ |AE # Client in: German
34
+ |а.е. # Client in: Russian
35
+ """
36
+
37
+
38
+ DISTANCE_UNITS: str = f"{DistanceUnits.ON_GRID.value}|{DistanceUnits.OFF_GRID.value}"
39
+
40
+
41
+ class RegexPattern(Enum):
42
+ """
43
+ Pre-compiled regex patterns
44
+ """
45
+
46
+ CHATLIST = re.compile(pattern=r"(?im)^[a-zA-Z0-9\u0080-\uFFFF -_]{3,37}$")
47
+ DSCAN = re.compile(
48
+ pattern=rf"(?im)^(\d+)[\t](.*)[\t](.*)[\t](-|(.*) ({DISTANCE_UNITS}))$",
49
+ flags=re.VERBOSE,
50
+ )
51
+ FLEETCOMP = re.compile(
52
+ pattern=r"(?im)^([a-zA-Z0-9 -_]{3,37})[\t](.*)[\t](.*)[\t](.*)[\t](.*)[\t]([0-5] - [0-5] - [0-5])([\t](.*))?$"
53
+ )
54
+ LOCALISED_ON_GRID = re.compile(
55
+ pattern=rf"{DistanceUnits.ON_GRID.value}", flags=re.VERBOSE
56
+ )
57
+ LOCALISED_OFF_GRID = re.compile(
58
+ pattern=rf"{DistanceUnits.OFF_GRID.value}", flags=re.VERBOSE
59
+ )
60
+
61
+
62
+ # Supported intel types and their parameters
63
+ SUPPORTED_INTEL_TYPES = {
64
+ "chatlist": {
65
+ "name": _("Chat list"),
66
+ "parser": aa_intel_tool.parser.module.chatlist.parse,
67
+ "pattern": RegexPattern.CHATLIST.value,
68
+ "template": "aa_intel_tool/views/scan/chatlist.html",
69
+ },
70
+ "dscan": {
71
+ "name": _("D-Scan"),
72
+ "parser": aa_intel_tool.parser.module.dscan.parse,
73
+ "pattern": RegexPattern.DSCAN.value,
74
+ "template": "aa_intel_tool/views/scan/dscan.html",
75
+ },
76
+ "fleetcomp": {
77
+ "name": _("Fleet composition"),
78
+ "parser": aa_intel_tool.parser.module.fleetcomp.parse,
79
+ "pattern": RegexPattern.FLEETCOMP.value,
80
+ "template": "aa_intel_tool/views/scan/fleetcomp.html",
81
+ },
82
+ }
@@ -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: 2026-01-22 23:48+0100\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\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"
@@ -38,16 +38,16 @@ msgstr ""
38
38
  msgid "Raw data"
39
39
  msgstr ""
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr ""
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr ""
152
152
  msgid "Scan data"
153
153
  msgstr ""
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr ""
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr ""
162
162
 
@@ -6,8 +6,8 @@ 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: 2026-01-22 23:48+0100\n"
10
- "PO-Revision-Date: 2026-01-12 12:17+0000\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
+ "PO-Revision-Date: 2026-01-28 15:53+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.15.1\n"
18
+ "X-Generator: Weblate 5.15.2\n"
19
19
 
20
20
  #: aa_intel_tool/__init__.py:10
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -38,16 +38,16 @@ msgstr "In einem neuen Browser-Tab öffnen"
38
38
  msgid "Raw data"
39
39
  msgstr "Rohdaten"
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr "Chatliste"
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr "D-Scan"
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr "Verarbeitete Scandaten"
152
152
  msgid "Scan data"
153
153
  msgstr "Scandaten"
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp oder fehlerhaft …"
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr "Keine Daten zum Parsen …"
162
162
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Intel Tool 2.13.0\n"
9
+ "Project-Id-Version: AA Intel Tool 2.13.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\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"
@@ -39,16 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
43
  msgid "Chat list"
44
44
  msgstr ""
45
45
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
48
  msgid "D-Scan"
49
49
  msgstr ""
50
50
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
52
  #: aa_intel_tool/models.py:123
53
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
54
  msgid "Fleet composition"
@@ -153,12 +153,12 @@ msgstr ""
153
153
  msgid "Scan data"
154
154
  msgstr ""
155
155
 
156
- #: aa_intel_tool/parser/general.py:45
156
+ #: aa_intel_tool/parser/general.py:51
157
157
  msgid ""
158
158
  "No suitable parser found. Input is not a supported intel type or malformed …"
159
159
  msgstr ""
160
160
 
161
- #: aa_intel_tool/parser/general.py:63
161
+ #: aa_intel_tool/parser/general.py:69
162
162
  msgid "No data to parse …"
163
163
  msgstr ""
164
164
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
12
  "PO-Revision-Date: 2025-07-29 20:18+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
@@ -40,16 +40,16 @@ msgstr "Abrir en una nueva pestaña del navegador"
40
40
  msgid "Raw data"
41
41
  msgstr "datos RAW"
42
42
 
43
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
43
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
44
44
  msgid "Chat list"
45
45
  msgstr "Lista de Chat"
46
46
 
47
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
47
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
48
48
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
49
49
  msgid "D-Scan"
50
50
  msgstr "D-Scan"
51
51
 
52
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
52
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
53
53
  #: aa_intel_tool/models.py:123
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
55
55
  msgid "Fleet composition"
@@ -164,11 +164,11 @@ msgstr "Datos de escaneo no válidos"
164
164
  msgid "Scan data"
165
165
  msgstr "Datos de escaneo no válidos"
166
166
 
167
- #: aa_intel_tool/parser/general.py:45
167
+ #: aa_intel_tool/parser/general.py:51
168
168
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
169
169
  msgstr ""
170
170
 
171
- #: aa_intel_tool/parser/general.py:63
171
+ #: aa_intel_tool/parser/general.py:69
172
172
  msgid "No data to parse …"
173
173
  msgstr ""
174
174
 
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
13
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
14
14
  "PO-Revision-Date: 2025-08-03 04:24+0000\n"
15
15
  "Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
16
16
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/fr/>\n"
@@ -42,16 +42,16 @@ msgstr "Ouvrir dans un nouvel onglet"
42
42
  msgid "Raw data"
43
43
  msgstr "Données brute"
44
44
 
45
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
45
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
46
46
  msgid "Chat list"
47
47
  msgstr "Liste de conversation"
48
48
 
49
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
50
50
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
51
51
  msgid "D-Scan"
52
52
  msgstr "Scanner directionnel"
53
53
 
54
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
54
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
55
55
  #: aa_intel_tool/models.py:123
56
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
57
57
  msgid "Fleet composition"
@@ -160,11 +160,11 @@ msgstr "Données du scanner transformées"
160
160
  msgid "Scan data"
161
161
  msgstr "Données du scanner"
162
162
 
163
- #: aa_intel_tool/parser/general.py:45
163
+ #: aa_intel_tool/parser/general.py:51
164
164
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
165
165
  msgstr ""
166
166
 
167
- #: aa_intel_tool/parser/general.py:63
167
+ #: aa_intel_tool/parser/general.py:69
168
168
  msgid "No data to parse …"
169
169
  msgstr ""
170
170
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
10
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\n"
@@ -39,16 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
43
  msgid "Chat list"
44
44
  msgstr ""
45
45
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
48
  msgid "D-Scan"
49
49
  msgstr ""
50
50
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
52
  #: aa_intel_tool/models.py:123
53
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
54
  msgid "Fleet composition"
@@ -153,11 +153,11 @@ msgstr ""
153
153
  msgid "Scan data"
154
154
  msgstr ""
155
155
 
156
- #: aa_intel_tool/parser/general.py:45
156
+ #: aa_intel_tool/parser/general.py:51
157
157
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
158
158
  msgstr ""
159
159
 
160
- #: aa_intel_tool/parser/general.py:63
160
+ #: aa_intel_tool/parser/general.py:69
161
161
  msgid "No data to parse …"
162
162
  msgstr ""
163
163
 
@@ -3,21 +3,21 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
5
5
  # Dexsar <dexsar.paf@gmail.com>, 2025.
6
- # Peter Pfeufer <info@ppfeufer.de>, 2025.
6
+ # Peter Pfeufer <info@ppfeufer.de>, 2025, 2026.
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
12
- "PO-Revision-Date: 2025-12-03 09:17+0000\n"
13
- "Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
+ "PO-Revision-Date: 2026-01-28 15:53+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.14.3\n"
20
+ "X-Generator: Weblate 5.15.2\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:10
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -40,16 +40,16 @@ msgstr "ブラウザの新しいタブで開く"
40
40
  msgid "Raw data"
41
41
  msgstr "未加工データ"
42
42
 
43
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
43
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
44
44
  msgid "Chat list"
45
45
  msgstr "チャット一覧"
46
46
 
47
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
47
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
48
48
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
49
49
  msgid "D-Scan"
50
50
  msgstr "指向性スキャン"
51
51
 
52
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
52
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
53
53
  #: aa_intel_tool/models.py:123
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
55
55
  msgid "Fleet composition"
@@ -154,11 +154,11 @@ msgstr ""
154
154
  msgid "Scan data"
155
155
  msgstr ""
156
156
 
157
- #: aa_intel_tool/parser/general.py:45
157
+ #: aa_intel_tool/parser/general.py:51
158
158
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
159
159
  msgstr "適切なパーサーが見つかりません。入力はサポートされているIntelタイプではないか、不正な形式です…"
160
160
 
161
- #: aa_intel_tool/parser/general.py:63
161
+ #: aa_intel_tool/parser/general.py:69
162
162
  msgid "No data to parse …"
163
163
  msgstr "パースすべきデータが存在しません…"
164
164
 
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
13
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
@@ -42,16 +42,16 @@ msgstr "새 탭에서 열기"
42
42
  msgid "Raw data"
43
43
  msgstr "원본 데이터"
44
44
 
45
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
45
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
46
46
  msgid "Chat list"
47
47
  msgstr "챗 리스트"
48
48
 
49
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
50
50
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
51
51
  msgid "D-Scan"
52
52
  msgstr "전방위 스캐너"
53
53
 
54
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
54
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
55
55
  #: aa_intel_tool/models.py:123
56
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
57
57
  msgid "Fleet composition"
@@ -158,11 +158,11 @@ msgstr "처리된 스캔 데이터"
158
158
  msgid "Scan data"
159
159
  msgstr "스캔 데이터"
160
160
 
161
- #: aa_intel_tool/parser/general.py:45
161
+ #: aa_intel_tool/parser/general.py:51
162
162
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
163
  msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
164
164
 
165
- #: aa_intel_tool/parser/general.py:63
165
+ #: aa_intel_tool/parser/general.py:69
166
166
  msgid "No data to parse …"
167
167
  msgstr "가져올 데이터가 없습니다…"
168
168
 
@@ -1,22 +1,21 @@
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2026.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2026-01-22 23:48+0100\n"
11
- "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
+ "PO-Revision-Date: 2026-02-01 14:23+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
12
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
14
13
  "Language: nl_NL\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.5.3\n"
18
+ "X-Generator: Weblate 5.15.2\n"
20
19
 
21
20
  #: aa_intel_tool/__init__.py:10
22
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -25,7 +24,7 @@ msgstr ""
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
27
26
  msgid "Intel Parser"
28
- msgstr ""
27
+ msgstr "Intel Parser"
29
28
 
30
29
  #: aa_intel_tool/admin.py:77 aa_intel_tool/models.py:46
31
30
  msgid "Scan type"
@@ -39,16 +38,16 @@ msgstr ""
39
38
  msgid "Raw data"
40
39
  msgstr ""
41
40
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
42
  msgid "Chat list"
44
43
  msgstr ""
45
44
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
47
  msgid "D-Scan"
49
48
  msgstr ""
50
49
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
51
  #: aa_intel_tool/models.py:123
53
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
53
  msgid "Fleet composition"
@@ -153,11 +152,11 @@ msgstr ""
153
152
  msgid "Scan data"
154
153
  msgstr ""
155
154
 
156
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
157
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
158
157
  msgstr ""
159
158
 
160
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
161
160
  msgid "No data to parse …"
162
161
  msgstr ""
163
162
 
@@ -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: 2026-01-22 23:48+0100\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
@@ -38,16 +38,16 @@ msgstr ""
38
38
  msgid "Raw data"
39
39
  msgstr ""
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr ""
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr ""
152
152
  msgid "Scan data"
153
153
  msgstr ""
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr ""
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr ""
162
162