aa-intel-tool 0.0.1a14__tar.gz → 1.0.0__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 (141) hide show
  1. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/PKG-INFO +28 -20
  2. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/README.md +26 -18
  3. aa_intel_tool-1.0.0/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  4. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +27 -26
  5. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/django.pot +17 -16
  6. aa_intel_tool-1.0.0/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  7. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -32
  8. {aa_intel_tool-0.0.1a14/aa_intel_tool/locale/it_IT → aa_intel_tool-1.0.0/aa_intel_tool/locale/fr_FR}/LC_MESSAGES/django.po +17 -16
  9. {aa_intel_tool-0.0.1a14/aa_intel_tool/locale/fr_FR → aa_intel_tool-1.0.0/aa_intel_tool/locale/it_IT}/LC_MESSAGES/django.po +17 -16
  10. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -16
  11. aa_intel_tool-1.0.0/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  12. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +24 -23
  13. aa_intel_tool-1.0.0/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  14. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +28 -35
  15. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +17 -16
  16. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -16
  17. aa_intel_tool-1.0.0/aa_intel_tool/migrations/0001_initial.py +118 -0
  18. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/models.py +1 -1
  19. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/module/fleetcomp.py +11 -4
  20. aa_intel_tool-1.0.0/aa_intel_tool/scripts/drop_tables.sql +5 -0
  21. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
  22. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
  23. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
  24. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
  25. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
  26. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
  27. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
  28. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -0
  29. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
  30. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
  31. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
  32. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +26 -26
  33. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
  34. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
  35. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +10 -3
  36. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
  37. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
  38. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
  39. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
  40. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
  41. aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
  42. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +5 -2
  43. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
  44. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
  45. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -1
  46. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_access.py +2 -2
  47. aa_intel_tool-1.0.0/aa_intel_tool/tests/test_admin.py +86 -0
  48. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_auth_hooks.py +2 -2
  49. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_helper_data_structures.py +1 -1
  50. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_parser.py +17 -16
  51. aa_intel_tool-1.0.0/aa_intel_tool/tests/test_parser_helper_db.py +60 -0
  52. aa_intel_tool-1.0.0/aa_intel_tool/tests/utils.py +67 -0
  53. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/views/general.py +7 -6
  54. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/pyproject.toml +2 -2
  55. aa_intel_tool-0.0.1a14/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  56. aa_intel_tool-0.0.1a14/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  57. aa_intel_tool-0.0.1a14/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  58. aa_intel_tool-0.0.1a14/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  59. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0001_initial.py +0 -63
  60. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
  61. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
  62. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
  63. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
  64. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
  65. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
  66. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0008_alter_scandata_section.py +0 -38
  67. aa_intel_tool-0.0.1a14/aa_intel_tool/migrations/0009_alter_scan_scan_type.py +0 -28
  68. aa_intel_tool-0.0.1a14/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -1
  69. aa_intel_tool-0.0.1a14/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -1
  70. aa_intel_tool-0.0.1a14/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -1
  71. aa_intel_tool-0.0.1a14/aa_intel_tool/tests/utils.py +0 -154
  72. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/.gitignore +0 -0
  73. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/LICENSE +0 -0
  74. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/__init__.py +0 -0
  75. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/admin.py +0 -0
  76. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/app_settings.py +0 -0
  77. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/apps.py +0 -0
  78. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/auth_hooks.py +0 -0
  79. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/constants.py +0 -0
  80. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/exceptions.py +0 -0
  81. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/form.py +0 -0
  82. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/helper/data_structure.py +0 -0
  83. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/helper/eve_character.py +0 -0
  84. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  85. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
  86. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/migrations/__init__.py +0 -0
  87. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/__init__.py +0 -0
  88. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/general.py +0 -0
  89. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/helper/db.py +0 -0
  90. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/module/chatlist.py +0 -0
  91. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/module/dscan.py +0 -0
  92. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/providers.py +0 -0
  93. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +0 -0
  94. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -0
  95. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +0 -0
  96. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -0
  97. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -0
  98. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -0
  99. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +0 -0
  100. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -0
  101. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
  102. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tasks.py +0 -0
  103. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/base.html +0 -0
  104. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
  105. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
  106. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
  107. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
  108. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
  109. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
  110. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
  111. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -0
  112. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -0
  113. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -0
  114. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
  115. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
  116. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
  117. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
  118. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
  119. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
  120. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
  121. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
  122. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
  123. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
  124. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
  125. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +0 -0
  126. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +0 -0
  127. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templatetags/__init__.py +0 -0
  128. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/templatetags/inteltool_versioned_static.py +0 -0
  129. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/__init__.py +0 -0
  130. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
  131. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
  132. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
  133. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
  134. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
  135. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
  136. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_app_settings.py +0 -0
  137. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_models.py +0 -0
  138. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_templatetags.py +0 -0
  139. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/urls.py +0 -0
  140. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/views/__init__.py +0 -0
  141. {aa_intel_tool-0.0.1a14 → aa_intel_tool-1.0.0}/aa_intel_tool/views/ajax.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-intel-tool
