aa-intel-tool 2.6.3__py3-none-any.whl → 2.7.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 (43) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +0 -17
  3. aa_intel_tool/exceptions.py +14 -4
  4. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +15 -12
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +17 -14
  7. aa_intel_tool/locale/django.pot +16 -13
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +17 -12
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +15 -12
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +15 -12
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -12
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +17 -12
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +15 -12
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +15 -12
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +17 -12
  16. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +15 -12
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +20 -21
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -12
  20. aa_intel_tool/parser/general.py +5 -3
  21. aa_intel_tool/parser/module/chatlist.py +6 -4
  22. aa_intel_tool/parser/module/dscan.py +1 -1
  23. aa_intel_tool/parser/module/fleetcomp.py +1 -1
  24. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +2 -2
  25. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +2 -2
  26. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +2 -2
  27. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +2 -2
  28. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +2 -2
  29. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +2 -2
  30. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +2 -2
  31. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +2 -2
  32. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +2 -2
  33. aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -7
  34. aa_intel_tool/tests/test_access.py +1 -7
  35. aa_intel_tool/tests/test_auth_hooks.py +1 -7
  36. {aa_intel_tool-2.6.3.dist-info → aa_intel_tool-2.7.1.dist-info}/METADATA +1 -1
  37. {aa_intel_tool-2.6.3.dist-info → aa_intel_tool-2.7.1.dist-info}/RECORD +39 -43
  38. aa_intel_tool/helper/static_files.py +0 -42
  39. aa_intel_tool/templatetags/__init__.py +0 -3
  40. aa_intel_tool/templatetags/aa_intel_tool.py +0 -88
  41. aa_intel_tool/tests/test_templatetags.py +0 -103
  42. {aa_intel_tool-2.6.3.dist-info → aa_intel_tool-2.7.1.dist-info}/WHEEL +0 -0
  43. {aa_intel_tool-2.6.3.dist-info → aa_intel_tool-2.7.1.dist-info}/licenses/LICENSE +0 -0
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
9
+ "POT-Creation-Date: 2025-07-08 12:13+0200\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
12
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
@@ -20,7 +20,6 @@ msgstr ""
20
20
  #: aa_intel_tool/__init__.py:9
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
23
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
24
23
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -45,22 +44,28 @@ msgstr "検証されていないデータ"
45
44
  msgid "Intel Parser v{__version__}"
46
45
  msgstr "インテル用の解析ツール v{__version__}"
47
46
 
48
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
47
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
49
48
  msgid "Chat list"
50
49
  msgstr "チャット一覧"
51
50
 
52
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
51
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
53
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
53
  msgid "D-Scan"
55
54
  msgstr "指向性スキャン"
56
55
 
57
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
56
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
58
57
  #: aa_intel_tool/models.py:123
59
58
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
60
59
  msgid "Fleet composition"
61
60
  msgstr "フリートの構成"
62
61
 
63
- #: aa_intel_tool/exceptions.py:34
62
+ #: aa_intel_tool/exceptions.py:44
63
+ #, fuzzy
64
+ #| msgid "A parser error occurred » {message}"
65
+ msgid "Unknown parser error"
66
+ msgstr "解析エラーが発生しました » {message}"
67
+
68
+ #: aa_intel_tool/exceptions.py:46
64
69
  #, python-brace-format
65
70
  msgid "A parser error occurred » {message}"
66
71
  msgstr "解析エラーが発生しました » {message}"
@@ -155,27 +160,27 @@ msgstr ""
155
160
  msgid "Scan data"
156
161
  msgstr ""
157
162
 
158
- #: aa_intel_tool/parser/general.py:46
163
+ #: aa_intel_tool/parser/general.py:47
159
164
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
160
165
  msgstr ""
161
166
 
162
- #: aa_intel_tool/parser/general.py:63
167
+ #: aa_intel_tool/parser/general.py:65
163
168
  msgid "No data to parse …"
