aa-intel-tool 2.12.1__py3-none-any.whl → 2.13.1__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.
Files changed (60) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +38 -35
  3. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +6 -6
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +10 -10
  6. aa_intel_tool/locale/django.pot +7 -7
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +6 -6
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +6 -6
  9. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +6 -6
  10. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +10 -10
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +6 -6
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  14. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +11 -12
  15. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +6 -6
  16. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +6 -6
  17. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +6 -6
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +6 -6
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +15 -12
  21. aa_intel_tool/parser/general.py +7 -1
  22. aa_intel_tool/parser/module/dscan.py +4 -4
  23. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +4 -2
  24. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +4 -2
  25. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -2
  26. aa_intel_tool/tests/__init__.py +17 -0
  27. aa_intel_tool/tests/test_access.py +1 -6
  28. aa_intel_tool/tests/test_auth_hooks.py +1 -6
  29. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/METADATA +6 -10
  30. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/RECORD +32 -60
  31. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +0 -610
  32. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +0 -123
  33. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +0 -8
  34. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +0 -1
  35. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +0 -6
  36. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +0 -1
  37. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +0 -10
  38. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +0 -1
  39. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -516
  40. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -2
  41. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -1
  42. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -73
  43. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -6
  44. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -1
  45. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -3091
  46. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -10
  47. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -1
  48. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -20
  49. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -2
  50. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -1
  51. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -1203
  52. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -6
  53. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -1
  54. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -59
  55. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -6
  56. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -1
  57. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +0 -11
  58. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +0 -14
  59. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/WHEEL +0 -0
  60. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,6 +5,6 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.12.1"
8
+ __version__ = "2.13.1"
9
9
  __title__ = "Intel Parser"
10
10
  __title_translated__ = _("Intel Parser")
@@ -4,6 +4,7 @@ App constants
4
4
 
5
5
  # Standard Library
6
6
  import re
7
+ from enum import Enum
7
8
 
8
9
  # Django
9
10
  from django.utils.translation import gettext_lazy as _
@@ -17,63 +18,65 @@ import aa_intel_tool.parser.module.fleetcomp
17
18
  INTERNAL_URL_PREFIX = "-"
18
19
 
19
20
 
20
- # Localised units
21
- distance_units_on_grid: str = ( # pylint: disable=invalid-name
21
+ class DistanceUnits(Enum):
22
22
  """
23
- km|m # Client in: English, German, Chinese, French, Japanese, Korean, Spanish
24
- |км|м # Russian
25
- """
26
- )
27
- distance_units_off_grid: str = ( # pylint: disable=invalid-name
23
+ Localised distance units
28
24
  """
29
- AU # Client in: English, Chinese, Japanese, Korean, Spanish
30
- |UA # Client in: French
31
- |AE # German
32
- |а.е. # Russian
33
- """
34
- )
35
25
 
36
- distance_units: str = ( # pylint: disable=invalid-name
37
- f"{distance_units_on_grid}|{distance_units_off_grid}"
38
- )
26
+ ON_GRID = r"""
27
+ km|m # Client in: English, German, Chinese, French, Japanese, Korean, Spanish
28
+ |км|м # Client in: Russian
29
+ """
30
+ OFF_GRID = r"""
31
+ AU # Client in: English, Chinese, Japanese, Korean, Spanish
32
+ |UA # Client in: French
33
+ |AE # Client in: German
34
+ |а.е. # Client in: Russian
35
+ """
36
+
37
+
38
+ DISTANCE_UNITS: str = f"{DistanceUnits.ON_GRID.value}|{DistanceUnits.OFF_GRID.value}"
39
39
 
40
40
 
