aa-intel-tool 2.6.1__py3-none-any.whl → 2.6.3__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/helper/eve_character.py +24 -36
- aa_intel_tool/helper/static_files.py +2 -2
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +36 -35
- aa_intel_tool/locale/django.pot +31 -30
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +39 -33
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +129 -123
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/parser/general.py +11 -16
- aa_intel_tool/parser/helper/db.py +8 -11
- aa_intel_tool/parser/module/chatlist.py +97 -126
- aa_intel_tool/parser/module/dscan.py +115 -147
- aa_intel_tool/parser/module/fleetcomp.py +85 -102
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +6 -19
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +104 -64
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +59 -59
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +43 -43
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +146 -105
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +51 -51
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +69 -59
- 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 +54 -32
- 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/templates/aa_intel_tool/base.html +4 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
- aa_intel_tool/tests/test-data/dscan.txt +250 -0
- aa_intel_tool/tests/test_admin.py +50 -38
- aa_intel_tool/tests/test_helper_eve_character.py +405 -0
- aa_intel_tool/tests/test_models.py +188 -4
- aa_intel_tool/tests/test_parser_general.py +771 -0
- aa_intel_tool/tests/test_parser_module_chatlist.py +154 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/METADATA +4 -4
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/RECORD +66 -64
- aa_intel_tool/tests/test_parser.py +0 -135
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,23 +2,23 @@
|
|
|
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
|
# Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
|
|
5
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
5
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
|
|
6
6
|
# Max <mark25@inbox.ru>, 2023, 2024.
|
|
7
7
|
# Roycce_ <malyasov.roma@mail.ru>, 2024.
|
|
8
8
|
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-
|
|
13
|
-
"PO-Revision-Date:
|
|
14
|
-
"Last-Translator:
|
|
12
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
13
|
+
"PO-Revision-Date: 2025-03-25 13:24+0000\n"
|
|
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"
|
|
16
16
|
"Language: ru\n"
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
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
|
-
"X-Generator: Weblate 5.
|
|
21
|
+
"X-Generator: Weblate 5.10.4\n"
|
|
22
22
|
|
|
23
23
|
#: aa_intel_tool/__init__.py:9
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
@@ -162,23 +162,23 @@ msgstr "Данные скана"
|
|
|
162
162
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
163
163
|
msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
|
|
164
164
|
|
|
165
|
-
#: aa_intel_tool/parser/general.py:
|
|
165
|
+
#: aa_intel_tool/parser/general.py:63
|
|
166
166
|
msgid "No data to parse …"
|
|
167
167
|
msgstr "Нет данных для анализа …"
|
|
168
168
|
|
|
169
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
169
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
170
170
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
171
171
|
msgstr "Что-то пошло не так при загрузке информации о персонаже через ESI."
|
|
172
172
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
173
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
174
174
|
msgid "Character unknown to ESI."
|
|
175
175
|
msgstr "Персонаж не известен для ESI."
|
|
176
176
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
177
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
178
178
|
msgid "The chat list module is currently disabled."
|
|
179
179
|
msgstr "Анализатор списка чата отключен."
|
|
180
180
|
|
|
181
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
181
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
182
182
|
#, python-brace-format
|
|
183
183
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
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."
|
|
@@ -187,11 +187,11 @@ msgstr[1] "Анализатор чата в настоящее время огр
|
|
|
187
187
|
msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
|
|
188
188
|
msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
|
|
189
189
|
|
|
190
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
190
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
191
191
|
msgid "The D-Scan module is currently disabled."
|
|
192
192
|
msgstr "Анализатор подскана отключен."
|
|
193
193
|
|
|
194
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
194
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
195
195
|
msgid "The fleet composition module is currently disabled."
|
|
196
196
|
msgstr "Анализатор состава флота отключен."
|
|
197
197
|
|
|
@@ -204,13 +204,18 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
204
204
|
msgstr "Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не поддерживает данную функцию."
|
|
205
205
|
|
|
206
206
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
msgid "Unaffiliated / No Alliance"
|
|
207
|
+
#, fuzzy
|
|
208
|
+
#| msgid "Unaffiliated / No Alliance"
|
|
209
|
+
msgid "Unaffiliated"
|
|
211
210
|
msgstr "Неаффилированный / Нет альянса"
|
|
212
211
|
|
|
213
212
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
213
|
+
#, fuzzy
|
|
214
|
+
#| msgid "Alliance"
|
|
215
|
+
msgid "No Alliance"
|
|
216
|
+
msgstr "Альянс"
|
|
217
|
+
|
|
218
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
214
219
|
msgid "NPC Corp"
|
|
215
220
|
msgstr "NPC корпорация"
|
|
216
221
|
|
|
@@ -280,26 +285,26 @@ msgstr "Новый скан"
|
|
|
280
285
|
msgid "Copy permalink"
|
|
281
286
|
msgstr "Копировать постоянную ссылку"
|
|
282
287
|
|
|
283
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
288
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
284
289
|
msgid "Alliances breakdown"
|
|
285
290
|
msgstr "Разбивка по альянсам"
|
|
286
291
|
|
|
287
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
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:18
|
|
289
294
|
msgid "Alliance"
|
|
290
295
|
msgstr "Альянс"
|
|
291
296
|
|
|
292
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
293
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
297
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
298
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
294
299
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
295
300
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
296
301
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
297
302
|
msgid "Count"
|
|
298
303
|
msgstr "Количество"
|
|
299
304
|
|
|
300
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
301
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
302
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
305
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
303
308
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
304
309
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
305
310
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -307,29 +312,29 @@ msgstr "Количество"
|
|
|
307
312
|
msgid "Loading data …"
|
|
308
313
|
msgstr "Загрузка данных …"
|
|
309
314
|
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
311
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
312
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
315
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
316
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
317
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
313
318
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
314
319
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
315
320
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
316
321
|
msgid "No data …"
|
|
317
322
|
msgstr "Нет данных …"
|
|
318
323
|
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
324
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
320
325
|
msgid "Corporations breakdown"
|
|
321
326
|
msgstr "Разбивка по корпорациям"
|
|
322
327
|
|
|
323
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
324
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
328
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
329
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
325
330
|
msgid "Corporation"
|
|
326
331
|
msgstr "Корпорация"
|
|
327
332
|
|
|
328
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
333
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
329
334
|
msgid "Pilots breakdown"
|
|
330
335
|
msgstr "Разбивка по пилотам"
|
|
331
336
|
|
|
332
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
337
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
333
338
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
334
339
|
msgid "Pilot"
|
|
335
340
|
msgstr "Пилот"
|
|
@@ -392,7 +397,7 @@ msgid "No data."
|
|
|
392
397
|
msgstr "Нет данных."
|
|
393
398
|
|
|
394
399
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
395
|
-
msgid "Scan taken at (
|
|
400
|
+
msgid "Scan taken at (EVE time)"
|
|
396
401
|
msgstr "Скан выполнен (время EVE)"
|
|
397
402
|
|
|
398
403
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
@@ -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-05-05 22:48+0200\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"
|
|
@@ -160,23 +160,23 @@ msgstr ""
|
|
|
160
160
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
161
161
|
msgstr ""
|
|
162
162
|
|
|
163
|
-
#: aa_intel_tool/parser/general.py:
|
|
163
|
+
#: aa_intel_tool/parser/general.py:63
|
|
164
164
|
msgid "No data to parse …"
|
|
165
165
|
msgstr ""
|
|
166
166
|
|
|
167
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
167
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
168
168
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
169
169
|
msgstr ""
|
|
170
170
|
|
|
171
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
171
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
172
172
|
msgid "Character unknown to ESI."
|
|
173
173
|
msgstr ""
|
|
174
174
|
|
|
175
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
175
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
176
176
|
msgid "The chat list module is currently disabled."
|
|
177
177
|
msgstr ""
|
|
178
178
|
|
|
179
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
179
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
180
180
|
#, python-brace-format
|
|
181
181
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
182
182
|
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,11 +185,11 @@ msgstr[1] ""
|
|
|
185
185
|
msgstr[2] ""
|
|
186
186
|
msgstr[3] ""
|
|
187
187
|
|
|
188
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
188
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
189
189
|
msgid "The D-Scan module is currently disabled."
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
192
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
192
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
193
193
|
msgid "The fleet composition module is currently disabled."
|
|
194
194
|
msgstr ""
|
|
195
195
|
|
|
@@ -202,13 +202,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
202
202
|
msgstr ""
|
|
203
203
|
|
|
204
204
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
205
|
-
|
|
206
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
207
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
208
|
-
msgid "Unaffiliated / No Alliance"
|
|
205
|
+
msgid "Unaffiliated"
|
|
209
206
|
msgstr ""
|
|
210
207
|
|
|
211
208
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
209
|
+
msgid "No Alliance"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
212
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
212
213
|
msgid "NPC Corp"
|
|
213
214
|
msgstr ""
|
|
214
215
|
|
|
@@ -278,26 +279,26 @@ msgstr ""
|
|
|
278
279
|
msgid "Copy permalink"
|
|
279
280
|
msgstr ""
|
|
280
281
|
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
282
283
|
msgid "Alliances breakdown"
|
|
283
284
|
msgstr ""
|
|
284
285
|
|
|
285
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
286
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
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:18
|
|
287
288
|
msgid "Alliance"
|
|
288
289
|
msgstr ""
|
|
289
290
|
|
|
290
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
291
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
291
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
292
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
292
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
293
294
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
294
295
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
295
296
|
msgid "Count"
|
|
296
297
|
msgstr ""
|
|
297
298
|
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
299
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
300
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
299
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
300
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
301
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
301
302
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
302
303
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
303
304
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -305,29 +306,29 @@ msgstr ""
|
|
|
305
306
|
msgid "Loading data …"
|
|
306
307
|
msgstr ""
|
|
307
308
|
|
|
308
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
309
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
310
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
309
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
310
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
311
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
311
312
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
312
313
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
313
314
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
314
315
|
msgid "No data …"
|
|
315
316
|
msgstr ""
|
|
316
317
|
|
|
317
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
318
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
318
319
|
msgid "Corporations breakdown"
|
|
319
320
|
msgstr ""
|
|
320
321
|
|
|
321
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
322
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
322
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
323
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
323
324
|
msgid "Corporation"
|
|
324
325
|
msgstr ""
|
|
325
326
|
|
|
326
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
327
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
327
328
|
msgid "Pilots breakdown"
|
|
328
329
|
msgstr ""
|
|
329
330
|
|
|
330
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
331
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
331
332
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
332
333
|
msgid "Pilot"
|
|
333
334
|
msgstr ""
|
|
@@ -390,7 +391,7 @@ msgid "No data."
|
|
|
390
391
|
msgstr ""
|
|
391
392
|
|
|
392
393
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
393
|
-
msgid "Scan taken at (
|
|
394
|
+
msgid "Scan taken at (EVE time)"
|
|
394
395
|
msgstr ""
|
|
395
396
|
|
|
396
397
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
Binary file
|