aa-intel-tool 2.5.2__py3-none-any.whl → 2.6.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 (65) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/app_settings.py +16 -1
  3. aa_intel_tool/constants.py +13 -5
  4. aa_intel_tool/helper/static_files.py +42 -0
  5. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +20 -109
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +82 -128
  7. aa_intel_tool/locale/django.pot +11 -84
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +23 -107
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +83 -127
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +18 -104
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +18 -104
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +78 -116
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +18 -104
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +20 -109
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +83 -130
  16. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +19 -106
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +72 -116
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -111
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  44. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  45. aa_intel_tool/templates/aa_intel_tool/base.html +32 -0
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  50. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
  51. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
  52. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  53. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  54. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  55. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  56. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  57. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  58. aa_intel_tool/templatetags/aa_intel_tool.py +71 -9
  59. aa_intel_tool/tests/test_app_settings.py +30 -2
  60. aa_intel_tool/tests/test_templatetags.py +78 -12
  61. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/METADATA +7 -6
  62. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/RECORD +64 -60
  63. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/WHEEL +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  65. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.5.2"
8
+ __version__ = "2.6.1"
9
9
  __title__ = _("Intel Parser")
@@ -4,6 +4,10 @@ App settings
4
4
 
5
5
  # Standard Library
6
6
  from enum import IntEnum
7
+ from re import RegexFlag
8
+
9
+ # Django
10
+ from django.conf import settings
7
11
 
8
12
  # Alliance Auth
9
13
  from allianceauth.services.hooks import get_extension_logger
@@ -57,7 +61,7 @@ class AppSettings:
57
61
  )
58
62
 
59
63
  # Set the grid size for D-Scans.
60
- # This defines the size of teh grid in which ships and
64
+ # This defines the size of the grid in which ships and
61
65
  # structure are considered to be "on grid"
62
66
  INTELTOOL_DSCAN_GRID_SIZE = clean_setting(
63
67
  name="INTELTOOL_DSCAN_GRID_SIZE", default_value=10000, required_type=int
@@ -81,3 +85,14 @@ class UpwellStructureId(IntEnum):
81
85
  """
82
86
 
83
87
  ANSIBLEX_JUMP_GATE = 35841
88
+
89
+
90
+ def debug_enabled() -> RegexFlag:
91
+ """
92
+ Check if DEBUG is enabled
93
+
94
+ :return:
95
+ :rtype:
96
+ """
97
+
98
+ return settings.DEBUG
@@ -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,12 @@ SUPPORTED_INTEL_TYPES = {
76
79
 
77
80
 
78
81
  # Building our user agent for ESI calls
79
- VERBOSE_NAME = "AA Intel Tool"
80
- verbose_name_slugified: str = slugify(VERBOSE_NAME, allow_unicode=True)
81
- github_url: str = "https://github.com/ppfeufer/aa-intel-tool"
82
- USER_AGENT = f"{verbose_name_slugified} v{__version__} {github_url}"
82
+ APP_NAME = "aa-intel-tool"
83
+ PACKAGE_NAME = "aa_intel_tool"
84
+ APP_VERBOSE_NAME = "AA Intel Tool"
85
+ APP_VERBOSE_NAME_USERAGENT = "AA-Intel-Tool"
86
+ GITHUB_URL = f"https://github.com/ppfeufer/{APP_NAME}"
87
+ USER_AGENT = f"{APP_VERBOSE_NAME_USERAGENT}/{__version__} (+{GITHUB_URL}) Django-ESI/{esi_version}"
88
+
89
+ APP_BASE_DIR = os.path.join(os.path.dirname(__file__))
90
+ APP_STATIC_DIR = os.path.join(APP_BASE_DIR, "static", PACKAGE_NAME)
@@ -0,0 +1,42 @@
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 APP_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
+
29
+ :param self:
30
+ :type self:
31
+ :param relative_file_path: The file path relative to the `{APP_NAME}/{PACKAGE_NAME}/static/{PACKAGE_NAME}` folder
32
+ :type relative_file_path: str
33
+ :return: The integrity hash
34
+ :rtype: str
35
+ """
36
+
37
+ file_path = os.path.join(APP_STATIC_DIR, relative_file_path)
38
+ integrity_hash = calculate_integrity(
39
+ path=Path(file_path), algorithm=Algorithm.SHA512
40
+ )
41
+
42
+ return integrity_hash
@@ -6,22 +6,20 @@ 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: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
- "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "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
23
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
21
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
25
23
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -47,16 +45,16 @@ msgstr ""
47
45
  msgid "Intel Parser v{__version__}"
48
46
  msgstr ""
49
47
 
50
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
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:64 aa_intel_tool/models.py:22
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:70 aa_intel_tool/models.py:23
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} pilot "
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,100 +192,25 @@ msgstr ""
199
192
  msgid "The fleet composition module is currently disabled."
