aa-intel-tool 2.6.0__py3-none-any.whl → 2.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aa_intel_tool/__init__.py +1 -1
- aa_intel_tool/app_settings.py +15 -0
- aa_intel_tool/constants.py +6 -5
- aa_intel_tool/helper/static_files.py +4 -3
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +59 -75
- aa_intel_tool/locale/django.pot +8 -76
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +11 -75
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +60 -76
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +59 -75
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +59 -75
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +7 -75
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +59 -82
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +12 -79
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -5
- 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 +3 -3
- 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 +10 -10
- 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 +4 -4
- 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/templates/aa_intel_tool/base.html +7 -42
- aa_intel_tool/templatetags/aa_intel_tool.py +12 -7
- aa_intel_tool/tests/test_app_settings.py +23 -1
- aa_intel_tool/tests/test_templatetags.py +24 -3
- {aa_intel_tool-2.6.0.dist-info → aa_intel_tool-2.6.1.dist-info}/METADATA +4 -4
- {aa_intel_tool-2.6.0.dist-info → aa_intel_tool-2.6.1.dist-info}/RECORD +40 -40
- {aa_intel_tool-2.6.0.dist-info → aa_intel_tool-2.6.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.6.0.dist-info → aa_intel_tool-2.6.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,24 +2,25 @@
|
|
|
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
|
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
5
|
+
# M <skrypets@gmail.com>, 2025.
|
|
5
6
|
msgid ""
|
|
6
7
|
msgstr ""
|
|
7
8
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2025-
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator:
|
|
10
|
+
"POT-Creation-Date: 2025-03-07 15:55+0100\n"
|
|
11
|
+
"PO-Revision-Date: 2025-02-24 15:17+0000\n"
|
|
12
|
+
"Last-Translator: M <skrypets@gmail.com>\n"
|
|
12
13
|
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
|
|
13
14
|
"Language: uk\n"
|
|
14
15
|
"MIME-Version: 1.0\n"
|
|
15
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
18
|
"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"
|
|
18
|
-
"X-Generator: Weblate 5.
|
|
19
|
+
"X-Generator: Weblate 5.10.1\n"
|
|
19
20
|
|
|
20
21
|
#: aa_intel_tool/__init__.py:9
|
|
21
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
22
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
22
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
24
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
25
26
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -37,7 +38,7 @@ msgstr ""
|
|
|
37
38
|
|
|
38
39
|
#: aa_intel_tool/admin.py:100
|
|
39
40
|
msgid "Raw data"
|
|
40
|
-
msgstr ""
|
|
41
|
+
msgstr "Необроблені дані"
|
|
41
42
|
|
|
42
43
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
43
44
|
#: aa_intel_tool/apps.py:21
|
|
@@ -192,91 +193,23 @@ msgstr ""
|
|
|
192
193
|
msgid "The fleet composition module is currently disabled."
|
|
193
194
|
msgstr ""
|
|
194
195
|
|
|
195
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
196
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
196
197
|
msgid "Permalink successfully copied"
|
|
197
198
|
msgstr ""
|
|
198
199
|
|
|
199
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
200
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
200
201
|
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
201
202
|
msgstr ""
|
|
202
203
|
|
|
203
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
204
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
204
205
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
205
206
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
206
207
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
207
208
|
msgid "Unaffiliated / No Alliance"
|
|
208
209
|
msgstr ""
|
|
209
210
|
|
|
210
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
211
|
-
msgid "NPC Corp"
|
|
212
|
-
msgstr ""
|
|
213
|
-
|
|
214
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
215
|
-
msgctxt "Decimal separator"
|
|
216
|
-
msgid "."
|
|
217
|
-
msgstr ""
|
|
218
|
-
|
|
219
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
220
|
-
msgctxt "Thousands separator"
|
|
221
|
-
msgid ","
|
|
222
|
-
msgstr ""
|
|
223
|
-
|
|
224
211
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
225
|
-
msgid "
|
|
226
|
-
msgstr ""
|
|
227
|
-
|
|
228
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
229
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
230
|
-
msgid "Showing _END_ entries"
|
|
231
|
-
msgstr ""
|
|
232
|
-
|
|
233
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
234
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
235
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
236
|
-
msgstr ""
|
|
237
|
-
|
|
238
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
239
|
-
msgid "No records available"
|
|
240
|
-
msgstr ""
|
|
241
|
-
|
|
242
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
243
|
-
msgid "Loading …"
|
|
244
|
-
msgstr ""
|
|
245
|
-
|
|
246
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
247
|
-
msgid "Processing …"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
251
|
-
msgid "Nothing found, sorry …"
|
|
252
|
-
msgstr ""
|
|
253
|
-
|
|
254
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
255
|
-
msgid "Search …"
|
|
256
|
-
msgstr ""
|
|
257
|
-
|
|
258
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
259
|
-
msgid "First"
|
|
260
|
-
msgstr ""
|
|
261
|
-
|
|
262
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
263
|
-
msgid "Last"
|
|
264
|
-
msgstr ""
|
|
265
|
-
|
|
266
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
267
|
-
msgid "Next"
|
|
268
|
-
msgstr ""
|
|
269
|
-
|
|
270
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
271
|
-
msgid "Previous"
|
|
272
|
-
msgstr ""
|
|
273
|
-
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
275
|
-
msgid ": activate to sort column ascending"
|
|
276
|
-
msgstr ""
|
|
277
|
-
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
279
|
-
msgid ": activate to sort column descending"
|
|
212
|
+
msgid "NPC Corp"
|
|
280
213
|
msgstr ""
|
|
281
214
|
|
|
282
215
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
@@ -360,7 +293,7 @@ msgstr ""
|
|
|
360
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
361
294
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
362
295
|
msgid "Count"
|
|
363
|
-
msgstr ""
|
|
296
|
+
msgstr "Кількість"
|
|
364
297
|
|
|
365
298
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
366
299
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
@@ -388,7 +321,7 @@ msgstr ""
|
|
|
388
321
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
389
322
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
390
323
|
msgid "Corporation"
|
|
391
|
-
msgstr ""
|
|
324
|
+
msgstr "Корпорація"
|
|
392
325
|
|
|
393
326
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
394
327
|
msgid "Pilots breakdown"
|
|
@@ -450,7 +383,7 @@ msgstr ""
|
|
|
450
383
|
|
|
451
384
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
|
|
452
385
|
msgid "Ship type"
|
|
453
|
-
msgstr ""
|
|
386
|
+
msgstr "Тип корабля"
|
|
454
387
|
|
|
455
388
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
|
|
456
389
|
msgid "No data."
|
|
@@ -495,3 +428,47 @@ msgstr ""
|
|
|
495
428
|
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
|
|
496
429
|
msgid "The scan you were looking for could not be found."
|
|
497
430
|
msgstr ""
|
|
431
|
+
|
|
432
|
+
#~ msgid "No data available in this table"
|
|
433
|
+
#~ msgstr "Немає даних у цій таблиці"
|
|
434
|
+
|
|
435
|
+
#~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
436
|
+
#~ msgid "Showing _END_ entries"
|
|
437
|
+
#~ msgstr "Показано _END_ записів"
|
|
438
|
+
|
|
439
|
+
#~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
440
|
+
#~ msgid "(filtered from _MAX_ total entries)"
|
|
441
|
+
#~ msgstr "(відфільтровано з _MAX_ загальних записів)"
|
|
442
|
+
|
|
443
|
+
#~ msgid "No records available"
|
|
444
|
+
#~ msgstr "Записів не знайдено"
|
|
445
|
+
|
|
446
|
+
#~ msgid "Loading …"
|
|
447
|
+
#~ msgstr "Завантаження …"
|
|
448
|
+
|
|
449
|
+
#~ msgid "Processing …"
|
|
450
|
+
#~ msgstr "Обробка …"
|
|
451
|
+
|
|
452
|
+
#~ msgid "Nothing found, sorry …"
|
|
453
|
+
#~ msgstr "Нічого не знайдено, вибачте …"
|
|
454
|
+
|
|
455
|
+
#~ msgid "Search …"
|
|
456
|
+
#~ msgstr "Пошук …"
|
|
457
|
+
|
|
458
|
+
#~ msgid "First"
|
|
459
|
+
#~ msgstr "Перший"
|
|
460
|
+
|
|
461
|
+
#~ msgid "Last"
|
|
462
|
+
#~ msgstr "Останній"
|
|
463
|
+
|
|
464
|
+
#~ msgid "Next"
|
|
465
|
+
#~ msgstr "Далі"
|
|
466
|
+
|
|
467
|
+
#~ msgid "Previous"
|
|
468
|
+
#~ msgstr "Назад"
|
|
469
|
+
|
|
470
|
+
#~ msgid ": activate to sort column ascending"
|
|
471
|
+
#~ msgstr ": активуйте щоб сортувати за зростанням"
|
|
472
|
+
|
|
473
|
+
#~ msgid ": activate to sort column descending"
|
|
474
|
+
#~ msgstr ": активуйте щоб сортувати за спаданням"
|
|
Binary file
|
|
@@ -4,16 +4,17 @@
|
|
|
4
4
|
# Dehao Wu <wudehao2000@163.com>, 2024.
|
|
5
5
|
# Faer Yili <yilifaer@gmail.com>, 2024.
|
|
6
6
|
# SAM_FPS <sam_fps@163.com>, 2024.
|
|
7
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2024.
|
|
7
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2024, 2025.
|
|
8
8
|
# 陈康立 <amadis0814@gmail.com>, 2024.
|
|
9
9
|
# Chilmore <chenmo1203@gmail.com>, 2025.
|
|
10
|
+
# Kelly Hsueh <kelly_hsueh@users.noreply.weblate.ppfeufer.de>, 2025.
|
|
10
11
|
msgid ""
|
|
11
12
|
msgstr ""
|
|
12
13
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
13
14
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
14
|
-
"POT-Creation-Date: 2025-
|
|
15
|
-
"PO-Revision-Date: 2025-
|
|
16
|
-
"Last-Translator:
|
|
15
|
+
"POT-Creation-Date: 2025-03-07 15:55+0100\n"
|
|
16
|
+
"PO-Revision-Date: 2025-02-18 09:17+0000\n"
|
|
17
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
17
18
|
"Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
|
|
18
19
|
"Language: zh_Hans\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
@@ -23,8 +24,8 @@ msgstr ""
|
|
|
23
24
|
"X-Generator: Weblate 5.9.2\n"
|
|
24
25
|
|
|
25
26
|
#: aa_intel_tool/__init__.py:9
|
|
26
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
27
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
27
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
28
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
28
29
|
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
29
30
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
30
31
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
@@ -194,91 +195,23 @@ msgstr ""
|
|
|
194
195
|
msgid "The fleet composition module is currently disabled."
|
|
195
196
|
msgstr ""
|
|
196
197
|
|
|
197
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
198
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
198
199
|
msgid "Permalink successfully copied"
|
|
199
200
|
msgstr ""
|
|
200
201
|
|
|
201
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
202
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
202
203
|
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
203
204
|
msgstr ""
|
|
204
205
|
|
|
205
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:
|
|
206
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
206
207
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
207
208
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
208
209
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
209
210
|
msgid "Unaffiliated / No Alliance"
|
|
210
211
|
msgstr ""
|
|
211
212
|
|
|
212
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
213
|
-
msgid "NPC Corp"
|
|
214
|
-
msgstr ""
|
|
215
|
-
|
|
216
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
217
|
-
msgctxt "Decimal separator"
|
|
218
|
-
msgid "."
|
|
219
|
-
msgstr ""
|
|
220
|
-
|
|
221
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
222
|
-
msgctxt "Thousands separator"
|
|
223
|
-
msgid ","
|
|
224
|
-
msgstr ""
|
|
225
|
-
|
|
226
213
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
227
|
-
msgid "
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
231
|
-
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
232
|
-
msgid "Showing _END_ entries"
|
|
233
|
-
msgstr ""
|
|
234
|
-
|
|
235
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
236
|
-
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
237
|
-
msgid "(filtered from _MAX_ total entries)"
|
|
238
|
-
msgstr ""
|
|
239
|
-
|
|
240
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
241
|
-
msgid "No records available"
|
|
242
|
-
msgstr ""
|
|
243
|
-
|
|
244
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
245
|
-
msgid "Loading …"
|
|
246
|
-
msgstr ""
|
|
247
|
-
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
249
|
-
msgid "Processing …"
|
|
250
|
-
msgstr ""
|
|
251
|
-
|
|
252
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
253
|
-
msgid "Nothing found, sorry …"
|
|
254
|
-
msgstr ""
|
|
255
|
-
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
257
|
-
msgid "Search …"
|
|
258
|
-
msgstr ""
|
|
259
|
-
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
261
|
-
msgid "First"
|
|
262
|
-
msgstr ""
|
|
263
|
-
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
265
|
-
msgid "Last"
|
|
266
|
-
msgstr ""
|
|
267
|
-
|
|
268
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
269
|
-
msgid "Next"
|
|
270
|
-
msgstr ""
|
|
271
|
-
|
|
272
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
273
|
-
msgid "Previous"
|
|
274
|
-
msgstr ""
|
|
275
|
-
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
277
|
-
msgid ": activate to sort column ascending"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
281
|
-
msgid ": activate to sort column descending"
|
|
214
|
+
msgid "NPC Corp"
|
|
282
215
|
msgstr ""
|
|
283
216
|
|
|
284
217
|
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
@@ -366,7 +299,7 @@ msgstr "计数"
|
|
|
366
299
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
367
300
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
368
301
|
msgid "Loading data …"
|
|
369
|
-
msgstr ""
|
|
302
|
+
msgstr "数据加载中…"
|
|
370
303
|
|
|
371
304
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
372
305
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
@@ -84,11 +84,6 @@
|
|
|
84
84
|
/* Data Tables
|
|
85
85
|
------------------------------------------------------------------------------------- */
|
|
86
86
|
@media all {
|
|
87
|
-
.aa-intel-tool div.dataTables_filter input[type="search"] {
|
|
88
|
-
margin-left: 0 !important;
|
|
89
|
-
width: 100% !important;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
87
|
.aa-intel-tool div.dataTables_wrapper div.dataTables_info {
|
|
93
88
|
padding-top: 8px;
|
|
94
89
|
white-space: initial;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@media all{.aa-intel-tool .aa-intel-scan-page-buttons ul li{display:block;float:left;width:150px}.aa-intel-tool .aa-intel-scan-page-buttons button{position:relative;width:100%}.aa-intel-tool .aa-intel-copy-result{max-width:310px}.aa-intel-tool .paste-explanation ul{list-style-type:none}.aa-intel-tool .paste-explanation li>small{color:var(--bs-gray)}.aa-intel-tool td.data-align-right{text-align:right}.aa-intel-tool .aa-intel-section-header{border-bottom:1px solid var(--bs-gray-200)}.aa-intel-tool .aa-intel-section-header .aa-intel-section-title{font-size:1.25em}.aa-intel-tool .aa-intel-alliance-logo-wrapper,.aa-intel-tool .aa-intel-corporation-logo-wrapper,.aa-intel-tool .aa-intel-pilot-avatar-wrapper,.aa-intel-tool .aa-intel-ship-image-wrapper{display:inline-block;margin-right:.5rem}.aa-intel-tool .aa-intel-alliance-information-wrapper,.aa-intel-tool .aa-intel-corporation-information-wrapper,.aa-intel-tool .aa-intel-pilot-information-wrapper{display:inline-block;vertical-align:inherit}.aa-intel-tool .aa-intel-alliance-links-wrapper,.aa-intel-tool .aa-intel-alliance-name-wrapper,.aa-intel-tool .aa-intel-corporation-links-wrapper,.aa-intel-tool .aa-intel-corporation-name-wrapper,.aa-intel-tool .aa-intel-pilot-links-wrapper,.aa-intel-tool .aa-intel-pilot-name-wrapper,.aa-intel-tool form.is-submitting .aa-intel-form-submitted-info{display:block}.aa-intel-tool .aa-intel-highlight td:first-child,.aa-intel-tool .aa-intel-highlight-sticky td:first-child{border-left:1px solid var(--bs-red);padding-left:3px}.aa-intel-tool .aa-intel-form-submitted-info{display:none}.aa-intel-tool div.
|
|
1
|
+
@media all{.aa-intel-tool .aa-intel-scan-page-buttons ul li{display:block;float:left;width:150px}.aa-intel-tool .aa-intel-scan-page-buttons button{position:relative;width:100%}.aa-intel-tool .aa-intel-copy-result{max-width:310px}.aa-intel-tool .paste-explanation ul{list-style-type:none}.aa-intel-tool .paste-explanation li>small{color:var(--bs-gray)}.aa-intel-tool td.data-align-right{text-align:right}.aa-intel-tool .aa-intel-section-header{border-bottom:1px solid var(--bs-gray-200)}.aa-intel-tool .aa-intel-section-header .aa-intel-section-title{font-size:1.25em}.aa-intel-tool .aa-intel-alliance-logo-wrapper,.aa-intel-tool .aa-intel-corporation-logo-wrapper,.aa-intel-tool .aa-intel-pilot-avatar-wrapper,.aa-intel-tool .aa-intel-ship-image-wrapper{display:inline-block;margin-right:.5rem}.aa-intel-tool .aa-intel-alliance-information-wrapper,.aa-intel-tool .aa-intel-corporation-information-wrapper,.aa-intel-tool .aa-intel-pilot-information-wrapper{display:inline-block;vertical-align:inherit}.aa-intel-tool .aa-intel-alliance-links-wrapper,.aa-intel-tool .aa-intel-alliance-name-wrapper,.aa-intel-tool .aa-intel-corporation-links-wrapper,.aa-intel-tool .aa-intel-corporation-name-wrapper,.aa-intel-tool .aa-intel-pilot-links-wrapper,.aa-intel-tool .aa-intel-pilot-name-wrapper,.aa-intel-tool form.is-submitting .aa-intel-form-submitted-info{display:block}.aa-intel-tool .aa-intel-highlight td:first-child,.aa-intel-tool .aa-intel-highlight-sticky td:first-child{border-left:1px solid var(--bs-red);padding-left:3px}.aa-intel-tool .aa-intel-form-submitted-info{display:none}.aa-intel-tool div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:initial}.aa-intel-tool .dataTables_wrapper table.dataTable{width:100%}.aa-intel-tool .dataTable tbody tr.aa-intel-highlight,.aa-intel-tool .dataTable tbody tr.aa-intel-highlight-sticky,.aa-intel-tool .dataTable tbody tr:hover{--bs-table-bg-type:var(--bs-table-hover-bg);--bs-table-color-type:var(--bs-table-striped-color)}.aa-intel-tool .table-aa-intel tbody>tr>td{vertical-align:middle}.aa-intel-tool .table-no-images>tbody>tr>td{padding-bottom:12px;padding-top:11px}.aa-intel-tool .table-sortable>tbody>tr>.table-data-count{padding-right:1rem;text-align:right}.aa-intel-tool td.text-ellipsis{max-width:50px;white-space:nowrap}.aa-intel-alliance-information-wrapper,.aa-intel-corporation-information-wrapper,.aa-intel-pilot-information-wrapper{max-width:calc(100% - 35px)}.aa-intel-alliance-name-wrapper,.aa-intel-corporation-name-wrapper,.aa-intel-pilot-name-wrapper{overflow:hidden;text-overflow:ellipsis}.aa-intel-tool td.fix-eve-image-position>span.alliance-id-1{transform:none}}
|
|
2
2
|
/*# sourceMappingURL=aa-intel-tool.min.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["aa-intel-tool.css"],"names":[],"mappings":"AAAA,A,WACI,gD,CACI,a,CACA,U,CACA,W,CAGJ,iD,CACI,iB,CACA,U,CAGJ,oC,CACI,e,CAGJ,oC,CACI,oB,CAGJ,0C,CACI,oB,CAGJ,kC,CACI,gB,CAGJ,uC,CACI,0C,CAGJ,+D,CACI,gB,CAGJ,8C,CACA,iD,CACA,6C,CACA,2C,CACI,oB,CACA,kB,CAGJ,qD,CACA,wD,CACA,kD,CACI,oB,CACA,sB,CAIJ,+C,CADA,8C,CAGA,kD,CADA,iD,CAGA,4C,CADA,2C,CAuBA,+D,CArBI,a,CAOJ,iD,CACA,wD,CACI,mC,CACA,gB,CAOJ,4C,CACI,Y,CAWJ,
|
|
1
|
+
{"version":3,"sources":["aa-intel-tool.css"],"names":[],"mappings":"AAAA,A,WACI,gD,CACI,a,CACA,U,CACA,W,CAGJ,iD,CACI,iB,CACA,U,CAGJ,oC,CACI,e,CAGJ,oC,CACI,oB,CAGJ,0C,CACI,oB,CAGJ,kC,CACI,gB,CAGJ,uC,CACI,0C,CAGJ,+D,CACI,gB,CAGJ,8C,CACA,iD,CACA,6C,CACA,2C,CACI,oB,CACA,kB,CAGJ,qD,CACA,wD,CACA,kD,CACI,oB,CACA,sB,CAIJ,+C,CADA,8C,CAGA,kD,CADA,iD,CAGA,4C,CADA,2C,CAuBA,+D,CArBI,a,CAOJ,iD,CACA,wD,CACI,mC,CACA,gB,CAOJ,4C,CACI,Y,CAWJ,yD,CACI,e,CACA,mB,CAGJ,kD,CACI,U,CAIJ,qD,CACA,4D,CAFA,wC,CAGI,2C,CACA,mD,CAGJ,0C,CACI,qB,CAGJ,2C,CACI,mB,CACA,gB,CAGJ,yD,CACI,kB,CACA,gB,CAGJ,+B,CACI,c,CACA,kB,CAGJ,sC,CACA,yC,CACA,mC,CACI,2B,CAGJ,+B,CACA,kC,CACA,4B,CACI,e,CACA,sB,CAGJ,2D,CACI,gB","file":"aa-intel-tool.css","sourcesContent":["@media all {\n .aa-intel-tool .aa-intel-scan-page-buttons ul li {\n display: block;\n float: left;\n width: 150px;\n }\n\n .aa-intel-tool .aa-intel-scan-page-buttons button {\n position: relative;\n width: 100%;\n }\n\n .aa-intel-tool .aa-intel-copy-result {\n max-width: 310px;\n }\n\n .aa-intel-tool .paste-explanation ul {\n list-style-type: none;\n }\n\n .aa-intel-tool .paste-explanation li > small {\n color: var(--bs-gray);\n }\n\n .aa-intel-tool td.data-align-right {\n text-align: right;\n }\n\n .aa-intel-tool .aa-intel-section-header {\n border-bottom: 1px solid var(--bs-gray-200);\n }\n\n .aa-intel-tool .aa-intel-section-header .aa-intel-section-title {\n font-size: 1.25em;\n }\n\n .aa-intel-tool .aa-intel-alliance-logo-wrapper,\n .aa-intel-tool .aa-intel-corporation-logo-wrapper,\n .aa-intel-tool .aa-intel-pilot-avatar-wrapper,\n .aa-intel-tool .aa-intel-ship-image-wrapper {\n display: inline-block;\n margin-right: 0.5rem;\n }\n\n .aa-intel-tool .aa-intel-alliance-information-wrapper,\n .aa-intel-tool .aa-intel-corporation-information-wrapper,\n .aa-intel-tool .aa-intel-pilot-information-wrapper {\n display: inline-block;\n vertical-align: inherit;\n }\n\n .aa-intel-tool .aa-intel-alliance-name-wrapper,\n .aa-intel-tool .aa-intel-alliance-links-wrapper,\n .aa-intel-tool .aa-intel-corporation-name-wrapper,\n .aa-intel-tool .aa-intel-corporation-links-wrapper,\n .aa-intel-tool .aa-intel-pilot-name-wrapper,\n .aa-intel-tool .aa-intel-pilot-links-wrapper {\n display: block;\n }\n}\n\n/* Highlighting\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool .aa-intel-highlight td:first-child,\n .aa-intel-tool .aa-intel-highlight-sticky td:first-child {\n border-left: 1px solid var(--bs-red);\n padding-left: 3px;\n }\n}\n\n/* Form\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool .aa-intel-form-submitted-info {\n display: none;\n }\n\n .aa-intel-tool form.is-submitting .aa-intel-form-submitted-info {\n display: block;\n }\n}\n\n/* Data Tables\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool div.dataTables_wrapper div.dataTables_info {\n padding-top: 8px;\n white-space: initial;\n }\n\n .aa-intel-tool .dataTables_wrapper table.dataTable {\n width: 100%;\n }\n\n .aa-intel-tool .dataTable tbody tr:hover,\n .aa-intel-tool .dataTable tbody tr.aa-intel-highlight,\n .aa-intel-tool .dataTable tbody tr.aa-intel-highlight-sticky {\n --bs-table-bg-type: var(--bs-table-hover-bg);\n --bs-table-color-type: var(--bs-table-striped-color);\n }\n\n .aa-intel-tool .table-aa-intel tbody > tr > td {\n vertical-align: middle;\n }\n\n .aa-intel-tool .table-no-images > tbody > tr > td {\n padding-bottom: 12px;\n padding-top: 11px;\n }\n\n .aa-intel-tool .table-sortable > tbody > tr > .table-data-count {\n padding-right: 1rem;\n text-align: right;\n }\n\n .aa-intel-tool td.text-ellipsis {\n max-width: 50px;\n white-space: nowrap;\n }\n\n .aa-intel-alliance-information-wrapper,\n .aa-intel-corporation-information-wrapper,\n .aa-intel-pilot-information-wrapper {\n max-width: calc(100% - 35px);\n }\n\n .aa-intel-alliance-name-wrapper,\n .aa-intel-corporation-name-wrapper,\n .aa-intel-pilot-name-wrapper {\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .aa-intel-tool td.fix-eve-image-position > span.alliance-id-1 {\n transform: none;\n }\n}\n"]}
|
|
@@ -29,7 +29,7 @@ $(() => {
|
|
|
29
29
|
elementAlliancesTable.DataTable({
|
|
30
30
|
data: tableData,
|
|
31
31
|
paging: false,
|
|
32
|
-
language: aaIntelToolJsSettings.
|
|
32
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
33
33
|
lengthChange: false,
|
|
34
34
|
dom:
|
|
35
35
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -127,7 +127,7 @@ $(() => {
|
|
|
127
127
|
elementCorporationsTable.DataTable({
|
|
128
128
|
data: tableData,
|
|
129
129
|
paging: false,
|
|
130
|
-
language: aaIntelToolJsSettings.
|
|
130
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
131
131
|
lengthChange: false,
|
|
132
132
|
dom:
|
|
133
133
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -228,7 +228,7 @@ $(() => {
|
|
|
228
228
|
elementPilotsTable.DataTable({
|
|
229
229
|
data: tableData,
|
|
230
230
|
paging: false,
|
|
231
|
-
language: aaIntelToolJsSettings.
|
|
231
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
232
232
|
lengthChange: false,
|
|
233
233
|
dom:
|
|
234
234
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$(()=>{const t=$("table.aa-intel-pilot-participation-list"),i=$("table.aa-intel-corporation-participation-list"),e=$("table.aa-intel-alliance-participation-list"),l=$("span#aa-intel-pilots-count"),o=$("span#aa-intel-corporations-count"),n=$("span#aa-intel-alliances-count");fetchAjaxData(aaIntelToolJsSettings.url.getAllianceList).then(a=>{a&&($("div.aa-intel-loading-table-info-alliance-participation-list").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-alliance-participation-list").removeClass("d-none"):($("div.table-local-scan-alliances").removeClass("d-none"),e.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.
|
|
1
|
+
$(()=>{const t=$("table.aa-intel-pilot-participation-list"),i=$("table.aa-intel-corporation-participation-list"),e=$("table.aa-intel-alliance-participation-list"),l=$("span#aa-intel-pilots-count"),o=$("span#aa-intel-corporations-count"),n=$("span#aa-intel-alliances-count");fetchAjaxData(aaIntelToolJsSettings.url.getAllianceList).then(a=>{a&&($("div.aa-intel-loading-table-info-alliance-participation-list").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-alliance-participation-list").removeClass("d-none"):($("div.table-local-scan-alliances").removeClass("d-none"),e.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>allianceInfoPanel(a)},{data:"count"},{data:"ticker"}],order:[[1,"desc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis fix-eve-image-position")}},{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}},{targets:2,visible:!1}],createdRow:(i,a)=>{const t=n.html();let e;1!==a.id&&(e=parseInt(t)+1),n.html(e),$(i).addClass(`aa-intel-alliance-participation-item aa-intel-alliance-id-${a.id}`).attr("data-alliance-id",a.id),$(i).mouseenter(()=>{addChatscanHightlight("alliance",$(i))}).mouseleave(()=>{removeChatscanHightlight("alliance",$(i))}),$(i).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeChatscanStickyHighlight("alliance",$(i))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-alliance-participation-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getCorporationList).then(a=>{a&&($("div.aa-intel-loading-table-info-corporation-participation-list").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-corporation-participation-list").removeClass("d-none"):($("div.table-local-scan-corporations").removeClass("d-none"),i.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>corporationInfoPanel(a)},{data:"count"},{data:"ticker"},{data:"alliance.name"},{data:"alliance.ticker"}],order:[[1,"desc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis fix-eve-image-position")}},{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}},{targets:[2,3,4],visible:!1}],createdRow:(i,a)=>{const t=o.html(),e=parseInt(t)+1;o.html(e),$(i).addClass(`aa-intel-corporation-participation-item aa-intel-corporation-id-${a.id}`).attr("data-corporation-id",a.id).attr("data-alliance-id",a.alliance.id),$(i).mouseenter(()=>{addChatscanHightlight("corporation",$(i))}).mouseleave(()=>{removeChatscanHightlight("corporation",$(i))}),$(i).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeChatscanStickyHighlight("corporation",$(i))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-corporation-participation-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getPilotList).then(a=>{a&&($("div.aa-intel-loading-table-info-pilot-participation-list").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-pilot-participation-list").removeClass("d-none"):($("div.table-local-scan-pilots").removeClass("d-none"),t.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>pilotInfoPanel(a)},{data:a=>allianceInfoPanel(a.alliance,!0)+a.alliance.ticker},{data:a=>corporationInfoPanel(a.corporation,!0)+a.corporation.ticker},{data:"alliance.name"},{data:"corporation.name"}],order:[[0,"asc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis fix-eve-image-position")}},{targets:1,width:125},{targets:2,width:125},{targets:[3,4],visible:!1}],createdRow:(i,a)=>{const t=l.html(),e=parseInt(t)+1;l.html(e),$(i).addClass(`aa-intel-corporation-participation-item aa-intel-corporation-id-${a.id}`).attr("data-character-id",a.id).attr("data-corporation-id",a.corporation.id).attr("data-alliance-id",a.alliance.id),$(i).mouseenter(()=>{addChatscanHightlight("pilot",$(i))}).mouseleave(()=>{removeChatscanHightlight("pilot",$(i))}),$(i).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeChatscanStickyHighlight("pilot",$(i))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-pilot-participation-list")})});
|
|
2
2
|
//# sourceMappingURL=aa-intel-tool-chatscan.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["aa-intel-tool-chatscan.js"],"names":["$","elementPilotsTable","elementCorporationsTable","elementAlliancesTable","elementPilotsTotalCount","elementCorporationsTotalCount","elementAlliancesTotalCount","fetchAjaxData","aaIntelToolJsSettings","url","getAllianceList","then","tableData","addClass","Object","keys","length","removeClass","DataTable","data","paging","language","
|
|
1
|
+
{"version":3,"sources":["aa-intel-tool-chatscan.js"],"names":["$","elementPilotsTable","elementCorporationsTable","elementAlliancesTable","elementPilotsTotalCount","elementCorporationsTotalCount","elementAlliancesTotalCount","fetchAjaxData","aaIntelToolJsSettings","url","getAllianceList","then","tableData","addClass","Object","keys","length","removeClass","DataTable","data","paging","language","dataTables","lengthChange","dom","columns","allianceInfoPanel","order","columnDefs","targets","createdCell","td","width","visible","createdRow","row","currentTotal","html","let","newTotal","id","parseInt","attr","mouseenter","addChatscanHightlight","mouseleave","removeChatscanHightlight","click","target","event","hasClass","stopPropagation","changeChatscanStickyHighlight","bootstrapTooltip","getCorporationList","corporationInfoPanel","alliance","getPilotList","pilotInfoPanel","ticker","corporation"],"mappings":"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"}
|
|
@@ -36,7 +36,7 @@ $(() => {
|
|
|
36
36
|
elementShipClassesAllTable.DataTable({
|
|
37
37
|
data: tableData,
|
|
38
38
|
paging: false,
|
|
39
|
-
language: aaIntelToolJsSettings.
|
|
39
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
40
40
|
lengthChange: false,
|
|
41
41
|
dom:
|
|
42
42
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -90,7 +90,7 @@ $(() => {
|
|
|
90
90
|
elementDscanMassAll.data('mass', newMass);
|
|
91
91
|
elementDscanMassAll.html(
|
|
92
92
|
new Intl.NumberFormat(
|
|
93
|
-
aaIntelToolJsSettings.language
|
|
93
|
+
aaIntelToolJsSettings.language.django
|
|
94
94
|
).format(newMass)
|
|
95
95
|
);
|
|
96
96
|
|
|
@@ -140,7 +140,7 @@ $(() => {
|
|
|
140
140
|
elementShipClassesOngridTable.DataTable({
|
|
141
141
|
data: tableData,
|
|
142
142
|
paging: false,
|
|
143
|
-
language: aaIntelToolJsSettings.
|
|
143
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
144
144
|
lengthChange: false,
|
|
145
145
|
dom:
|
|
146
146
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -194,7 +194,7 @@ $(() => {
|
|
|
194
194
|
elementDscanMassOnGrid.data('mass', newMass);
|
|
195
195
|
elementDscanMassOnGrid.html(
|
|
196
196
|
new Intl.NumberFormat(
|
|
197
|
-
aaIntelToolJsSettings.language
|
|
197
|
+
aaIntelToolJsSettings.language.django
|
|
198
198
|
).format(newMass)
|
|
199
199
|
);
|
|
200
200
|
|
|
@@ -244,7 +244,7 @@ $(() => {
|
|
|
244
244
|
elementShipClassesOffgridTable.DataTable({
|
|
245
245
|
data: tableData,
|
|
246
246
|
paging: false,
|
|
247
|
-
language: aaIntelToolJsSettings.
|
|
247
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
248
248
|
lengthChange: false,
|
|
249
249
|
dom:
|
|
250
250
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -298,7 +298,7 @@ $(() => {
|
|
|
298
298
|
elementDscanMassOffGrid.data('mass', newMass);
|
|
299
299
|
elementDscanMassOffGrid.html(
|
|
300
300
|
new Intl.NumberFormat(
|
|
301
|
-
aaIntelToolJsSettings.language
|
|
301
|
+
aaIntelToolJsSettings.language.django
|
|
302
302
|
).format(newMass)
|
|
303
303
|
);
|
|
304
304
|
|
|
@@ -348,7 +348,7 @@ $(() => {
|
|
|
348
348
|
elementShipTypesTable.DataTable({
|
|
349
349
|
data: tableData,
|
|
350
350
|
paging: false,
|
|
351
|
-
language: aaIntelToolJsSettings.
|
|
351
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
352
352
|
lengthChange: false,
|
|
353
353
|
dom:
|
|
354
354
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -417,7 +417,7 @@ $(() => {
|
|
|
417
417
|
elementUpwellStructuresTable.DataTable({
|
|
418
418
|
data: tableData,
|
|
419
419
|
paging: false,
|
|
420
|
-
language: aaIntelToolJsSettings.
|
|
420
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
421
421
|
lengthChange: false,
|
|
422
422
|
dom:
|
|
423
423
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -486,7 +486,7 @@ $(() => {
|
|
|
486
486
|
elementDeployablesTable.DataTable({
|
|
487
487
|
data: tableData,
|
|
488
488
|
paging: false,
|
|
489
|
-
language: aaIntelToolJsSettings.
|
|
489
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
490
490
|
lengthChange: false,
|
|
491
491
|
dom:
|
|
492
492
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -555,7 +555,7 @@ $(() => {
|
|
|
555
555
|
elementStarbasesTable.DataTable({
|
|
556
556
|
data: tableData,
|
|
557
557
|
paging: false,
|
|
558
|
-
language: aaIntelToolJsSettings.
|
|
558
|
+
language: aaIntelToolJsSettings.language.dataTables,
|
|
559
559
|
lengthChange: false,
|
|
560
560
|
dom:
|
|
561
561
|
'<\'row\'<\'col-sm-12\'f>>' +
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$(()=>{const t=$("table.aa-intel-dscan-ship-classes-all-list"),i=$("span#aa-intel-dscan-all-count"),o=$("span#aa-intel-dscan-all-mass"),e=$("table.aa-intel-dscan-ship-classes-ongrid-list"),d=$("span#aa-intel-dscan-ongrid-count"),r=$("span#aa-intel-dscan-ongrid-mass"),s=$("table.aa-intel-dscan-ship-classes-offgrid-list"),c=$("span#aa-intel-dscan-offgrid-count"),g=$("span#aa-intel-dscan-offgrid-mass"),l=$("table.aa-intel-dscan-ship-types-list"),n=$("table.aa-intel-dscan-upwell-structures-list"),h=$("span#aa-intel-dscan-upwell-structures-count"),p=$("table.aa-intel-dscan-deployables-list"),m=$("span#aa-intel-dscan-deployables-count"),u=$("table.aa-intel-dscan-starbases-list"),b=$("span#aa-intel-dscan-starbases-count");fetchAjaxData(aaIntelToolJsSettings.url.getShipClassesAll).then(a=>{a&&($("div.aa-intel-loading-table-info-all").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-all").removeClass("d-none"):($("div.table-dscan-ship-classes-all").removeClass("d-none"),t.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.
|
|
1
|
+
$(()=>{const t=$("table.aa-intel-dscan-ship-classes-all-list"),i=$("span#aa-intel-dscan-all-count"),o=$("span#aa-intel-dscan-all-mass"),e=$("table.aa-intel-dscan-ship-classes-ongrid-list"),d=$("span#aa-intel-dscan-ongrid-count"),r=$("span#aa-intel-dscan-ongrid-mass"),s=$("table.aa-intel-dscan-ship-classes-offgrid-list"),c=$("span#aa-intel-dscan-offgrid-count"),g=$("span#aa-intel-dscan-offgrid-mass"),l=$("table.aa-intel-dscan-ship-types-list"),n=$("table.aa-intel-dscan-upwell-structures-list"),h=$("span#aa-intel-dscan-upwell-structures-count"),p=$("table.aa-intel-dscan-deployables-list"),m=$("span#aa-intel-dscan-deployables-count"),u=$("table.aa-intel-dscan-starbases-list"),b=$("span#aa-intel-dscan-starbases-count");fetchAjaxData(aaIntelToolJsSettings.url.getShipClassesAll).then(a=>{a&&($("div.aa-intel-loading-table-info-all").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-all").removeClass("d-none"):($("div.table-dscan-ship-classes-all").removeClass("d-none"),t.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"},{data:"type_name"}],order:[[1,"desc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis")}},{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}},{targets:2,visible:!1}],createdRow:(e,a)=>{const t=i.html(),s=parseInt(t)+a.count,l=(i.html(s),o.data("mass")||0),n=parseInt(l)+a.mass;o.data("mass",n),o.html(new Intl.NumberFormat(aaIntelToolJsSettings.language.django).format(n)),$(e).attr("data-shipclass-id",a.id).attr("data-shiptype-id",a.type_id),$(e).mouseenter(()=>{addDscanHightlight("shipclass",$(e))}).mouseleave(()=>{removeDscanHightlight("shipclass",$(e))}),$(e).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeDscanStickyHighlight("shipclass",$(e))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-ship-classes-all-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getShipClassesOngrid).then(a=>{a&&($("div.aa-intel-loading-table-info-ongrid").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-ongrid").removeClass("d-none"):($("div.table-dscan-ship-classes-ongrid").removeClass("d-none"),e.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"},{data:"type_name"}],order:[[1,"desc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis")}},{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}},{targets:2,visible:!1}],createdRow:(e,a)=>{const t=d.html(),s=parseInt(t)+a.count,l=(d.html(s),r.data("mass")||0),n=parseInt(l)+a.mass;r.data("mass",n),r.html(new Intl.NumberFormat(aaIntelToolJsSettings.language.django).format(n)),$(e).attr("data-shipclass-id",a.id).attr("data-shiptype-id",a.type_id),$(e).mouseenter(()=>{addDscanHightlight("shipclass",$(e))}).mouseleave(()=>{removeDscanHightlight("shipclass",$(e))}),$(e).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeDscanStickyHighlight("shipclass",$(e))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-ship-classes-ongrid-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getShipClassesOffgrid).then(a=>{a&&($("div.aa-intel-loading-table-info-offgrid").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-offgrid").removeClass("d-none"):($("div.table-dscan-ship-classes-offgrid").removeClass("d-none"),s.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"},{data:"type_name"}],order:[[1,"desc"]],columnDefs:[{targets:0,createdCell:a=>{$(a).addClass("text-ellipsis")}},{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}},{targets:2,visible:!1}],createdRow:(e,a)=>{const t=c.html(),s=parseInt(t)+a.count,l=(c.html(s),g.data("mass")||0),n=parseInt(l)+a.mass;g.data("mass",n),g.html(new Intl.NumberFormat(aaIntelToolJsSettings.language.django).format(n)),$(e).attr("data-shipclass-id",a.id).attr("data-shiptype-id",a.type_id),$(e).mouseenter(()=>{addDscanHightlight("shipclass",$(e))}).mouseleave(()=>{removeDscanHightlight("shipclass",$(e))}),$(e).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeDscanStickyHighlight("shipclass",$(e))})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-ship-classes-offgrid-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getShipTypes).then(a=>{a&&($("div.aa-intel-loading-table-info-ship-types").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-ship-types").removeClass("d-none"):($("div.table-dscan-ship-types").removeClass("d-none"),l.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:"name"},{data:"count"}],order:[[1,"desc"]],columnDefs:[{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}}],createdRow:(e,a)=>{$(e).attr("data-shiptype-id",a.id),$(e).mouseenter(()=>{addDscanHightlight("shiptype",$(e))}).mouseleave(()=>{removeDscanHightlight("shiptype",$(e))}),$(e).click(a=>{const t=$(a.target);t.hasClass("aa-intel-information-link")?a.stopPropagation():changeDscanStickyHighlight("shiptype",$(e))})}})))}),fetchAjaxData(aaIntelToolJsSettings.url.getStructuresOnGrid).then(a=>{a&&($("div.aa-intel-loading-table-info-upwell-structures").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-upwell-structures").removeClass("d-none"):($("div#aa-intel-dscan-row-interesting-on-grid").removeClass("d-none"),$("div.col-aa-intel-upwell-structures").removeClass("d-none"),n.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"}],order:[[1,"desc"]],columnDefs:[{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}}],createdRow:(a,t)=>{const e=h.html(),s=parseInt(e)+t.count;h.html(s),$(a).attr("data-shiptype-id",t.id),$(a).mouseenter(()=>{$(a).addClass("aa-intel-highlight")}).mouseleave(()=>{$(a).removeClass("aa-intel-highlight")})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-upwell-structures-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getDeployablesOnGrid).then(a=>{a&&($("div.aa-intel-loading-table-info-deployables").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-deployables").removeClass("d-none"):($("div#aa-intel-dscan-row-interesting-on-grid").removeClass("d-none"),$("div.col-aa-intel-deployables").removeClass("d-none"),p.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"}],order:[[1,"desc"]],columnDefs:[{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}}],createdRow:(a,t)=>{const e=m.html(),s=parseInt(e)+t.count;m.html(s),$(a).attr("data-shiptype-id",t.id),$(a).mouseenter(()=>{$(a).addClass("aa-intel-highlight")}).mouseleave(()=>{$(a).removeClass("aa-intel-highlight")})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-deployables-list")}),fetchAjaxData(aaIntelToolJsSettings.url.getStarbasesOnGrid).then(a=>{a&&($("div.aa-intel-loading-table-info-starbases").addClass("d-none"),0===Object.keys(a).length?$("div.aa-intel-empty-table-info-starbases").removeClass("d-none"):($("div#aa-intel-dscan-row-interesting-on-grid").removeClass("d-none"),$("div.col-aa-intel-starbases").removeClass("d-none"),u.DataTable({data:a,paging:!1,language:aaIntelToolJsSettings.language.dataTables,lengthChange:!1,dom:"<'row'<'col-sm-12'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12'i>>",columns:[{data:a=>shipInfoPanel(a)},{data:"count"}],order:[[1,"desc"]],columnDefs:[{targets:1,width:45,createdCell:a=>{$(a).addClass("text-end")}}],createdRow:(a,t)=>{const e=b.html(),s=parseInt(e)+t.count;b.html(s),$(a).attr("data-shiptype-id",t.id),$(a).mouseenter(()=>{$(a).addClass("aa-intel-highlight")}).mouseleave(()=>{$(a).removeClass("aa-intel-highlight")})}})))}).then(()=>{bootstrapTooltip(".aa-intel-dscan-starbases-list")})});
|
|
2
2
|
//# sourceMappingURL=aa-intel-tool-dscan.min.js.map
|