164
169
  msgstr ""
165
170
 
166
- #: aa_intel_tool/parser/module/chatlist.py:60
171
+ #: aa_intel_tool/parser/module/chatlist.py:61
167
172
  msgid "Something went wrong while fetching the character information from ESI."
168
173
  msgstr ""
169
174
 
170
- #: aa_intel_tool/parser/module/chatlist.py:67
175
+ #: aa_intel_tool/parser/module/chatlist.py:69
171
176
  msgid "Character unknown to ESI."
172
177
  msgstr ""
173
178
 
174
- #: aa_intel_tool/parser/module/chatlist.py:256
179
+ #: aa_intel_tool/parser/module/chatlist.py:258
175
180
  msgid "The chat list module is currently disabled."
176
181
  msgstr ""
177
182
 
178
- #: aa_intel_tool/parser/module/chatlist.py:275
183
+ #: aa_intel_tool/parser/module/chatlist.py:277
179
184
  #, python-brace-format
180
185
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
186
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
13
+ "POT-Creation-Date: 2025-07-08 12:13+0200\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
@@ -24,7 +24,6 @@ msgstr ""
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
26
26
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
27
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
28
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
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
@@ -49,22 +48,28 @@ msgstr "원본 데이터"
49
48
  msgid "Intel Parser v{__version__}"
50
49
  msgstr "인텔 파싱 v{__version__}"
51
50
 
52
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
51
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
53
52
  msgid "Chat list"
54
53
  msgstr "챗 리스트"
55
54
 
56
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
55
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
57
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
58
57
  msgid "D-Scan"
59
58
  msgstr "전방위 스캐너"
60
59
 
61
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
60
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
62
61
  #: aa_intel_tool/models.py:123
63
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
64
63
  msgid "Fleet composition"
65
64
  msgstr "함대 구성"
66
65
 
67
- #: aa_intel_tool/exceptions.py:34
66
+ #: aa_intel_tool/exceptions.py:44
67
+ #, fuzzy
68
+ #| msgid "A parser error occurred » {message}"
69
+ msgid "Unknown parser error"
70
+ msgstr "가져오기 오류 발생 » {message}"
71
+
72
+ #: aa_intel_tool/exceptions.py:46
68
73
  #, python-brace-format
69
74
  msgid "A parser error occurred » {message}"
70
75
  msgstr "가져오기 오류 발생 » {message}"
@@ -159,27 +164,27 @@ msgstr "처리된 스캔 데이터"
159
164
  msgid "Scan data"
160
165
  msgstr "스캔 데이터"
161
166
 
162
- #: aa_intel_tool/parser/general.py:46
167
+ #: aa_intel_tool/parser/general.py:47
163
168
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
164
169
  msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
165
170
 
166
- #: aa_intel_tool/parser/general.py:63
171
+ #: aa_intel_tool/parser/general.py:65
167
172
  msgid "No data to parse …"
168
173
  msgstr "가져올 데이터가 없습니다…"
169
174
 
170
- #: aa_intel_tool/parser/module/chatlist.py:60
175
+ #: aa_intel_tool/parser/module/chatlist.py:61
171
176
  msgid "Something went wrong while fetching the character information from ESI."
172
177
  msgstr "ESI에서 캐릭터 정보를 가져오는 중 오류가 발생했습니다."
173
178
 
174
- #: aa_intel_tool/parser/module/chatlist.py:67
179
+ #: aa_intel_tool/parser/module/chatlist.py:69
175
180
  msgid "Character unknown to ESI."
176
181
  msgstr "ESI에 등록되지 않은 캐릭터입니다."
177
182
 
178
- #: aa_intel_tool/parser/module/chatlist.py:256
183
+ #: aa_intel_tool/parser/module/chatlist.py:258
179
184
  msgid "The chat list module is currently disabled."
180
185
  msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
181
186
 