200
193
  msgstr ""
201
194
 
202
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
195
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
203
196
  msgid "Permalink successfully copied"
204
197
  msgstr ""
205
198
 
206
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
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:24
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/bundles/aa-intel-tool-js-l10n.html:15
203
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
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/bundles/aa-intel-tool-js-l10n.html:16
210
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
220
211
  msgid "NPC Corp"
221
212
  msgstr ""
222
213
 
223
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
- msgctxt "Decimal separator"
225
- msgid "."
226
- msgstr ""
227
-
228
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
- msgctxt "Thousands separator"
230
- msgid ","
231
- msgstr ""
232
-
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
- msgid "No data available in this table"
235
- msgstr ""
236
-
237
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
239
- msgid "Showing _END_ entries"
240
- msgstr ""
241
-
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
244
- msgid "(filtered from _MAX_ total entries)"
245
- msgstr ""
246
-
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
248
- msgid "No records available"
249
- msgstr ""
250
-
251
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
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
257
- msgid "Loading …"
258
- msgstr ""
259
-
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
- msgid "Processing …"
262
- msgstr ""
263
-
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
265
- msgid "Nothing found, sorry …"
266
- msgstr ""
267
-
268
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
269
- msgid "Search …"
270
- msgstr ""
271
-
272
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
- msgid "First"
274
- msgstr ""
275
-
276
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
- msgid "Last"
278
- msgstr ""
279
-
280
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
- msgid "Next"
282
- msgstr ""
283
-
284
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
285
- msgid "Previous"
286
- msgstr ""
287
-
288
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
- msgid ": activate to sort column ascending"
290
- msgstr ""
291
-
292
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
293
- msgid ": activate to sort column descending"
294
- msgstr ""
295
-
296
214
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
297
215
  #, python-format
298
216
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -303,12 +221,8 @@ msgstr[2] ""
303
221
  msgstr[3] ""
304
222
 
305
223
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
306
- msgid ""
307
- "Do you want to help translate this app into your language or improve the "
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?"
224
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
225
+ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit současný překlad?"
312
226
 
313
227
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
314
228
  msgid "Join our team of translators!"
@@ -332,9 +246,7 @@ msgstr[2] ""
332
246
  msgstr[3] ""
333
247
 
334
248
  #: 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 …"
249
+ 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
250
  msgstr ""
339
251
 
340
252
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -350,8 +262,7 @@ msgid "Detecting the intel type"
350
262
  msgstr ""
351
263
 
352
264
  #: 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)"
265
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
355
266
  msgstr ""
356
267
 
357
268
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -6,11 +6,10 @@ 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: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
10
10
  "PO-Revision-Date: 2024-08-12 02:38+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "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"
@@ -19,8 +18,8 @@ msgstr ""
19
18
  "X-Generator: Weblate 5.6.2\n"
20
19
 
21
20
  #: aa_intel_tool/__init__.py:9
22
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
21
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
23
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -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:58 aa_intel_tool/models.py:24
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:64 aa_intel_tool/models.py:22
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:70 aa_intel_tool/models.py:23
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
- "No suitable parser found. Input is not a supported intel type or malformed …"
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} pilot "
187
- "per scan. Your list of pilots exceeds this limit."
188
- msgid_plural ""
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,102 +190,25 @@ 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/bundles/aa-intel-tool-js-l10n.html:9
193
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
207
194
  msgid "Permalink successfully copied"
208
195
  msgstr "Permalink erfolgreich kopiert"
209
196
 
210
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
211
- msgid ""
212
- "Something went wrong. Nothing copied. Maybe your browser does not support "
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:24
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/bundles/aa-intel-tool-js-l10n.html:15
201
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
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/bundles/aa-intel-tool-js-l10n.html:16
208
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
226
209
  msgid "NPC Corp"
227
210
  msgstr "NPC Corp"
