aa-intel-tool 2.5.1__py3-none-any.whl → 2.6.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 +1 -1
- aa_intel_tool/app_settings.py +1 -1
- aa_intel_tool/constants.py +12 -5
- aa_intel_tool/helper/static_files.py +41 -0
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +46 -76
- aa_intel_tool/locale/django.pot +26 -31
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +41 -65
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +47 -75
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +47 -69
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +47 -78
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +35 -54
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +40 -57
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +5 -0
- 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 +1 -0
- 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 +7 -7
- 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 +1 -0
- 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 +18 -18
- 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 +28 -2
- 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 +41 -8
- 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 +5 -5
- 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/javascript/aa-intel-tool.js +66 -2
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
- aa_intel_tool/templates/aa_intel_tool/base.html +67 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
- aa_intel_tool/templatetags/aa_intel_tool.py +66 -9
- aa_intel_tool/tests/test_app_settings.py +7 -1
- aa_intel_tool/tests/test_templatetags.py +57 -12
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/METADATA +5 -4
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/RECORD +69 -65
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/WHEEL +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
aa_intel_tool/app_settings.py
CHANGED
|
@@ -57,7 +57,7 @@ class AppSettings:
|
|
|
57
57
|
)
|
|
58
58
|
|
|
59
59
|
# Set the grid size for D-Scans.
|
|
60
|
-
# This defines the size of
|
|
60
|
+
# This defines the size of the grid in which ships and
|
|
61
61
|
# structure are considered to be "on grid"
|
|
62
62
|
INTELTOOL_DSCAN_GRID_SIZE = clean_setting(
|
|
63
63
|
name="INTELTOOL_DSCAN_GRID_SIZE", default_value=10000, required_type=int
|
aa_intel_tool/constants.py
CHANGED
|
@@ -3,12 +3,15 @@ App constants
|
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
# Standard Library
|
|
6
|
+
import os
|
|
6
7
|
import re
|
|
7
8
|
|
|
8
9
|
# Django
|
|
9
|
-
from django.utils.text import slugify
|
|
10
10
|
from django.utils.translation import gettext_lazy as _
|
|
11
11
|
|
|
12
|
+
# Alliance Auth
|
|
13
|
+
from esi import __version__ as esi_version
|
|
14
|
+
|
|
12
15
|
# AA Intel Tool
|
|
13
16
|
import aa_intel_tool.parser.module.chatlist
|
|
14
17
|
import aa_intel_tool.parser.module.dscan
|
|
@@ -76,7 +79,11 @@ SUPPORTED_INTEL_TYPES = {
|
|
|
76
79
|
|
|
77
80
|
|
|
78
81
|
# Building our user agent for ESI calls
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
APP_NAME = "aa-intel-tool"
|
|
83
|
+
GITHUB_URL = f"https://github.com/ppfeufer/{APP_NAME}"
|
|
84
|
+
USER_AGENT = f"{APP_NAME}/{__version__} ({GITHUB_URL}) via django-esi/{esi_version}"
|
|
85
|
+
|
|
86
|
+
AA_INTEL_TOOL_BASE_DIR = os.path.join(os.path.dirname(__file__))
|
|
87
|
+
AA_INTEL_TOOL_STATIC_DIR = os.path.join(
|
|
88
|
+
AA_INTEL_TOOL_BASE_DIR, "static", "aa_intel_tool"
|
|
89
|
+
)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Helper functions for static integrity calculations
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
# Standard Library
|
|
6
|
+
import os
|
|
7
|
+
from pathlib import Path
|
|
8
|
+
|
|
9
|
+
# Third Party
|
|
10
|
+
from sri import Algorithm, calculate_integrity
|
|
11
|
+
|
|
12
|
+
# Alliance Auth
|
|
13
|
+
from allianceauth.services.hooks import get_extension_logger
|
|
14
|
+
|
|
15
|
+
# Alliance Auth (External Libs)
|
|
16
|
+
from app_utils.logging import LoggerAddTag
|
|
17
|
+
|
|
18
|
+
# AA Intel Tool
|
|
19
|
+
from aa_intel_tool import __title__
|
|
20
|
+
from aa_intel_tool.constants import AA_INTEL_TOOL_STATIC_DIR
|
|
21
|
+
|
|
22
|
+
logger = LoggerAddTag(my_logger=get_extension_logger(__name__), prefix=__title__)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def calculate_integrity_hash(relative_file_path: str) -> str:
|
|
26
|
+
"""
|
|
27
|
+
Calculates the integrity hash for a given static file
|
|
28
|
+
:param self:
|
|
29
|
+
:type self:
|
|
30
|
+
:param relative_file_path: The file path relative to the `aa-intel-tool/aa_intel_tool/static/aa_intel_tool` folder
|
|
31
|
+
:type relative_file_path: str
|
|
32
|
+
:return: The integrity hash
|
|
33
|
+
:rtype: str
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
file_path = os.path.join(AA_INTEL_TOOL_STATIC_DIR, relative_file_path)
|
|
37
|
+
integrity_hash = calculate_integrity(
|
|
38
|
+
path=Path(file_path), algorithm=Algorithm.SHA512
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
return integrity_hash
|
|
@@ -4,19 +4,17 @@
|
|
|
4
4
|
# Dadas Aideron <dadas.aideron@gmail.com>, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date:
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2025-01-31 11:24+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
|
-
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
|
|
13
|
-
"alliance-auth-apps/aa-intel-tool/cs/>\n"
|
|
12
|
+
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
|
|
14
13
|
"Language: cs_CZ\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
|
-
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
|
|
19
|
-
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
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"
|
|
20
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
21
19
|
|
|
22
20
|
#: aa_intel_tool/__init__.py:9
|
|
@@ -47,16 +45,16 @@ msgstr ""
|
|
|
47
45
|
msgid "Intel Parser v{__version__}"
|
|
48
46
|
msgstr ""
|
|
49
47
|
|
|
50
|
-
#: aa_intel_tool/constants.py:
|
|
48
|
+
#: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
|
|
51
49
|
msgid "Chat list"
|
|
52
50
|
msgstr ""
|
|
53
51
|
|
|
54
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
|
|
55
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
56
54
|
msgid "D-Scan"
|
|
57
55
|
msgstr ""
|
|
58
56
|
|
|
59
|
-
#: aa_intel_tool/constants.py:
|
|
57
|
+
#: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
|
|
60
58
|
#: aa_intel_tool/models.py:123
|
|
61
59
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
62
60
|
msgid "Fleet composition"
|
|
@@ -158,8 +156,7 @@ msgid "Scan data"
|
|
|
158
156
|
msgstr ""
|
|
159
157
|
|
|
160
158
|
#: aa_intel_tool/parser/general.py:46
|
|
161
|
-
msgid ""
|
|
162
|
-
"No suitable parser found. Input is not a supported intel type or malformed …"
|
|
159
|
+
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
163
160
|
msgstr ""
|
|
164
161
|
|
|
165
162
|
#: aa_intel_tool/parser/general.py:80
|
|
@@ -180,12 +177,8 @@ msgstr ""
|
|
|
180
177
|
|
|
181
178
|
#: aa_intel_tool/parser/module/chatlist.py:299
|
|
182
179
|
#, python-brace-format
|
|
183
|
-
msgid ""
|
|
184
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots}
|
|
185
|
-
"per scan. Your list of pilots exceeds this limit."
|
|
186
|
-
msgid_plural ""
|
|
187
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
188
|
-
"per scan. Your list of pilots exceeds this limit."
|
|
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
|
+
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
189
182
|
msgstr[0] ""
|
|
190
183
|
msgstr[1] ""
|
|
191
184
|
msgstr[2] ""
|
|
@@ -199,97 +192,90 @@ msgstr ""
|
|
|
199
192
|
msgid "The fleet composition module is currently disabled."
|
|
200
193
|
msgstr ""
|
|
201
194
|
|
|
202
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
195
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:20
|
|
203
196
|
msgid "Permalink successfully copied"
|
|
204
197
|
msgstr ""
|
|
205
198
|
|
|
206
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
207
|
-
msgid ""
|
|
208
|
-
"Something went wrong. Nothing copied. Maybe your browser does not support "
|
|
209
|
-
"this function."
|
|
199
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:21
|
|
200
|
+
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
210
201
|
msgstr ""
|
|
211
202
|
|
|
212
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
203
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:22
|
|
213
204
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
214
205
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
215
206
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
216
207
|
msgid "Unaffiliated / No Alliance"
|
|
217
208
|
msgstr ""
|
|
218
209
|
|
|
219
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
210
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
220
211
|
msgid "NPC Corp"
|
|
221
212
|
msgstr ""
|
|
222
213
|
|
|
223
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
214
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
224
215
|
msgctxt "Decimal separator"
|
|
225
216
|
msgid "."
|
|
226
217
|
msgstr ""
|
|
227
218
|
|
|
228
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
219
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
229
220
|
msgctxt "Thousands separator"
|
|
230
221
|
msgid ","
|
|
231
222
|
msgstr ""
|
|
232
223
|
|
|
233
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
224
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
234
225
|
msgid "No data available in this table"
|
|
235
226
|
msgstr ""
|
|
236
227
|
|
|
237
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
228
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
238
229
|
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
239
230
|
msgid "Showing _END_ entries"
|
|
240
231
|
msgstr ""
|
|
241
232
|
|
|
242
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
233
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
243
234
|
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
244
235
|
msgid "(filtered from _MAX_ total entries)"
|
|
245
236
|
msgstr ""
|
|
246
237
|
|
|
247
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
238
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
248
239
|
msgid "No records available"
|
|
249
240
|
msgstr ""
|
|
250
241
|
|
|
251
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
252
|
-
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
253
|
-
msgid "Show _MENU_"
|
|
254
|
-
msgstr ""
|
|
255
|
-
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
242
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
257
243
|
msgid "Loading …"
|
|
258
244
|
msgstr ""
|
|
259
245
|
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
246
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
261
247
|
msgid "Processing …"
|
|
262
248
|
msgstr ""
|
|
263
249
|
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
250
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
265
251
|
msgid "Nothing found, sorry …"
|
|
266
252
|
msgstr ""
|
|
267
253
|
|
|
268
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
254
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
269
255
|
msgid "Search …"
|
|
270
256
|
msgstr ""
|
|
271
257
|
|
|
272
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
258
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
273
259
|
msgid "First"
|
|
274
260
|
msgstr ""
|
|
275
261
|
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
262
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
277
263
|
msgid "Last"
|
|
278
264
|
msgstr ""
|
|
279
265
|
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
266
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
281
267
|
msgid "Next"
|
|
282
268
|
msgstr ""
|
|
283
269
|
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
270
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
285
271
|
msgid "Previous"
|
|
286
272
|
msgstr ""
|
|
287
273
|
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
274
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
289
275
|
msgid ": activate to sort column ascending"
|
|
290
276
|
msgstr ""
|
|
291
277
|
|
|
292
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
278
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
293
279
|
msgid ": activate to sort column descending"
|
|
294
280
|
msgstr ""
|
|
295
281
|
|
|
@@ -303,12 +289,8 @@ msgstr[2] ""
|
|
|
303
289
|
msgstr[3] ""
|
|
304
290
|
|
|
305
291
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
306
|
-
msgid ""
|
|
307
|
-
"
|
|
308
|
-
"existing translation?"
|
|
309
|
-
msgstr ""
|
|
310
|
-
"Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit "
|
|
311
|
-
"současný překlad?"
|
|
292
|
+
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
293
|
+
msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit současný překlad?"
|
|
312
294
|
|
|
313
295
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
314
296
|
msgid "Join our team of translators!"
|
|
@@ -332,9 +314,7 @@ msgstr[2] ""
|
|
|
332
314
|
msgstr[3] ""
|
|
333
315
|
|
|
334
316
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
|
|
335
|
-
msgid ""
|
|
336
|
-
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
337
|
-
"patient, CCP's API is not the fastest to answer …"
|
|
317
|
+
msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
|
|
338
318
|
msgstr ""
|
|
339
319
|
|
|
340
320
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
|
|
@@ -350,8 +330,7 @@ msgid "Detecting the intel type"
|
|
|
350
330
|
msgstr ""
|
|
351
331
|
|
|
352
332
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
|
|
353
|
-
msgid ""
|
|
354
|
-
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
333
|
+
msgid "Fetching potentially missing information from ESI (this might take a moment)"
|
|
355
334
|
msgstr ""
|
|
356
335
|
|
|
357
336
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date:
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2025-01-31 11:24+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-12 02:38+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
|
13
|
-
"alliance-auth-apps/aa-intel-tool/de/>\n"
|
|
12
|
+
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/de/>\n"
|
|
14
13
|
"Language: de\n"
|
|
15
14
|
"MIME-Version: 1.0\n"
|
|
16
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -46,16 +45,16 @@ msgstr "Rohdaten"
|
|
|
46
45
|
msgid "Intel Parser v{__version__}"
|
|
47
46
|
msgstr "Intel Parser v{__version__}"
|
|
48
47
|
|
|
49
|
-
#: aa_intel_tool/constants.py:
|
|
48
|
+
#: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
|
|
50
49
|
msgid "Chat list"
|
|
51
50
|
msgstr "Chatliste"
|
|
52
51
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
|
|
54
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
55
54
|
msgid "D-Scan"
|
|
56
55
|
msgstr "D-Scan"
|
|
57
56
|
|
|
58
|
-
#: aa_intel_tool/constants.py:
|
|
57
|
+
#: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
|
|
59
58
|
#: aa_intel_tool/models.py:123
|
|
60
59
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
61
60
|
msgid "Fleet composition"
|
|
@@ -157,11 +156,8 @@ msgid "Scan data"
|
|
|
157
156
|
msgstr "Scandaten"
|
|
158
157
|
|
|
159
158
|
#: aa_intel_tool/parser/general.py:46
|
|
160
|
-
msgid ""
|
|
161
|
-
"
|
|
162
|
-
msgstr ""
|
|
163
|
-
"Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp "
|
|
164
|
-
"oder fehlerhaft …"
|
|
159
|
+
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
|
+
msgstr "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp oder fehlerhaft …"
|
|
165
161
|
|
|
166
162
|
#: aa_intel_tool/parser/general.py:80
|
|
167
163
|
msgid "No data to parse …"
|
|
@@ -169,8 +165,7 @@ msgstr "Keine Daten zum Parsen …"
|
|
|
169
165
|
|
|
170
166
|
#: aa_intel_tool/parser/module/chatlist.py:65
|
|
171
167
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
172
|
-
msgstr ""
|
|
173
|
-
"Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
|
|
168
|
+
msgstr "Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
|
|
174
169
|
|
|
175
170
|
#: aa_intel_tool/parser/module/chatlist.py:76
|
|
176
171
|
msgid "Character unknown to ESI."
|
|
@@ -182,18 +177,10 @@ msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
|
|
|
182
177
|
|
|
183
178
|
#: aa_intel_tool/parser/module/chatlist.py:299
|
|
184
179
|
#, python-brace-format
|
|
185
|
-
msgid ""
|
|
186
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots}
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
190
|
-
"per scan. Your list of pilots exceeds this limit."
|
|
191
|
-
msgstr[0] ""
|
|
192
|
-
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan "
|
|
193
|
-
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
194
|
-
msgstr[1] ""
|
|
195
|
-
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
|
|
196
|
-
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
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
|
+
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
|
+
msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
183
|
+
msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
197
184
|
|
|
198
185
|
#: aa_intel_tool/parser/module/dscan.py:350
|
|
199
186
|
msgid "The D-Scan module is currently disabled."
|
|
@@ -203,99 +190,90 @@ msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
|
203
190
|
msgid "The fleet composition module is currently disabled."
|
|
204
191
|
msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
|
|
205
192
|
|
|
206
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
193
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:20
|
|
207
194
|
msgid "Permalink successfully copied"
|
|
208
195
|
msgstr "Permalink erfolgreich kopiert"
|
|
209
196
|
|
|
210
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
211
|
-
msgid ""
|
|
212
|
-
"
|
|
213
|
-
"this function."
|
|
214
|
-
msgstr ""
|
|
215
|
-
"Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein "
|
|
216
|
-
"Browser diese Funktion nicht."
|
|
197
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:21
|
|
198
|
+
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
199
|
+
msgstr "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein Browser diese Funktion nicht."
|
|
217
200
|
|
|
218
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
201
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:22
|
|
219
202
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
220
203
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
221
204
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
222
205
|
msgid "Unaffiliated / No Alliance"
|
|
223
206
|
msgstr "Unabhängig / Keine Allianz"
|
|
224
207
|
|
|
225
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
208
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
226
209
|
msgid "NPC Corp"
|
|
227
210
|
msgstr "NPC Corp"
|
|
228
211
|
|
|
229
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
212
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
230
213
|
msgctxt "Decimal separator"
|
|
231
214
|
msgid "."
|
|
232
215
|
msgstr ","
|
|
233
216
|
|
|
234
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
217
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
235
218
|
msgctxt "Thousands separator"
|
|
236
219
|
msgid ","
|
|
237
220
|
msgstr "."
|
|
238
221
|
|
|
239
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
222
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
240
223
|
msgid "No data available in this table"
|
|
241
224
|
msgstr "In dieser Tabelle sind keine Daten verfügbar"
|
|
242
225
|
|
|
243
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
226
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
244
227
|
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
245
228
|
msgid "Showing _END_ entries"
|
|
246
229
|
msgstr "Zeige _END_ Einträge"
|
|
247
230
|
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
231
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
249
232
|
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
250
233
|
msgid "(filtered from _MAX_ total entries)"
|
|
251
234
|
msgstr "(gefiltert von _MAX_ Einträgen)"
|
|
252
235
|
|
|
253
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
236
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
254
237
|
msgid "No records available"
|
|
255
238
|
msgstr "Keine Datensätze vorhanden"
|
|
256
239
|
|
|
257
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
258
|
-
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
259
|
-
msgid "Show _MENU_"
|
|
260
|
-
msgstr "Zeige _MENU_"
|
|
261
|
-
|
|
262
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
240
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
263
241
|
msgid "Loading …"
|
|
264
242
|
msgstr "Lade …"
|
|
265
243
|
|
|
266
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
244
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
267
245
|
msgid "Processing …"
|
|
268
246
|
msgstr "Verarbeite …"
|
|
269
247
|
|
|
270
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
248
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
271
249
|
msgid "Nothing found, sorry …"
|
|
272
250
|
msgstr "Nichts gefunden, tut mir leid …"
|
|
273
251
|
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
252
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
275
253
|
msgid "Search …"
|
|
276
254
|
msgstr "Suche …"
|
|
277
255
|
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
256
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
279
257
|
msgid "First"
|
|
280
258
|
msgstr "Erster"
|
|
281
259
|
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
260
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
283
261
|
msgid "Last"
|
|
284
262
|
msgstr "Letzter"
|
|
285
263
|
|
|
286
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
264
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
287
265
|
msgid "Next"
|
|
288
266
|
msgstr "Nächster"
|
|
289
267
|
|
|
290
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
268
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
291
269
|
msgid "Previous"
|
|
292
270
|
msgstr "Vorheriger"
|
|
293
271
|
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
272
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
295
273
|
msgid ": activate to sort column ascending"
|
|
296
274
|
msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
|
|
297
275
|
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
299
277
|
msgid ": activate to sort column descending"
|
|
300
278
|
msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
|
301
279
|
|
|
@@ -307,12 +285,8 @@ msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
|
|
|
307
285
|
msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
|
|
308
286
|
|
|
309
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
310
|
-
msgid ""
|
|
311
|
-
"
|
|
312
|
-
"existing translation?"
|
|
313
|
-
msgstr ""
|
|
314
|
-
"Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die "
|
|
315
|
-
"bestehende Übersetzung verbessern?"
|
|
288
|
+
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
289
|
+
msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die bestehende Übersetzung verbessern?"
|
|
316
290
|
|
|
317
291
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
318
292
|
msgid "Join our team of translators!"
|
|
@@ -334,13 +308,8 @@ msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
|
|
|
334
308
|
msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
|
|
335
309
|
|
|
336
310
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
|
|
337
|
-
msgid ""
|
|
338
|
-
"
|
|
339
|
-
"patient, CCP's API is not the fastest to answer …"
|
|
340
|
-
msgstr ""
|
|
341
|
-
"Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in "
|
|
342
|
-
"Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
|
|
343
|
-
"…"
|
|
311
|
+
msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
|
|
312
|
+
msgstr "Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste …"
|
|
344
313
|
|
|
345
314
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
|
|
346
315
|
msgid "Submit"
|
|
@@ -355,11 +324,8 @@ msgid "Detecting the intel type"
|
|
|
355
324
|
msgstr "Erkennung des Inteltyps"
|
|
356
325
|
|
|
357
326
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
|
|
358
|
-
msgid ""
|
|
359
|
-
"
|
|
360
|
-
msgstr ""
|
|
361
|
-
"Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
|
|
362
|
-
"dauern)"
|
|
327
|
+
msgid "Fetching potentially missing information from ESI (this might take a moment)"
|
|
328
|
+
msgstr "Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment dauern)"
|
|
363
329
|
|
|
364
330
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
365
331
|
msgid "Parsing data"
|
|
@@ -523,3 +489,7 @@ msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
|
|
|
523
489
|
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
|
|
524
490
|
msgid "The scan you were looking for could not be found."
|
|
525
491
|
msgstr "Der gesuchte Scan konnte nicht gefunden werden."
|
|
492
|
+
|
|
493
|
+
#~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
494
|
+
#~ msgid "Show _MENU_"
|
|
495
|
+
#~ msgstr "Zeige _MENU_"
|