182
- #: aa_intel_tool/parser/module/chatlist.py:275
187
+ #: aa_intel_tool/parser/module/chatlist.py:277
183
188
  #, python-brace-format
184
189
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
185
190
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
10
+ "POT-Creation-Date: 2025-07-08 12:13+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
@@ -21,7 +21,6 @@ msgstr ""
21
21
  #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,22 +45,26 @@ msgstr ""
46
45
  msgid "Intel Parser v{__version__}"
47
46
  msgstr ""
48
47
 
49
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
50
49
  msgid "Chat list"
51
50
  msgstr ""
52
51
 
53
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
54
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
54
  msgid "D-Scan"
56
55
  msgstr ""
57
56
 
58
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
59
58
  #: aa_intel_tool/models.py:123
60
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
60
  msgid "Fleet composition"
62
61
  msgstr ""
63
62
 
64
- #: aa_intel_tool/exceptions.py:34
63
+ #: aa_intel_tool/exceptions.py:44
64
+ msgid "Unknown parser error"
65
+ msgstr ""
66
+
67
+ #: aa_intel_tool/exceptions.py:46
65
68
  #, python-brace-format
66
69
  msgid "A parser error occurred » {message}"
67
70
  msgstr ""
@@ -156,27 +159,27 @@ msgstr ""
156
159
  msgid "Scan data"
157
160
  msgstr ""
158
161
 
159
- #: aa_intel_tool/parser/general.py:46
162
+ #: aa_intel_tool/parser/general.py:47
160
163
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
161
164
  msgstr ""
162
165
 
163
- #: aa_intel_tool/parser/general.py:63
166
+ #: aa_intel_tool/parser/general.py:65
164
167
  msgid "No data to parse …"
165
168
  msgstr ""
166
169
 
167
- #: aa_intel_tool/parser/module/chatlist.py:60
170
+ #: aa_intel_tool/parser/module/chatlist.py:61
168
171
  msgid "Something went wrong while fetching the character information from ESI."
169
172
  msgstr ""
170
173
 
171
- #: aa_intel_tool/parser/module/chatlist.py:67
174
+ #: aa_intel_tool/parser/module/chatlist.py:69
172
175
  msgid "Character unknown to ESI."
173
176
  msgstr ""
174
177
 
175
- #: aa_intel_tool/parser/module/chatlist.py:256
178
+ #: aa_intel_tool/parser/module/chatlist.py:258
176
179
  msgid "The chat list module is currently disabled."
177
180
  msgstr ""
178
181
 
179
- #: aa_intel_tool/parser/module/chatlist.py:275
182
+ #: aa_intel_tool/parser/module/chatlist.py:277
180
183
  #, python-brace-format
181
184
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
182
185
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
9
+ "POT-Creation-Date: 2025-07-08 12:13+0200\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-apps/aa-intel-tool/pl/>\n"
@@ -20,7 +20,6 @@ msgstr ""
20
20
  #: aa_intel_tool/__init__.py:9
21
21
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
23
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
24
23
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -45,22 +44,26 @@ msgstr ""
45
44
  msgid "Intel Parser v{__version__}"
46
45
  msgstr ""
47
46
 
48
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
47
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
49
48
  msgid "Chat list"
50
49
  msgstr ""
51
50
 
52
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
51
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
53
52
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
53
  msgid "D-Scan"
55
54
  msgstr ""
56
55
 
57
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
56
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
58
57
  #: aa_intel_tool/models.py:123
59
58
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
60
59
  msgid "Fleet composition"
61
60
  msgstr ""
62
61
 
63
- #: aa_intel_tool/exceptions.py:34
62
+ #: aa_intel_tool/exceptions.py:44
63
+ msgid "Unknown parser error"
64
+ msgstr ""
65
+
66
+ #: aa_intel_tool/exceptions.py:46
64
67
  #, python-brace-format
65
68
  msgid "A parser error occurred » {message}"
66
69
  msgstr ""
