aa-intel-tool 2.7.0__py3-none-any.whl → 2.7.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 +0 -17
- aa_intel_tool/exceptions.py +14 -4
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +15 -11
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +17 -13
- aa_intel_tool/locale/django.pot +16 -12
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +20 -18
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +20 -15
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +15 -11
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -11
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +17 -11
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +15 -11
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +15 -11
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +17 -11
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +15 -11
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +19 -15
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -11
- aa_intel_tool/parser/general.py +5 -3
- aa_intel_tool/parser/module/chatlist.py +6 -4
- aa_intel_tool/parser/module/dscan.py +1 -1
- aa_intel_tool/parser/module/fleetcomp.py +1 -1
- {aa_intel_tool-2.7.0.dist-info → aa_intel_tool-2.7.2.dist-info}/METADATA +1 -1
- {aa_intel_tool-2.7.0.dist-info → aa_intel_tool-2.7.2.dist-info}/RECORD +29 -29
- {aa_intel_tool-2.7.0.dist-info → aa_intel_tool-2.7.2.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.7.0.dist-info → aa_intel_tool-2.7.2.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-
|
|
9
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -44,22 +44,28 @@ msgstr "検証されていないデータ"
|
|
|
44
44
|
msgid "Intel Parser v{__version__}"
|
|
45
45
|
msgstr "インテル用の解析ツール v{__version__}"
|
|
46
46
|
|
|
47
|
-
#: aa_intel_tool/constants.py:
|
|
47
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
48
48
|
msgid "Chat list"
|
|
49
49
|
msgstr "チャット一覧"
|
|
50
50
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
52
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
53
|
msgid "D-Scan"
|
|
54
54
|
msgstr "指向性スキャン"
|
|
55
55
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
56
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
57
57
|
#: aa_intel_tool/models.py:123
|
|
58
58
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
59
|
msgid "Fleet composition"
|
|
60
60
|
msgstr "フリートの構成"
|
|
61
61
|
|
|
62
|
-
#: aa_intel_tool/exceptions.py:
|
|
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
|
|
63
69
|
#, python-brace-format
|
|
64
70
|
msgid "A parser error occurred » {message}"
|
|
65
71
|
msgstr "解析エラーが発生しました » {message}"
|
|
@@ -154,27 +160,27 @@ msgstr ""
|
|
|
154
160
|
msgid "Scan data"
|
|
155
161
|
msgstr ""
|
|
156
162
|
|
|
157
|
-
#: aa_intel_tool/parser/general.py:
|
|
163
|
+
#: aa_intel_tool/parser/general.py:47
|
|
158
164
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
159
165
|
msgstr ""
|
|
160
166
|
|
|
161
|
-
#: aa_intel_tool/parser/general.py:
|
|
167
|
+
#: aa_intel_tool/parser/general.py:65
|
|
162
168
|
msgid "No data to parse …"
|
|
163
169
|
msgstr ""
|
|
164
170
|
|
|
165
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
171
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
166
172
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
167
173
|
msgstr ""
|
|
168
174
|
|
|
169
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
175
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
170
176
|
msgid "Character unknown to ESI."
|
|
171
177
|
msgstr ""
|
|
172
178
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
179
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
174
180
|
msgid "The chat list module is currently disabled."
|
|
175
181
|
msgstr ""
|
|
176
182
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
178
184
|
#, python-brace-format
|
|
179
185
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
180
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-
|
|
13
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -48,22 +48,28 @@ msgstr "원본 데이터"
|
|
|
48
48
|
msgid "Intel Parser v{__version__}"
|
|
49
49
|
msgstr "인텔 파싱 v{__version__}"
|
|
50
50
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
52
52
|
msgid "Chat list"
|
|
53
53
|
msgstr "챗 리스트"
|
|
54
54
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
55
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
56
56
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
57
57
|
msgid "D-Scan"
|
|
58
58
|
msgstr "전방위 스캐너"
|
|
59
59
|
|
|
60
|
-
#: aa_intel_tool/constants.py:
|
|
60
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
61
61
|
#: aa_intel_tool/models.py:123
|
|
62
62
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
63
63
|
msgid "Fleet composition"
|
|
64
64
|
msgstr "함대 구성"
|
|
65
65
|
|
|
66
|
-
#: aa_intel_tool/exceptions.py:
|
|
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
|
|
67
73
|
#, python-brace-format
|
|
68
74
|
msgid "A parser error occurred » {message}"
|
|
69
75
|
msgstr "가져오기 오류 발생 » {message}"
|
|
@@ -158,27 +164,27 @@ msgstr "처리된 스캔 데이터"
|
|
|
158
164
|
msgid "Scan data"
|
|
159
165
|
msgstr "스캔 데이터"
|
|
160
166
|
|
|
161
|
-
#: aa_intel_tool/parser/general.py:
|
|
167
|
+
#: aa_intel_tool/parser/general.py:47
|
|
162
168
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
163
169
|
msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
|
|
164
170
|
|
|
165
|
-
#: aa_intel_tool/parser/general.py:
|
|
171
|
+
#: aa_intel_tool/parser/general.py:65
|
|
166
172
|
msgid "No data to parse …"
|
|
167
173
|
msgstr "가져올 데이터가 없습니다…"
|
|
168
174
|
|
|
169
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
175
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
170
176
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
171
177
|
msgstr "ESI에서 캐릭터 정보를 가져오는 중 오류가 발생했습니다."
|
|
172
178
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
179
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
174
180
|
msgid "Character unknown to ESI."
|
|
175
181
|
msgstr "ESI에 등록되지 않은 캐릭터입니다."
|
|
176
182
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
178
184
|
msgid "The chat list module is currently disabled."
|
|
179
185
|
msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
|
|
180
186
|
|
|
181
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
187
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
182
188
|
#, python-brace-format
|
|
183
189
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
184
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-
|
|
10
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -45,22 +45,26 @@ msgstr ""
|
|
|
45
45
|
msgid "Intel Parser v{__version__}"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
-
#: aa_intel_tool/constants.py:
|
|
48
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
49
49
|
msgid "Chat list"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
53
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
57
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
58
58
|
#: aa_intel_tool/models.py:123
|
|
59
59
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
60
|
msgid "Fleet composition"
|
|
61
61
|
msgstr ""
|
|
62
62
|
|
|
63
|
-
#: aa_intel_tool/exceptions.py:
|
|
63
|
+
#: aa_intel_tool/exceptions.py:44
|
|
64
|
+
msgid "Unknown parser error"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: aa_intel_tool/exceptions.py:46
|
|
64
68
|
#, python-brace-format
|
|
65
69
|
msgid "A parser error occurred » {message}"
|
|
66
70
|
msgstr ""
|
|
@@ -155,27 +159,27 @@ msgstr ""
|
|
|
155
159
|
msgid "Scan data"
|
|
156
160
|
msgstr ""
|
|
157
161
|
|
|
158
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:47
|
|
159
163
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
164
|
msgstr ""
|
|
161
165
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
166
|
+
#: aa_intel_tool/parser/general.py:65
|
|
163
167
|
msgid "No data to parse …"
|
|
164
168
|
msgstr ""
|
|
165
169
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
167
171
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
172
|
msgstr ""
|
|
169
173
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
171
175
|
msgid "Character unknown to ESI."
|
|
172
176
|
msgstr ""
|
|
173
177
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
175
179
|
msgid "The chat list module is currently disabled."
|
|
176
180
|
msgstr ""
|
|
177
181
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
179
183
|
#, python-brace-format
|
|
180
184
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
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-
|
|
9
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -44,22 +44,26 @@ msgstr ""
|
|
|
44
44
|
msgid "Intel Parser v{__version__}"
|
|
45
45
|
msgstr ""
|
|
46
46
|
|
|
47
|
-
#: aa_intel_tool/constants.py:
|
|
47
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
48
48
|
msgid "Chat list"
|
|
49
49
|
msgstr ""
|
|
50
50
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
52
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
53
|
msgid "D-Scan"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
56
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
57
57
|
#: aa_intel_tool/models.py:123
|
|
58
58
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
59
|
msgid "Fleet composition"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
62
|
-
#: aa_intel_tool/exceptions.py:
|
|
62
|
+
#: aa_intel_tool/exceptions.py:44
|
|
63
|
+
msgid "Unknown parser error"
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
66
|
+
#: aa_intel_tool/exceptions.py:46
|
|
63
67
|
#, python-brace-format
|
|
64
68
|
msgid "A parser error occurred » {message}"
|
|
65
69
|
msgstr ""
|
|
@@ -154,27 +158,27 @@ msgstr ""
|
|
|
154
158
|
msgid "Scan data"
|
|
155
159
|
msgstr ""
|
|
156
160
|
|
|
157
|
-
#: aa_intel_tool/parser/general.py:
|
|
161
|
+
#: aa_intel_tool/parser/general.py:47
|
|
158
162
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
159
163
|
msgstr ""
|
|
160
164
|
|
|
161
|
-
#: aa_intel_tool/parser/general.py:
|
|
165
|
+
#: aa_intel_tool/parser/general.py:65
|
|
162
166
|
msgid "No data to parse …"
|
|
163
167
|
msgstr ""
|
|
164
168
|
|
|
165
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
169
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
166
170
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
167
171
|
msgstr ""
|
|
168
172
|
|
|
169
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
173
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
170
174
|
msgid "Character unknown to ESI."
|
|
171
175
|
msgstr ""
|
|
172
176
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
177
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
174
178
|
msgid "The chat list module is currently disabled."
|
|
175
179
|
msgstr ""
|
|
176
180
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
181
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
178
182
|
#, python-brace-format
|
|
179
183
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
180
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-
|
|
12
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -47,22 +47,28 @@ msgstr "Исходные данные"
|
|
|
47
47
|
msgid "Intel Parser v{__version__}"
|
|
48
48
|
msgstr "Анализатор Скана v{__version__}"
|
|
49
49
|
|
|
50
|
-
#: aa_intel_tool/constants.py:
|
|
50
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
51
51
|
msgid "Chat list"
|
|
52
52
|
msgstr "Список чата"
|
|
53
53
|
|
|
54
|
-
#: aa_intel_tool/constants.py:
|
|
54
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
55
55
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
56
56
|
msgid "D-Scan"
|
|
57
57
|
msgstr "Подскан"
|
|
58
58
|
|
|
59
|
-
#: aa_intel_tool/constants.py:
|
|
59
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
60
60
|
#: aa_intel_tool/models.py:123
|
|
61
61
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
62
62
|
msgid "Fleet composition"
|
|
63
63
|
msgstr "Состав флота"
|
|
64
64
|
|
|
65
|
-
#: aa_intel_tool/exceptions.py:
|
|
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
|
|
66
72
|
#, python-brace-format
|
|
67
73
|
msgid "A parser error occurred » {message}"
|
|
68
74
|
msgstr "Произошла ошибка анализа » {message}"
|
|
@@ -157,27 +163,27 @@ msgstr "Обработанные данные скана"
|
|
|
157
163
|
msgid "Scan data"
|
|
158
164
|
msgstr "Данные скана"
|
|
159
165
|
|
|
160
|
-
#: aa_intel_tool/parser/general.py:
|
|
166
|
+
#: aa_intel_tool/parser/general.py:47
|
|
161
167
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
162
168
|
msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
|
|
163
169
|
|
|
164
|
-
#: aa_intel_tool/parser/general.py:
|
|
170
|
+
#: aa_intel_tool/parser/general.py:65
|
|
165
171
|
msgid "No data to parse …"
|
|
166
172
|
msgstr "Нет данных для анализа …"
|
|
167
173
|
|
|
168
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
169
175
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
170
176
|
msgstr "Что-то пошло не так при загрузке информации о персонаже через ESI."
|
|
171
177
|
|
|
172
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
173
179
|
msgid "Character unknown to ESI."
|
|
174
180
|
msgstr "Персонаж не известен для ESI."
|
|
175
181
|
|
|
176
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
177
183
|
msgid "The chat list module is currently disabled."
|
|
178
184
|
msgstr "Анализатор списка чата отключен."
|
|
179
185
|
|
|
180
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
186
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
181
187
|
#, python-brace-format
|
|
182
188
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
183
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-
|
|
10
|
+
"POT-Creation-Date: 2025-08-05 09:08+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"
|
|
@@ -45,22 +45,26 @@ msgstr ""
|
|
|
45
45
|
msgid "Intel Parser v{__version__}"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
-
#: aa_intel_tool/constants.py:
|
|
48
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
49
49
|
msgid "Chat list"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
53
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
57
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
58
58
|
#: aa_intel_tool/models.py:123
|
|
59
59
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
60
|
msgid "Fleet composition"
|
|
61
61
|
msgstr ""
|
|
62
62
|
|
|
63
|
-
#: aa_intel_tool/exceptions.py:
|
|
63
|
+
#: aa_intel_tool/exceptions.py:44
|
|
64
|
+
msgid "Unknown parser error"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: aa_intel_tool/exceptions.py:46
|
|
64
68
|
#, python-brace-format
|
|
65
69
|
msgid "A parser error occurred » {message}"
|
|
66
70
|
msgstr ""
|
|
@@ -155,27 +159,27 @@ msgstr ""
|
|
|
155
159
|
msgid "Scan data"
|
|
156
160
|
msgstr ""
|
|
157
161
|
|
|
158
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:47
|
|
159
163
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
164
|
msgstr ""
|
|
161
165
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
166
|
+
#: aa_intel_tool/parser/general.py:65
|
|
163
167
|
msgid "No data to parse …"
|
|
164
168
|
msgstr ""
|
|
165
169
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
167
171
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
172
|
msgstr ""
|
|
169
173
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
171
175
|
msgid "Character unknown to ESI."
|
|
172
176
|
msgstr ""
|
|
173
177
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
175
179
|
msgid "The chat list module is currently disabled."
|
|
176
180
|
msgstr ""
|
|
177
181
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
179
183
|
#, python-brace-format
|
|
180
184
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
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."
|
|
Binary file
|
|
@@ -8,16 +8,16 @@ 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-
|
|
12
|
-
"PO-Revision-Date: 2025-06
|
|
13
|
-
"Last-Translator:
|
|
11
|
+
"POT-Creation-Date: 2025-08-05 09:08+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-07-06 20:30+0000\n"
|
|
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"
|
|
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 ? 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.
|
|
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
|
|
@@ -46,22 +46,26 @@ msgstr "Необроблені дані"
|
|
|
46
46
|
msgid "Intel Parser v{__version__}"
|
|
47
47
|
msgstr "Парсер інтелу v{__version__}"
|
|
48
48
|
|
|
49
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
50
50
|
msgid "Chat list"
|
|
51
51
|
msgstr "Список в чаті"
|
|
52
52
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
53
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
54
54
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
55
55
|
msgid "D-Scan"
|
|
56
56
|
msgstr "Д-скан"
|
|
57
57
|
|
|
58
|
-
#: aa_intel_tool/constants.py:
|
|
58
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
59
59
|
#: aa_intel_tool/models.py:123
|
|
60
60
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
61
61
|
msgid "Fleet composition"
|
|
62
62
|
msgstr "Композиція флоту"
|
|
63
63
|
|
|
64
|
-
#: aa_intel_tool/exceptions.py:
|
|
64
|
+
#: aa_intel_tool/exceptions.py:44
|
|
65
|
+
msgid "Unknown parser error"
|
|
66
|
+
msgstr "Невідома помилка парсера"
|
|
67
|
+
|
|
68
|
+
#: aa_intel_tool/exceptions.py:46
|
|
65
69
|
#, python-brace-format
|
|
66
70
|
msgid "A parser error occurred » {message}"
|
|
67
71
|
msgstr "Помилка парсера » {message}"
|
|
@@ -156,27 +160,27 @@ msgstr "Оброблені дані скану"
|
|
|
156
160
|
msgid "Scan data"
|
|
157
161
|
msgstr "Дані скану"
|
|
158
162
|
|
|
159
|
-
#: aa_intel_tool/parser/general.py:
|
|
163
|
+
#: aa_intel_tool/parser/general.py:47
|
|
160
164
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
161
165
|
msgstr "Нема підходящого парсеру для даних. Введені дані не підтримуються або пошкоджені…"
|
|
162
166
|
|
|
163
|
-
#: aa_intel_tool/parser/general.py:
|
|
167
|
+
#: aa_intel_tool/parser/general.py:65
|
|
164
168
|
msgid "No data to parse …"
|
|
165
169
|
msgstr "Нема даних для розбору…"
|
|
166
170
|
|
|
167
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
171
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
168
172
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
169
173
|
msgstr "Щось пішло не так при виборці даних персонажа з ESI."
|
|
170
174
|
|
|
171
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
175
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
172
176
|
msgid "Character unknown to ESI."
|
|
173
177
|
msgstr "Персонаж не відомий ESI."
|
|
174
178
|
|
|
175
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
179
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
176
180
|
msgid "The chat list module is currently disabled."
|
|
177
181
|
msgstr "Модуль чатлістів відключений."
|
|
178
182
|
|
|
179
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
180
184
|
#, python-brace-format
|
|
181
185
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
182
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."
|
|
@@ -207,7 +211,7 @@ msgstr "Незалежний"
|
|
|
207
211
|
|
|
208
212
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
209
213
|
msgid "No Alliance"
|
|
210
|
-
msgstr ""
|
|
214
|
+
msgstr "нема Аліянсу"
|
|
211
215
|
|
|
212
216
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
213
217
|
msgid "NPC Corp"
|
|
@@ -12,7 +12,7 @@ msgid ""
|
|
|
12
12
|
msgstr ""
|
|
13
13
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
15
|
-
"POT-Creation-Date: 2025-
|
|
15
|
+
"POT-Creation-Date: 2025-08-05 09:08+0200\n"
|
|
16
16
|
"PO-Revision-Date: 2025-02-18 09:17+0000\n"
|
|
17
17
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
18
18
|
"Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
|
|
@@ -50,22 +50,28 @@ msgstr "原始数据"
|
|
|
50
50
|
msgid "Intel Parser v{__version__}"
|
|
51
51
|
msgstr ""
|
|
52
52
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
53
|
+
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
54
54
|
msgid "Chat list"
|
|
55
55
|
msgstr "聊天列表"
|
|
56
56
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
57
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:22
|
|
58
58
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
59
59
|
msgid "D-Scan"
|
|
60
60
|
msgstr "定向扫描"
|
|
61
61
|
|
|
62
|
-
#: aa_intel_tool/constants.py:
|
|
62
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:23
|
|
63
63
|
#: aa_intel_tool/models.py:123
|
|
64
64
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
65
65
|
msgid "Fleet composition"
|
|
66
66
|
msgstr "舰队组成"
|
|
67
67
|
|
|
68
|
-
#: aa_intel_tool/exceptions.py:
|
|
68
|
+
#: aa_intel_tool/exceptions.py:44
|
|
69
|
+
#, fuzzy
|
|
70
|
+
#| msgid "A parser error occurred » {message}"
|
|
71
|
+
msgid "Unknown parser error"
|
|
72
|
+
msgstr "发生了一个解析器错误 » {message}"
|
|
73
|
+
|
|
74
|
+
#: aa_intel_tool/exceptions.py:46
|
|
69
75
|
#, python-brace-format
|
|
70
76
|
msgid "A parser error occurred » {message}"
|
|
71
77
|
msgstr "发生了一个解析器错误 » {message}"
|
|
@@ -160,27 +166,27 @@ msgstr ""
|
|
|
160
166
|
msgid "Scan data"
|
|
161
167
|
msgstr ""
|
|
162
168
|
|
|
163
|
-
#: aa_intel_tool/parser/general.py:
|
|
169
|
+
#: aa_intel_tool/parser/general.py:47
|
|
164
170
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
165
171
|
msgstr ""
|
|
166
172
|
|
|
167
|
-
#: aa_intel_tool/parser/general.py:
|
|
173
|
+
#: aa_intel_tool/parser/general.py:65
|
|
168
174
|
msgid "No data to parse …"
|
|
169
175
|
msgstr ""
|
|
170
176
|
|
|
171
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
177
|
+
#: aa_intel_tool/parser/module/chatlist.py:61
|
|
172
178
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
173
179
|
msgstr ""
|
|
174
180
|
|
|
175
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
181
|
+
#: aa_intel_tool/parser/module/chatlist.py:69
|
|
176
182
|
msgid "Character unknown to ESI."
|
|
177
183
|
msgstr ""
|
|
178
184
|
|
|
179
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
185
|
+
#: aa_intel_tool/parser/module/chatlist.py:258
|
|
180
186
|
msgid "The chat list module is currently disabled."
|
|
181
187
|
msgstr ""
|
|
182
188
|
|
|
183
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
189
|
+
#: aa_intel_tool/parser/module/chatlist.py:277
|
|
184
190
|
#, python-brace-format
|
|
185
191
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
186
192
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
aa_intel_tool/parser/general.py
CHANGED
|
@@ -42,8 +42,10 @@ def check_intel_type(scan_data: list) -> str:
|
|
|
42
42
|
return intel_type
|
|
43
43
|
|
|
44
44
|
raise ParserError(
|
|
45
|
-
message=
|
|
46
|
-
|
|
45
|
+
message=str(
|
|
46
|
+
_(
|
|
47
|
+
"No suitable parser found. Input is not a supported intel type or malformed …"
|
|
48
|
+
)
|
|
47
49
|
)
|
|
48
50
|
)
|
|
49
51
|
|
|
@@ -60,7 +62,7 @@ def parse_intel(form_data: str) -> str:
|
|
|
60
62
|
scan_data = form_data.splitlines()
|
|
61
63
|
|
|
62
64
|
if not scan_data:
|
|
63
|
-
raise ParserError(message=_("No data to parse …"))
|
|
65
|
+
raise ParserError(message=str(_("No data to parse …")))
|
|
64
66
|
|
|
65
67
|
try:
|
|
66
68
|
intel_type = check_intel_type(scan_data=scan_data)
|