aa-intel-tool 2.10.0__py3-none-any.whl → 2.11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aa_intel_tool/__init__.py +3 -2
- aa_intel_tool/apps.py +5 -4
- aa_intel_tool/auth_hooks.py +2 -2
- aa_intel_tool/constants.py +9 -3
- aa_intel_tool/exceptions.py +1 -1
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +21 -21
- aa_intel_tool/locale/django.pot +14 -18
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +17 -17
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +48 -48
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +23 -23
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/parser/module/chatlist.py +3 -3
- aa_intel_tool/parser/module/dscan.py +4 -5
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +13 -16
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +171 -282
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +251 -572
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +163 -237
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +18 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +610 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +123 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +8 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +516 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +73 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +3091 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +20 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +1203 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +59 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +30 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +11 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +14 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
- aa_intel_tool/tests/__init__.py +38 -0
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +4 -3
- aa_intel_tool/tests/test_app_settings.py +3 -2
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +2 -4
- aa_intel_tool/tests/test_helper_eve_character.py +5 -7
- aa_intel_tool/tests/test_models.py +3 -3
- aa_intel_tool/tests/test_parser_general.py +48 -34
- aa_intel_tool/tests/test_parser_helper_db.py +2 -4
- aa_intel_tool/tests/test_parser_module_chatlist.py +2 -2
- aa_intel_tool/tests/test_parser_module_dscan.py +828 -0
- aa_intel_tool/tests/test_parser_module_feetcomp.py +230 -0
- aa_intel_tool/tests/test_tasks.py +56 -0
- aa_intel_tool/tests/test_views_ajax.py +72 -0
- aa_intel_tool/tests/test_views_general.py +240 -0
- aa_intel_tool/urls.py +1 -1
- aa_intel_tool/views/general.py +13 -5
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/METADATA +9 -7
- aa_intel_tool-2.11.0.dist-info/RECORD +169 -0
- aa_intel_tool-2.10.0.dist-info/RECORD +0 -136
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
aa_intel_tool/apps.py
CHANGED
|
@@ -4,10 +4,10 @@ App config
|
|
|
4
4
|
|
|
5
5
|
# Django
|
|
6
6
|
from django.apps import AppConfig
|
|
7
|
-
from django.utils.
|
|
7
|
+
from django.utils.text import format_lazy
|
|
8
8
|
|
|
9
9
|
# AA Intel Tool
|
|
10
|
-
from aa_intel_tool import __version__
|
|
10
|
+
from aa_intel_tool import __title_translated__, __version__
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class AaIntelToolConfig(AppConfig):
|
|
@@ -17,5 +17,6 @@ class AaIntelToolConfig(AppConfig):
|
|
|
17
17
|
|
|
18
18
|
name = "aa_intel_tool"
|
|
19
19
|
label = "aa_intel_tool"
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
verbose_name = format_lazy(
|
|
21
|
+
"{app_title} v{version}", app_title=__title_translated__, version=__version__
|
|
22
|
+
)
|
aa_intel_tool/auth_hooks.py
CHANGED
|
@@ -7,7 +7,7 @@ from allianceauth import hooks
|
|
|
7
7
|
from allianceauth.services.hooks import MenuItemHook, UrlHook
|
|
8
8
|
|
|
9
9
|
# AA Intel Tool
|
|
10
|
-
from aa_intel_tool import
|
|
10
|
+
from aa_intel_tool import __title_translated__, urls
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-methods
|
|
@@ -19,7 +19,7 @@ class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-metho
|
|
|
19
19
|
# setup menu entry for sidebar
|
|
20
20
|
MenuItemHook.__init__(
|
|
21
21
|
self,
|
|
22
|
-
text=
|
|
22
|
+
text=__title_translated__,
|
|
23
23
|
classes="fa-solid fa-clipboard-list",
|
|
24
24
|
url_name="aa_intel_tool:intel_tool_index",
|
|
25
25
|
navactive=["aa_intel_tool:"],
|
aa_intel_tool/constants.py
CHANGED
|
@@ -18,18 +18,24 @@ INTERNAL_URL_PREFIX = "-"
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
# Localised units
|
|
21
|
-
distance_units_on_grid: str =
|
|
21
|
+
distance_units_on_grid: str = ( # pylint: disable=invalid-name
|
|
22
|
+
"""
|
|
22
23
|
km|m # Client in: English, German, Chinese, French, Japanese, Korean, Spanish
|
|
23
24
|
|км|м # Russian
|
|
24
25
|
"""
|
|
25
|
-
|
|
26
|
+
)
|
|
27
|
+
distance_units_off_grid: str = ( # pylint: disable=invalid-name
|
|
28
|
+
"""
|
|
26
29
|
AU # Client in: English, Chinese, Japanese, Korean, Spanish
|
|
27
30
|
|UA # Client in: French
|
|
28
31
|
|AE # German
|
|
29
32
|
|а.е. # Russian
|
|
30
33
|
"""
|
|
34
|
+
)
|
|
31
35
|
|
|
32
|
-
distance_units: str =
|
|
36
|
+
distance_units: str = ( # pylint: disable=invalid-name
|
|
37
|
+
f"{distance_units_on_grid}|{distance_units_off_grid}"
|
|
38
|
+
)
|
|
33
39
|
|
|
34
40
|
|
|
35
41
|
# Pre-compiled regex patterns used throughout the app
|
aa_intel_tool/exceptions.py
CHANGED
|
@@ -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-11-09 22:43+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"
|
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
18
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
|
-
#: aa_intel_tool/__init__.py:
|
|
20
|
+
#: aa_intel_tool/__init__.py:10
|
|
21
21
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -38,22 +38,16 @@ msgstr ""
|
|
|
38
38
|
msgid "Raw data"
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
#: aa_intel_tool/apps.py:21
|
|
43
|
-
#, python-brace-format
|
|
44
|
-
msgid "Intel Parser v{__version__}"
|
|
45
|
-
msgstr ""
|
|
46
|
-
|
|
47
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
41
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
48
42
|
msgid "Chat list"
|
|
49
43
|
msgstr ""
|
|
50
44
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
45
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
52
46
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
47
|
msgid "D-Scan"
|
|
54
48
|
msgstr ""
|
|
55
49
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
50
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
57
51
|
#: aa_intel_tool/models.py:123
|
|
58
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
53
|
msgid "Fleet composition"
|
|
@@ -187,7 +181,7 @@ msgstr[1] ""
|
|
|
187
181
|
msgstr[2] ""
|
|
188
182
|
msgstr[3] ""
|
|
189
183
|
|
|
190
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
184
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
191
185
|
msgid "The D-Scan module is currently disabled."
|
|
192
186
|
msgstr ""
|
|
193
187
|
|
|
@@ -414,14 +408,16 @@ msgstr ""
|
|
|
414
408
|
msgid "Participation details"
|
|
415
409
|
msgstr ""
|
|
416
410
|
|
|
417
|
-
#: aa_intel_tool/views/general.py:
|
|
418
|
-
|
|
411
|
+
#: aa_intel_tool/views/general.py:56
|
|
412
|
+
#, python-brace-format
|
|
413
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
419
414
|
msgstr ""
|
|
420
415
|
|
|
421
|
-
#: aa_intel_tool/views/general.py:
|
|
422
|
-
|
|
416
|
+
#: aa_intel_tool/views/general.py:68
|
|
417
|
+
#, python-brace-format
|
|
418
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
423
419
|
msgstr ""
|
|
424
420
|
|
|
425
|
-
#: aa_intel_tool/views/general.py:
|
|
421
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
426
422
|
msgid "The scan you were looking for could not be found."
|
|
427
423
|
msgstr ""
|
|
Binary file
|
|
@@ -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: 2025-
|
|
10
|
-
"PO-Revision-Date: 2025-
|
|
9
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
10
|
+
"PO-Revision-Date: 2025-10-21 08:59+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,9 +15,9 @@ 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.
|
|
18
|
+
"X-Generator: Weblate 5.13.3\n"
|
|
19
19
|
|
|
20
|
-
#: aa_intel_tool/__init__.py:
|
|
20
|
+
#: aa_intel_tool/__init__.py:10
|
|
21
21
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -38,22 +38,16 @@ msgstr "In einem neuen Browser-Tab öffnen"
|
|
|
38
38
|
msgid "Raw data"
|
|
39
39
|
msgstr "Rohdaten"
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
#: aa_intel_tool/apps.py:21
|
|
43
|
-
#, python-brace-format
|
|
44
|
-
msgid "Intel Parser v{__version__}"
|
|
45
|
-
msgstr "Intel Parser v{__version__}"
|
|
46
|
-
|
|
47
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
41
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
48
42
|
msgid "Chat list"
|
|
49
43
|
msgstr "Chatliste"
|
|
50
44
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
45
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
52
46
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
47
|
msgid "D-Scan"
|
|
54
48
|
msgstr "D-Scan"
|
|
55
49
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
50
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
57
51
|
#: aa_intel_tool/models.py:123
|
|
58
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
53
|
msgid "Fleet composition"
|
|
@@ -185,7 +179,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
185
179
|
msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
186
180
|
msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
187
181
|
|
|
188
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
189
183
|
msgid "The D-Scan module is currently disabled."
|
|
190
184
|
msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
191
185
|
|
|
@@ -408,18 +402,24 @@ msgstr "System"
|
|
|
408
402
|
msgid "Participation details"
|
|
409
403
|
msgstr "Teilnahmedetails"
|
|
410
404
|
|
|
411
|
-
#: aa_intel_tool/views/general.py:
|
|
412
|
-
|
|
413
|
-
|
|
405
|
+
#: aa_intel_tool/views/general.py:56
|
|
406
|
+
#, python-brace-format
|
|
407
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
408
|
+
msgstr "Die bereitgestellten Daten konnten nicht analysiert werden. ({exc})"
|
|
414
409
|
|
|
415
|
-
#: aa_intel_tool/views/general.py:
|
|
416
|
-
|
|
417
|
-
|
|
410
|
+
#: aa_intel_tool/views/general.py:68
|
|
411
|
+
#, python-brace-format
|
|
412
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
413
|
+
msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert. ({exc})"
|
|
418
414
|
|
|
419
|
-
#: aa_intel_tool/views/general.py:
|
|
415
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
420
416
|
msgid "The scan you were looking for could not be found."
|
|
421
417
|
msgstr "Der gesuchte Scan konnte nicht gefunden werden."
|
|
422
418
|
|
|
419
|
+
#, python-brace-format
|
|
420
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
421
|
+
#~ msgstr "Intel Parser v{__version__}"
|
|
422
|
+
|
|
423
423
|
#~ msgctxt "Decimal separator"
|
|
424
424
|
#~ msgid "."
|
|
425
425
|
#~ msgstr ","
|
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -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.11.0\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-11-09 22:43+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"
|
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
|
-
#: aa_intel_tool/__init__.py:
|
|
21
|
+
#: aa_intel_tool/__init__.py:10
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -39,22 +39,16 @@ msgstr ""
|
|
|
39
39
|
msgid "Raw data"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
#: aa_intel_tool/apps.py:21
|
|
44
|
-
#, python-brace-format
|
|
45
|
-
msgid "Intel Parser v{__version__}"
|
|
46
|
-
msgstr ""
|
|
47
|
-
|
|
48
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
42
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
49
43
|
msgid "Chat list"
|
|
50
44
|
msgstr ""
|
|
51
45
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
46
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
53
47
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
48
|
msgid "D-Scan"
|
|
55
49
|
msgstr ""
|
|
56
50
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
58
52
|
#: aa_intel_tool/models.py:123
|
|
59
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
54
|
msgid "Fleet composition"
|
|
@@ -191,7 +185,7 @@ msgid_plural ""
|
|
|
191
185
|
msgstr[0] ""
|
|
192
186
|
msgstr[1] ""
|
|
193
187
|
|
|
194
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
188
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
195
189
|
msgid "The D-Scan module is currently disabled."
|
|
196
190
|
msgstr ""
|
|
197
191
|
|
|
@@ -421,14 +415,16 @@ msgstr ""
|
|
|
421
415
|
msgid "Participation details"
|
|
422
416
|
msgstr ""
|
|
423
417
|
|
|
424
|
-
#: aa_intel_tool/views/general.py:
|
|
425
|
-
|
|
418
|
+
#: aa_intel_tool/views/general.py:56
|
|
419
|
+
#, python-brace-format
|
|
420
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
426
421
|
msgstr ""
|
|
427
422
|
|
|
428
|
-
#: aa_intel_tool/views/general.py:
|
|
429
|
-
|
|
423
|
+
#: aa_intel_tool/views/general.py:68
|
|
424
|
+
#, python-brace-format
|
|
425
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
430
426
|
msgstr ""
|
|
431
427
|
|
|
432
|
-
#: aa_intel_tool/views/general.py:
|
|
428
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
433
429
|
msgid "The scan you were looking for could not be found."
|
|
434
430
|
msgstr ""
|
|
@@ -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-11-09 22:43+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"
|
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
20
|
"X-Generator: Weblate 5.12.2\n"
|
|
21
21
|
|
|
22
|
-
#: aa_intel_tool/__init__.py:
|
|
22
|
+
#: aa_intel_tool/__init__.py:10
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -40,22 +40,16 @@ msgstr "Abrir en una nueva pestaña del navegador"
|
|
|
40
40
|
msgid "Raw data"
|
|
41
41
|
msgstr "datos RAW"
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
#: aa_intel_tool/apps.py:21
|
|
45
|
-
#, python-brace-format
|
|
46
|
-
msgid "Intel Parser v{__version__}"
|
|
47
|
-
msgstr "Herramienta de Intel v{__version__}"
|
|
48
|
-
|
|
49
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
43
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
50
44
|
msgid "Chat list"
|
|
51
45
|
msgstr "Lista de Chat"
|
|
52
46
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
47
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
54
48
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
55
49
|
msgid "D-Scan"
|
|
56
50
|
msgstr "D-Scan"
|
|
57
51
|
|
|
58
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
59
53
|
#: aa_intel_tool/models.py:123
|
|
60
54
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
61
55
|
msgid "Fleet composition"
|
|
@@ -197,7 +191,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
197
191
|
msgstr[0] ""
|
|
198
192
|
msgstr[1] ""
|
|
199
193
|
|
|
200
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
194
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
201
195
|
msgid "The D-Scan module is currently disabled."
|
|
202
196
|
msgstr ""
|
|
203
197
|
|
|
@@ -422,18 +416,24 @@ msgstr "Sistema"
|
|
|
422
416
|
msgid "Participation details"
|
|
423
417
|
msgstr ""
|
|
424
418
|
|
|
425
|
-
#: aa_intel_tool/views/general.py:
|
|
426
|
-
|
|
419
|
+
#: aa_intel_tool/views/general.py:56
|
|
420
|
+
#, python-brace-format
|
|
421
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
427
422
|
msgstr ""
|
|
428
423
|
|
|
429
|
-
#: aa_intel_tool/views/general.py:
|
|
430
|
-
|
|
424
|
+
#: aa_intel_tool/views/general.py:68
|
|
425
|
+
#, python-brace-format
|
|
426
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
431
427
|
msgstr ""
|
|
432
428
|
|
|
433
|
-
#: aa_intel_tool/views/general.py:
|
|
429
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
434
430
|
msgid "The scan you were looking for could not be found."
|
|
435
431
|
msgstr ""
|
|
436
432
|
|
|
433
|
+
#, python-brace-format
|
|
434
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
435
|
+
#~ msgstr "Herramienta de Intel v{__version__}"
|
|
436
|
+
|
|
437
437
|
#~ msgctxt "Decimal separator"
|
|
438
438
|
#~ msgid "."
|
|
439
439
|
#~ msgstr ","
|
|
@@ -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: 2025-
|
|
13
|
+
"POT-Creation-Date: 2025-11-09 22:43+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"
|
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
22
22
|
"X-Generator: Weblate 5.12.2\n"
|
|
23
23
|
|
|
24
|
-
#: aa_intel_tool/__init__.py:
|
|
24
|
+
#: aa_intel_tool/__init__.py:10
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -42,22 +42,16 @@ msgstr "Ouvrir dans un nouvel onglet"
|
|
|
42
42
|
msgid "Raw data"
|
|
43
43
|
msgstr "Données brute"
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
#: aa_intel_tool/apps.py:21
|
|
47
|
-
#, python-brace-format
|
|
48
|
-
msgid "Intel Parser v{__version__}"
|
|
49
|
-
msgstr "Analyseur de Renseignements v{__version__}"
|
|
50
|
-
|
|
51
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
45
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
52
46
|
msgid "Chat list"
|
|
53
47
|
msgstr "Liste de conversation"
|
|
54
48
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
56
50
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
57
51
|
msgid "D-Scan"
|
|
58
52
|
msgstr "Scanner directionnel"
|
|
59
53
|
|
|
60
|
-
#: aa_intel_tool/constants.py:
|
|
54
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
61
55
|
#: aa_intel_tool/models.py:123
|
|
62
56
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
63
57
|
msgid "Fleet composition"
|
|
@@ -193,7 +187,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
193
187
|
msgstr[0] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilote par scan. Votre liste de pilote dépasse cette limite."
|
|
194
188
|
msgstr[1] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilotes par scan. Votre liste de pilote dépasse cette limite."
|
|
195
189
|
|
|
196
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
190
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
197
191
|
msgid "The D-Scan module is currently disabled."
|
|
198
192
|
msgstr "Le module de scanner directionnel est désactivé pour le moment."
|
|
199
193
|
|
|
@@ -420,19 +414,27 @@ msgstr "Système"
|
|
|
420
414
|
msgid "Participation details"
|
|
421
415
|
msgstr "Détails de la participation"
|
|
422
416
|
|
|
423
|
-
#: aa_intel_tool/views/general.py:
|
|
424
|
-
|
|
417
|
+
#: aa_intel_tool/views/general.py:56
|
|
418
|
+
#, fuzzy, python-brace-format
|
|
419
|
+
#| msgid "The provided data could not be parsed."
|
|
420
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
425
421
|
msgstr "Les données fournies n'ont pas pu être analysées."
|
|
426
422
|
|
|
427
|
-
#: aa_intel_tool/views/general.py:
|
|
428
|
-
|
|
423
|
+
#: aa_intel_tool/views/general.py:68
|
|
424
|
+
#, fuzzy, python-brace-format
|
|
425
|
+
#| msgid "(System Error) Something unexpected happened."
|
|
426
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
429
427
|
msgstr "(System Error) un imprévu est arrivé."
|
|
430
428
|
|
|
431
|
-
#: aa_intel_tool/views/general.py:
|
|
429
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
432
430
|
#, fuzzy
|
|
433
431
|
msgid "The scan you were looking for could not be found."
|
|
434
432
|
msgstr "Les scans que vous cherchez n'ont pas été trouvés."
|
|
435
433
|
|
|
434
|
+
#, python-brace-format
|
|
435
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
436
|
+
#~ msgstr "Analyseur de Renseignements v{__version__}"
|
|
437
|
+
|
|
436
438
|
#~ msgctxt "Decimal separator"
|
|
437
439
|
#~ msgid "."
|
|
438
440
|
#~ msgstr "."
|
|
@@ -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: 2025-
|
|
10
|
+
"POT-Creation-Date: 2025-11-09 22:43+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"
|
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
19
|
"X-Generator: Weblate 5.5.3\n"
|
|
20
20
|
|
|
21
|
-
#: aa_intel_tool/__init__.py:
|
|
21
|
+
#: aa_intel_tool/__init__.py:10
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -39,22 +39,16 @@ msgstr ""
|
|
|
39
39
|
msgid "Raw data"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
#: aa_intel_tool/apps.py:21
|
|
44
|
-
#, python-brace-format
|
|
45
|
-
msgid "Intel Parser v{__version__}"
|
|
46
|
-
msgstr ""
|
|
47
|
-
|
|
48
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
42
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
49
43
|
msgid "Chat list"
|
|
50
44
|
msgstr ""
|
|
51
45
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
46
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
53
47
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
48
|
msgid "D-Scan"
|
|
55
49
|
msgstr ""
|
|
56
50
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
58
52
|
#: aa_intel_tool/models.py:123
|
|
59
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
54
|
msgid "Fleet composition"
|
|
@@ -186,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
186
180
|
msgstr[0] ""
|
|
187
181
|
msgstr[1] ""
|
|
188
182
|
|
|
189
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
190
184
|
msgid "The D-Scan module is currently disabled."
|
|
191
185
|
msgstr ""
|
|
192
186
|
|
|
@@ -409,14 +403,16 @@ msgstr ""
|
|
|
409
403
|
msgid "Participation details"
|
|
410
404
|
msgstr ""
|
|
411
405
|
|
|
412
|
-
#: aa_intel_tool/views/general.py:
|
|
413
|
-
|
|
406
|
+
#: aa_intel_tool/views/general.py:56
|
|
407
|
+
#, python-brace-format
|
|
408
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
414
409
|
msgstr ""
|
|
415
410
|
|
|
416
|
-
#: aa_intel_tool/views/general.py:
|
|
417
|
-
|
|
411
|
+
#: aa_intel_tool/views/general.py:68
|
|
412
|
+
#, python-brace-format
|
|
413
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
418
414
|
msgstr ""
|
|
419
415
|
|
|
420
|
-
#: aa_intel_tool/views/general.py:
|
|
416
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
421
417
|
msgid "The scan you were looking for could not be found."
|
|
422
418
|
msgstr ""
|
|
Binary file
|