@@ -155,27 +158,27 @@ msgstr ""
155
158
  msgid "Scan data"
156
159
  msgstr ""
157
160
 
158
- #: aa_intel_tool/parser/general.py:46
161
+ #: aa_intel_tool/parser/general.py:47
159
162
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
160
163
  msgstr ""
161
164
 
162
- #: aa_intel_tool/parser/general.py:63
165
+ #: aa_intel_tool/parser/general.py:65
163
166
  msgid "No data to parse …"
164
167
  msgstr ""
165
168
 
166
- #: aa_intel_tool/parser/module/chatlist.py:60
169
+ #: aa_intel_tool/parser/module/chatlist.py:61
167
170
  msgid "Something went wrong while fetching the character information from ESI."
168
171
  msgstr ""
169
172
 
170
- #: aa_intel_tool/parser/module/chatlist.py:67
173
+ #: aa_intel_tool/parser/module/chatlist.py:69
171
174
  msgid "Character unknown to ESI."
172
175
  msgstr ""
173
176
 
174
- #: aa_intel_tool/parser/module/chatlist.py:256
177
+ #: aa_intel_tool/parser/module/chatlist.py:258
175
178
  msgid "The chat list module is currently disabled."
176
179
  msgstr ""
177
180
 
178
- #: aa_intel_tool/parser/module/chatlist.py:275
181
+ #: aa_intel_tool/parser/module/chatlist.py:277
179
182
  #, python-brace-format
180
183
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
184
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
12
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
12
+ "POT-Creation-Date: 2025-07-08 12:13+0200\n"
13
13
  "PO-Revision-Date: 2025-03-25 13:24+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
@@ -23,7 +23,6 @@ msgstr ""
23
23
  #: aa_intel_tool/__init__.py:9
24
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
26
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
28
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
29
28
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -48,22 +47,28 @@ msgstr "Исходные данные"
48
47
  msgid "Intel Parser v{__version__}"
49
48
  msgstr "Анализатор Скана v{__version__}"
50
49
 
51
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
50
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
52
51
  msgid "Chat list"
53
52
  msgstr "Список чата"
54
53
 
55
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
54
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
56
55
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
57
56
  msgid "D-Scan"
58
57
  msgstr "Подскан"
59
58
 
60
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
59
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
61
60
  #: aa_intel_tool/models.py:123
62
61
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
63
62
  msgid "Fleet composition"
64
63
  msgstr "Состав флота"
65
64
 
66
- #: aa_intel_tool/exceptions.py:34
65
+ #: aa_intel_tool/exceptions.py:44
66
+ #, fuzzy
67
+ #| msgid "A parser error occurred » {message}"
68
+ msgid "Unknown parser error"
69
+ msgstr "Произошла ошибка анализа » {message}"
70
+
71
+ #: aa_intel_tool/exceptions.py:46
67
72
  #, python-brace-format
68
73
  msgid "A parser error occurred » {message}"
69
74
  msgstr "Произошла ошибка анализа » {message}"
@@ -158,27 +163,27 @@ msgstr "Обработанные данные скана"
158
163
  msgid "Scan data"
159
164
  msgstr "Данные скана"
160
165
 
161
- #: aa_intel_tool/parser/general.py:46
166
+ #: aa_intel_tool/parser/general.py:47
162
167
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
168
  msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
164
169
 
165
- #: aa_intel_tool/parser/general.py:63
170
+ #: aa_intel_tool/parser/general.py:65
166
171
  msgid "No data to parse …"
167
172
  msgstr "Нет данных для анализа …"
168
173
 
169
- #: aa_intel_tool/parser/module/chatlist.py:60
174
+ #: aa_intel_tool/parser/module/chatlist.py:61
170
175
  msgid "Something went wrong while fetching the character information from ESI."
171
176
  msgstr "Что-то пошло не так при загрузке информации о персонаже через ESI."
172
177
 