41
- # Pre-compiled regex patterns used throughout the app
42
- REGEX_PATTERN = {
43
- "chatlist": re.compile(pattern=r"(?im)^[a-zA-Z0-9\u0080-\uFFFF -_]{3,37}$"),
44
- "dscan": re.compile(
45
- pattern=rf"(?im)^(\d+)[\t](.*)[\t](.*)[\t](-|(.*) ({distance_units}))$",
41
+ class RegexPattern(Enum):
42
+ """
43
+ Pre-compiled regex patterns
44
+ """
45
+
46
+ CHATLIST = re.compile(pattern=r"(?im)^[a-zA-Z0-9\u0080-\uFFFF -_]{3,37}$")
47
+ DSCAN = re.compile(
48
+ pattern=rf"(?im)^(\d+)[\t](.*)[\t](.*)[\t](-|(.*) ({DISTANCE_UNITS}))$",
46
49
  flags=re.VERBOSE,
47
- ),
48
- "fleetcomp": re.compile(
49
- pattern=r"(?im)^([a-zA-Z0-9 -_]{3,37})[\t](.*)[\t](.*)[\t](.*)[\t](.*)[\t]([0-5] - [0-5] - [0-5])([\t](.*))?$" # pylint: disable=line-too-long
50
- ),
51
- "localised_on_grid": re.compile(
52
- pattern=rf"{distance_units_on_grid}", flags=re.VERBOSE
53
- ),
54
- "localised_off_grid": re.compile(
55
- pattern=rf"{distance_units_off_grid}", flags=re.VERBOSE
56
- ),
57
- }
50
+ )
51
+ FLEETCOMP = re.compile(
52
+ pattern=r"(?im)^([a-zA-Z0-9 -_]{3,37})[\t](.*)[\t](.*)[\t](.*)[\t](.*)[\t]([0-5] - [0-5] - [0-5])([\t](.*))?$"
53
+ )
54
+ LOCALISED_ON_GRID = re.compile(
55
+ pattern=rf"{DistanceUnits.ON_GRID.value}", flags=re.VERBOSE
56
+ )
57
+ LOCALISED_OFF_GRID = re.compile(
58
+ pattern=rf"{DistanceUnits.OFF_GRID.value}", flags=re.VERBOSE
59
+ )
60
+
58
61
 
59
62
  # Supported intel types and their parameters
60
63
  SUPPORTED_INTEL_TYPES = {
61
64
  "chatlist": {
62
65
  "name": _("Chat list"),
63
66
  "parser": aa_intel_tool.parser.module.chatlist.parse,
64
- "pattern": REGEX_PATTERN["chatlist"],
67
+ "pattern": RegexPattern.CHATLIST.value,
65
68
  "template": "aa_intel_tool/views/scan/chatlist.html",
66
69
  },
67
70
  "dscan": {
68
71
  "name": _("D-Scan"),
69
72
  "parser": aa_intel_tool.parser.module.dscan.parse,
70
- "pattern": REGEX_PATTERN["dscan"],
73
+ "pattern": RegexPattern.DSCAN.value,
71
74
  "template": "aa_intel_tool/views/scan/dscan.html",
72
75
  },
73
76
  "fleetcomp": {
74
77
  "name": _("Fleet composition"),
75
78
  "parser": aa_intel_tool.parser.module.fleetcomp.parse,
76
- "pattern": REGEX_PATTERN["fleetcomp"],
79
+ "pattern": RegexPattern.FLEETCOMP.value,
77
80
  "template": "aa_intel_tool/views/scan/fleetcomp.html",
78
81
  },
79
82
  }
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
@@ -38,16 +38,16 @@ msgstr ""
38
38
  msgid "Raw data"
39
39
  msgstr ""
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr ""
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr ""
152
152
  msgid "Scan data"
153
153
  msgstr ""
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr ""
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr ""
162
162
 
@@ -1,13 +1,13 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025, 2026.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
10
- "PO-Revision-Date: 2025-10-21 08:59+0000\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
+ "PO-Revision-Date: 2026-01-28 15:53+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/de/>\n"
13
13
  "Language: de\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Weblate 5.13.3\n"
18
+ "X-Generator: Weblate 5.15.2\n"
19
19
 
20
20
  #: aa_intel_tool/__init__.py:10
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -38,16 +38,16 @@ msgstr "In einem neuen Browser-Tab öffnen"
38
38
  msgid "Raw data"
39
39
  msgstr "Rohdaten"
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr "Chatliste"
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr "D-Scan"
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr "Verarbeitete Scandaten"
152
152
  msgid "Scan data"
153
153
  msgstr "Scandaten"
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp oder fehlerhaft …"
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr "Keine Daten zum Parsen …"
162
162
 
@@ -220,7 +220,7 @@ msgstr "Lade Daten …"
220
220
 
221
221
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
222
222
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
223
- msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die bestehende Übersetzung verbessern?"
223
+ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die bestehende Übersetzung zu verbessern?"
224
224
 
225
225
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
226
226
  msgid "Join our team of translators!"
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Intel Tool 2.12.1\n"
9
+ "Project-Id-Version: AA Intel Tool 2.13.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -39,16 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
43
  msgid "Chat list"
44
44
  msgstr ""
45
45
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
48
  msgid "D-Scan"
49
49
  msgstr ""
50
50
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
52
  #: aa_intel_tool/models.py:123
53
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
54
  msgid "Fleet composition"
@@ -153,12 +153,12 @@ msgstr ""
153
153
  msgid "Scan data"
