aa-intel-tool 2.1.0__py3-none-any.whl → 2.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/locale/cs/LC_MESSAGES/django.mo +0 -0
  3. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +12 -5
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +5 -5
  6. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +9 -9
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +5 -5
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +4 -4
  12. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  13. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +4 -4
  14. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +13 -17
  16. aa_intel_tool/locale/nl/LC_MESSAGES/django.mo +0 -0
  17. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +7 -6
  18. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  19. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +7 -4
  20. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  21. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +8 -8
  22. aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  23. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +12 -5
  24. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  25. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +5 -5
  26. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  27. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +10 -9
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +1 -1
  30. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.1.1.dist-info}/METADATA +1 -1
  31. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.1.1.dist-info}/RECORD +33 -30
  32. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.1.1.dist-info}/WHEEL +1 -1
  33. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.1.1.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.1.0"
8
+ __version__ = "2.1.1"
9
9
  __title__ = _("Intel Parser")
@@ -3,21 +3,22 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
8
  "Project-Id-Version: PACKAGE VERSION\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/cs/>\n"
15
+ "Language: cs\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
20
  "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
21
22
 
22
23
  #: aa_intel_tool/__init__.py:9
23
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -188,6 +189,8 @@ msgid_plural ""
188
189
  "per scan. Your list of pilots exceeds this limit."
189
190
  msgstr[0] ""
190
191
  msgstr[1] ""
192
+ msgstr[2] ""
193
+ msgstr[3] ""
191
194
 
192
195
  #: aa_intel_tool/parser/module/dscan.py:350
193
196
  msgid "The D-Scan module is currently disabled."
@@ -297,6 +300,8 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
297
300
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
298
301
  msgstr[0] ""
299
302
  msgstr[1] ""
303
+ msgstr[2] ""
304
+ msgstr[3] ""
300
305
 
301
306
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
302
307
  msgid ""
@@ -322,6 +327,8 @@ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
327
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
328
  msgstr[0] ""
324
329
  msgstr[1] ""
330
+ msgstr[2] ""
331
+ msgstr[3] ""
325
332
 
326
333
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
327
334
  msgid ""
@@ -1,22 +1,22 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
10
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-intel-tool/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -1,25 +1,25 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
6
- # Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023.
4
+ # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
+ # Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023, 2024.
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: 2023-10-25 07:04+0000\n"
13
- "Last-Translator: Geovanny David Morales De la cruz "
14
- "<moralesgeovanny1996@gmail.com>\n"
15
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/es/>\n"
12
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
+ "Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
14
+ ".com>\n"
15
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
16
+ "alliance-auth-apps/aa-intel-tool/es/>\n"
17
17
  "Language: es\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
22
- "X-Generator: Weblate 5.1\n"
22
+ "X-Generator: Weblate 5.5.3\n"
23
23
 
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -9,16 +9,16 @@ msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: 2024-04-17 22:13+0000\n"
13
- "Last-Translator: Matthias P <randomusernetcom@gmail.com>\n"
14
- "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
- "apps/aa-intel-tool/fr/>\n"
12
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
14
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/"
15
+ "alliance-auth-apps/aa-intel-tool/fr/>\n"
16
16
  "Language: fr_FR\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=2; plural=n > 1;\n"
21
- "X-Generator: Weblate 5.4.3\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
22
 
23
23
  #: aa_intel_tool/__init__.py:9
24
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -8,16 +8,16 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -8,16 +8,16 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -1,7 +1,7 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # Author50CO <tkddlschry@gmail.com>, 2023.
4
+ # Author50CO <tkddlschry@gmail.com>, 2023, 2024.
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2023.
6
6
  # Mind of the Raven <okanieva@gmail.com>, 2024.
7
7
  # Rodpold Shard <rodpold@gmail.com>, 2024.
@@ -10,16 +10,16 @@ msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
13
- "PO-Revision-Date: 2024-03-22 00:11+0000\n"
14
- "Last-Translator: Mind of the Raven <okanieva@gmail.com>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/ko/>\n"
13
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
14
+ "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
16
+ "alliance-auth-apps/aa-intel-tool/ko/>\n"
17
17
  "Language: ko_KR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=1; plural=0;\n"
22
- "X-Generator: Weblate 5.4.2\n"
22
+ "X-Generator: Weblate 5.5.3\n"
23
23
 
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -162,9 +162,8 @@ msgstr "스캔 데이터"
162
162
  #: aa_intel_tool/parser/general.py:46