173
- #: aa_intel_tool/parser/module/chatlist.py:67
178
+ #: aa_intel_tool/parser/module/chatlist.py:69
174
179
  msgid "Character unknown to ESI."
175
180
  msgstr "Персонаж не известен для ESI."
176
181
 
177
- #: aa_intel_tool/parser/module/chatlist.py:256
182
+ #: aa_intel_tool/parser/module/chatlist.py:258
178
183
  msgid "The chat list module is currently disabled."
179
184
  msgstr "Анализатор списка чата отключен."
180
185
 
181
- #: aa_intel_tool/parser/module/chatlist.py:275
186
+ #: aa_intel_tool/parser/module/chatlist.py:277
182
187
  #, python-brace-format
183
188
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
184
189
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
10
+ "POT-Creation-Date: 2025-07-08 12:13+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
@@ -21,7 +21,6 @@ msgstr ""
21
21
  #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,22 +45,26 @@ msgstr ""
46
45
  msgid "Intel Parser v{__version__}"
47
46
  msgstr ""
48
47
 
49
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
50
49
  msgid "Chat list"
51
50
  msgstr ""
52
51
 
53
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
54
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
54
  msgid "D-Scan"
56
55
  msgstr ""
57
56
 
58
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
59
58
  #: aa_intel_tool/models.py:123
60
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
60
  msgid "Fleet composition"
62
61
  msgstr ""
63
62
 
64
- #: aa_intel_tool/exceptions.py:34
63
+ #: aa_intel_tool/exceptions.py:44
64
+ msgid "Unknown parser error"
65
+ msgstr ""
66
+
67
+ #: aa_intel_tool/exceptions.py:46
65
68
  #, python-brace-format
66
69
  msgid "A parser error occurred » {message}"
67
70
  msgstr ""
@@ -156,27 +159,27 @@ msgstr ""
156
159
  msgid "Scan data"
157
160
  msgstr ""
158
161
 
159
- #: aa_intel_tool/parser/general.py:46
162
+ #: aa_intel_tool/parser/general.py:47
160
163
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
161
164
  msgstr ""
162
165
 
163
- #: aa_intel_tool/parser/general.py:63
166
+ #: aa_intel_tool/parser/general.py:65
164
167
  msgid "No data to parse …"
165
168
  msgstr ""
166
169
 
167
- #: aa_intel_tool/parser/module/chatlist.py:60
170
+ #: aa_intel_tool/parser/module/chatlist.py:61
168
171
  msgid "Something went wrong while fetching the character information from ESI."
169
172
  msgstr ""
170
173
 
171
- #: aa_intel_tool/parser/module/chatlist.py:67
174
+ #: aa_intel_tool/parser/module/chatlist.py:69
172
175
  msgid "Character unknown to ESI."
173
176
  msgstr ""
174
177
 
175
- #: aa_intel_tool/parser/module/chatlist.py:256
178
+ #: aa_intel_tool/parser/module/chatlist.py:258
176
179
  msgid "The chat list module is currently disabled."
177
180
  msgstr ""
178
181
 
179
- #: aa_intel_tool/parser/module/chatlist.py:275
182
+ #: aa_intel_tool/parser/module/chatlist.py:277
180
183
  #, python-brace-format
181
184
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
182
185
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -1,15 +1,15 @@
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, 2024.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
5
5
  # M <skrypets@gmail.com>, 2025.
6
6
  # s0k0l -_- <salarysalo@gmail.com>, 2025.
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2025-05-05 22:48+0200\n"
12
- "PO-Revision-Date: 2025-04-10 07:05+0000\n"
11
+ "POT-Creation-Date: 2025-07-08 12:13+0200\n"
12
+ "PO-Revision-Date: 2025-07-06 20:30+0000\n"
13
13
  "Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
14
14
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
15
15
  "Language: uk\n"