228
211
 
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
230
- msgctxt "Decimal separator"
231
- msgid "."
232
- msgstr ","
233
-
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
235
- msgctxt "Thousands separator"
236
- msgid ","
237
- msgstr "."
238
-
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
240
- msgid "No data available in this table"
241
- msgstr "In dieser Tabelle sind keine Daten verfügbar"
242
-
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
244
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
245
- msgid "Showing _END_ entries"
246
- msgstr "Zeige _END_ Einträge"
247
-
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
249
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
250
- msgid "(filtered from _MAX_ total entries)"
251
- msgstr "(gefiltert von _MAX_ Einträgen)"
252
-
253
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
254
- msgid "No records available"
255
- msgstr "Keine Datensätze vorhanden"
256
-
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
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
263
- msgid "Loading …"
264
- msgstr "Lade …"
265
-
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
267
- msgid "Processing …"
268
- msgstr "Verarbeite …"
269
-
270
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
271
- msgid "Nothing found, sorry …"
272
- msgstr "Nichts gefunden, tut mir leid …"
273
-
274
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
275
- msgid "Search …"
276
- msgstr "Suche …"
277
-
278
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
279
- msgid "First"
280
- msgstr "Erster"
281
-
282
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
283
- msgid "Last"
284
- msgstr "Letzter"
285
-
286
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
287
- msgid "Next"
288
- msgstr "Nächster"
289
-
290
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
291
- msgid "Previous"
292
- msgstr "Vorheriger"
293
-
294
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
295
- msgid ": activate to sort column ascending"
296
- msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
297
-
298
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
299
- msgid ": activate to sort column descending"
300
- msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
301
-
302
212
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
303
213
  #, python-format
304
214
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -307,12 +217,8 @@ msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
307
217
  msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
308
218
 
309
219
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
310
- msgid ""
311
- "Do you want to help translate this app into your language or improve the "
312
- "existing translation?"
313
- msgstr ""
314
- "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die "
315
- "bestehende Übersetzung verbessern?"
220
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
221
+ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die bestehende Übersetzung verbessern?"
316
222
 
317
223
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
318
224
  msgid "Join our team of translators!"
@@ -334,13 +240,8 @@ msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
334
240
  msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
335
241
 
336
242
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
337
- msgid ""
338
- "Please keep in mind, parsing large amounts of data can take some time. Be "
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
- "…"
243
+ 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 …"
244
+ 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
245
 
345
246
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
346
247
  msgid "Submit"
@@ -355,11 +256,8 @@ msgid "Detecting the intel type"
355
256
  msgstr "Erkennung des Inteltyps"
356
257
 
357
258
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
358
- msgid ""
359
- "Fetching potentially missing information from ESI (this might take a moment)"
360
- msgstr ""
361
- "Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
362
- "dauern)"
259
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
260
+ msgstr "Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment dauern)"
363
261
 
364
262
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
365
263
  msgid "Parsing data"
@@ -523,3 +421,59 @@ msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
523
421
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
524
422
  msgid "The scan you were looking for could not be found."
525
423
  msgstr "Der gesuchte Scan konnte nicht gefunden werden."
424
+
425
+ #~ msgctxt "Decimal separator"
426
+ #~ msgid "."
427
+ #~ msgstr ","
428
+
429
+ #~ msgctxt "Thousands separator"
430
+ #~ msgid ","
431
+ #~ msgstr "."
432
+
433
+ #~ msgid "No data available in this table"
434
+ #~ msgstr "In dieser Tabelle sind keine Daten verfügbar"
435
+
436
+ #~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
437
+ #~ msgid "Showing _END_ entries"
438
+ #~ msgstr "Zeige _END_ Einträge"
439
+
440
+ #~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
441
+ #~ msgid "(filtered from _MAX_ total entries)"
442
+ #~ msgstr "(gefiltert von _MAX_ Einträgen)"
443
+
444
+ #~ msgid "No records available"
445
+ #~ msgstr "Keine Datensätze vorhanden"
446
+
447
+ #~ msgid "Loading …"
448
+ #~ msgstr "Lade …"
449
+
450
+ #~ msgid "Processing …"
451
+ #~ msgstr "Verarbeite …"
452
+
453
+ #~ msgid "Nothing found, sorry …"
454
+ #~ msgstr "Nichts gefunden, tut mir leid …"
455
+
456
+ #~ msgid "Search …"
457
+ #~ msgstr "Suche …"
458
+
459
+ #~ msgid "First"
460
+ #~ msgstr "Erster"
461
+
462
+ #~ msgid "Last"
463
+ #~ msgstr "Letzter"
464
+
465
+ #~ msgid "Next"
466
+ #~ msgstr "Nächster"
467
+
468
+ #~ msgid "Previous"
469
+ #~ msgstr "Vorheriger"
470
+
471
+ #~ msgid ": activate to sort column ascending"
472
+ #~ msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
473
+
474
+ #~ msgid ": activate to sort column descending"
475
+ #~ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
476
+
477
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
478
+ #~ msgid "Show _MENU_"
479
+ #~ msgstr "Zeige _MENU_"