aa-intel-tool 2.5.0__py3-none-any.whl → 2.5.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/constants.py +1 -1
- aa_intel_tool/locale/django.pot +1 -1
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +7 -5
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.1.dist-info}/METADATA +1 -1
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.1.dist-info}/RECORD +9 -9
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.5.0.dist-info → aa_intel_tool-2.5.1.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
|
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-11-01 09:27+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
|
|
@@ -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-06-23 11:20+0200\n"
|
|
10
|
-
"PO-Revision-Date: 2024-
|
|
10
|
+
"PO-Revision-Date: 2024-10-04 18:10+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/
|
|
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.
|
|
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?"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.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,9 +1,9 @@
|
|
|
1
|
-
aa_intel_tool/__init__.py,sha256=
|
|
1
|
+
aa_intel_tool/__init__.py,sha256=nAlWYKuxzmtoRvcVfliOofn-xC29H6cqxIAscE-5Sfo,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,7 +11,7 @@ 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=Fq63KoVtutpSR2EVyhHQKKvrZfrV9S6MBlbZn9k8u9E,15632
|
|
15
15
|
aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=CHgMtrHlb-VEo5fUh2G3IrCNxoIScE-LzX6xjz1YkRc,864
|
|
16
16
|
aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po,sha256=0tZVQJpLZcy194whehEegZe_TTJsIYlpPrcakh9bBuE,16041
|
|
17
17
|
aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=ykEnYbWAdXz9NLf9mDbzlRQQNX7rwsEeK_NnbajXNUA,8931
|
|
@@ -34,8 +34,8 @@ aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=qo2lBho_yA5eP__d-MiguV3lThh
|
|
|
34
34
|
aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=_SH95aQ7Wina4qJLyrr5lnOHto3bJtKqp6hhCnwNRgc,21951
|
|
35
35
|
aa_intel_tool/locale/sk/LC_MESSAGES/django.mo,sha256=ag8xFgumlPADbLURJ5FQ4EARs6lIPpB4ulbuizC8J0I,558
|
|
36
36
|
aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=xUoNbJ5ZzwTW25B8nDvdlZa-UbWSnpdRaHCK4vdIhLQ,15875
|
|
37
|
-
aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=
|
|
38
|
-
aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=
|
|
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=dTsu7BMH3mCSyo4Bo2rWwmk2hBHf5Rw1qofBF7cYY_k,16171
|
|
39
39
|
aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=MTC_vtDXptZOslSvlg_3lGcfyjMs7v94vw1SGHTPFhk,2053
|
|
40
40
|
aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=2S_XhyLBdKt405yynn7CGgYvtOP4EXCDR4w7quqr13g,16352
|
|
41
41
|
aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=rojHdwLg57a3darJif8uFwGxxiBQeFIOGRdr6qI0c5g,1796
|
|
@@ -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.1.dist-info/METADATA,sha256=sL7XjbnGLbcE2utcd7IuSbY2TqyB8BtfA8x1EPdz_Sg,55044
|
|
130
|
+
aa_intel_tool-2.5.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
131
|
+
aa_intel_tool-2.5.1.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
|
|
132
|
+
aa_intel_tool-2.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|