aa-intel-tool 2.6.1__py3-none-any.whl → 2.6.3__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 +1 -1
- aa_intel_tool/helper/eve_character.py +24 -36
- aa_intel_tool/helper/static_files.py +2 -2
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +36 -35
- aa_intel_tool/locale/django.pot +31 -30
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +39 -33
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +129 -123
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/parser/general.py +11 -16
- aa_intel_tool/parser/helper/db.py +8 -11
- aa_intel_tool/parser/module/chatlist.py +97 -126
- aa_intel_tool/parser/module/dscan.py +115 -147
- aa_intel_tool/parser/module/fleetcomp.py +85 -102
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +6 -19
- 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-highlight.js +104 -64
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +59 -59
- 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-highlight.js +43 -43
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +146 -105
- 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-highlight.js +51 -51
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +69 -59
- 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 +54 -32
- 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/templates/aa_intel_tool/base.html +4 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
- aa_intel_tool/tests/test-data/dscan.txt +250 -0
- aa_intel_tool/tests/test_admin.py +50 -38
- aa_intel_tool/tests/test_helper_eve_character.py +405 -0
- aa_intel_tool/tests/test_models.py +188 -4
- aa_intel_tool/tests/test_parser_general.py +771 -0
- aa_intel_tool/tests/test_parser_module_chatlist.py +154 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/METADATA +4 -4
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/RECORD +66 -64
- aa_intel_tool/tests/test_parser.py +0 -135
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
|
@@ -25,7 +25,7 @@ from aa_intel_tool import __title__
|
|
|
25
25
|
logger = LoggerAddTag(my_logger=get_extension_logger(name=__name__), prefix=__title__)
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
def _create_alliance(alliance_ids: Iterable[int]
|
|
28
|
+
def _create_alliance(alliance_ids: Iterable[int]) -> None:
|
|
29
29
|
"""
|
|
30
30
|
Bulk creation of EveAllianceInfo objects
|
|
31
31
|
|
|
@@ -36,7 +36,6 @@ def _create_alliance(alliance_ids: Iterable[int] = None) -> None:
|
|
|
36
36
|
"""
|
|
37
37
|
|
|
38
38
|
alliance_ids = set(alliance_ids)
|
|
39
|
-
|
|
40
39
|
existing_alliance_ids = set(
|
|
41
40
|
EveAllianceInfo.objects.filter(alliance_id__in=alliance_ids).values_list(
|
|
42
41
|
"alliance_id", flat=True
|
|
@@ -44,23 +43,21 @@ def _create_alliance(alliance_ids: Iterable[int] = None) -> None:
|
|
|
44
43
|
)
|
|
45
44
|
|
|
46
45
|
alliances_to_fetch = alliance_ids - existing_alliance_ids
|
|
47
|
-
count_alliances_to_fetch = len(alliances_to_fetch)
|
|
48
46
|
|
|
49
47
|
if alliances_to_fetch:
|
|
50
48
|
logger.debug(
|
|
51
|
-
f"{
|
|
49
|
+
f"{len(alliances_to_fetch)} EveAllianceInfo object(s) need to be created …"
|
|
52
50
|
)
|
|
53
51
|
|
|
54
|
-
for loop_count, alliance_id in enumerate(alliances_to_fetch):
|
|
52
|
+
for loop_count, alliance_id in enumerate(alliances_to_fetch, start=1):
|
|
55
53
|
alliance = EveAllianceInfo.objects.create_alliance(alliance_id=alliance_id)
|
|
56
|
-
|
|
57
54
|
logger.debug(
|
|
58
|
-
f"({loop_count
|
|
55
|
+
f"({loop_count}/{len(alliances_to_fetch)}) "
|
|
59
56
|
f"EveAllianceInfo object created for: {alliance.alliance_name}"
|
|
60
57
|
)
|
|
61
58
|
|
|
62
59
|
|
|
63
|
-
def _create_corporation(corporation_ids: Iterable[int]
|
|
60
|
+
def _create_corporation(corporation_ids: Iterable[int]) -> None:
|
|
64
61
|
"""
|
|
65
62
|
Bulk creation of EveCorporationInfo objects
|
|
66
63
|
|
|
@@ -71,7 +68,6 @@ def _create_corporation(corporation_ids: Iterable[int] = None) -> None:
|
|
|
71
68
|
"""
|
|
72
69
|
|
|
73
70
|
corporation_ids = set(corporation_ids)
|
|
74
|
-
|
|
75
71
|
existing_corporation_ids = set(
|
|
76
72
|
EveCorporationInfo.objects.filter(
|
|
77
73
|
corporation_id__in=corporation_ids
|
|
@@ -79,26 +75,25 @@ def _create_corporation(corporation_ids: Iterable[int] = None) -> None:
|
|
|
79
75
|
)
|
|
80
76
|
|
|
81
77
|
corporations_to_fetch = corporation_ids - existing_corporation_ids
|
|
82
|
-
count_corporations_to_fetch = len(corporations_to_fetch)
|
|
83
78
|
|
|
84
79
|
if corporations_to_fetch:
|
|
85
80
|
logger.debug(
|
|
86
|
-
f"{
|
|
81
|
+
f"{len(corporations_to_fetch)} EveCorporationInfo object(s) need to be created …"
|
|
87
82
|
)
|
|
88
83
|
|
|
89
|
-
for loop_count, corporation_id in enumerate(corporations_to_fetch):
|
|
84
|
+
for loop_count, corporation_id in enumerate(corporations_to_fetch, start=1):
|
|
90
85
|
corporation = EveCorporationInfo.objects.create_corporation(
|
|
91
86
|
corp_id=corporation_id
|
|
92
87
|
)
|
|
93
88
|
|
|
94
89
|
logger.debug(
|
|
95
|
-
f"({loop_count
|
|
90
|
+
f"({loop_count}/{len(corporations_to_fetch)}) "
|
|
96
91
|
f"EveCorporationInfo object created for: {corporation.corporation_name}"
|
|
97
92
|
)
|
|
98
93
|
|
|
99
94
|
|
|
100
95
|
def _create_character(
|
|
101
|
-
character_ids: Iterable[int]
|
|
96
|
+
character_ids: Iterable[int], with_affiliation: bool = True
|
|
102
97
|
) -> None:
|
|
103
98
|
"""
|
|
104
99
|
Bulk creation of EveCharacter objects
|
|
@@ -112,35 +107,30 @@ def _create_character(
|
|
|
112
107
|
"""
|
|
113
108
|
|
|
114
109
|
character_ids = set(character_ids)
|
|
110
|
+
tmp_affiliation_ids = {"alliance": set(), "corporation": set()}
|
|
115
111
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
logger.debug(
|
|
119
|
-
f"{count_characters_to_fetch} EveCharacter object(s) need to be created …"
|
|
120
|
-
)
|
|
121
|
-
|
|
122
|
-
tmp_character_ids = {"corporation": [], "alliance": []}
|
|
112
|
+
logger.info(f"{len(character_ids)} EveCharacter object(s) need to be created …")
|
|
123
113
|
|
|
124
|
-
for loop_count, character_id in enumerate(character_ids):
|
|
114
|
+
for loop_count, character_id in enumerate(character_ids, start=1):
|
|
125
115
|
# Create character
|
|
126
116
|
character = EveCharacter.objects.create_character(character_id=character_id)
|
|
127
117
|
|
|
128
118
|
logger.debug(
|
|
129
|
-
f"({loop_count
|
|
119
|
+
f"({loop_count}/{len(character_ids)}) "
|
|
130
120
|
f"EveCharacter object created for: {character.character_name}"
|
|
131
121
|
)
|
|
132
122
|
|
|
133
|
-
if character.alliance_id
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
123
|
+
affiliation_key = "alliance" if character.alliance_id else "corporation"
|
|
124
|
+
tmp_affiliation_ids[affiliation_key].add(
|
|
125
|
+
character.alliance_id or character.corporation_id
|
|
126
|
+
)
|
|
137
127
|
|
|
138
|
-
if with_affiliation
|
|
139
|
-
if
|
|
140
|
-
_create_alliance(
|
|
128
|
+
if with_affiliation:
|
|
129
|
+
if tmp_affiliation_ids["alliance"]:
|
|
130
|
+
_create_alliance(tmp_affiliation_ids["alliance"])
|
|
141
131
|
|
|
142
|
-
if
|
|
143
|
-
_create_corporation(
|
|
132
|
+
if tmp_affiliation_ids["corporation"]:
|
|
133
|
+
_create_corporation(tmp_affiliation_ids["corporation"])
|
|
144
134
|
|
|
145
135
|
|
|
146
136
|
def get_or_create_character(
|
|
@@ -157,7 +147,7 @@ def get_or_create_character(
|
|
|
157
147
|
:rtype:
|
|
158
148
|
"""
|
|
159
149
|
|
|
160
|
-
character_ids = set(character_ids)
|
|
150
|
+
character_ids = set(character_ids or [])
|
|
161
151
|
|
|
162
152
|
logger.debug(
|
|
163
153
|
msg=f"Getting information for {len(character_ids)} character(s) from AA …"
|
|
@@ -174,6 +164,4 @@ def get_or_create_character(
|
|
|
174
164
|
if character_ids_to_fetch:
|
|
175
165
|
_create_character(character_ids=character_ids_to_fetch, with_affiliation=True)
|
|
176
166
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
return characters
|
|
167
|
+
return EveCharacter.objects.filter(character_id__in=character_ids)
|
|
@@ -34,9 +34,9 @@ def calculate_integrity_hash(relative_file_path: str) -> str:
|
|
|
34
34
|
:rtype: str
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
|
-
file_path = os.path.join(APP_STATIC_DIR, relative_file_path)
|
|
38
37
|
integrity_hash = calculate_integrity(
|
|
39
|
-
path=Path(
|
|
38
|
+
path=Path(os.path.join(APP_STATIC_DIR, relative_file_path)),
|
|
39
|
+
algorithm=Algorithm.SHA512,
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
return integrity_hash
|
|
@@ -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-05-05 22:48+0200\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"
|
|
@@ -159,23 +159,23 @@ msgstr ""
|
|
|
159
159
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
160
|
msgstr ""
|
|
161
161
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:63
|
|
163
163
|
msgid "No data to parse …"
|
|
164
164
|
msgstr ""
|
|
165
165
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
166
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
167
167
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
168
|
msgstr ""
|
|
169
169
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
171
171
|
msgid "Character unknown to ESI."
|
|
172
172
|
msgstr ""
|
|
173
173
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
175
175
|
msgid "The chat list module is currently disabled."
|
|
176
176
|
msgstr ""
|
|
177
177
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
179
179
|
#, python-brace-format
|
|
180
180
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
181
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
@@ -184,11 +184,11 @@ msgstr[1] ""
|
|
|
184
184
|
msgstr[2] ""
|
|
185
185
|
msgstr[3] ""
|
|
186
186
|
|
|
187
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
187
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
188
188
|
msgid "The D-Scan module is currently disabled."
|
|
189
189
|
msgstr ""
|
|
190
190
|
|
|
191
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
191
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
192
192
|
msgid "The fleet composition module is currently disabled."
|
|
193
193
|
msgstr ""
|
|
194
194
|
|
|
@@ -201,13 +201,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
201
201
|
msgstr ""
|
|
202
202
|
|
|
203
203
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
204
|
-
|
|
205
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
206
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
207
|
-
msgid "Unaffiliated / No Alliance"
|
|
204
|
+
msgid "Unaffiliated"
|
|
208
205
|
msgstr ""
|
|
209
206
|
|
|
210
207
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
208
|
+
msgid "No Alliance"
|
|
209
|
+
msgstr ""
|
|
210
|
+
|
|
211
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
211
212
|
msgid "NPC Corp"
|
|
212
213
|
msgstr ""
|
|
213
214
|
|
|
@@ -277,26 +278,26 @@ msgstr ""
|
|
|
277
278
|
msgid "Copy permalink"
|
|
278
279
|
msgstr ""
|
|
279
280
|
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
281
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
281
282
|
msgid "Alliances breakdown"
|
|
282
283
|
msgstr ""
|
|
283
284
|
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
285
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
285
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
286
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
286
287
|
msgid "Alliance"
|
|
287
288
|
msgstr ""
|
|
288
289
|
|
|
289
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
290
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
290
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
291
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
291
292
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
292
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
293
294
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
294
295
|
msgid "Count"
|
|
295
296
|
msgstr ""
|
|
296
297
|
|
|
297
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
299
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
298
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
299
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
300
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
300
301
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
301
302
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
302
303
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -304,29 +305,29 @@ msgstr ""
|
|
|
304
305
|
msgid "Loading data …"
|
|
305
306
|
msgstr ""
|
|
306
307
|
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
309
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
309
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
310
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
310
311
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
311
312
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
312
313
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
313
314
|
msgid "No data …"
|
|
314
315
|
msgstr ""
|
|
315
316
|
|
|
316
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
317
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
317
318
|
msgid "Corporations breakdown"
|
|
318
319
|
msgstr ""
|
|
319
320
|
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
321
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
321
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
322
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
322
323
|
msgid "Corporation"
|
|
323
324
|
msgstr ""
|
|
324
325
|
|
|
325
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
326
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
326
327
|
msgid "Pilots breakdown"
|
|
327
328
|
msgstr ""
|
|
328
329
|
|
|
329
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
330
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
330
331
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
331
332
|
msgid "Pilot"
|
|
332
333
|
msgstr ""
|
|
@@ -389,7 +390,7 @@ msgid "No data."
|
|
|
389
390
|
msgstr ""
|
|
390
391
|
|
|
391
392
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
392
|
-
msgid "Scan taken at (
|
|
393
|
+
msgid "Scan taken at (EVE time)"
|
|
393
394
|
msgstr ""
|
|
394
395
|
|
|
395
396
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
Binary file
|
|
@@ -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.
|
|
4
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
|
|
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: 2025-
|
|
10
|
-
"PO-Revision-Date:
|
|
9
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
10
|
+
"PO-Revision-Date: 2025-05-02 17:24+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.
|
|
18
|
+
"X-Generator: Weblate 5.11.1\n"
|
|
19
19
|
|
|
20
20
|
#: aa_intel_tool/__init__.py:9
|
|
21
21
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
@@ -159,34 +159,34 @@ msgstr "Scandaten"
|
|
|
159
159
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
160
|
msgstr "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp oder fehlerhaft …"
|
|
161
161
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:63
|
|
163
163
|
msgid "No data to parse …"
|
|
164
164
|
msgstr "Keine Daten zum Parsen …"
|
|
165
165
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
166
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
167
167
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
168
|
msgstr "Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
|
|
169
169
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
171
171
|
msgid "Character unknown to ESI."
|
|
172
172
|
msgstr "Charakter ist in ESI nicht bekannt."
|
|
173
173
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
175
175
|
msgid "The chat list module is currently disabled."
|
|
176
176
|
msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
|
|
177
177
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
179
179
|
#, python-brace-format
|
|
180
180
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
181
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
182
182
|
msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
183
183
|
msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
184
184
|
|
|
185
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
185
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
186
186
|
msgid "The D-Scan module is currently disabled."
|
|
187
187
|
msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
188
188
|
|
|
189
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
189
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
190
190
|
msgid "The fleet composition module is currently disabled."
|
|
191
191
|
msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
|
|
192
192
|
|
|
@@ -199,13 +199,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
199
199
|
msgstr "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein Browser diese Funktion nicht."
|
|
200
200
|
|
|
201
201
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
205
|
-
msgid "Unaffiliated / No Alliance"
|
|
206
|
-
msgstr "Unabhängig / Keine Allianz"
|
|
202
|
+
msgid "Unaffiliated"
|
|
203
|
+
msgstr "Unabhängig"
|
|
207
204
|
|
|
208
205
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
206
|
+
msgid "No Alliance"
|
|
207
|
+
msgstr "Keine Allianz"
|
|
208
|
+
|
|
209
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
209
210
|
msgid "NPC Corp"
|
|
210
211
|
msgstr "NPC Corp"
|
|
211
212
|
|
|
@@ -271,26 +272,26 @@ msgstr "Neuer Scan"
|
|
|
271
272
|
msgid "Copy permalink"
|
|
272
273
|
msgstr "Permalink kopieren"
|
|
273
274
|
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
275
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
275
276
|
msgid "Alliances breakdown"
|
|
276
277
|
msgstr "Aufschlüsselung der Allianzen"
|
|
277
278
|
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
279
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
279
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
280
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
280
281
|
msgid "Alliance"
|
|
281
282
|
msgstr "Allianz"
|
|
282
283
|
|
|
283
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
284
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
285
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
285
286
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
286
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
287
288
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
288
289
|
msgid "Count"
|
|
289
290
|
msgstr "Anzahl"
|
|
290
291
|
|
|
291
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
292
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
293
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
292
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
293
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
294
295
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
295
296
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
296
297
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -298,29 +299,29 @@ msgstr "Anzahl"
|
|
|
298
299
|
msgid "Loading data …"
|
|
299
300
|
msgstr "Lade Daten …"
|
|
300
301
|
|
|
301
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
302
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
303
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
302
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
303
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
304
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
304
305
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
305
306
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
306
307
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
307
308
|
msgid "No data …"
|
|
308
309
|
msgstr "Keine Daten …"
|
|
309
310
|
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
311
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
311
312
|
msgid "Corporations breakdown"
|
|
312
313
|
msgstr "Aufschlüsselung der Corporationen"
|
|
313
314
|
|
|
314
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
315
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
315
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
316
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
316
317
|
msgid "Corporation"
|
|
317
318
|
msgstr "Corporation"
|
|
318
319
|
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
320
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
320
321
|
msgid "Pilots breakdown"
|
|
321
322
|
msgstr "Aufschlüsselung der Piloten"
|
|
322
323
|
|
|
323
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
324
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
324
325
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
325
326
|
msgid "Pilot"
|
|
326
327
|
msgstr "Pilot"
|
|
@@ -335,7 +336,7 @@ msgstr "Upwell Strukturen"
|
|
|
335
336
|
|
|
336
337
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
337
338
|
msgid "Deployables"
|
|
338
|
-
msgstr "
|
|
339
|
+
msgstr "Verankerbare Strukturen"
|
|
339
340
|
|
|
340
341
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
341
342
|
msgid "POS / POS modules"
|
|
@@ -383,8 +384,8 @@ msgid "No data."
|
|
|
383
384
|
msgstr "Keine Daten."
|
|
384
385
|
|
|
385
386
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
386
|
-
msgid "Scan taken at (
|
|
387
|
-
msgstr "Scan aufgenommen um (
|
|
387
|
+
msgid "Scan taken at (EVE time)"
|
|
388
|
+
msgstr "Scan aufgenommen um (EVE Zeit)"
|
|
388
389
|
|
|
389
390
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
390
391
|
msgid "Fleet details"
|