aa-intel-tool 2.9.0__py3-none-any.whl → 2.10.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 (40) hide show
  1. aa_intel_tool/__init__.py +3 -2
  2. aa_intel_tool/apps.py +5 -4
  3. aa_intel_tool/constants.py +9 -3
  4. aa_intel_tool/exceptions.py +1 -1
  5. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +27 -37
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  7. aa_intel_tool/locale/de/LC_MESSAGES/django.po +35 -41
  8. aa_intel_tool/locale/django.pot +28 -38
  9. aa_intel_tool/locale/es/LC_MESSAGES/django.po +31 -37
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +33 -37
  11. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +27 -37
  12. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +31 -37
  13. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +33 -37
  14. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +27 -37
  15. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +27 -37
  16. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +33 -37
  17. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +27 -37
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  19. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +37 -43
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -37
  21. aa_intel_tool/parser/module/chatlist.py +3 -3
  22. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +14 -0
  23. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  24. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  25. aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html +9 -0
  26. aa_intel_tool/templates/aa_intel_tool/partials/common/loading-spinner.html +3 -0
  27. aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -1
  28. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +2 -4
  29. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +2 -4
  30. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +2 -4
  31. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -4
  32. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +2 -4
  33. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -4
  34. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +2 -4
  35. aa_intel_tool/urls.py +1 -1
  36. aa_intel_tool/views/general.py +13 -5
  37. {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/METADATA +9 -7
  38. {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/RECORD +40 -38
  39. {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/WHEEL +0 -0
  40. {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/licenses/LICENSE +0 -0
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-08-14 09:32+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 12:19+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_intel_tool/__init__.py:9
21
+ #: aa_intel_tool/__init__.py:10
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
@@ -39,22 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #. Translators: This is the app name and version, which will appear in the Django Backend
43
- #: aa_intel_tool/apps.py:21
44
- #, python-brace-format
45
- msgid "Intel Parser v{__version__}"
46
- msgstr ""
47
-
48
- #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
49
43
  msgid "Chat list"
50
44
  msgstr ""
51
45
 
52
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
53
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
48
  msgid "D-Scan"
55
49
  msgstr ""
56
50
 
57
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
58
52
  #: aa_intel_tool/models.py:123
59
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
60
54
  msgid "Fleet composition"
@@ -221,6 +215,10 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
221
215
  msgstr[0] ""
222
216
  msgstr[1] ""
223
217
 
218
+ #: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
219
+ msgid "Loading data …"
220
+ msgstr ""
221
+
224
222
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
225
223
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
226
224
  msgstr ""
@@ -252,19 +250,19 @@ msgstr ""
252
250
  msgid "Submit"
253
251
  msgstr ""
254
252
 
255
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
253
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
256
254
  msgid "Working on it, please be patient …"
257
255
  msgstr ""
258
256
 
259
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
257
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
260
258
  msgid "Detecting the intel type"
261
259
  msgstr ""
262
260
 
263
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
261
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
264
262
  msgid "Fetching potentially missing information from ESI (this might take a moment)"
265
263
  msgstr ""
266
264
 
267
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
265
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
268
266
  msgid "Parsing data"
269
267
  msgstr ""
270
268
 
@@ -293,22 +291,12 @@ msgstr ""
293
291
  msgid "Count"
294
292
  msgstr ""
295
293
 
296
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
297
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
298
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
299
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
300
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
301
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
302
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
303
- msgid "Loading data …"
304
- msgstr ""
305
-
306
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
307
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
308
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
309
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
310
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
311
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
294
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
295
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
296
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
297
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
298
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
299
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
312
300
  msgid "No data …"
313
301
  msgstr ""
314
302
 
@@ -383,7 +371,7 @@ msgstr ""
383
371
  msgid "Ship type"
384
372
  msgstr ""
385
373
 
386
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
374
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
387
375
  msgid "No data."
388
376
  msgstr ""
389
377
 
@@ -415,14 +403,16 @@ msgstr ""
415
403
  msgid "Participation details"
416
404
  msgstr ""
417
405
 
418
- #: aa_intel_tool/views/general.py:53
419
- msgid "The provided data could not be parsed."
406
+ #: aa_intel_tool/views/general.py:56
407
+ #, python-brace-format
408
+ msgid "The provided data could not be parsed. ({exc})"
420
409
  msgstr ""
421
410
 
422
- #: aa_intel_tool/views/general.py:60
423
- msgid "(System Error) Something unexpected happened."
411
+ #: aa_intel_tool/views/general.py:68
412
+ #, python-brace-format
413
+ msgid "(System Error) Something unexpected happened. ({exc})"
424
414
  msgstr ""
425
415
 
426
- #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
416
+ #: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
427
417
  msgid "The scan you were looking for could not be found."
428
418
  msgstr ""
@@ -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-08-14 09:32+0200\n"
9
+ "POT-Creation-Date: 2025-11-04 12:19+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
18
  "X-Generator: Weblate 5.5.3\n"
19
19
 
20
- #: aa_intel_tool/__init__.py:9
20
+ #: aa_intel_tool/__init__.py:10
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
23
23
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
@@ -38,22 +38,16 @@ msgstr ""
38
38
  msgid "Raw data"
39
39
  msgstr ""
40
40
 
41
- #. Translators: This is the app name and version, which will appear in the Django Backend
42
- #: aa_intel_tool/apps.py:21
43
- #, python-brace-format
44
- msgid "Intel Parser v{__version__}"
45
- msgstr ""
46
-
47
- #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
41
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
48
42
  msgid "Chat list"
49
43
  msgstr ""
50
44
 
51
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
45
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
52
46
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
53
47
  msgid "D-Scan"
54
48
  msgstr ""
55
49
 
56
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
50
+ #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
57
51
  #: aa_intel_tool/models.py:123
58
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
59
53
  msgid "Fleet composition"
@@ -222,6 +216,10 @@ msgstr[0] ""
222
216
  msgstr[1] ""
223
217
  msgstr[2] ""
224
218
 
219
+ #: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
220
+ msgid "Loading data …"
221
+ msgstr ""
222
+
225
223
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
226
224
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
227
225
  msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne tłumaczenia?"
@@ -254,19 +252,19 @@ msgstr ""
254
252
  msgid "Submit"
255
253
  msgstr ""
256
254
 
257
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
255
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
258
256
  msgid "Working on it, please be patient …"
259
257
  msgstr ""
260
258
 
261
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
259
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
262
260
  msgid "Detecting the intel type"
263
261
  msgstr ""
264
262
 
265
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
263
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
266
264
  msgid "Fetching potentially missing information from ESI (this might take a moment)"
267
265
  msgstr ""
268
266
 
269
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
267
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
270
268
  msgid "Parsing data"
271
269
  msgstr ""
272
270
 
@@ -295,22 +293,12 @@ msgstr ""
295
293
  msgid "Count"
296
294
  msgstr ""
297
295
 
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
301
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
302
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
303
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
304
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
305
- msgid "Loading data …"
306
- msgstr ""
307
-
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
311
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
312
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
313
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
296
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
297
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
298
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
299
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
300
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
301
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
314
302
  msgid "No data …"
315
303
  msgstr ""
316
304
 
@@ -385,7 +373,7 @@ msgstr ""
385
373
  msgid "Ship type"
386
374
  msgstr "Typ statku"
387
375
 
388
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
376
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
389
377
  msgid "No data."
390
378
  msgstr ""
391
379
 
@@ -417,14 +405,16 @@ msgstr "System Solarny"
417
405
  msgid "Participation details"
418
406
  msgstr ""
419
407
 
420
- #: aa_intel_tool/views/general.py:53
421
- msgid "The provided data could not be parsed."
408
+ #: aa_intel_tool/views/general.py:56
409
+ #, python-brace-format
410
+ msgid "The provided data could not be parsed. ({exc})"
422
411
  msgstr ""
423
412
 
424
- #: aa_intel_tool/views/general.py:60
425
- msgid "(System Error) Something unexpected happened."
413
+ #: aa_intel_tool/views/general.py:68
414
+ #, python-brace-format
415
+ msgid "(System Error) Something unexpected happened. ({exc})"
426
416
  msgstr ""
427
417
 
428
- #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
418
+ #: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
429
419
  msgid "The scan you were looking for could not be found."
430
420
  msgstr ""
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
12
- "POT-Creation-Date: 2025-08-14 09:32+0200\n"
12
+ "POT-Creation-Date: 2025-11-04 12:19+0100\n"
13
13
  "PO-Revision-Date: 2025-03-25 13:24+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
@@ -20,7 +20,7 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
21
  "X-Generator: Weblate 5.10.4\n"
22
22
 
23
- #: aa_intel_tool/__init__.py:9
23
+ #: aa_intel_tool/__init__.py:10
24
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
@@ -41,22 +41,16 @@ msgstr "Открыть в новой вкладке"
41
41
  msgid "Raw data"
42
42
  msgstr "Исходные данные"
43
43
 
44
- #. Translators: This is the app name and version, which will appear in the Django Backend
45
- #: aa_intel_tool/apps.py:21
46
- #, python-brace-format
47
- msgid "Intel Parser v{__version__}"
48
- msgstr "Анализатор Скана v{__version__}"
49
-
50
- #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
44
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
51
45
  msgid "Chat list"
52
46
  msgstr "Список чата"
53
47
 
54
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
48
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
55
49
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
50
  msgid "D-Scan"
57
51
  msgstr "Подскан"
58
52
 
59
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
53
+ #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
60
54
  #: aa_intel_tool/models.py:123
61
55
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
56
  msgid "Fleet composition"
@@ -233,6 +227,10 @@ msgstr[1] "Сканы будут удалены после %(scan_retention_time
233
227
  msgstr[2] "Сканы будут удалены после %(scan_retention_time)s дней."
234
228
  msgstr[3] "Сканы будут удалены через один день."
235
229
 
230
+ #: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
231
+ msgid "Loading data …"
232
+ msgstr "Загрузка данных …"
233
+
236
234
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
237
235
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
238
236
  msgstr "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий перевод?"
@@ -266,19 +264,19 @@ msgstr "Помните, что обработка большого объема
266
264
  msgid "Submit"
267
265
  msgstr "Отправить"
268
266
 
269
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
267
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
270
268
  msgid "Working on it, please be patient …"
271
269
  msgstr "Работаем над этим, потерпите …"
272
270
 
273
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
271
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
274
272
  msgid "Detecting the intel type"
275
273
  msgstr "Определение типа информации"
276
274
 
277
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
275
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
278
276
  msgid "Fetching potentially missing information from ESI (this might take a moment)"
279
277
  msgstr "Загрузка отсутствующей информации из ESI (может занять время)"
280
278
 
281
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
279
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
282
280
  msgid "Parsing data"
283
281
  msgstr "Анализ данных"
284
282
 
@@ -307,22 +305,12 @@ msgstr "Альянс"
307
305
  msgid "Count"
308
306
  msgstr "Количество"
309
307
 
310
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
311
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
312
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
313
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
314
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
315
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
316
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
317
- msgid "Loading data …"
318
- msgstr "Загрузка данных …"
319
-
320
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
321
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
322
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
323
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
324
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
325
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
308
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
310
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
311
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
312
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
313
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
326
314
  msgid "No data …"
327
315
  msgstr "Нет данных …"
328
316
 
@@ -397,7 +385,7 @@ msgstr "Общая масса (в кг):"
397
385
  msgid "Ship type"
398
386
  msgstr "Тип корабля"
399
387
 
400
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
388
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
401
389
  msgid "No data."
402
390
  msgstr "Нет данных."
403
391
 
@@ -429,18 +417,26 @@ msgstr "Система"
429
417
  msgid "Participation details"
430
418
  msgstr "Подробности участия"
431
419
 
432
- #: aa_intel_tool/views/general.py:53
433
- msgid "The provided data could not be parsed."
420
+ #: aa_intel_tool/views/general.py:56
421
+ #, fuzzy, python-brace-format
422
+ #| msgid "The provided data could not be parsed."
423
+ msgid "The provided data could not be parsed. ({exc})"
434
424
  msgstr "Предоставленные данные не могут быть проанализированы."
435
425
 
436
- #: aa_intel_tool/views/general.py:60
437
- msgid "(System Error) Something unexpected happened."
426
+ #: aa_intel_tool/views/general.py:68
427
+ #, fuzzy, python-brace-format
428
+ #| msgid "(System Error) Something unexpected happened."
429
+ msgid "(System Error) Something unexpected happened. ({exc})"
438
430
  msgstr "(Системная ошибка) Случилось что-то непредвиденное."
439
431
 
440
- #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
432
+ #: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
441
433
  msgid "The scan you were looking for could not be found."
442
434
  msgstr "Скан, который вы ищите, не может быть найден."
443
435
 
436
+ #, python-brace-format
437
+ #~ msgid "Intel Parser v{__version__}"
438
+ #~ msgstr "Анализатор Скана v{__version__}"
439
+
444
440
  #~ msgctxt "Decimal separator"
445
441
  #~ msgid "."
446
442
  #~ msgstr ","
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-08-14 09:32+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 12:19+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_intel_tool/__init__.py:9
21
+ #: aa_intel_tool/__init__.py:10
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
@@ -39,22 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #. Translators: This is the app name and version, which will appear in the Django Backend
43
- #: aa_intel_tool/apps.py:21
44
- #, python-brace-format
45
- msgid "Intel Parser v{__version__}"
46
- msgstr ""
47
-
48
- #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
49
43
  msgid "Chat list"
50
44
  msgstr ""
51
45
 
52
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
53
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
48
  msgid "D-Scan"
55
49
  msgstr ""
56
50
 
57
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
58
52
  #: aa_intel_tool/models.py:123
59
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
60
54
  msgid "Fleet composition"
@@ -225,6 +219,10 @@ msgstr[1] ""
225
219
  msgstr[2] ""
226
220
  msgstr[3] ""
227
221
 
222
+ #: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
223
+ msgid "Loading data …"
224
+ msgstr ""
225
+
228
226
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
229
227
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
230
228
  msgstr ""
@@ -258,19 +256,19 @@ msgstr ""
258
256
  msgid "Submit"
259
257
  msgstr ""
260
258
 
261
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
259
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
262
260
  msgid "Working on it, please be patient …"
263
261
  msgstr ""
264
262
 
265
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
263
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
266
264
  msgid "Detecting the intel type"
267
265
  msgstr ""
268
266
 
269
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
267
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
270
268
  msgid "Fetching potentially missing information from ESI (this might take a moment)"
271
269
  msgstr ""
272
270
 
273
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
271
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
274
272
  msgid "Parsing data"
275
273
  msgstr ""
276
274
 
@@ -299,22 +297,12 @@ msgstr ""
299
297
  msgid "Count"
300
298
  msgstr ""
301
299
 
302
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
303
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
304
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
305
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
306
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
307
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
308
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
309
- msgid "Loading data …"
310
- msgstr ""
311
-
312
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
313
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
314
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
315
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
316
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
317
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
300
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
301
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
302
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
303
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
304
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
305
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
318
306
  msgid "No data …"
319
307
  msgstr ""
320
308
 
@@ -389,7 +377,7 @@ msgstr ""
389
377
  msgid "Ship type"
390
378
  msgstr ""
391
379
 
392
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
380
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
393
381
  msgid "No data."
394
382
  msgstr ""
395
383
 
@@ -421,14 +409,16 @@ msgstr ""
421
409
  msgid "Participation details"
422
410
  msgstr ""
423
411
 
424
- #: aa_intel_tool/views/general.py:53
425
- msgid "The provided data could not be parsed."
412
+ #: aa_intel_tool/views/general.py:56
413
+ #, python-brace-format
414
+ msgid "The provided data could not be parsed. ({exc})"
426
415
  msgstr ""
427
416
 
428
- #: aa_intel_tool/views/general.py:60
429
- msgid "(System Error) Something unexpected happened."
417
+ #: aa_intel_tool/views/general.py:68
418
+ #, python-brace-format
419
+ msgid "(System Error) Something unexpected happened. ({exc})"
430
420
  msgstr ""
431
421
 
432
- #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
422
+ #: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
433
423
  msgid "The scan you were looking for could not be found."
434
424
  msgstr ""