@@ -17,12 +17,11 @@ msgstr ""
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 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
- "X-Generator: Weblate 5.10.4\n"
20
+ "X-Generator: Weblate 5.12.2\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
24
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
25
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
28
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -47,22 +46,26 @@ msgstr "Необроблені дані"
47
46
  msgid "Intel Parser v{__version__}"
48
47
  msgstr "Парсер інтелу v{__version__}"
49
48
 
50
- #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
49
+ #: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
51
50
  msgid "Chat list"
52
51
  msgstr "Список в чаті"
53
52
 
54
- #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
53
+ #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
55
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
55
  msgid "D-Scan"
57
56
  msgstr "Д-скан"
58
57
 
59
- #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
58
+ #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
60
59
  #: aa_intel_tool/models.py:123
61
60
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
61
  msgid "Fleet composition"
63
62
  msgstr "Композиція флоту"
64
63
 
65
- #: aa_intel_tool/exceptions.py:34
64
+ #: aa_intel_tool/exceptions.py:44
65
+ msgid "Unknown parser error"
66
+ msgstr "Невідома помилка парсера"
67
+
68
+ #: aa_intel_tool/exceptions.py:46
66
69
  #, python-brace-format
67
70
  msgid "A parser error occurred » {message}"
68
71
  msgstr "Помилка парсера » {message}"
@@ -157,27 +160,27 @@ msgstr "Оброблені дані скану"
157
160
  msgid "Scan data"
158
161
  msgstr "Дані скану"
159
162
 
160
- #: aa_intel_tool/parser/general.py:46
163
+ #: aa_intel_tool/parser/general.py:47
161
164
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
162
165
  msgstr "Нема підходящого парсеру для даних. Введені дані не підтримуються або пошкоджені…"
163
166
 
164
- #: aa_intel_tool/parser/general.py:63
167
+ #: aa_intel_tool/parser/general.py:65
165
168
  msgid "No data to parse …"
166
169
  msgstr "Нема даних для розбору…"
167
170
 
168
- #: aa_intel_tool/parser/module/chatlist.py:60
171
+ #: aa_intel_tool/parser/module/chatlist.py:61
169
172
  msgid "Something went wrong while fetching the character information from ESI."
170
173
  msgstr "Щось пішло не так при виборці даних персонажа з ESI."
171
174
 
172
- #: aa_intel_tool/parser/module/chatlist.py:67
175
+ #: aa_intel_tool/parser/module/chatlist.py:69
173
176
  msgid "Character unknown to ESI."
174
177
  msgstr "Персонаж не відомий ESI."
175
178
 
176
- #: aa_intel_tool/parser/module/chatlist.py:256
179
+ #: aa_intel_tool/parser/module/chatlist.py:258
177
180
  msgid "The chat list module is currently disabled."
178
181
  msgstr "Модуль чатлістів відключений."
179
182
 
180
- #: aa_intel_tool/parser/module/chatlist.py:275
183
+ #: aa_intel_tool/parser/module/chatlist.py:277
181
184
  #, python-brace-format
182
185
  msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
183
186
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
@@ -203,16 +206,12 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
203
206
  msgstr "Шось пішло не так. Нічого не скопійовано. Можливо, Ваш браузер не підтримує цю функцію."
204
207
 
205
208
  #: aa_intel_tool/templates/aa_intel_tool/base.html:25
206
- #, fuzzy
207
- #| msgid "Unaffiliated / No Alliance"
208
209
  msgid "Unaffiliated"
209
- msgstr "Незалежний / без аліянсу"
210
+ msgstr "Незалежний"
210
211
 
211
212
  #: aa_intel_tool/templates/aa_intel_tool/base.html:26
212
- #, fuzzy
213
- #| msgid "Alliance"
214
213
  msgid "No Alliance"
215
- msgstr "Аліянс"
214
+ msgstr "нема Аліянсу"
216
215
 
217
216
  #: aa_intel_tool/templates/aa_intel_tool/base.html:27
218
217
  msgid "NPC Corp"