163
163
  msgid ""
164
164
  "No suitable parser found. Input is not a supported intel type or malformed …"
165
- msgstr ""
166
- "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식"
167
- "입니다…"
165
+ msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 "
166
+ "형식입니다…"
168
167
 
169
168
  #: aa_intel_tool/parser/general.py:80
170
169
  msgid "No data to parse …"
@@ -190,9 +189,8 @@ msgid ""
190
189
  msgid_plural ""
191
190
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
192
191
  "per scan. Your list of pilots exceeds this limit."
193
- msgstr[0] ""
194
- " 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력"
195
- "한 파일럿 수가 제한을 초과합니다."
192
+ msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. "
193
+ "입력한 파일럿 수가 제한을 초과합니다."
196
194
 
197
195
  #: aa_intel_tool/parser/module/dscan.py:350
198
196
  msgid "The D-Scan module is currently disabled."
@@ -210,9 +208,8 @@ msgstr "고유링크가 성공적으로 복사되었습니다"
210
208
  msgid ""
211
209
  "Something went wrong. Nothing copied. Maybe your browser does not support "
212
210
  "this function."
213
- msgstr ""
214
- "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 수"
215
- "도 있습니다."
211
+ msgstr "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 "
212
+ "수도 있습니다."
216
213
 
217
214
  #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
218
215
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
@@ -332,8 +329,7 @@ msgstr[0] "스캔 당 최대 %(max_pilots)s명으로 제한되어 있습니다."
332
329
  msgid ""
333
330
  "Please keep in mind, parsing large amounts of data can take some time. Be "
334
331
  "patient, CCP's API is not the fastest to answer …"
335
- msgstr ""
336
- "기억해주세요, 큰 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 "
332
+ msgstr "기억해주세요, 큰 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 "
337
333
  "것으로 유명합니다, 조금만 기다려 주세요 …"
338
334
 
339
335
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -3,20 +3,21 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
8
  "Project-Id-Version: PACKAGE VERSION\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/nl/>\n"
15
+ "Language: nl\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.5.3\n"
20
21
 
21
22
  #: aa_intel_tool/__init__.py:9
22
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -7,17 +7,17 @@ msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
- "PO-Revision-Date: 2024-03-29 15:11+0000\n"
10
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-intel-tool/pl/>\n"
14
14
  "Language: pl_PL\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19
19
  "|| n%100>=20) ? 1 : 2;\n"
20
- "X-Generator: Weblate 5.4.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -188,6 +188,7 @@ msgid_plural ""
188
188
  "per scan. Your list of pilots exceeds this limit."
189
189
  msgstr[0] ""
190
190
  msgstr[1] ""
191
+ msgstr[2] ""
191
192
 
192
193
  #: aa_intel_tool/parser/module/dscan.py:350
193
194
  msgid "The D-Scan module is currently disabled."
@@ -297,6 +298,7 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
297
298
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
298
299
  msgstr[0] ""
299
300
  msgstr[1] ""
301
+ msgstr[2] ""
300
302
 
301
303
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
302
304
  msgid ""
@@ -324,6 +326,7 @@ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
324
326
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
325
327
  msgstr[0] ""
326
328
  msgstr[1] ""
329
+ msgstr[2] ""
327
330
 
328
331
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
329
332
  msgid ""
@@ -1,25 +1,25 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # Nikolay <nick.postnikov@gmail.com>, 2023.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
6
- # Max <mark25@inbox.ru>, 2023.
4
+ # Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
+ # Max <mark25@inbox.ru>, 2023, 2024.
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: 2023-10-04 15:47+0000\n"
13
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
- "apps/aa-intel-tool/ru/>\n"
12
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
14
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
15
+ "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 : "
21
21
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.0.2\n"
22
+ "X-Generator: Weblate 5.5.3\n"
23
23
 
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -3,21 +3,22 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
8
  "Project-Id-Version: PACKAGE VERSION\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-intel-tool/sk/>\n"
15
+ "Language: sk\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
20
20
  ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
21
+ "X-Generator: Weblate 5.5.3\n"
21
22
 
22
23
  #: aa_intel_tool/__init__.py:9
23
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -188,6 +189,8 @@ msgid_plural ""
188
189
  "per scan. Your list of pilots exceeds this limit."