154
154
  msgstr ""
155
155
 
156
- #: aa_intel_tool/parser/general.py:45
156
+ #: aa_intel_tool/parser/general.py:51
157
157
  msgid ""
158
158
  "No suitable parser found. Input is not a supported intel type or malformed …"
159
159
  msgstr ""
160
160
 
161
- #: aa_intel_tool/parser/general.py:63
161
+ #: aa_intel_tool/parser/general.py:69
162
162
  msgid "No data to parse …"
163
163
  msgstr ""
164
164
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
12
  "PO-Revision-Date: 2025-07-29 20:18+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
@@ -40,16 +40,16 @@ msgstr "Abrir en una nueva pestaña del navegador"
40
40
  msgid "Raw data"
41
41
  msgstr "datos RAW"
42
42
 
43
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
43
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
44
44
  msgid "Chat list"
45
45
  msgstr "Lista de Chat"
46
46
 
47
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
47
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
48
48
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
49
49
  msgid "D-Scan"
50
50
  msgstr "D-Scan"
51
51
 
52
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
52
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
53
53
  #: aa_intel_tool/models.py:123
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
55
55
  msgid "Fleet composition"
@@ -164,11 +164,11 @@ msgstr "Datos de escaneo no válidos"
164
164
  msgid "Scan data"
165
165
  msgstr "Datos de escaneo no válidos"
166
166
 
167
- #: aa_intel_tool/parser/general.py:45
167
+ #: aa_intel_tool/parser/general.py:51
168
168
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
169
169
  msgstr ""
170
170
 
171
- #: aa_intel_tool/parser/general.py:63
171
+ #: aa_intel_tool/parser/general.py:69
172
172
  msgid "No data to parse …"
173
173
  msgstr ""
174
174
 
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
13
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
14
14
  "PO-Revision-Date: 2025-08-03 04:24+0000\n"
15
15
  "Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
16
16
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/fr/>\n"
@@ -42,16 +42,16 @@ msgstr "Ouvrir dans un nouvel onglet"
42
42
  msgid "Raw data"
43
43
  msgstr "Données brute"
44
44
 
45
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
45
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
46
46
  msgid "Chat list"
47
47
  msgstr "Liste de conversation"
48
48
 
49
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
50
50
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
51
51
  msgid "D-Scan"
52
52
  msgstr "Scanner directionnel"
53
53
 
54
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
54
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
55
55
  #: aa_intel_tool/models.py:123
56
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
57
57
  msgid "Fleet composition"
@@ -160,11 +160,11 @@ msgstr "Données du scanner transformées"
160
160
  msgid "Scan data"
161
161
  msgstr "Données du scanner"
162
162
 
163
- #: aa_intel_tool/parser/general.py:45
163
+ #: aa_intel_tool/parser/general.py:51
164
164
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
165
165
  msgstr ""
166
166
 
167
- #: aa_intel_tool/parser/general.py:63
167
+ #: aa_intel_tool/parser/general.py:69
168
168
  msgid "No data to parse …"
169
169
  msgstr ""
170
170
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
10
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\n"
@@ -39,16 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
43
  msgid "Chat list"
44
44
  msgstr ""
45
45
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
48
  msgid "D-Scan"
49
49
  msgstr ""
50
50
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
52
  #: aa_intel_tool/models.py:123
53
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
54
  msgid "Fleet composition"
@@ -153,11 +153,11 @@ msgstr ""
153
153
  msgid "Scan data"
154
154
  msgstr ""
155
155
 
156
- #: aa_intel_tool/parser/general.py:45
156
+ #: aa_intel_tool/parser/general.py:51
157
157
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
158
158
  msgstr ""
159
159
 
160
- #: aa_intel_tool/parser/general.py:63
160
+ #: aa_intel_tool/parser/general.py:69
161
161
  msgid "No data to parse …"
162
162
  msgstr ""
163
163
 
@@ -3,21 +3,21 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
5
5
  # Dexsar <dexsar.paf@gmail.com>, 2025.
6
- # Peter Pfeufer <info@ppfeufer.de>, 2025.
6
+ # Peter Pfeufer <info@ppfeufer.de>, 2025, 2026.
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
12
- "PO-Revision-Date: 2025-12-03 09:17+0000\n"
13
- "Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
+ "PO-Revision-Date: 2026-01-28 15:53+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.14.3\n"
20
+ "X-Generator: Weblate 5.15.2\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:10
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -40,16 +40,16 @@ msgstr "ブラウザの新しいタブで開く"
40
40
  msgid "Raw data"
41
41
  msgstr "未加工データ"
