aa-intel-tool 2.6.0__tar.gz → 2.6.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.
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/PKG-INFO +4 -4
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/README.md +3 -3
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/__init__.py +1 -1
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/app_settings.py +15 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/constants.py +6 -5
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/helper/static_files.py +4 -3
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +7 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +59 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/django.pot +8 -76
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +11 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +60 -76
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +7 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +7 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +59 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +7 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +7 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +59 -75
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.po +7 -75
- aa_intel_tool-2.6.1/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +59 -82
- aa_intel_tool-2.6.1/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +12 -79
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -5
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -0
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +10 -10
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -0
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +4 -4
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/base.html +59 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templatetags/aa_intel_tool.py +12 -7
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_app_settings.py +23 -1
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_templatetags.py +24 -3
- aa_intel_tool-2.6.0/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-2.6.0/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -1
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -2
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -1
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -2
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -1
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -2
- aa_intel_tool-2.6.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -1
- aa_intel_tool-2.6.0/aa_intel_tool/templates/aa_intel_tool/base.html +0 -94
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/.gitignore +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/LICENSE +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/admin.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/apps.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/auth_hooks.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/exceptions.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/form.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/helper/data_structure.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/helper/eve_character.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/0001_initial.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/0002_alter_scan_raw_data.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/__init__.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/models.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/__init__.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/general.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/helper/db.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/chatlist.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/dscan.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/fleetcomp.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tasks.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/templatetags/__init__.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/__init__.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_access.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_admin.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_auth_hooks.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_models.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_parser.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/utils.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/urls.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/views/__init__.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/views/ajax.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/views/general.py +0 -0
- {aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.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: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
|
|
@@ -986,9 +986,9 @@ Please make sure to read the [Contribution Guidelines].\
|
|
|
986
986
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
987
987
|
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
988
988
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
989
|
-
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
990
|
-
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
991
|
-
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
989
|
+
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/chat-scan.jpg "Chat Scan Module"
|
|
990
|
+
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/d-scan.jpg "D-Scan Module"
|
|
991
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/fleet-composition.jpg "Fleet Composition Module"
|
|
992
992
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
993
993
|
[pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
|
|
994
994
|
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
@@ -276,9 +276,9 @@ Please make sure to read the [Contribution Guidelines].\
|
|
|
276
276
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
277
277
|
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
278
278
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
279
|
-
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
280
|
-
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
281
|
-
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/
|
|
279
|
+
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/chat-scan.jpg "Chat Scan Module"
|
|
280
|
+
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/d-scan.jpg "D-Scan Module"
|
|
281
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/fleet-composition.jpg "Fleet Composition Module"
|
|
282
282
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
283
283
|
[pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
|
|
284
284
|
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
@@ -4,6 +4,10 @@ App settings
|
|
|
4
4
|
|
|
5
5
|
# Standard Library
|
|
6
6
|
from enum import IntEnum
|
|
7
|
+
from re import RegexFlag
|
|
8
|
+
|
|
9
|
+
# Django
|
|
10
|
+
from django.conf import settings
|
|
7
11
|
|
|
8
12
|
# Alliance Auth
|
|
9
13
|
from allianceauth.services.hooks import get_extension_logger
|
|
@@ -81,3 +85,14 @@ class UpwellStructureId(IntEnum):
|
|
|
81
85
|
"""
|
|
82
86
|
|
|
83
87
|
ANSIBLEX_JUMP_GATE = 35841
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
def debug_enabled() -> RegexFlag:
|
|
91
|
+
"""
|
|
92
|
+
Check if DEBUG is enabled
|
|
93
|
+
|
|
94
|
+
:return:
|
|
95
|
+
:rtype:
|
|
96
|
+
"""
|
|
97
|
+
|
|
98
|
+
return settings.DEBUG
|
|
@@ -80,10 +80,11 @@ SUPPORTED_INTEL_TYPES = {
|
|
|
80
80
|
|
|
81
81
|
# Building our user agent for ESI calls
|
|
82
82
|
APP_NAME = "aa-intel-tool"
|
|
83
|
+
PACKAGE_NAME = "aa_intel_tool"
|
|
84
|
+
APP_VERBOSE_NAME = "AA Intel Tool"
|
|
85
|
+
APP_VERBOSE_NAME_USERAGENT = "AA-Intel-Tool"
|
|
83
86
|
GITHUB_URL = f"https://github.com/ppfeufer/{APP_NAME}"
|
|
84
|
-
USER_AGENT = f"{
|
|
87
|
+
USER_AGENT = f"{APP_VERBOSE_NAME_USERAGENT}/{__version__} (+{GITHUB_URL}) Django-ESI/{esi_version}"
|
|
85
88
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
AA_INTEL_TOOL_BASE_DIR, "static", "aa_intel_tool"
|
|
89
|
-
)
|
|
89
|
+
APP_BASE_DIR = os.path.join(os.path.dirname(__file__))
|
|
90
|
+
APP_STATIC_DIR = os.path.join(APP_BASE_DIR, "static", PACKAGE_NAME)
|
|
@@ -17,7 +17,7 @@ from app_utils.logging import LoggerAddTag
|
|
|
17
17
|
|
|
18
18
|
# AA Intel Tool
|
|
19
19
|
from aa_intel_tool import __title__
|
|
20
|
-
from aa_intel_tool.constants import
|
|
20
|
+
from aa_intel_tool.constants import APP_STATIC_DIR
|
|
21
21
|
|
|
22
22
|
logger = LoggerAddTag(my_logger=get_extension_logger(__name__), prefix=__title__)
|
|
23
23
|
|
|
@@ -25,15 +25,16 @@ logger = LoggerAddTag(my_logger=get_extension_logger(__name__), prefix=__title__
|
|
|
25
25
|
def calculate_integrity_hash(relative_file_path: str) -> str:
|
|
26
26
|
"""
|
|
27
27
|
Calculates the integrity hash for a given static file
|
|
28
|
+
|
|
28
29
|
:param self:
|
|
29
30
|
:type self:
|
|
30
|
-
:param relative_file_path: The file path relative to the `
|
|
31
|
+
:param relative_file_path: The file path relative to the `{APP_NAME}/{PACKAGE_NAME}/static/{PACKAGE_NAME}` folder
|
|
31
32
|
:type relative_file_path: str
|
|
32
33
|
:return: The integrity hash
|
|
33
34
|
:rtype: str
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
|
-
file_path = os.path.join(
|
|
37
|
+
file_path = os.path.join(APP_STATIC_DIR, relative_file_path)
|
|
37
38
|
integrity_hash = calculate_integrity(
|
|
38
39
|
path=Path(file_path), algorithm=Algorithm.SHA512
|
|
39
40
|
)
|
{aa_intel_tool-2.6.0 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po
RENAMED
|
@@ -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-
|
|
9
|
+
"POT-Creation-Date: 2025-03-07 15:55+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"
|
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
|
18
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
20
|
#: aa_intel_tool/__init__.py:9
|
|
21
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
22
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
21
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -192,91 +192,23 @@ msgstr ""
|
|
|
192
192
|
msgid "The fleet composition module is currently disabled."
|
|
193
193
|
msgstr ""
|
|
194
194
|
|
|
195
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
195
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
196
196
|
msgid "Permalink successfully copied"
|
|
197
197
|
msgstr ""
|
|
198
198
|
|
|
199
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
199
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
200
200
|
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
201
201
|
msgstr ""
|
|
202
202
|
|
|
203
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
203
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
204
204
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
205
205
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
206
206
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
207
207
|
msgid "Unaffiliated / No Alliance"
|
|
208
208
|
msgstr ""
|
|
209
209
|
|
|
210
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
211
|
-
msgid "NPC Corp"
|
|
212
|
-
msgstr ""
|
|
213
|
-
|
|
214
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
215
|
-
msgctxt "Decimal separator"
|
|
216
|
-
msgid "."
|
|
217
|
-
msgstr ""
|
|
218
|
-
|
|
219
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
220
|
-
msgctxt "Thousands separator"
|
|
221
|
-
msgid ","
|
|
222
|
-
msgstr ""
|
|
223
|
-
|
|
224
210
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
225
|
-
msgid "
|
|
226
|
-
msgstr ""
|
|
227
|
-
|
|
228
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
229
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
230
|
-
msgid "Showing _END_ entries"
|
|
231
|
-
msgstr ""
|
|
232
|
-
|
|
233
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
234
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
235
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
236
|
-
msgstr ""
|
|
237
|
-
|
|
238
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
239
|
-
msgid "No records available"
|
|
240
|
-
msgstr ""
|
|
241
|
-
|
|
242
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
243
|
-
msgid "Loading …"
|
|
244
|
-
msgstr ""
|
|
245
|
-
|
|
246
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
247
|
-
msgid "Processing …"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
251
|
-
msgid "Nothing found, sorry …"
|
|
252
|
-
msgstr ""
|
|
253
|
-
|
|
254
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
255
|
-
msgid "Search …"
|
|
256
|
-
msgstr ""
|
|
257
|
-
|
|
258
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
259
|
-
msgid "First"
|
|
260
|
-
msgstr ""
|
|
261
|
-
|
|
262
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
263
|
-
msgid "Last"
|
|
264
|
-
msgstr ""
|
|
265
|
-
|
|
266
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
267
|
-
msgid "Next"
|
|
268
|
-
msgstr ""
|
|
269
|
-
|
|
270
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
271
|
-
msgid "Previous"
|
|
272
|
-
msgstr ""
|
|
273
|
-
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
275
|
-
msgid ": activate to sort column ascending"
|
|
276
|
-
msgstr ""
|
|
277
|
-
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
279
|
-
msgid ": activate to sort column descending"
|
|
211
|
+
msgid "NPC Corp"
|
|
280
212
|
msgstr ""
|
|
281
213
|
|
|
282
214
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
@@ -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-
|
|
9
|
+
"POT-Creation-Date: 2025-03-07 15:55+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-12 02:38+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"
|
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
|
18
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
20
|
#: aa_intel_tool/__init__.py:9
|
|
21
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
22
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
21
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -190,93 +190,25 @@ msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
|
190
190
|
msgid "The fleet composition module is currently disabled."
|
|
191
191
|
msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
|
|
192
192
|
|
|
193
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
193
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
194
194
|
msgid "Permalink successfully copied"
|
|
195
195
|
msgstr "Permalink erfolgreich kopiert"
|
|
196
196
|
|
|
197
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
197
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
198
198
|
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
199
199
|
msgstr "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein Browser diese Funktion nicht."
|
|
200
200
|
|
|
201
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
201
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
202
202
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
203
203
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
204
204
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
205
205
|
msgid "Unaffiliated / No Alliance"
|
|
206
206
|
msgstr "Unabhängig / Keine Allianz"
|
|
207
207
|
|
|
208
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
208
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
209
209
|
msgid "NPC Corp"
|
|
210
210
|
msgstr "NPC Corp"
|
|
211
211
|
|
|
212
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
213
|
-
msgctxt "Decimal separator"
|
|
214
|
-
msgid "."
|
|
215
|
-
msgstr ","
|
|
216
|
-
|
|
217
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
218
|
-
msgctxt "Thousands separator"
|
|
219
|
-
msgid ","
|
|
220
|
-
msgstr "."
|
|
221
|
-
|
|
222
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
223
|
-
msgid "No data available in this table"
|
|
224
|
-
msgstr "In dieser Tabelle sind keine Daten verfügbar"
|
|
225
|
-
|
|
226
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
227
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
228
|
-
msgid "Showing _END_ entries"
|
|
229
|
-
msgstr "Zeige _END_ Einträge"
|
|
230
|
-
|
|
231
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
232
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
233
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
234
|
-
msgstr "(gefiltert von _MAX_ Einträgen)"
|
|
235
|
-
|
|
236
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
237
|
-
msgid "No records available"
|
|
238
|
-
msgstr "Keine Datensätze vorhanden"
|
|
239
|
-
|
|
240
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
241
|
-
msgid "Loading …"
|
|
242
|
-
msgstr "Lade …"
|
|
243
|
-
|
|
244
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
245
|
-
msgid "Processing …"
|
|
246
|
-
msgstr "Verarbeite …"
|
|
247
|
-
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
249
|
-
msgid "Nothing found, sorry …"
|
|
250
|
-
msgstr "Nichts gefunden, tut mir leid …"
|
|
251
|
-
|
|
252
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
253
|
-
msgid "Search …"
|
|
254
|
-
msgstr "Suche …"
|
|
255
|
-
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
257
|
-
msgid "First"
|
|
258
|
-
msgstr "Erster"
|
|
259
|
-
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
261
|
-
msgid "Last"
|
|
262
|
-
msgstr "Letzter"
|
|
263
|
-
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
265
|
-
msgid "Next"
|
|
266
|
-
msgstr "Nächster"
|
|
267
|
-
|
|
268
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
269
|
-
msgid "Previous"
|
|
270
|
-
msgstr "Vorheriger"
|
|
271
|
-
|
|
272
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
273
|
-
msgid ": activate to sort column ascending"
|
|
274
|
-
msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
|
|
275
|
-
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
277
|
-
msgid ": activate to sort column descending"
|
|
278
|
-
msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
|
279
|
-
|
|
280
212
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
281
213
|
#, python-format
|
|
282
214
|
msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
@@ -490,6 +422,58 @@ msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
|
|
|
490
422
|
msgid "The scan you were looking for could not be found."
|
|
491
423
|
msgstr "Der gesuchte Scan konnte nicht gefunden werden."
|
|
492
424
|
|
|
425
|
+
#~ msgctxt "Decimal separator"
|
|
426
|
+
#~ msgid "."
|
|
427
|
+
#~ msgstr ","
|
|
428
|
+
|
|
429
|
+
#~ msgctxt "Thousands separator"
|
|
430
|
+
#~ msgid ","
|
|
431
|
+
#~ msgstr "."
|
|
432
|
+
|
|
433
|
+
#~ msgid "No data available in this table"
|
|
434
|
+
#~ msgstr "In dieser Tabelle sind keine Daten verfügbar"
|
|
435
|
+
|
|
436
|
+
#~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
437
|
+
#~ msgid "Showing _END_ entries"
|
|
438
|
+
#~ msgstr "Zeige _END_ Einträge"
|
|
439
|
+
|
|
440
|
+
#~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
441
|
+
#~ msgid "(filtered from _MAX_ total entries)"
|
|
442
|
+
#~ msgstr "(gefiltert von _MAX_ Einträgen)"
|
|
443
|
+
|
|
444
|
+
#~ msgid "No records available"
|
|
445
|
+
#~ msgstr "Keine Datensätze vorhanden"
|
|
446
|
+
|
|
447
|
+
#~ msgid "Loading …"
|
|
448
|
+
#~ msgstr "Lade …"
|
|
449
|
+
|
|
450
|
+
#~ msgid "Processing …"
|
|
451
|
+
#~ msgstr "Verarbeite …"
|
|
452
|
+
|
|
453
|
+
#~ msgid "Nothing found, sorry …"
|
|
454
|
+
#~ msgstr "Nichts gefunden, tut mir leid …"
|
|
455
|
+
|
|
456
|
+
#~ msgid "Search …"
|
|
457
|
+
#~ msgstr "Suche …"
|
|
458
|
+
|
|
459
|
+
#~ msgid "First"
|
|
460
|
+
#~ msgstr "Erster"
|
|
461
|
+
|
|
462
|
+
#~ msgid "Last"
|
|
463
|
+
#~ msgstr "Letzter"
|
|
464
|
+
|
|
465
|
+
#~ msgid "Next"
|
|
466
|
+
#~ msgstr "Nächster"
|
|
467
|
+
|
|
468
|
+
#~ msgid "Previous"
|
|
469
|
+
#~ msgstr "Vorheriger"
|
|
470
|
+
|
|
471
|
+
#~ msgid ": activate to sort column ascending"
|
|
472
|
+
#~ msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
|
|
473
|
+
|
|
474
|
+
#~ msgid ": activate to sort column descending"
|
|
475
|
+
#~ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
|
476
|
+
|
|
493
477
|
#~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
494
478
|
#~ msgid "Show _MENU_"
|
|
495
479
|
#~ msgstr "Zeige _MENU_"
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: AA Intel Tool 2.
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.6.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-03-07 15:55+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"
|
|
@@ -19,8 +19,8 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
21
|
#: aa_intel_tool/__init__.py:9
|
|
22
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
23
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
22
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -196,93 +196,25 @@ msgstr ""
|
|
|
196
196
|
msgid "The fleet composition module is currently disabled."
|
|
197
197
|
msgstr ""
|
|
198
198
|
|
|
199
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
199
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
200
200
|
msgid "Permalink successfully copied"
|
|
201
201
|
msgstr ""
|
|
202
202
|
|
|
203
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
203
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
204
204
|
msgid ""
|
|
205
205
|
"Something went wrong. Nothing copied. Maybe your browser does not support "
|
|
206
206
|
"this function."
|
|
207
207
|
msgstr ""
|
|
208
208
|
|
|
209
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
209
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
210
210
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
211
211
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
212
212
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
213
213
|
msgid "Unaffiliated / No Alliance"
|
|
214
214
|
msgstr ""
|
|
215
215
|
|
|
216
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
217
|
-
msgid "NPC Corp"
|
|
218
|
-
msgstr ""
|
|
219
|
-
|
|
220
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
221
|
-
msgctxt "Decimal separator"
|
|
222
|
-
msgid "."
|
|
223
|
-
msgstr ""
|
|
224
|
-
|
|
225
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
226
|
-
msgctxt "Thousands separator"
|
|
227
|
-
msgid ","
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
216
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
231
|
-
msgid "
|
|
232
|
-
msgstr ""
|
|
233
|
-
|
|
234
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
235
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
236
|
-
msgid "Showing _END_ entries"
|
|
237
|
-
msgstr ""
|
|
238
|
-
|
|
239
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
240
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
241
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
242
|
-
msgstr ""
|
|
243
|
-
|
|
244
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
245
|
-
msgid "No records available"
|
|
246
|
-
msgstr ""
|
|
247
|
-
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
249
|
-
msgid "Loading …"
|
|
250
|
-
msgstr ""
|
|
251
|
-
|
|
252
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
253
|
-
msgid "Processing …"
|
|
254
|
-
msgstr ""
|
|
255
|
-
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
257
|
-
msgid "Nothing found, sorry …"
|
|
258
|
-
msgstr ""
|
|
259
|
-
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
261
|
-
msgid "Search …"
|
|
262
|
-
msgstr ""
|
|
263
|
-
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
265
|
-
msgid "First"
|
|
266
|
-
msgstr ""
|
|
267
|
-
|
|
268
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
269
|
-
msgid "Last"
|
|
270
|
-
msgstr ""
|
|
271
|
-
|
|
272
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
273
|
-
msgid "Next"
|
|
274
|
-
msgstr ""
|
|
275
|
-
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
277
|
-
msgid "Previous"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
281
|
-
msgid ": activate to sort column ascending"
|
|
282
|
-
msgstr ""
|
|
283
|
-
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
285
|
-
msgid ": activate to sort column descending"
|
|
217
|
+
msgid "NPC Corp"
|
|
286
218
|
msgstr ""
|
|
287
219
|
|
|
288
220
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
@@ -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: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-03-07 15:55+0100\n"
|
|
12
12
|
"PO-Revision-Date: 2024-12-02 17:40+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"
|
|
@@ -20,8 +20,8 @@ msgstr ""
|
|
|
20
20
|
"X-Generator: Weblate 5.8.4\n"
|
|
21
21
|
|
|
22
22
|
#: aa_intel_tool/__init__.py:9
|
|
23
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
24
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
23
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
24
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -202,91 +202,23 @@ msgstr ""
|
|
|
202
202
|
msgid "The fleet composition module is currently disabled."
|
|
203
203
|
msgstr ""
|
|
204
204
|
|
|
205
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
205
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
206
206
|
msgid "Permalink successfully copied"
|
|
207
207
|
msgstr ""
|
|
208
208
|
|
|
209
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
209
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
210
210
|
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
211
211
|
msgstr ""
|
|
212
212
|
|
|
213
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
213
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
214
214
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
215
215
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
216
216
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
217
217
|
msgid "Unaffiliated / No Alliance"
|
|
218
218
|
msgstr ""
|
|
219
219
|
|
|
220
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
221
|
-
msgid "NPC Corp"
|
|
222
|
-
msgstr ""
|
|
223
|
-
|
|
224
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
225
|
-
msgctxt "Decimal separator"
|
|
226
|
-
msgid "."
|
|
227
|
-
msgstr ","
|
|
228
|
-
|
|
229
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
230
|
-
msgctxt "Thousands separator"
|
|
231
|
-
msgid ","
|
|
232
|
-
msgstr ""
|
|
233
|
-
|
|
234
220
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
235
|
-
msgid "
|
|
236
|
-
msgstr ""
|
|
237
|
-
|
|
238
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
239
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
240
|
-
msgid "Showing _END_ entries"
|
|
241
|
-
msgstr ""
|
|
242
|
-
|
|
243
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
244
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
245
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
246
|
-
msgstr ""
|
|
247
|
-
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
249
|
-
msgid "No records available"
|
|
250
|
-
msgstr ""
|
|
251
|
-
|
|
252
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
253
|
-
msgid "Loading …"
|
|
254
|
-
msgstr ""
|
|
255
|
-
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
257
|
-
msgid "Processing …"
|
|
258
|
-
msgstr ""
|
|
259
|
-
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
261
|
-
msgid "Nothing found, sorry …"
|
|
262
|
-
msgstr ""
|
|
263
|
-
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
265
|
-
msgid "Search …"
|
|
266
|
-
msgstr ""
|
|
267
|
-
|
|
268
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
269
|
-
msgid "First"
|
|
270
|
-
msgstr ""
|
|
271
|
-
|
|
272
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
273
|
-
msgid "Last"
|
|
274
|
-
msgstr ""
|
|
275
|
-
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
277
|
-
msgid "Next"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
281
|
-
msgid "Previous"
|
|
282
|
-
msgstr ""
|
|
283
|
-
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
285
|
-
msgid ": activate to sort column ascending"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
289
|
-
msgid ": activate to sort column descending"
|
|
221
|
+
msgid "NPC Corp"
|
|
290
222
|
msgstr ""
|
|
291
223
|
|
|
292
224
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
@@ -503,3 +435,7 @@ msgstr ""
|
|
|
503
435
|
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
|
|
504
436
|
msgid "The scan you were looking for could not be found."
|
|
505
437
|
msgstr ""
|
|
438
|
+
|
|
439
|
+
#~ msgctxt "Decimal separator"
|
|
440
|
+
#~ msgid "."
|
|
441
|
+
#~ msgstr ","
|