aa-intel-tool 2.10.1__py3-none-any.whl → 2.11.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 +1 -1
- aa_intel_tool/auth_hooks.py +2 -2
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/django.pot +5 -5
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +35 -35
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +4 -4
- aa_intel_tool/parser/module/dscan.py +4 -5
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +23 -26
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +169 -282
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +251 -572
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +163 -237
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +18 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +610 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +123 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +8 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +516 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +73 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +3091 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +20 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +1203 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +59 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +30 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +11 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +14 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
- aa_intel_tool/tests/__init__.py +38 -0
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +4 -3
- aa_intel_tool/tests/test_app_settings.py +3 -2
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +2 -4
- aa_intel_tool/tests/test_helper_eve_character.py +5 -7
- aa_intel_tool/tests/test_models.py +3 -3
- aa_intel_tool/tests/test_parser_general.py +48 -34
- aa_intel_tool/tests/test_parser_helper_db.py +2 -4
- aa_intel_tool/tests/test_parser_module_chatlist.py +2 -2
- aa_intel_tool/tests/test_parser_module_dscan.py +828 -0
- aa_intel_tool/tests/test_parser_module_feetcomp.py +230 -0
- aa_intel_tool/tests/test_tasks.py +56 -0
- aa_intel_tool/tests/test_views_ajax.py +72 -0
- aa_intel_tool/tests/test_views_general.py +240 -0
- {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.1.dist-info}/METADATA +1 -1
- {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.1.dist-info}/RECORD +92 -59
- {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.1.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
aa_intel_tool/auth_hooks.py
CHANGED
|
@@ -7,7 +7,7 @@ from allianceauth import hooks
|
|
|
7
7
|
from allianceauth.services.hooks import MenuItemHook, UrlHook
|
|
8
8
|
|
|
9
9
|
# AA Intel Tool
|
|
10
|
-
from aa_intel_tool import
|
|
10
|
+
from aa_intel_tool import __title_translated__, urls
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-methods
|
|
@@ -19,7 +19,7 @@ class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-metho
|
|
|
19
19
|
# setup menu entry for sidebar
|
|
20
20
|
MenuItemHook.__init__(
|
|
21
21
|
self,
|
|
22
|
-
text=
|
|
22
|
+
text=__title_translated__,
|
|
23
23
|
classes="fa-solid fa-clipboard-list",
|
|
24
24
|
url_name="aa_intel_tool:intel_tool_index",
|
|
25
25
|
navactive=["aa_intel_tool:"],
|
|
@@ -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-11-
|
|
9
|
+
"POT-Creation-Date: 2025-11-10 01:52+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
12
|
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
|
|
@@ -181,7 +181,7 @@ msgstr[1] ""
|
|
|
181
181
|
msgstr[2] ""
|
|
182
182
|
msgstr[3] ""
|
|
183
183
|
|
|
184
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
184
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
185
185
|
msgid "The D-Scan module is currently disabled."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
@@ -284,7 +284,7 @@ msgid "Alliances breakdown"
|
|
|
284
284
|
msgstr ""
|
|
285
285
|
|
|
286
286
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
287
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
287
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
288
288
|
msgid "Alliance"
|
|
289
289
|
msgstr ""
|
|
290
290
|
|
|
@@ -310,7 +310,7 @@ msgid "Corporations breakdown"
|
|
|
310
310
|
msgstr ""
|
|
311
311
|
|
|
312
312
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
313
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
313
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
314
314
|
msgid "Corporation"
|
|
315
315
|
msgstr ""
|
|
316
316
|
|
|
@@ -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-11-
|
|
9
|
+
"POT-Creation-Date: 2025-11-10 01:52+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2025-10-21 08:59+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/de/>\n"
|
|
@@ -179,7 +179,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
179
179
|
msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
180
180
|
msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
181
181
|
|
|
182
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
183
183
|
msgid "The D-Scan module is currently disabled."
|
|
184
184
|
msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
185
185
|
|
|
@@ -278,7 +278,7 @@ msgid "Alliances breakdown"
|
|
|
278
278
|
msgstr "Aufschlüsselung der Allianzen"
|
|
279
279
|
|
|
280
280
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
281
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
282
282
|
msgid "Alliance"
|
|
283
283
|
msgstr "Allianz"
|
|
284
284
|
|
|
@@ -304,7 +304,7 @@ msgid "Corporations breakdown"
|
|
|
304
304
|
msgstr "Aufschlüsselung der Corporationen"
|
|
305
305
|
|
|
306
306
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
308
308
|
msgid "Corporation"
|
|
309
309
|
msgstr "Corporation"
|
|
310
310
|
|
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: AA Intel Tool 2.
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.11.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-11-
|
|
11
|
+
"POT-Creation-Date: 2025-11-10 01:52+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -185,7 +185,7 @@ msgid_plural ""
|
|
|
185
185
|
msgstr[0] ""
|
|
186
186
|
msgstr[1] ""
|
|
187
187
|
|
|
188
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
188
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
189
189
|
msgid "The D-Scan module is currently disabled."
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -291,7 +291,7 @@ msgid "Alliances breakdown"
|
|
|
291
291
|
msgstr ""
|
|
292
292
|
|
|
293
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
295
295
|
msgid "Alliance"
|
|
296
296
|
msgstr ""
|
|
297
297
|
|
|
@@ -317,7 +317,7 @@ msgid "Corporations breakdown"
|
|
|
317
317
|
msgstr ""
|
|
318
318
|
|
|
319
319
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
320
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
321
321
|
msgid "Corporation"
|
|
322
322
|
msgstr ""
|
|
323
323
|
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-11-
|
|
11
|
+
"POT-Creation-Date: 2025-11-10 01:52+0100\n"
|
|
12
12
|
"PO-Revision-Date: 2025-07-29 20:18+0000\n"
|
|
13
13
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
14
14
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
|
|
@@ -191,7 +191,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
191
191
|
msgstr[0] ""
|
|
192
192
|
msgstr[1] ""
|
|
193
193
|
|
|
194
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
194
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
195
195
|
msgid "The D-Scan module is currently disabled."
|
|
196
196
|
msgstr ""
|
|
197
197
|
|
|
@@ -292,7 +292,7 @@ msgid "Alliances breakdown"
|
|
|
292
292
|
msgstr ""
|
|
293
293
|
|
|
294
294
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
295
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
295
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
296
296
|
msgid "Alliance"
|
|
297
297
|
msgstr ""
|
|
298
298
|
|
|
@@ -318,7 +318,7 @@ msgid "Corporations breakdown"
|
|
|
318
318
|
msgstr ""
|
|
319
319
|
|
|
320
320
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
321
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
321
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
322
322
|
msgid "Corporation"
|
|
323
323
|
msgstr ""
|
|
324
324
|
|
|
@@ -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-11-
|
|
13
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -187,7 +187,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
187
187
|
msgstr[0] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilote par scan. Votre liste de pilote dépasse cette limite."
|
|
188
188
|
msgstr[1] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilotes par scan. Votre liste de pilote dépasse cette limite."
|
|
189
189
|
|
|
190
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
190
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
191
191
|
msgid "The D-Scan module is currently disabled."
|
|
192
192
|
msgstr "Le module de scanner directionnel est désactivé pour le moment."
|
|
193
193
|
|
|
@@ -290,7 +290,7 @@ msgid "Alliances breakdown"
|
|
|
290
290
|
msgstr ""
|
|
291
291
|
|
|
292
292
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
293
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
293
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
294
294
|
msgid "Alliance"
|
|
295
295
|
msgstr "Alliance"
|
|
296
296
|
|
|
@@ -316,7 +316,7 @@ msgid "Corporations breakdown"
|
|
|
316
316
|
msgstr ""
|
|
317
317
|
|
|
318
318
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
319
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
320
320
|
msgid "Corporation"
|
|
321
321
|
msgstr "Corporation"
|
|
322
322
|
|
|
@@ -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-11-
|
|
10
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -180,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
180
180
|
msgstr[0] ""
|
|
181
181
|
msgstr[1] ""
|
|
182
182
|
|
|
183
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
184
184
|
msgid "The D-Scan module is currently disabled."
|
|
185
185
|
msgstr ""
|
|
186
186
|
|
|
@@ -279,7 +279,7 @@ msgid "Alliances breakdown"
|
|
|
279
279
|
msgstr ""
|
|
280
280
|
|
|
281
281
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
283
283
|
msgid "Alliance"
|
|
284
284
|
msgstr ""
|
|
285
285
|
|
|
@@ -305,7 +305,7 @@ msgid "Corporations breakdown"
|
|
|
305
305
|
msgstr ""
|
|
306
306
|
|
|
307
307
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
309
309
|
msgid "Corporation"
|
|
310
310
|
msgstr ""
|
|
311
311
|
|
|
Binary file
|
|
@@ -2,20 +2,22 @@
|
|
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
# Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
|
|
5
|
+
# Dexsar <dexsar.paf@gmail.com>, 2025.
|
|
6
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2025.
|
|
5
7
|
msgid ""
|
|
6
8
|
msgstr ""
|
|
7
9
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2025-11-
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator:
|
|
11
|
+
"POT-Creation-Date: 2025-11-10 01:52+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2025-11-07 03:17+0000\n"
|
|
13
|
+
"Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
|
|
12
14
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
|
|
13
15
|
"Language: ja\n"
|
|
14
16
|
"MIME-Version: 1.0\n"
|
|
15
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
-
"X-Generator: Weblate 5.
|
|
20
|
+
"X-Generator: Weblate 5.14\n"
|
|
19
21
|
|
|
20
22
|
#: aa_intel_tool/__init__.py:10
|
|
21
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
@@ -54,10 +56,8 @@ msgid "Fleet composition"
|
|
|
54
56
|
msgstr "フリートの構成"
|
|
55
57
|
|
|
56
58
|
#: aa_intel_tool/exceptions.py:44
|
|
57
|
-
#, fuzzy
|
|
58
|
-
#| msgid "A parser error occurred » {message}"
|
|
59
59
|
msgid "Unknown parser error"
|
|
60
|
-
msgstr "
|
|
60
|
+
msgstr "不明なパーサーエラー"
|
|
61
61
|
|
|
62
62
|
#: aa_intel_tool/exceptions.py:46
|
|
63
63
|
#, python-brace-format
|
|
@@ -70,68 +70,68 @@ msgstr "ここに貼り付け"
|
|
|
70
70
|
|
|
71
71
|
#: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
|
|
72
72
|
msgid "Invalid scan data"
|
|
73
|
-
msgstr ""
|
|
73
|
+
msgstr "無効なスキャンデータ"
|
|
74
74
|
|
|
75
75
|
#: aa_intel_tool/models.py:31
|
|
76
76
|
msgid "Scan hash"
|
|
77
|
-
msgstr ""
|
|
77
|
+
msgstr "ハッシュをスキャンする"
|
|
78
78
|
|
|
79
79
|
#: aa_intel_tool/models.py:37
|
|
80
80
|
msgid "Creation date/time"
|
|
81
|
-
msgstr ""
|
|
81
|
+
msgstr "作成日時"
|
|
82
82
|
|
|
83
83
|
#: aa_intel_tool/models.py:40
|
|
84
84
|
msgid "Scan raw data"
|
|
85
|
-
msgstr ""
|
|
85
|
+
msgstr "生データをスキャンする"
|
|
86
86
|
|
|
87
87
|
#: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
|
|
88
88
|
msgid "Scan"
|
|
89
|
-
msgstr ""
|
|
89
|
+
msgstr "スキャン"
|
|
90
90
|
|
|
91
91
|
#: aa_intel_tool/models.py:56
|
|
92
92
|
msgid "Scans"
|
|
93
|
-
msgstr ""
|
|
93
|
+
msgstr "スキャン"
|
|
94
94
|
|
|
95
95
|
#: aa_intel_tool/models.py:111
|
|
96
96
|
msgid "Pilot list"
|
|
97
|
-
msgstr ""
|
|
97
|
+
msgstr "パイロットリスト"
|
|
98
98
|
|
|
99
99
|
#: aa_intel_tool/models.py:112
|
|
100
100
|
msgid "Corporation list"
|
|
101
|
-
msgstr ""
|
|
101
|
+
msgstr "会社リスト"
|
|
102
102
|
|
|
103
103
|
#: aa_intel_tool/models.py:113
|
|
104
104
|
msgid "Alliance list"
|
|
105
|
-
msgstr ""
|
|
105
|
+
msgstr "アライアンスリスト"
|
|
106
106
|
|
|
107
107
|
#: aa_intel_tool/models.py:114
|
|
108
108
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
|
|
109
109
|
msgid "Ship types"
|
|
110
|
-
msgstr ""
|
|
110
|
+
msgstr "シップタイプ"
|
|
111
111
|
|
|
112
112
|
#: aa_intel_tool/models.py:115
|
|
113
113
|
msgid "Ship list"
|
|
114
|
-
msgstr ""
|
|
114
|
+
msgstr "船のリスト"
|
|
115
115
|
|
|
116
116
|
#: aa_intel_tool/models.py:116
|
|
117
117
|
msgid "Ship list (on grid)"
|
|
118
|
-
msgstr ""
|
|
118
|
+
msgstr "シップリスト(グリッド内)"
|
|
119
119
|
|
|
120
120
|
#: aa_intel_tool/models.py:117
|
|
121
121
|
msgid "Ship list (off grid)"
|
|
122
|
-
msgstr ""
|
|
122
|
+
msgstr "シップリスト(グリッド外)"
|
|
123
123
|
|
|
124
124
|
#: aa_intel_tool/models.py:118
|
|
125
125
|
msgid "Structures (on grid)"
|
|
126
|
-
msgstr ""
|
|
126
|
+
msgstr "建造物(グリッド内)"
|
|
127
127
|
|
|
128
128
|
#: aa_intel_tool/models.py:119
|
|
129
129
|
msgid "Starbases (on grid)"
|
|
130
|
-
msgstr ""
|
|
130
|
+
msgstr "スターベース (グリッド内)"
|
|
131
131
|
|
|
132
132
|
#: aa_intel_tool/models.py:120
|
|
133
133
|
msgid "Deployables (on grid)"
|
|
134
|
-
msgstr ""
|
|
134
|
+
msgstr "配置可能ユニット(グリッド内)"
|
|
135
135
|
|
|
136
136
|
#: aa_intel_tool/models.py:121
|
|
137
137
|
msgid "Miscellaneous (on grid)"
|
|
@@ -180,7 +180,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
|
|
|
180
180
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
181
181
|
msgstr[0] ""
|
|
182
182
|
|
|
183
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
184
184
|
msgid "The D-Scan module is currently disabled."
|
|
185
185
|
msgstr ""
|
|
186
186
|
|
|
@@ -220,11 +220,11 @@ msgstr ""
|
|
|
220
220
|
|
|
221
221
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
222
222
|
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
223
|
-
msgstr ""
|
|
223
|
+
msgstr "このアプリをあなたの言語に翻訳するお手伝いをしたり、既存の翻訳を改善したりしませんか?"
|
|
224
224
|
|
|
225
225
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
226
226
|
msgid "Join our team of translators!"
|
|
227
|
-
msgstr ""
|
|
227
|
+
msgstr "翻訳者チームに参加しましょう!"
|
|
228
228
|
|
|
229
229
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
|
|
230
230
|
msgid "What can I paste?"
|
|
@@ -277,7 +277,7 @@ msgid "Alliances breakdown"
|
|
|
277
277
|
msgstr ""
|
|
278
278
|
|
|
279
279
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
280
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
281
281
|
msgid "Alliance"
|
|
282
282
|
msgstr ""
|
|
283
283
|
|
|
@@ -287,7 +287,7 @@ msgstr ""
|
|
|
287
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
288
288
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
289
289
|
msgid "Count"
|
|
290
|
-
msgstr ""
|
|
290
|
+
msgstr "数"
|
|
291
291
|
|
|
292
292
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
|
|
293
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
|
|
@@ -303,7 +303,7 @@ msgid "Corporations breakdown"
|
|
|
303
303
|
msgstr ""
|
|
304
304
|
|
|
305
305
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
307
307
|
msgid "Corporation"
|
|
308
308
|
msgstr ""
|
|
309
309
|
|
|
@@ -338,7 +338,7 @@ msgstr ""
|
|
|
338
338
|
|
|
339
339
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
340
340
|
msgid "Type"
|
|
341
|
-
msgstr ""
|
|
341
|
+
msgstr "タイプ"
|
|
342
342
|
|
|
343
343
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
344
344
|
msgid "Ships on scan"
|
|
@@ -359,7 +359,7 @@ msgstr ""
|
|
|
359
359
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
360
360
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
361
361
|
msgid "Ship class"
|
|
362
|
-
msgstr ""
|
|
362
|
+
msgstr "船のクラス"
|
|
363
363
|
|
|
364
364
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
|
|
365
365
|
msgid "Total mass (in kg):"
|
|
@@ -367,7 +367,7 @@ msgstr ""
|
|
|
367
367
|
|
|
368
368
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
|
|
369
369
|
msgid "Ship type"
|
|
370
|
-
msgstr ""
|
|
370
|
+
msgstr "シップタイプ"
|
|
371
371
|
|
|
372
372
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
|
|
373
373
|
msgid "No data."
|
|
@@ -379,7 +379,7 @@ msgstr ""
|
|
|
379
379
|
|
|
380
380
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
381
381
|
msgid "Fleet details"
|
|
382
|
-
msgstr ""
|
|
382
|
+
msgstr "フリートの詳細"
|
|
383
383
|
|
|
384
384
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
385
385
|
msgid "Pilots in fleet"
|
|
@@ -387,7 +387,7 @@ msgstr ""
|
|
|
387
387
|
|
|
388
388
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
389
389
|
msgid "Ship classes"
|
|
390
|
-
msgstr ""
|
|
390
|
+
msgstr "船のクラス"
|
|
391
391
|
|
|
392
392
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
393
393
|
msgid "Who is flying what"
|
|
@@ -395,7 +395,7 @@ msgstr ""
|
|
|
395
395
|
|
|
396
396
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
397
397
|
msgid "System"
|
|
398
|
-
msgstr ""
|
|
398
|
+
msgstr "システム(星系)"
|
|
399
399
|
|
|
400
400
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
401
401
|
msgid "Participation details"
|
|
@@ -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-11-
|
|
13
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -184,7 +184,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
|
|
|
184
184
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
185
185
|
msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력한 파일럿 수가 제한을 초과합니다."
|
|
186
186
|
|
|
187
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
187
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
188
188
|
msgid "The D-Scan module is currently disabled."
|
|
189
189
|
msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
|
|
190
190
|
|
|
@@ -289,7 +289,7 @@ msgid "Alliances breakdown"
|
|
|
289
289
|
msgstr "얼라이언스별 분리"
|
|
290
290
|
|
|
291
291
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
292
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
292
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
293
293
|
msgid "Alliance"
|
|
294
294
|
msgstr "얼라이언스"
|
|
295
295
|
|
|
@@ -315,7 +315,7 @@ msgid "Corporations breakdown"
|
|
|
315
315
|
msgstr "코퍼레이션별 분류"
|
|
316
316
|
|
|
317
317
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
318
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
318
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
319
319
|
msgid "Corporation"
|
|
320
320
|
msgstr "코퍼레이션"
|
|
321
321
|
|
|
@@ -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-11-
|
|
10
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -180,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
180
180
|
msgstr[0] ""
|
|
181
181
|
msgstr[1] ""
|
|
182
182
|
|
|
183
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
184
184
|
msgid "The D-Scan module is currently disabled."
|
|
185
185
|
msgstr ""
|
|
186
186
|
|
|
@@ -279,7 +279,7 @@ msgid "Alliances breakdown"
|
|
|
279
279
|
msgstr ""
|
|
280
280
|
|
|
281
281
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
283
283
|
msgid "Alliance"
|
|
284
284
|
msgstr ""
|
|
285
285
|
|
|
@@ -305,7 +305,7 @@ msgid "Corporations breakdown"
|
|
|
305
305
|
msgstr ""
|
|
306
306
|
|
|
307
307
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
309
309
|
msgid "Corporation"
|
|
310
310
|
msgstr ""
|
|
311
311
|
|
|
@@ -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-11-
|
|
9
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -180,7 +180,7 @@ msgstr[0] ""
|
|
|
180
180
|
msgstr[1] ""
|
|
181
181
|
msgstr[2] ""
|
|
182
182
|
|
|
183
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
184
184
|
msgid "The D-Scan module is currently disabled."
|
|
185
185
|
msgstr ""
|
|
186
186
|
|
|
@@ -281,7 +281,7 @@ msgid "Alliances breakdown"
|
|
|
281
281
|
msgstr ""
|
|
282
282
|
|
|
283
283
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
284
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
285
285
|
msgid "Alliance"
|
|
286
286
|
msgstr ""
|
|
287
287
|
|
|
@@ -307,7 +307,7 @@ msgid "Corporations breakdown"
|
|
|
307
307
|
msgstr ""
|
|
308
308
|
|
|
309
309
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
310
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
311
311
|
msgid "Corporation"
|
|
312
312
|
msgstr ""
|
|
313
313
|
|
|
@@ -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-11-
|
|
12
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -186,7 +186,7 @@ msgstr[1] "Анализатор чата в настоящее время огр
|
|
|
186
186
|
msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
|
|
187
187
|
msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
|
|
188
188
|
|
|
189
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
189
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
190
190
|
msgid "The D-Scan module is currently disabled."
|
|
191
191
|
msgstr "Анализатор подскана отключен."
|
|
192
192
|
|
|
@@ -293,7 +293,7 @@ msgid "Alliances breakdown"
|
|
|
293
293
|
msgstr "Разбивка по альянсам"
|
|
294
294
|
|
|
295
295
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
296
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
296
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
297
297
|
msgid "Alliance"
|
|
298
298
|
msgstr "Альянс"
|
|
299
299
|
|
|
@@ -319,7 +319,7 @@ msgid "Corporations breakdown"
|
|
|
319
319
|
msgstr "Разбивка по корпорациям"
|
|
320
320
|
|
|
321
321
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
322
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
322
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
323
323
|
msgid "Corporation"
|
|
324
324
|
msgstr "Корпорация"
|
|
325
325
|
|
|
@@ -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-11-
|
|
10
|
+
"POT-Creation-Date: 2025-11-10 01:52+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"
|
|
@@ -182,7 +182,7 @@ msgstr[1] ""
|
|
|
182
182
|
msgstr[2] ""
|
|
183
183
|
msgstr[3] ""
|
|
184
184
|
|
|
185
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
185
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
186
186
|
msgid "The D-Scan module is currently disabled."
|
|
187
187
|
msgstr ""
|
|
188
188
|
|
|
@@ -285,7 +285,7 @@ msgid "Alliances breakdown"
|
|
|
285
285
|
msgstr ""
|
|
286
286
|
|
|
287
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
288
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
289
289
|
msgid "Alliance"
|
|
290
290
|
msgstr ""
|
|
291
291
|
|
|
@@ -311,7 +311,7 @@ msgid "Corporations breakdown"
|
|
|
311
311
|
msgstr ""
|
|
312
312
|
|
|
313
313
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
314
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
314
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
315
315
|
msgid "Corporation"
|
|
316
316
|
msgstr ""
|
|
317
317
|
|