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.
- aa_intel_tool/__init__.py +3 -2
- aa_intel_tool/apps.py +5 -4
- aa_intel_tool/constants.py +9 -3
- aa_intel_tool/exceptions.py +1 -1
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +35 -41
- aa_intel_tool/locale/django.pot +28 -38
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +31 -37
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +33 -37
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +31 -37
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +33 -37
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +33 -37
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +37 -43
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -37
- aa_intel_tool/parser/module/chatlist.py +3 -3
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +14 -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/templates/aa_intel_tool/partials/common/loading-data.html +9 -0
- aa_intel_tool/templates/aa_intel_tool/partials/common/loading-spinner.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +2 -4
- aa_intel_tool/urls.py +1 -1
- aa_intel_tool/views/general.py +13 -5
- {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/METADATA +9 -7
- {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/RECORD +40 -38
- {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.9.0.dist-info → aa_intel_tool-2.10.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
13
|
-
"POT-Creation-Date: 2025-
|
|
13
|
+
"POT-Creation-Date: 2025-11-04 12:19+0100\n"
|
|
14
14
|
"PO-Revision-Date: 2025-08-03 04:24+0000\n"
|
|
15
15
|
"Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
|
|
16
16
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/fr/>\n"
|
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
22
22
|
"X-Generator: Weblate 5.12.2\n"
|
|
23
23
|
|
|
24
|
-
#: aa_intel_tool/__init__.py:
|
|
24
|
+
#: aa_intel_tool/__init__.py:10
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -42,22 +42,16 @@ msgstr "Ouvrir dans un nouvel onglet"
|
|
|
42
42
|
msgid "Raw data"
|
|
43
43
|
msgstr "Données brute"
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
#: aa_intel_tool/apps.py:21
|
|
47
|
-
#, python-brace-format
|
|
48
|
-
msgid "Intel Parser v{__version__}"
|
|
49
|
-
msgstr "Analyseur de Renseignements v{__version__}"
|
|
50
|
-
|
|
51
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
45
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
52
46
|
msgid "Chat list"
|
|
53
47
|
msgstr "Liste de conversation"
|
|
54
48
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
56
50
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
57
51
|
msgid "D-Scan"
|
|
58
52
|
msgstr "Scanner directionnel"
|
|
59
53
|
|
|
60
|
-
#: aa_intel_tool/constants.py:
|
|
54
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
61
55
|
#: aa_intel_tool/models.py:123
|
|
62
56
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
63
57
|
msgid "Fleet composition"
|
|
@@ -232,6 +226,10 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
|
232
226
|
msgstr[0] "Les scans seront supprimés après %(scan_retention_time)s jour."
|
|
233
227
|
msgstr[1] "Les scans seront supprimés après %(scan_retention_time)s jours."
|
|
234
228
|
|
|
229
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
|
|
230
|
+
msgid "Loading data …"
|
|
231
|
+
msgstr "Chargement des données …"
|
|
232
|
+
|
|
235
233
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
236
234
|
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
237
235
|
msgstr "Voulez-vous aider à traduire cette application dans votre langue ou améliorer la traduction existante ?"
|
|
@@ -263,19 +261,19 @@ msgstr "Gardez a l'esprit qu'analyser des grandes quantités de données peut pr
|
|
|
263
261
|
msgid "Submit"
|
|
264
262
|
msgstr "Soumettre"
|
|
265
263
|
|
|
266
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
264
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
267
265
|
msgid "Working on it, please be patient …"
|
|
268
266
|
msgstr "En cours de travail, soyez patient …"
|
|
269
267
|
|
|
270
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
268
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
|
|
271
269
|
msgid "Detecting the intel type"
|
|
272
270
|
msgstr "Détection du type de renseignement"
|
|
273
271
|
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
272
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
|
|
275
273
|
msgid "Fetching potentially missing information from ESI (this might take a moment)"
|
|
276
274
|
msgstr "Recherche d'informations potentiellement manquantes depuis l'ESI (Cela peut prendre un moment)"
|
|
277
275
|
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
|
|
279
277
|
msgid "Parsing data"
|
|
280
278
|
msgstr "Analyse de données"
|
|
281
279
|
|
|
@@ -304,22 +302,12 @@ msgstr "Alliance"
|
|
|
304
302
|
msgid "Count"
|
|
305
303
|
msgstr "Compte"
|
|
306
304
|
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
309
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
311
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
312
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/
|
|
313
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
|
|
314
|
-
msgid "Loading data …"
|
|
315
|
-
msgstr "Chargement des données …"
|
|
316
|
-
|
|
317
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
318
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
321
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
322
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
|
|
305
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
|
|
309
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
|
|
310
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
|
|
323
311
|
msgid "No data …"
|
|
324
312
|
msgstr "Aucune donnée …"
|
|
325
313
|
|
|
@@ -394,7 +382,7 @@ msgstr ""
|
|
|
394
382
|
msgid "Ship type"
|
|
395
383
|
msgstr "Type de vaisseaux"
|
|
396
384
|
|
|
397
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:
|
|
385
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
|
|
398
386
|
msgid "No data."
|
|
399
387
|
msgstr "Aucune donnée."
|
|
400
388
|
|
|
@@ -426,19 +414,27 @@ msgstr "Système"
|
|
|
426
414
|
msgid "Participation details"
|
|
427
415
|
msgstr "Détails de la participation"
|
|
428
416
|
|
|
429
|
-
#: aa_intel_tool/views/general.py:
|
|
430
|
-
|
|
417
|
+
#: aa_intel_tool/views/general.py:56
|
|
418
|
+
#, fuzzy, python-brace-format
|
|
419
|
+
#| msgid "The provided data could not be parsed."
|
|
420
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
431
421
|
msgstr "Les données fournies n'ont pas pu être analysées."
|
|
432
422
|
|
|
433
|
-
#: aa_intel_tool/views/general.py:
|
|
434
|
-
|
|
423
|
+
#: aa_intel_tool/views/general.py:68
|
|
424
|
+
#, fuzzy, python-brace-format
|
|
425
|
+
#| msgid "(System Error) Something unexpected happened."
|
|
426
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
435
427
|
msgstr "(System Error) un imprévu est arrivé."
|
|
436
428
|
|
|
437
|
-
#: aa_intel_tool/views/general.py:
|
|
429
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
438
430
|
#, fuzzy
|
|
439
431
|
msgid "The scan you were looking for could not be found."
|
|
440
432
|
msgstr "Les scans que vous cherchez n'ont pas été trouvés."
|
|
441
433
|
|
|
434
|
+
#, python-brace-format
|
|
435
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
436
|
+
#~ msgstr "Analyseur de Renseignements v{__version__}"
|
|
437
|
+
|
|
442
438
|
#~ msgctxt "Decimal separator"
|
|
443
439
|
#~ msgid "."
|
|
444
440
|
#~ 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-
|
|
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: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\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:
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
297
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
299
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
300
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
301
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/
|
|
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:
|
|
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:
|
|
419
|
-
|
|
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:
|
|
423
|
-
|
|
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:
|
|
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-
|
|
9
|
+
"POT-Creation-Date: 2025-11-04 12:19+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-05 10:10+0000\n"
|
|
11
11
|
"Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
|
|
12
12
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
|
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
|
-
#: aa_intel_tool/__init__.py:
|
|
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
|
-
|
|
42
|
-
#: aa_intel_tool/apps.py:21
|
|
43
|
-
#, python-brace-format
|
|
44
|
-
msgid "Intel Parser v{__version__}"
|
|
45
|
-
msgstr "インテル用の解析ツール v{__version__}"
|
|
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:
|
|
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:
|
|
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"
|
|
@@ -220,6 +214,10 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
|
220
214
|
msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
221
215
|
msgstr[0] ""
|
|
222
216
|
|
|
217
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
|
|
218
|
+
msgid "Loading data …"
|
|
219
|
+
msgstr ""
|
|
220
|
+
|
|
223
221
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
224
222
|
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
225
223
|
msgstr ""
|
|
@@ -250,19 +248,19 @@ msgstr ""
|
|
|
250
248
|
msgid "Submit"
|
|
251
249
|
msgstr ""
|
|
252
250
|
|
|
253
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
251
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
254
252
|
msgid "Working on it, please be patient …"
|
|
255
253
|
msgstr ""
|
|
256
254
|
|
|
257
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
255
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
|
|
258
256
|
msgid "Detecting the intel type"
|
|
259
257
|
msgstr ""
|
|
260
258
|
|
|
261
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
259
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:64
|
|
262
260
|
msgid "Fetching potentially missing information from ESI (this might take a moment)"
|
|
263
261
|
msgstr ""
|
|
264
262
|
|
|
265
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
263
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
|
|
266
264
|
msgid "Parsing data"
|
|
267
265
|
msgstr ""
|
|
268
266
|
|
|
@@ -291,22 +289,12 @@ msgstr ""
|
|
|
291
289
|
msgid "Count"
|
|
292
290
|
msgstr ""
|
|
293
291
|
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
295
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
296
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
297
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
299
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/
|
|
300
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
|
|
301
|
-
msgid "Loading data …"
|
|
302
|
-
msgstr ""
|
|
303
|
-
|
|
304
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
305
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
309
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
|
|
292
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
|
|
293
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
|
|
295
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
|
|
296
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
|
|
297
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
|
|
310
298
|
msgid "No data …"
|
|
311
299
|
msgstr ""
|
|
312
300
|
|
|
@@ -381,7 +369,7 @@ msgstr ""
|
|
|
381
369
|
msgid "Ship type"
|
|
382
370
|
msgstr ""
|
|
383
371
|
|
|
384
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:
|
|
372
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
|
|
385
373
|
msgid "No data."
|
|
386
374
|
msgstr ""
|
|
387
375
|
|
|
@@ -413,14 +401,20 @@ msgstr ""
|
|
|
413
401
|
msgid "Participation details"
|
|
414
402
|
msgstr ""
|
|
415
403
|
|
|
416
|
-
#: aa_intel_tool/views/general.py:
|
|
417
|
-
|
|
404
|
+
#: aa_intel_tool/views/general.py:56
|
|
405
|
+
#, python-brace-format
|
|
406
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
418
407
|
msgstr ""
|
|
419
408
|
|
|
420
|
-
#: aa_intel_tool/views/general.py:
|
|
421
|
-
|
|
409
|
+
#: aa_intel_tool/views/general.py:68
|
|
410
|
+
#, python-brace-format
|
|
411
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
422
412
|
msgstr ""
|
|
423
413
|
|
|
424
|
-
#: aa_intel_tool/views/general.py:
|
|
414
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
425
415
|
msgid "The scan you were looking for could not be found."
|
|
426
416
|
msgstr ""
|
|
417
|
+
|
|
418
|
+
#, python-brace-format
|
|
419
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
420
|
+
#~ msgstr "インテル用の解析ツール v{__version__}"
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
13
|
-
"POT-Creation-Date: 2025-
|
|
13
|
+
"POT-Creation-Date: 2025-11-04 12:19+0100\n"
|
|
14
14
|
"PO-Revision-Date: 2025-04-28 07:24+0000\n"
|
|
15
15
|
"Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
|
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
|
21
21
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
22
22
|
"X-Generator: Weblate 5.11.1\n"
|
|
23
23
|
|
|
24
|
-
#: aa_intel_tool/__init__.py:
|
|
24
|
+
#: aa_intel_tool/__init__.py:10
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -42,22 +42,16 @@ msgstr "새 탭에서 열기"
|
|
|
42
42
|
msgid "Raw data"
|
|
43
43
|
msgstr "원본 데이터"
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
#: aa_intel_tool/apps.py:21
|
|
47
|
-
#, python-brace-format
|
|
48
|
-
msgid "Intel Parser v{__version__}"
|
|
49
|
-
msgstr "인텔 파싱 v{__version__}"
|
|
50
|
-
|
|
51
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
45
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
52
46
|
msgid "Chat list"
|
|
53
47
|
msgstr "챗 리스트"
|
|
54
48
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
56
50
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
57
51
|
msgid "D-Scan"
|
|
58
52
|
msgstr "전방위 스캐너"
|
|
59
53
|
|
|
60
|
-
#: aa_intel_tool/constants.py:
|
|
54
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
61
55
|
#: aa_intel_tool/models.py:123
|
|
62
56
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
63
57
|
msgid "Fleet composition"
|
|
@@ -228,6 +222,10 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
|
228
222
|
msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
229
223
|
msgstr[0] "스캔은 %(scan_retention_time)s일 이후 삭제됩니다."
|
|
230
224
|
|
|
225
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html:8
|
|
226
|
+
msgid "Loading data …"
|
|
227
|
+
msgstr "데이터 로딩 중 …"
|
|
228
|
+
|
|
231
229
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
232
230
|
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
233
231
|
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:
|
|
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:
|
|
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:
|
|
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 "ESI에서 놓친 데이터 가져오기 (시간이 조금 걸릴 수도 있습니다)"
|
|
272
270
|
|
|
273
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
271
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:65
|
|
274
272
|
msgid "Parsing data"
|
|
275
273
|
msgstr "데이터 파싱"
|
|
276
274
|
|
|
@@ -303,22 +301,12 @@ msgstr "얼라이언스"
|
|
|
303
301
|
msgid "Count"
|
|
304
302
|
msgstr "갯수"
|
|
305
303
|
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
309
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
311
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/
|
|
312
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:30
|
|
313
|
-
msgid "Loading data …"
|
|
314
|
-
msgstr "데이터 로딩 중 …"
|
|
315
|
-
|
|
316
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
317
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
318
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
321
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:36
|
|
304
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
|
|
305
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:31
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:29
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:41
|
|
309
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:34
|
|
322
310
|
msgid "No data …"
|
|
323
311
|
msgstr "데이터 없음 …"
|
|
324
312
|
|
|
@@ -393,7 +381,7 @@ msgstr ""
|
|
|
393
381
|
msgid "Ship type"
|
|
394
382
|
msgstr "함선 종류"
|
|
395
383
|
|
|
396
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:
|
|
384
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
|
|
397
385
|
msgid "No data."
|
|
398
386
|
msgstr "데이터 없음."
|
|
399
387
|
|
|
@@ -427,18 +415,26 @@ msgstr "시스템"
|
|
|
427
415
|
msgid "Participation details"
|
|
428
416
|
msgstr "참가 세부 사항"
|
|
429
417
|
|
|
430
|
-
#: aa_intel_tool/views/general.py:
|
|
431
|
-
|
|
418
|
+
#: aa_intel_tool/views/general.py:56
|
|
419
|
+
#, fuzzy, python-brace-format
|
|
420
|
+
#| msgid "The provided data could not be parsed."
|
|
421
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
432
422
|
msgstr "제공된 데이터를 가져올 수 없습니다."
|
|
433
423
|
|
|
434
|
-
#: aa_intel_tool/views/general.py:
|
|
435
|
-
|
|
424
|
+
#: aa_intel_tool/views/general.py:68
|
|
425
|
+
#, fuzzy, python-brace-format
|
|
426
|
+
#| msgid "(System Error) Something unexpected happened."
|
|
427
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
436
428
|
msgstr "(성계 오류) 예측하지 못한 오류 발생."
|
|
437
429
|
|
|
438
|
-
#: aa_intel_tool/views/general.py:
|
|
430
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
439
431
|
msgid "The scan you were looking for could not be found."
|
|
440
432
|
msgstr "요구하는 스캔을 찾을 수 없습니다."
|
|
441
433
|
|
|
434
|
+
#, python-brace-format
|
|
435
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
436
|
+
#~ msgstr "인텔 파싱 v{__version__}"
|
|
437
|
+
|
|
442
438
|
#~ msgctxt "Decimal separator"
|
|
443
439
|
#~ msgid "."
|
|
444
440
|
#~ msgstr "."
|