42
42
 
43
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
43
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
44
44
  msgid "Chat list"
45
45
  msgstr "チャット一覧"
46
46
 
47
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
47
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
48
48
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
49
49
  msgid "D-Scan"
50
50
  msgstr "指向性スキャン"
51
51
 
52
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
52
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
53
53
  #: aa_intel_tool/models.py:123
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
55
55
  msgid "Fleet composition"
@@ -154,11 +154,11 @@ msgstr ""
154
154
  msgid "Scan data"
155
155
  msgstr ""
156
156
 
157
- #: aa_intel_tool/parser/general.py:45
157
+ #: aa_intel_tool/parser/general.py:51
158
158
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
159
159
  msgstr "適切なパーサーが見つかりません。入力はサポートされているIntelタイプではないか、不正な形式です…"
160
160
 
161
- #: aa_intel_tool/parser/general.py:63
161
+ #: aa_intel_tool/parser/general.py:69
162
162
  msgid "No data to parse …"
163
163
  msgstr "パースすべきデータが存在しません…"
164
164
 
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
13
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
@@ -42,16 +42,16 @@ msgstr "새 탭에서 열기"
42
42
  msgid "Raw data"
43
43
  msgstr "원본 데이터"
44
44
 
45
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
45
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
46
46
  msgid "Chat list"
47
47
  msgstr "챗 리스트"
48
48
 
49
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
50
50
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
51
51
  msgid "D-Scan"
52
52
  msgstr "전방위 스캐너"
53
53
 
54
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
54
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
55
55
  #: aa_intel_tool/models.py:123
56
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
57
57
  msgid "Fleet composition"
@@ -158,11 +158,11 @@ msgstr "처리된 스캔 데이터"
158
158
  msgid "Scan data"
159
159
  msgstr "스캔 데이터"
160
160
 
161
- #: aa_intel_tool/parser/general.py:45
161
+ #: aa_intel_tool/parser/general.py:51
162
162
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
163
  msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
164
164
 
165
- #: aa_intel_tool/parser/general.py:63
165
+ #: aa_intel_tool/parser/general.py:69
166
166
  msgid "No data to parse …"
167
167
  msgstr "가져올 데이터가 없습니다…"
168
168
 
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2026.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
11
- "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
+ "PO-Revision-Date: 2026-02-01 14:23+0000\n"
11
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
12
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
14
13
  "Language: nl_NL\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.5.3\n"
18
+ "X-Generator: Weblate 5.15.2\n"
20
19
 
21
20
  #: aa_intel_tool/__init__.py:10
22
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -25,7 +24,7 @@ msgstr ""
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
27
26
  msgid "Intel Parser"
28
- msgstr ""
27
+ msgstr "Intel Parser"
29
28
 
30
29
  #: aa_intel_tool/admin.py:77 aa_intel_tool/models.py:46
31
30
  msgid "Scan type"
@@ -39,16 +38,16 @@ msgstr ""
39
38
  msgid "Raw data"
40
39
  msgstr ""
41
40
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
42
  msgid "Chat list"
44
43
  msgstr ""
45
44
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
47
  msgid "D-Scan"
49
48
  msgstr ""
50
49
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
51
  #: aa_intel_tool/models.py:123
53
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
53
  msgid "Fleet composition"
@@ -153,11 +152,11 @@ msgstr ""
153
152
  msgid "Scan data"
154
153
  msgstr ""
155
154
 
156
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
157
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
158
157
  msgstr ""
159
158
 
160
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
161
160
  msgid "No data to parse …"
162
161
  msgstr ""
163
162
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
9
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
@@ -38,16 +38,16 @@ msgstr ""
38
38
  msgid "Raw data"
39
39
  msgstr ""
40
40
 
41
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
42
42
  msgid "Chat list"
43
43
  msgstr ""
44
44
 
45
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
46
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
47
47
  msgid "D-Scan"
48
48
  msgstr ""
49
49
 
50
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
51
51
  #: aa_intel_tool/models.py:123
52
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
53
53
  msgid "Fleet composition"
@@ -152,11 +152,11 @@ msgstr ""
152
152
  msgid "Scan data"
153
153
  msgstr ""
154
154
 
155
- #: aa_intel_tool/parser/general.py:45
155
+ #: aa_intel_tool/parser/general.py:51
156
156
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
157
157
  msgstr ""
158
158
 
159
- #: aa_intel_tool/parser/general.py:63
159
+ #: aa_intel_tool/parser/general.py:69
160
160
  msgid "No data to parse …"
161
161
  msgstr ""
162
162