189
190
  msgstr[0] ""
190
191
  msgstr[1] ""
192
+ msgstr[2] ""
193
+ msgstr[3] ""
191
194
 
192
195
  #: aa_intel_tool/parser/module/dscan.py:350
193
196
  msgid "The D-Scan module is currently disabled."
@@ -297,6 +300,8 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
297
300
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
298
301
  msgstr[0] ""
299
302
  msgstr[1] ""
303
+ msgstr[2] ""
304
+ msgstr[3] ""
300
305
 
301
306
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
302
307
  msgid ""
@@ -322,6 +327,8 @@ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
327
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
328
  msgstr[0] ""
324
329
  msgstr[1] ""
330
+ msgstr[2] ""
331
+ msgstr[3] ""
325
332
 
326
333
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
327
334
  msgid ""
@@ -1,23 +1,23 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
- "PO-Revision-Date: 2023-10-04 15:47+0000\n"
10
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/uk/>\n"
12
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-intel-tool/uk/>\n"
14
14
  "Language: uk\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
19
19
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -3,13 +3,14 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Dehao Wu <wudehao2000@163.com>, 2024.
5
5
  # Faer Yili <yilifaer@gmail.com>, 2024.
6
+ # SAM_FPS <sam_fps@163.com>, 2024.
6
7
  msgid ""
7
8
  msgstr ""
8
9
  "Project-Id-Version: PACKAGE VERSION\n"
9
10
  "Report-Msgid-Bugs-To: \n"
10
11
  "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
- "PO-Revision-Date: 2024-01-11 21:04+0000\n"
12
- "Last-Translator: Dehao Wu <wudehao2000@163.com>\n"
12
+ "PO-Revision-Date: 2024-05-16 13:20+0000\n"
13
+ "Last-Translator: SAM_FPS <sam_fps@163.com>\n"
13
14
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
14
15
  "alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
15
16
  "Language: zh_Hans\n"
@@ -17,7 +18,7 @@ msgstr ""
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
18
19
  "Content-Transfer-Encoding: 8bit\n"
19
20
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.3.1\n"
21
+ "X-Generator: Weblate 5.5.5\n"
21
22
 
22
23
  #: aa_intel_tool/__init__.py:9
23
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -60,7 +61,7 @@ msgstr ""
60
61
  #: aa_intel_tool/models.py:123
61
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
63
  msgid "Fleet composition"
63
- msgstr ""
64
+ msgstr "舰队组成"
64
65
 
65
66
  #: aa_intel_tool/exceptions.py:34
66
67
  #, python-brace-format
@@ -328,7 +329,7 @@ msgstr ""
328
329
 
329
330
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
330
331
  msgid "Submit"
331
- msgstr ""
332
+ msgstr "提交"
332
333
 
333
334
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
334
335
  msgid "Working on it, please be patient …"
@@ -370,7 +371,7 @@ msgstr ""
370
371
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
371
372
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
372
373
  msgid "Count"
373
- msgstr ""
374
+ msgstr "计数"
374
375
 
375
376
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
376
377
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
@@ -452,7 +453,7 @@ msgstr ""
452
453
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
453
454
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
454
455
  msgid "Ship class"
455
- msgstr ""
456
+ msgstr "舰船等级"
456
457
 
457
458
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
458
459
  msgid "Total mass (in kg):"
@@ -472,7 +473,7 @@ msgstr ""
472
473
 
473
474
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
474
475
  msgid "Fleet details"
475
- msgstr ""
476
+ msgstr "舰队细节"
476
477
 
477
478
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
478
479
  msgid "Pilots in fleet"
@@ -488,7 +489,7 @@ msgstr ""
488
489
 
489
490
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
490
491
  msgid "System"
491
- msgstr ""
492
+ msgstr "星系"
492
493
 
493
494
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
494
495
  msgid "Participation details"
@@ -1,4 +1,4 @@
1
- /* global aaIntelToolJsL10n, aaIntelToolJsOptions, addDscanHightlight, removeDscanHightlight, changeDscanStickyHighlight, fetchAjaxData, shipInfoPanel, Intl */
1
+ /* global aaIntelToolJsL10n, aaIntelToolJsOptions, addDscanHightlight, removeDscanHightlight, changeDscanStickyHighlight, fetchAjaxData, shipInfoPanel */
2
2
 
