aa-intel-tool 2.5.0__py3-none-any.whl → 2.5.2__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/constants.py +1 -1
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +5 -5
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +5 -5
- aa_intel_tool/locale/django.pot +3 -3
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +9 -13
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +7 -7
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +3 -3
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +5 -5
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +8 -8
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +3 -3
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +3 -3
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +3 -3
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +3 -3
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +8 -6
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +3 -3
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.2.dist-info}/METADATA +3 -3
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.2.dist-info}/RECORD +24 -24
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.2.dist-info}/WHEEL +1 -1
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.2.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
aa_intel_tool/constants.py
CHANGED
|
@@ -31,7 +31,7 @@ distance_units_off_grid: str = """
|
|
|
31
31
|
|а.е. # Russian
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
|
-
distance_units = f"{distance_units_on_grid}|{distance_units_off_grid}"
|
|
34
|
+
distance_units: str = f"{distance_units_on_grid}|{distance_units_off_grid}"
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
# Pre-compiled regex patterns used throughout the app
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
# Dadas Aideron <dadas.aideron@gmail.com>, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2024-
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-07-10 14:26+0000\n"
|
|
11
11
|
"Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
|
|
12
|
-
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
|
|
13
|
-
"
|
|
12
|
+
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
13
|
+
"apps/aa-intel-tool/cs/>\n"
|
|
14
14
|
"Language: cs_CZ\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2024-
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-12 02:38+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
|
13
|
-
"
|
|
12
|
+
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
13
|
+
"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"
|
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
Binary file
|
|
@@ -6,12 +6,11 @@
|
|
|
6
6
|
# Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023, 2024.
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
12
|
-
"PO-Revision-Date: 2024-
|
|
13
|
-
"Last-Translator:
|
|
14
|
-
"<moralesgeovanny1996@gmail.com>\n"
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2024-12-02 17:40+0000\n"
|
|
13
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
15
14
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
16
15
|
"apps/aa-intel-tool/es/>\n"
|
|
17
16
|
"Language: es\n"
|
|
@@ -19,7 +18,7 @@ msgstr ""
|
|
|
19
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
22
|
-
"X-Generator: Weblate 5.
|
|
21
|
+
"X-Generator: Weblate 5.8.4\n"
|
|
23
22
|
|
|
24
23
|
#: aa_intel_tool/__init__.py:9
|
|
25
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
@@ -29,7 +28,7 @@ msgstr ""
|
|
|
29
28
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
30
29
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
31
30
|
msgid "Intel Parser"
|
|
32
|
-
msgstr ""
|
|
31
|
+
msgstr "Analizador inteligencia"
|
|
33
32
|
|
|
34
33
|
#: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
|
|
35
34
|
msgid "Scan type"
|
|
@@ -40,15 +39,12 @@ msgid "Open in a new browser tab"
|
|
|
40
39
|
msgstr "Abrir en una nueva pestaña del navegador"
|
|
41
40
|
|
|
42
41
|
#: aa_intel_tool/admin.py:100
|
|
43
|
-
#, fuzzy
|
|
44
|
-
#| msgid "RAW data"
|
|
45
42
|
msgid "Raw data"
|
|
46
43
|
msgstr "datos RAW"
|
|
47
44
|
|
|
48
45
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
49
46
|
#: aa_intel_tool/apps.py:21
|
|
50
|
-
#,
|
|
51
|
-
#| msgid "Intel Tool v{__version__}"
|
|
47
|
+
#, python-brace-format
|
|
52
48
|
msgid "Intel Parser v{__version__}"
|
|
53
49
|
msgstr "Herramienta de Intel v{__version__}"
|
|
54
50
|
|
|
@@ -236,7 +232,7 @@ msgstr ""
|
|
|
236
232
|
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
237
233
|
msgctxt "Decimal separator"
|
|
238
234
|
msgid "."
|
|
239
|
-
msgstr "
|
|
235
|
+
msgstr ","
|
|
240
236
|
|
|
241
237
|
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
242
238
|
msgctxt "Thousands separator"
|
|
Binary file
|
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
# Houbi_Houba <paul.lacape@live.fr>, 2024.
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
11
|
-
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
13
|
-
"PO-Revision-Date: 2024-
|
|
10
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
11
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
12
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
13
|
+
"PO-Revision-Date: 2024-12-02 17:40+0000\n"
|
|
14
14
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
15
|
-
"Language-Team: French <https://weblate.ppfeufer.de/projects/"
|
|
16
|
-
"
|
|
15
|
+
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
16
|
+
"apps/aa-intel-tool/fr/>\n"
|
|
17
17
|
"Language: fr_FR\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.
|
|
22
|
+
"X-Generator: Weblate 5.8.4\n"
|
|
23
23
|
|
|
24
24
|
#: aa_intel_tool/__init__.py:9
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version:
|
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
8
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
10
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
# Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2024-
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-05 10:10+0000\n"
|
|
11
11
|
"Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
|
|
12
|
-
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
|
|
13
|
-
"
|
|
12
|
+
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
13
|
+
"apps/aa-intel-tool/ja/>\n"
|
|
14
14
|
"Language: ja\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
Binary file
|
|
@@ -2,16 +2,16 @@
|
|
|
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
|
# Author50CO <tkddlschry@gmail.com>, 2023, 2024.
|
|
5
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
|
5
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
6
6
|
# Mind of the Raven <okanieva@gmail.com>, 2024.
|
|
7
7
|
# Rodpold Shard <rodpold@gmail.com>, 2024.
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
11
|
-
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
13
|
-
"PO-Revision-Date: 2024-
|
|
14
|
-
"Last-Translator:
|
|
10
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
11
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
12
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
13
|
+
"PO-Revision-Date: 2024-12-02 17:40+0000\n"
|
|
14
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
15
15
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
16
16
|
"apps/aa-intel-tool/ko/>\n"
|
|
17
17
|
"Language: ko_KR\n"
|
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
|
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.
|
|
22
|
+
"X-Generator: Weblate 5.8.4\n"
|
|
23
23
|
|
|
24
24
|
#: aa_intel_tool/__init__.py:9
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
@@ -247,7 +247,7 @@ msgstr "_END_ 개의 결과 표시중"
|
|
|
247
247
|
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
|
|
248
248
|
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
249
249
|
msgid "(filtered from _MAX_ total entries)"
|
|
250
|
-
msgstr "총 _MAX_ 개의 결과 에서 필터링됨"
|
|
250
|
+
msgstr "(총 _MAX_ 개의 결과 에서 필터링됨)"
|
|
251
251
|
|
|
252
252
|
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
|
|
253
253
|
msgid "No records available"
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version:
|
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
8
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
10
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
# Peter Pfeufer <info@ppfeufer.de>, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2024-
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
# Roycce_ <malyasov.roma@mail.ru>, 2024.
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
11
|
-
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
10
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
11
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
12
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
13
13
|
"PO-Revision-Date: 2024-06-06 14:27+0000\n"
|
|
14
14
|
"Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
|
|
15
15
|
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version:
|
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
8
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
10
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
Binary file
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version:
|
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2024-
|
|
10
|
-
"PO-Revision-Date: 2024-
|
|
7
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
10
|
+
"PO-Revision-Date: 2024-10-04 18:10+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
13
13
|
"apps/aa-intel-tool/uk/>\n"
|
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
|
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.
|
|
20
|
+
"X-Generator: Weblate 5.7.2\n"
|
|
21
21
|
|
|
22
22
|
#: aa_intel_tool/__init__.py:9
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
@@ -307,10 +307,12 @@ msgid ""
|
|
|
307
307
|
"Do you want to help translate this app into your language or improve the "
|
|
308
308
|
"existing translation?"
|
|
309
309
|
msgstr ""
|
|
310
|
+
"Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний "
|
|
311
|
+
"переклад?"
|
|
310
312
|
|
|
311
313
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
312
314
|
msgid "Join our team of translators!"
|
|
313
|
-
msgstr ""
|
|
315
|
+
msgstr "Приєднуйтесь до нашої команди перекладачів!"
|
|
314
316
|
|
|
315
317
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
|
|
316
318
|
msgid "What can I paste?"
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
# 陈康立 <amadis0814@gmail.com>, 2024.
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version:
|
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date: 2024-
|
|
11
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
12
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
13
|
+
"POT-Creation-Date: 2024-12-14 18:06+0100\n"
|
|
14
14
|
"PO-Revision-Date: 2024-07-16 04:03+0000\n"
|
|
15
15
|
"Last-Translator: 陈康立 <amadis0814@gmail.com>\n"
|
|
16
16
|
"Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.2
|
|
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
|
|
@@ -683,7 +683,6 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
683
683
|
the library. If this is what you want to do, use the GNU Lesser General
|
|
684
684
|
Public License instead of this License. But first, please read
|
|
685
685
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
686
|
-
License-File: LICENSE
|
|
687
686
|
Keywords: allianceauth,eveonline
|
|
688
687
|
Classifier: Environment :: Web Environment
|
|
689
688
|
Classifier: Framework :: Django
|
|
@@ -696,6 +695,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
696
695
|
Classifier: Programming Language :: Python :: 3.10
|
|
697
696
|
Classifier: Programming Language :: Python :: 3.11
|
|
698
697
|
Classifier: Programming Language :: Python :: 3.12
|
|
698
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
699
699
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
700
700
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
701
701
|
Requires-Python: >=3.10
|
|
@@ -782,7 +782,7 @@ See [Settings](#settings) section for details.
|
|
|
782
782
|
|
|
783
783
|
## Installation<a name="installation"></a>
|
|
784
784
|
|
|
785
|
-
>
|
|
785
|
+
> [!NOTE]
|
|
786
786
|
>
|
|
787
787
|
> **AA Intel Tool >= 2.0.0 needs at least Alliance Auth v4.0.0!**
|
|
788
788
|
>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
aa_intel_tool/__init__.py,sha256=
|
|
1
|
+
aa_intel_tool/__init__.py,sha256=6vrTMTZnnBprwFIcs5Ma2mz3mVu5p2vhYC_4t8Hseas,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
|
|
5
5
|
aa_intel_tool/auth_hooks.py,sha256=Z0FyC6XWWCulRQzK1nv2JeDhlvOCxY37KXK_kDRy78U,1469
|
|
6
|
-
aa_intel_tool/constants.py,sha256=
|
|
6
|
+
aa_intel_tool/constants.py,sha256=IHz_rtMCpzosGKzUrlPlrTYodlKju0A4iLe1XUKzh-o,2576
|
|
7
7
|
aa_intel_tool/exceptions.py,sha256=1uEreioXqnWR8trgU5RSvj7CZ6GdkaWG-wI5G1pfvqs,693
|
|
8
8
|
aa_intel_tool/form.py,sha256=naH20ZGyktwM-JBZeC98FRlptLpYe5PvQYu-Xto7-z4,545
|
|
9
9
|
aa_intel_tool/models.py,sha256=oZ0_pPl-4XiGOspVx-9n8DITqsfIv2yizFn532BtZcg,4057
|
|
@@ -11,33 +11,33 @@ aa_intel_tool/tasks.py,sha256=lkW1kDJzU8iOINp_tKEL5rG9DM5icvEkyYQUhGrW_hU,1088
|
|
|
11
11
|
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=SZcfIJndVvriiqrZW3HrFtMZ9r3PlYIdaups2JndHkE,5143
|
|
14
|
-
aa_intel_tool/locale/django.pot,sha256=
|
|
14
|
+
aa_intel_tool/locale/django.pot,sha256=CV_wPX6iZtjF5ghwSKDO84OVlMSQEkAIn2SrljCGIN4,15684
|
|
15
15
|
aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=CHgMtrHlb-VEo5fUh2G3IrCNxoIScE-LzX6xjz1YkRc,864
|
|
16
|
-
aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
16
|
+
aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po,sha256=us97CbMOJLCarAUnpi2Nzc2kkEsdrOnb8BEL6Souyyc,16093
|
|
17
17
|
aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=ykEnYbWAdXz9NLf9mDbzlRQQNX7rwsEeK_NnbajXNUA,8931
|
|
18
|
-
aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=
|
|
19
|
-
aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
20
|
-
aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=
|
|
21
|
-
aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo,sha256=
|
|
22
|
-
aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=
|
|
18
|
+
aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=jxXOSkL3MHlhuO_xYJBGHNnY_OIAAYkWgg4PX5A6Huc,18885
|
|
19
|
+
aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=9vAXi9Jp1IkMbmCJLC-sboBSLAqCOuF-4ZAPUmeLKBI,2041
|
|
20
|
+
aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=8PW8DE874i1Kh3-HOMRRh8QdA5w8ZiddQtqkPkWwgUI,16786
|
|
21
|
+
aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo,sha256=D3hTzMn8QWzX98qhjQ63PL7ICu7ibOCPVpL4PsJvA4M,7753
|
|
22
|
+
aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=tdWLLg-1lcINnC21dUkyEybaFiYEMVzZCITAcXLDeA4,19095
|
|
23
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=
|
|
24
|
+
aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=5RTl-ogTDwlpPPg9aAyLHAK3r08UQtKaT18Fc8mMQa0,15773
|
|
25
25
|
aa_intel_tool/locale/ja/LC_MESSAGES/django.mo,sha256=QLIDRjta7RnIlXK5syiiuByJvHt3VDAW8ulGuV3oUmA,1183
|
|
26
|
-
aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=
|
|
27
|
-
aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=
|
|
28
|
-
aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=
|
|
26
|
+
aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=i4YHsCL-98CVFnfwNK4jBWfnlUkeyzcGQB64zzyfWdE,16046
|
|
27
|
+
aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=_wp-CP4xtLHHiGwR2kBD_ouXauytLSbXE30BqvNchFE,8737
|
|
28
|
+
aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=jyksgWl_LGzIz3W76vBv4DXPc7ndzMyrg1NWgu80QtA,19119
|
|
29
29
|
aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo,sha256=K0pyH0sermqDXN9hnCQUDHcst_CewisXZp_Q0_3y-k4,479
|
|
30
|
-
aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po,sha256=
|
|
30
|
+
aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po,sha256=RLlB782u6bEQlSRQl2wb5dbfH_aqh0HI4wi7Bs4MG1Q,15771
|
|
31
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=
|
|
32
|
+
aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po,sha256=Sbzk6yl8qv5sKGzdXgtWlXSpBgsw59gDCsflnYY_nq8,16042
|
|
33
33
|
aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=qo2lBho_yA5eP__d-MiguV3lThhIfOHlgWO-YRQI6Fg,11848
|
|
34
|
-
aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=
|
|
34
|
+
aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=JAFhfuZ20htz2YGhbfnPpQIc-mnHptrSrQW8kY_VI-k,22003
|
|
35
35
|
aa_intel_tool/locale/sk/LC_MESSAGES/django.mo,sha256=ag8xFgumlPADbLURJ5FQ4EARs6lIPpB4ulbuizC8J0I,558
|
|
36
|
-
aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=
|
|
37
|
-
aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=
|
|
38
|
-
aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=
|
|
36
|
+
aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=GNrpbl5a6YEoHCdV8bePX2TS5fRWlSMyhkcMWZTDAaQ,15927
|
|
37
|
+
aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=rCzyZwK4BZbGCQK319E4EMF1NZ2-Ol7-SuhZZ6r0VDw,1065
|
|
38
|
+
aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=MueMhHzJVH9O-h5-WWH7u35RIbAFQVMnx43oTGaIcHk,16223
|
|
39
39
|
aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=MTC_vtDXptZOslSvlg_3lGcfyjMs7v94vw1SGHTPFhk,2053
|
|
40
|
-
aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256
|
|
40
|
+
aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=-PqCuq9wq7GGawEskGOoNrFssWH5NY-enmfZhuLjXVA,16404
|
|
41
41
|
aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=rojHdwLg57a3darJif8uFwGxxiBQeFIOGRdr6qI0c5g,1796
|
|
42
42
|
aa_intel_tool/migrations/0001_initial.py,sha256=nwtThaFJ7wrOZld0MzQ-MLpHB9xG-SJOZPl8FbM8dFE,4339
|
|
43
43
|
aa_intel_tool/migrations/0002_alter_scan_raw_data.py,sha256=LDXPIxhCJ3QToQqmdyZubNEgiuGPsZZTBGKTOyApULw,405
|
|
@@ -126,7 +126,7 @@ aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=BYqCJznI3e6jlHTQwmr08wZr2D_an
|
|
|
126
126
|
aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
|
|
127
127
|
aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
|
|
128
128
|
aa_intel_tool/views/general.py,sha256=c2xD--Kkc9IfJg2x7VALPMhvwbssIY0qsbdFqfJEh-s,4040
|
|
129
|
-
aa_intel_tool-2.5.
|
|
130
|
-
aa_intel_tool-2.5.
|
|
131
|
-
aa_intel_tool-2.5.
|
|
132
|
-
aa_intel_tool-2.5.
|
|
129
|
+
aa_intel_tool-2.5.2.dist-info/METADATA,sha256=zrmgXkD9GJze3XimZ_gEy1M40lNG5ko9cqzepAVud3I,55071
|
|
130
|
+
aa_intel_tool-2.5.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
131
|
+
aa_intel_tool-2.5.2.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
|
|
132
|
+
aa_intel_tool-2.5.2.dist-info/RECORD,,
|
|
File without changes
|