3
- Version: 0.0.1a14
3
+ Version: 1.0.0
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
@@ -692,7 +692,7 @@ Classifier: Intended Audience :: Developers
692
692
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
- Classifier: Programming Language :: Python :: 3
695
+ Classifier: Programming Language :: Python :: 3 :: Only
696
696
  Classifier: Programming Language :: Python :: 3.8
697
697
  Classifier: Programming Language :: Python :: 3.9
698
698
  Classifier: Programming Language :: Python :: 3.10
@@ -733,6 +733,7 @@ ______________________________________________________________________
733
733
  - [Screenshots](#screenshots)
734
734
  - [Chat Scan](#chat-scan)
735
735
  - [D-Scan](#d-scan)
736
+ - [Fleet Composition](#fleet-composition)
736
737
  - [Installation](#installation)
737
738
  - [Step 1: Install the Package](#step-1-install-the-package)
738
739
  - [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
@@ -746,26 +747,21 @@ ______________________________________________________________________
746
747
  - [Nginx](#nginx)
747
748
  - [Settings](#settings)
748
749
  - [Changelog](#changelog)
750
+ - [Translation Status](#translation-status)
749
751
  - [Contributing](#contributing)
750
752
 
751
753
  <!-- mdformat-toc end -->
752
754
 
753
755
  ______________________________________________________________________
754
756
 
755
- > **Warning**
756
- >
757
- > This app is still in active development and only available as an early alpha
758
- > version. Do not install this app in your live environment. If you want to test
759
- > this app, do so in a dedicated test environment. Don't come crying if you wreck
760
- > your live environment.
761
- >
762
- > During the alpha phase, it is highly likely that the DB migrations will be reset a
763
- > couple of times.
757
+ > **Note**
764
758
  >
765
- > Bugs and errors are expected during this time as well, so feel free to report them
766
- > as early as possible, if you dare to test this app.
759
+ > This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
760
+ > installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
761
+ > updated yet.
767
762
  >
768
- > Thank you!
763
+ > **Please make sure to update Allianceauth to version 3.6.1 or higher before you
764
+ > install this app to avoid any complications.**
769
765
 
770
766
  ## Overview<a name="overview"></a>
771
767
 
@@ -787,6 +783,10 @@ See [Settings](#settings) section for details.
787
783
 
788
784
  ![Image: D-Scan Module]
789
785
 
786
+ #### Fleet Composition<a name="fleet-composition"></a>
787
+
788
+ ![Image: Fleet Composition Module]
789
+
790
790
  ## Installation<a name="installation"></a>
791
791
 
792
792
  **Important**: Please make sure you meet all preconditions before you proceed:
@@ -895,8 +895,8 @@ Open your vhost configuration and add the following 2 lines right after the
895
895
  `ProxyPreserveHost On` directive:
896
896
 
897
897
  ```apache
898
- Timeout 600
899
898
  ProxyTimeout 600
899
+ Timeout 600
900
900
  ```
901
901
 
902
902
  Restart your Apache2 service.
@@ -908,8 +908,8 @@ directive:
908
908
 
909
909
  ```nginx
910
910
  proxy_connect_timeout 600;
911
- proxy_send_timeout 600;
912
911
  proxy_read_timeout 600;
912
+ proxy_send_timeout 600;
913
913
  send_timeout 600;
914
914
  ```
915
915
 
@@ -947,6 +947,13 @@ your `local.py`.
947
947
 
948
948
  See [CHANGELOG.md]
949
949
 
950
+ ## Translation Status<a name="translation-status"></a>
951
+
952
+ [![Translation status](https://weblate.ppfeufer.de/widgets/alliance-auth-apps/-/aa-intel-tool/multi-auto.svg)](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
953
+
954
+ Do you want to help translate this app into your language or improve the existing
955
+ translation? - [Join our team of translators][weblate engage]!
956
+
950
957
  ## Contributing<a name="contributing"></a>
951
958
 
952
959
  Do you want to contribute to this project? That's cool!
@@ -959,7 +966,7 @@ Please make sure to read the [Contribution Guidelines]
959
966
  [aa intel tool license]: https://github.com/ppfeufer/aa-intel-tool/blob/master/LICENSE
960
967
  [aa intel tool on codecov]: https://codecov.io/gh/ppfeufer/aa-intel-tool
961
968
  [aa intel tool on pypi]: https://pypi.org/project/aa-intel-tool/
962
- [alliance auth]: https://gitlab.com/allianceauth/allianceauth
969
+ [alliance auth]: https://gitlab.com/allianceauth/allianceauth "Alliance Auth on GitLab"
963
970
  [alliance auth installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html
964
971
  [automated tests on github]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml
965
972
  [badge: automated tests]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml/badge.svg "Automated Tests"
@@ -977,10 +984,11 @@ Please make sure to read the [Contribution Guidelines]
977
984
  [black code formatter documentation]: http://black.readthedocs.io/en/latest/
978
985
  [changelog.md]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
979
986
  [code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
980
- [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md
987
+ [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
981
988
  [eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
982
989
  [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
983
990
  [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
991
+ [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
984
992
  [ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
985
- [support discord]: https://discord.gg/zmh52wnfvM
986
- [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/
993
+ [support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
994
+ [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
@@ -26,6 +26,7 @@ ______________________________________________________________________
26
26
  - [Screenshots](#screenshots)
27
27
  - [Chat Scan](#chat-scan)
28
28
  - [D-Scan](#d-scan)
29
+ - [Fleet Composition](#fleet-composition)
29
30
  - [Installation](#installation)
30
31
  - [Step 1: Install the Package](#step-1-install-the-package)
31
32
  - [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
@@ -39,26 +40,21 @@ ______________________________________________________________________
39
40
  - [Nginx](#nginx)
40
41
  - [Settings](#settings)
41
42
  - [Changelog](#changelog)
43
+ - [Translation Status](#translation-status)
42
44
  - [Contributing](#contributing)
43
45
 
44
46
  <!-- mdformat-toc end -->
45
47
 
46
48
  ______________________________________________________________________
47
49
 
48
- > **Warning**
49
- >
50
- > This app is still in active development and only available as an early alpha
51
- > version. Do not install this app in your live environment. If you want to test
52
- > this app, do so in a dedicated test environment. Don't come crying if you wreck
53
- > your live environment.
54
- >
55
- > During the alpha phase, it is highly likely that the DB migrations will be reset a
56
- > couple of times.
50
+ > **Note**
57
51
  >
58
- > Bugs and errors are expected during this time as well, so feel free to report them
59
- > as early as possible, if you dare to test this app.
52
+ > This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
53
+ > installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
54
+ > updated yet.
60
55
  >
61
- > Thank you!
56
+ > **Please make sure to update Allianceauth to version 3.6.1 or higher before you
57
+ > install this app to avoid any complications.**
62
58
 
63
59
  ## Overview<a name="overview"></a>
64
60
 
@@ -80,6 +76,10 @@ See [Settings](#settings) section for details.
80
76
 
81
77
  ![Image: D-Scan Module]
82
78
 
79
+ #### Fleet Composition<a name="fleet-composition"></a>
80
+
81
+ ![Image: Fleet Composition Module]
82
+
83
83
  ## Installation<a name="installation"></a>
84
84
 
85
85
  **Important**: Please make sure you meet all preconditions before you proceed:
@@ -188,8 +188,8 @@ Open your vhost configuration and add the following 2 lines right after the
188
188
  `ProxyPreserveHost On` directive:
189
189
 
190
190
  ```apache
191
- Timeout 600
192
191
  ProxyTimeout 600
192
+ Timeout 600
193
193
  ```
194
194
 
195
195
  Restart your Apache2 service.
@@ -201,8 +201,8 @@ directive:
201
201
 
202
202
  ```nginx
203
203
  proxy_connect_timeout 600;
204
- proxy_send_timeout 600;
205
204
  proxy_read_timeout 600;
205
+ proxy_send_timeout 600;
206
206
  send_timeout 600;
207
207
  ```
208
208
 
@@ -240,6 +240,13 @@ your `local.py`.
240
240
 
241
241
  See [CHANGELOG.md]
242
242
 
243
+ ## Translation Status<a name="translation-status"></a>
244
+
245
+ [![Translation status](https://weblate.ppfeufer.de/widgets/alliance-auth-apps/-/aa-intel-tool/multi-auto.svg)](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
246
+
247
+ Do you want to help translate this app into your language or improve the existing
248
+ translation? - [Join our team of translators][weblate engage]!
249
+
243
250
  ## Contributing<a name="contributing"></a>
244
251
 
245
252
  Do you want to contribute to this project? That's cool!
@@ -252,7 +259,7 @@ Please make sure to read the [Contribution Guidelines]
252
259
  [aa intel tool license]: https://github.com/ppfeufer/aa-intel-tool/blob/master/LICENSE
253
260
  [aa intel tool on codecov]: https://codecov.io/gh/ppfeufer/aa-intel-tool
254
261
  [aa intel tool on pypi]: https://pypi.org/project/aa-intel-tool/
255
- [alliance auth]: https://gitlab.com/allianceauth/allianceauth
262
+ [alliance auth]: https://gitlab.com/allianceauth/allianceauth "Alliance Auth on GitLab"
256
263
  [alliance auth installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html
257
264
  [automated tests on github]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml
258
265
  [badge: automated tests]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml/badge.svg "Automated Tests"
@@ -270,10 +277,11 @@ Please make sure to read the [Contribution Guidelines]
270
277
  [black code formatter documentation]: http://black.readthedocs.io/en/latest/
271
278
  [changelog.md]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
272
279
  [code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
273
- [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md
280
+ [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
274
281
  [eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
275
282
  [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
276
283
  [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
284
+ [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
277
285
  [ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
278
- [support discord]: https://discord.gg/zmh52wnfvM
279
- [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/
286
+ [support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
287
+ [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
@@ -6,11 +6,11 @@ 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-26 21:39+0000\n"
9
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
10
+ "PO-Revision-Date: 2023-08-31 06:18+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-intel-tool/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +25,7 @@ msgstr ""
25
25
  #: templates/aa_intel_tool/views/scan/dscan.html:5
26
26
  #: templates/aa_intel_tool/views/scan/fleetcomp.html:5
27
27
  msgid "Intel Parser"
28
- msgstr "Intel-Parser"
28
+ msgstr "Intel Parser"
29
29
 
30
30
  #: admin.py:79 models.py:46
31
31
  msgid "Scan type"
@@ -50,18 +50,19 @@ msgid "Chat list"
50
50
  msgstr "Chatliste"
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 "D-Scan"
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 "Flottenzusammensetzung"
60
61
 
61
62
  #: exceptions.py:34
62
63
  #, python-brace-format
63
64
  msgid "A parser error occurred » {message}"
64
- msgstr "Ein Parser-Fehler ist aufgetreten » {message}"
65
+ msgstr "Ein Parserfehler ist aufgetreten » {message}"
65
66
 
66
67
  #: form.py:20
67
68
  msgid "Paste here …"
@@ -71,10 +72,6 @@ msgstr "Hier einfügen …"
71
72
  msgid "Invalid scan data"
72
73
  msgstr "Ungültige Scandaten"
73
74
 
74
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
75
- msgid "Fleet Composition"
76
- msgstr "Flottenzusammensetzung"
77
-
78
75
  #: models.py:31
79
76
  msgid "Scan hash"
80
77
  msgstr "Scan Hash"
@@ -190,10 +187,10 @@ msgid_plural ""
190
187
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
191
188
  "per scan. Your list of pilots exceeds this limit."
192
189
  msgstr[0] ""
193
- "Chat-Scans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan "
190
+ "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan "
194
191
  "beschränkt. Deine Pilotenliste überschreitet diese Grenze."
195
192
  msgstr[1] ""
196
- "Chat-Scans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
193
+ "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
197
194
  "beschränkt. Deine Pilotenliste überschreitet diese Grenze."
198
195
 
199
196
  #: parser/module/dscan.py:322
@@ -229,12 +226,12 @@ msgstr "NPC Corp"
229
226
 
230
227
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
231
228
  msgctxt "Decimal separator"
232
- msgid ","
229
+ msgid "."
233
230
  msgstr ","
234
231
 
235
232
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
236
233
  msgctxt "Thousands separator"
237
- msgid "."
234
+ msgid ","
238
235
  msgstr "."
239
236
 
240
237
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -304,7 +301,7 @@ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
304
301
  #, python-format
305
302
  msgid "Scans will be deleted after %(scan_retention_time)s day."
306
303
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
307
- msgstr[0] "Scans werden nach %(scan_retention_time)s Tage gelöscht."
304
+ msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
308
305
  msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
309
306
 
310
307
  #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
@@ -324,36 +321,36 @@ msgid "What can I paste?"
324
321
  msgstr "Was kann ich einfügen?"
325
322
 
326
323
  #: templates/aa_intel_tool/partials/index/form.html:16
327
- msgid "Chat Member List"
328
- msgstr "Chat-Mitgliederliste"
324
+ msgid "Chat member list"
325
+ msgstr "Chatmitgliederliste"
329
326
 
330
- #: templates/aa_intel_tool/partials/index/form.html:20
327
+ #: templates/aa_intel_tool/partials/index/form.html:21
331
328
  #, python-format
332
329
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
333
330
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
334
331
  msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
335
332
  msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
336
333
 
337
- #: templates/aa_intel_tool/partials/index/form.html:46
334
+ #: templates/aa_intel_tool/partials/index/form.html:50
338
335
  msgid "Submit"
339
336
  msgstr "Absenden"
340
337
 
341
- #: templates/aa_intel_tool/partials/index/form.html:52
338
+ #: templates/aa_intel_tool/partials/index/form.html:56
342
339
  msgid "Working on it, please be patient …"
343
340
  msgstr "Bei der Arbeit, bitte hab etwas Geduld …"
344
341
 
345
- #: templates/aa_intel_tool/partials/index/form.html:54
342
+ #: templates/aa_intel_tool/partials/index/form.html:58
346
343
  msgid "Detecting the intel type"
347
- msgstr "Erkennung des Intel-Typs"
344
+ msgstr "Erkennung des Inteltyps"
348
345
 
349
- #: templates/aa_intel_tool/partials/index/form.html:55
346
+ #: templates/aa_intel_tool/partials/index/form.html:59
350
347
  msgid ""
351
348
  "Fetching potentially missing information from ESI (this might take a moment)"
352
349
  msgstr ""
353
350
  "Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
354
351
  "dauern)"
355
352
 
356
- #: templates/aa_intel_tool/partials/index/form.html:56
353
+ #: templates/aa_intel_tool/partials/index/form.html:60
357
354
  msgid "Parsing data"
358
355
  msgstr "Daten analysieren"
359
356
 
@@ -513,6 +510,10 @@ msgstr ""
513
510
  msgid "The provided data could not be parsed."
514
511
  msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
515
512
 
513
+ #: views/general.py:60
514
+ msgid "(System Error) Something unexpected happened."
515
+ msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
516
+
516
517
  #: views/general.py:99 views/general.py:128
517
518
  msgid "The scan you were looking for could not be found."
518
519
  msgstr "Der gesuchte Scan konnte nicht gefunden werden."
@@ -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 ""
@@ -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 13:34+0000\n"
12
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/es/>\n"
10
+ "POT-Creation-Date: 2023-08-29 16:06+0200\n"
11
+ "PO-Revision-Date: 2023-08-31 06:18+0000\n"
12
+ "Last-Translator: Zigor Fernandez Moreno <sietehierros@gmail.com>\n"
13
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/es/>\n"
15
15
  "Language: es\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,20 +54,19 @@ msgid "Chat list"
54
54
  msgstr "Lista de Chat"
55
55
 
56
56
  #: constants.py:77 models.py:22
57
- #: templates/aa_intel_tool/partials/index/form.html:27
57
+ #: templates/aa_intel_tool/partials/index/form.html:28
58
58
  msgid "D-Scan"
59
59
  msgstr "D-Scan"
60
60
 
61
- #: constants.py:83 models.py:123
62
- #, fuzzy
63
- #| msgid "Fleet Composition"
61
+ #: constants.py:83 models.py:23 models.py:123
62
+ #: templates/aa_intel_tool/partials/index/form.html:33
64
63
  msgid "Fleet composition"
65
- msgstr "Composición de la Flota"
64
+ msgstr "Composición de Flota"
66
65
 
67
66
  #: exceptions.py:34
68
67
  #, python-brace-format
69
68
  msgid "A parser error occurred » {message}"
70
- msgstr ""
69
+ msgstr "Se produjo un error del analizador » {message}"
71
70
 
72
71
  #: form.py:20
73
72
  msgid "Paste here …"
@@ -77,10 +76,6 @@ msgstr "Pegar aquí…"
77
76
  msgid "Invalid scan data"
78
77
  msgstr "Datos de escaneo no válidos"
79
78
 
80
- #: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
81
- msgid "Fleet Composition"
82
- msgstr "Composición de la Flota"
83
-
84
79
  #: models.py:31
85
80
  msgid "Scan hash"
86
81
  msgstr ""
@@ -95,7 +90,7 @@ msgstr ""
95
90
 
96
91
  #: models.py:55 models.py:132
97
92
  msgid "Scan"
98
- msgstr ""
93
+ msgstr "Escanear"
99
94
 
100
95
  #: models.py:56
101
96
  #, fuzzy
@@ -105,28 +100,28 @@ msgstr "D-Scan"
105
100
 
106
101
  #: models.py:111
107
102
  msgid "Pilot list"
108
- msgstr ""
103
+ msgstr "Lista piloto"
109
104
 
110
105
  #: models.py:112
111
106
  msgid "Corporation list"
112
- msgstr ""
107
+ msgstr "Lista de Corporaciones"
113
108
 
114
109
  #: models.py:113
115
110
  msgid "Alliance list"
116
- msgstr ""
111
+ msgstr "Lista de Alianzas"
117
112
 
118
113
  #: models.py:114
119
114
  #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
120
115
  msgid "Ship types"
121
- msgstr ""
116
+ msgstr "Tipos de Naves"
122
117
 
123
118
  #: models.py:115
124
119
  msgid "Ship list"
125
- msgstr ""
120
+ msgstr "Lista de Naves"
126
121
 
127
122
  #: models.py:116
128
123
  msgid "Ship list (on grid)"
129
- msgstr ""
124
+ msgstr "Lista de naves (en cuadrícula)"
130
125
 
131
126
  #: models.py:117
132
127
  msgid "Ship list (off grid)"
@@ -232,12 +227,12 @@ msgstr ""
232
227
 
233
228
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
234
229
  msgctxt "Decimal separator"
235
- msgid ","
230
+ msgid "."
236
231
  msgstr ""
237
232
 
238
233
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
239
234
  msgctxt "Thousands separator"
240
- msgid "."
235
+ msgid ","
241
236
  msgstr ""
242
237
 
243
238
  #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
@@ -327,34 +322,36 @@ msgid "What can I paste?"
327
322
  msgstr ""
328
323
 
329
324
  #: templates/aa_intel_tool/partials/index/form.html:16
330
- msgid "Chat Member List"
331
- msgstr ""
325
+ #, fuzzy
326
+ #| msgid "Chat List"
327
+ msgid "Chat member list"
328
+ msgstr "Lista de Chat"
332
329
 
333
- #: templates/aa_intel_tool/partials/index/form.html:20
330
+ #: templates/aa_intel_tool/partials/index/form.html:21
334
331
  #, python-format
335
332
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
336
333
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
337
334
  msgstr[0] ""
338
335
  msgstr[1] ""
339
336
 
340
- #: templates/aa_intel_tool/partials/index/form.html:46
337
+ #: templates/aa_intel_tool/partials/index/form.html:50
341
338
  msgid "Submit"
342
339
  msgstr "Enviar"
343
340
 
344
- #: templates/aa_intel_tool/partials/index/form.html:52
341
+ #: templates/aa_intel_tool/partials/index/form.html:56
345
342
  msgid "Working on it, please be patient …"
346
343
  msgstr ""
347
344
 
348
- #: templates/aa_intel_tool/partials/index/form.html:54
345
+ #: templates/aa_intel_tool/partials/index/form.html:58
349
346
  msgid "Detecting the intel type"
350
347
  msgstr ""
351
348
 
352
- #: templates/aa_intel_tool/partials/index/form.html:55
349
+ #: templates/aa_intel_tool/partials/index/form.html:59
353
350
  msgid ""
354
351
  "Fetching potentially missing information from ESI (this might take a moment)"
355
352
  msgstr ""
356
353
 
357
- #: templates/aa_intel_tool/partials/index/form.html:56
354
+ #: templates/aa_intel_tool/partials/index/form.html:60
358
355
  msgid "Parsing data"
359
356
  msgstr ""
360
357
 
@@ -511,6 +508,10 @@ msgstr ""
511
508
  msgid "The provided data could not be parsed."
512
509
  msgstr ""
513
510
 
511
+ #: views/general.py:60
512
+ msgid "(System Error) Something unexpected happened."
513
+ msgstr ""
514
+
514
515
  #: views/general.py:99 views/general.py:128
515
516
  msgid "The scan you were looking for could not be found."
516
517
  msgstr ""