3
3
  $(() => {
4
4
  'use strict';
@@ -1,4 +1,4 @@
1
- /* global fetchAjaxData, aaIntelToolJsOptions, aaIntelToolJsL10n, shipInfoPanel, pilotInfoPanel, addFleetcompositionHightlight, removeFleetcompositionHightlight, Intl */
1
+ /* global fetchAjaxData, aaIntelToolJsOptions, aaIntelToolJsL10n, shipInfoPanel, pilotInfoPanel, addFleetcompositionHightlight, removeFleetcompositionHightlight */
2
2
 
3
3
  $(() => {
4
4
  'use strict';
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-intel-tool
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: A simple parser for D-Scans and more for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
@@ -1,4 +1,4 @@
1
- aa_intel_tool/__init__.py,sha256=E2zQ3JkMVxHgP9r6Y38Nqv0Z4WtKgL1iVHLw33yy_co,135
1
+ aa_intel_tool/__init__.py,sha256=Dm7es8_u5MBK8mhFTMjmFulDIc7tIhy__1pnX32Yqm4,135
2
2
  aa_intel_tool/admin.py,sha256=ZSsxpL4LmV0nxQRww6BwY5BPLM23JxpnCPwMQbACv78,2441
3
3
  aa_intel_tool/app_settings.py,sha256=FUy9aeu3zHpqhc19tfuJU8b0atdhF2cnlIG1oO1lTRw,2328
4
4
  aa_intel_tool/apps.py,sha256=rfCtJ2bFQB4sDdl-zYo_i034oq-fF1Ad3NAU55NoBQk,452
@@ -12,29 +12,32 @@ aa_intel_tool/urls.py,sha256=cncBfnPbJErN9w0qM83ZmtlnMJEolDHLQllU8bvxUa0,720
12
12
  aa_intel_tool/helper/data_structure.py,sha256=ajH_hDWR5TV22gF0AMIZsu1PcY73OzPdOHx1d_D0GsM,302
13
13
  aa_intel_tool/helper/eve_character.py,sha256=EekvX6yw_uzDkLp-3w3hnjmkralxZ0YCiajW-K2-Fcg,5134
14
14
  aa_intel_tool/locale/django.pot,sha256=B_-AVAg99HXMe7wkx-OHuTNAwNCvGbsNWyPA-6GOpEw,15632
15
- aa_intel_tool/locale/cs/LC_MESSAGES/django.po,sha256=45uOWmfKLVnR6fUChWelpkETchTaVV4neVPiNOM9AJk,15707
16
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=cd7Zk-R-LP1Px7TLNjYJc57qHTSoD7oeYG77NtE_29Y,8931
17
- aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=w1GoisT0BkhznW7bvseDhoKlJDcuofqZtgjF9tZY9J8,18871
18
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=XE5t6KYKLHPkF9oQ76BW22XfbaSTGrnz3mFU4SwLA98,1847
19
- aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=HizBLTNmU-4bYoBkSXYSMSWyRMxq2x3mz-lan8F_YRU,16800
20
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo,sha256=N1yxgDln-PWrwpAAfgsy3nbqA8-j0xPy1yAA4QEr87s,7613
21
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=hDAfQBRK2NcvkjJZtNyCn7M-s3P1IsHin_2ENP0unso,18980
22
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo,sha256=S2vRgkEzke4CYbkzFd-JIxoeujZMf6lgVEI_JC1kEXs,483
23
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=qtPXoiViEyETPt7RZdDmUt6Xz0fNL9TWeUccK7v3I3A,15721
24
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo,sha256=HohMyOaG0uuIEOv0F9J5bVCpQ3ZEaPX9rqr_nTKYiWA,480
25
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=JZAphQldjR4EH1o4xHNntIx2zUqNKanvcG7icXvzzpg,15675
26
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=d-x8pke3vWSp_VipUsnv5RX-AtUZgGZyAnuzEh6ZaAQ,8735
27
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=yfceJ0GnwAYaSGr6kiPjTpkr2R_TQICt0QMBzPDZLPs,19059
28
- aa_intel_tool/locale/nl/LC_MESSAGES/django.po,sha256=WXlWOfAhlWNduCbM81R3qi0v5w-NbS5rZB5jHpvctpM,15624
29
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo,sha256=VXyzYWv1LBsoA1spPxoF4uEhInQnhomyvqzzzgo25W8,926
30
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po,sha256=XcCRLe4Si61frG-ewaTCbbnKyjBRF0Z7eBrJr6oguFU,15951
31
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=39JwuKRjaB_Ikfzkp6_99rdFD6NzU1fZrIoiR3hq6Lk,11779
32
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=bIlXJxrpLagFm-zuhGlB5L5KwiSI7BJ5ctPn4KRkCdI,21861
33
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=5fkXsOIfLq7VGP50UVJWlZCyTHQdlAJls5Y5rCA_ARo,15702
34
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=u9BshCgY0_lgbF40uyj2StnXEqOOyuuPdFOIS6SCr30,664
35
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=W8e3x8dd4Uhzm_4YvpOH_8ICswDKCT89NT5wQk5nL3M,15925
36
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=swhB3asGJDPH7SXq-1Er6AdjBbi_39INtuYLlhoEjI8,832
37
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=UUG4FQQVKWVaggk9XzgETr11AZ0U6JXNIPTanPrKRrU,15860
15
+ aa_intel_tool/locale/cs/LC_MESSAGES/django.mo,sha256=kFplGNZngT8kqd46KvdOMgforCD5Ad_FGe0mtiM7p-Q,561
16
+ aa_intel_tool/locale/cs/LC_MESSAGES/django.po,sha256=ZF0_knhqKawRdrRNUjX10BBQPs0AgnFs3da5JVW2WVk,15879
17
+ aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=QkFSQVfr3XKimEprBInSZows2xj0D9FUK1rpcAem3Jg,8931
18
+ aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=XJkwkbrZhTproiuL449Tz68AYMkHWZwo1Ou1flSt6EA,18877
19
+ aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=jdprj0Brl2RJY1alw9CcstPZxnKS0Uhc4CcyBdTIuxc,1849
20
+ aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=7Ss2IKLfMxaQB-YxVZOfGUAM5Oq4aaErsQ9TlOgZYpo,16820
21
+ aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo,sha256=bbITue5XwCqWwu6RYrajiGOhhDIuBGmabHtFFCGMYJ0,7613
22
+ aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=TuufaMikobQRwjtTM9OCvwWO2PGOoxsJVBg-jRB8OdI,18972
23
+ aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo,sha256=dqJTO-ELuQ2KgN37kNG65LG7jjb4IhNkU2Tq1C4vswg,483
24
+ aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=O2fc3_zlA_BBNr3HXoXFML4VRIHtS_kHuBmlhM_UiUs,15721
25
+ aa_intel_tool/locale/ja/LC_MESSAGES/django.mo,sha256=lCEBdxMDDe6b695zTFyrSFIB1nTJh9AXobwzjsQRRCE,480
26
+ aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=6WW-MXUfqOgVeOS6FYW5BXPK3lOHvsZsHtVoCfkaLec,15675
27
+ aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=dygaXYTsMYWuU9YH96UnjwKAkPmrprdtsHdlAIEFyME,8735
28
+ aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=xOqSXjZM2vRPOT28_NzMsivO9orS-3YNp0j5E9wZb0I,19048
29
+ aa_intel_tool/locale/nl/LC_MESSAGES/django.mo,sha256=K0pyH0sermqDXN9hnCQUDHcst_CewisXZp_Q0_3y-k4,479
30
+ aa_intel_tool/locale/nl/LC_MESSAGES/django.po,sha256=7-ed2qHdmoDMhggNf9F99NX3ewPDDqxeWPKyF5qfq3Q,15716
31
+ aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo,sha256=pviaTemIpmyQrIz-vEadYrZgOgntLAb5QtEkupkf35k,926
32
+ aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po,sha256=SbPSzWw4Gy0L34M9cx4-l6ft2CvD5ArKznr01fi4vyk,15990
33
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=_kygf34LFQvVIm1jE0WXvDnaaUZd1mmMT0PhAKh-OeQ,11779
34
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=bi9LXle_EmlgT-hKeMWOJq4hiAhXoFIIkjzVBdzuib0,21878
35
+ aa_intel_tool/locale/sk/LC_MESSAGES/django.mo,sha256=ag8xFgumlPADbLURJ5FQ4EARs6lIPpB4ulbuizC8J0I,558
36
+ aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=D-WEz8-cvFm4o0oSKgAnoCiCE5RoHwovpXkxCJZ8JNI,15875
37
+ aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=ksPAywZX4g-sA1xT8M3y_L2h_3pJuJKv72ZPZvyXdwg,664
38
+ aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=i2D0erEhCIr3lUNTE4M--JyCYhzw3-OxGbYdZeklIJ4,15931
39
+ aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=M1sNQynfoQVcrTB2IuiwsihDD8a6vzsN05c52pD_Q2Y,1083
40
+ aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=rL-UTOJktSGeXVvCg85UciCDTUmmDV05PW82AgN-D0g,15944
38
41
  aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=rojHdwLg57a3darJif8uFwGxxiBQeFIOGRdr6qI0c5g,1796
39
42
  aa_intel_tool/migrations/0001_initial.py,sha256=nwtThaFJ7wrOZld0MzQ-MLpHB9xG-SJOZPl8FbM8dFE,4339
40
43
  aa_intel_tool/migrations/0002_alter_scan_raw_data.py,sha256=LDXPIxhCJ3QToQqmdyZubNEgiuGPsZZTBGKTOyApULw,405
@@ -58,13 +61,13 @@ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map,
58
61
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js,sha256=46Vv59KqNIASPCXP0cju2FtskHUkIVg1Sx-pLvAOdCw,4831
59
62
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js,sha256=MZD_eP8WpEtm_NpsxWv-pOuVRpnJiBWS3kYg6B6xCDU,2165
60
63
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map,sha256=xD5ZySXgcxWqYwPQkkeXD9jcf1gCGV8RtgUPhVQ_KRM,1810
61
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js,sha256=ll8ZPzo9ZDXHwKjHGb81WN1S7d09RUkjxMg8qzqeQHs,23339
64
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js,sha256=LrzdU3nFObb1tpHkBPJAsZ7IXFg6PGmGnQAgm2VOcOc,23333
62
65
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js,sha256=B69MTY3UGzA5egpFpgLoyWcksvGf41A6kaycstn0q2E,8143
63
66
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map,sha256=TxnY0LOCAYfViQK8vv03ZDcxMNTbzInTMig6kjFyKl4,9295
64
67
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js,sha256=WiJlr8DKAncAMnQmz_MVUxFp7LV0-od6KyxOCEZxRM0,5304
65
68
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js,sha256=sIpUNEtxaD-OGN_cULjQ4X9XxAxx_T30i1VskV5TeZo,2576
66
69
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map,sha256=shr9viS47gVwrvKeUGVRbDNbBoBrMQy9uU3_NGeuDzI,2064
67
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js,sha256=3jd5Fd2pqV6p8Ly9Q5trN7eBdPvnPGRm19MR1txfmAE,8525
70
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js,sha256=F66t2-X493hEEOzW9TgTW4wZaA8brZlXbep7085Sd-k,8519
68
71
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js,sha256=mWIgmqvcsVCEOnEDQDeMaLMpRoG2V1IvxJtKBcc-wIQ,3154
69
72
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map,sha256=HDjRVmag5SmrROsw6QFqesc1I8ZHKmBEIuJN09vKl6A,3700
70
73
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js,sha256=5Y8KfiETLWVMYA_SiCmkasMt4IgM8d-diQS1wpL2rDY,9189
@@ -123,7 +126,7 @@ aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=BYqCJznI3e6jlHTQwmr08wZr2D_an
123
126
  aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
124
127
  aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
125
128
  aa_intel_tool/views/general.py,sha256=c2xD--Kkc9IfJg2x7VALPMhvwbssIY0qsbdFqfJEh-s,4040
126
- aa_intel_tool-2.1.0.dist-info/METADATA,sha256=QHIv-VjxNepl8vsjGhbCLsz9haSdOcwFYAr9EAQ-04I,55219
127
- aa_intel_tool-2.1.0.dist-info/WHEEL,sha256=osohxoshIHTFJFVPhsi1UkZuLRGMHRXZzwEBW2ezjrc,87
128
- aa_intel_tool-2.1.0.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
129
- aa_intel_tool-2.1.0.dist-info/RECORD,,
129
+ aa_intel_tool-2.1.1.dist-info/METADATA,sha256=WRNO6kFuX4UizBN2qTyx8vbRGujYdOjcvRiMses2A5w,55219
130
+ aa_intel_tool-2.1.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
131
+ aa_intel_tool-2.1.1.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
132
+ aa_intel_tool-2.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.1
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any