aa-intel-tool 2.1.1__py3-none-any.whl → 2.2.0__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 (28) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/form.py +1 -0
  3. aa_intel_tool/helper/eve_character.py +1 -1
  4. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +8 -8
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +8 -9
  6. aa_intel_tool/locale/django.pot +6 -6
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +10 -10
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +11 -11
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +8 -8
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +8 -8
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +19 -15
  13. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +8 -8
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +8 -8
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  16. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +13 -12
  17. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +8 -8
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +8 -8
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +9 -8
  20. aa_intel_tool/parser/module/chatlist.py +1 -4
  21. aa_intel_tool/parser/module/fleetcomp.py +85 -39
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +3 -3
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  25. {aa_intel_tool-2.1.1.dist-info → aa_intel_tool-2.2.0.dist-info}/METADATA +3 -5
  26. {aa_intel_tool-2.1.1.dist-info → aa_intel_tool-2.2.0.dist-info}/RECORD +28 -28
  27. {aa_intel_tool-2.1.1.dist-info → aa_intel_tool-2.2.0.dist-info}/WHEEL +1 -1
  28. {aa_intel_tool-2.1.1.dist-info → aa_intel_tool-2.2.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.1.1"
8
+ __version__ = "2.2.0"
9
9
  __title__ = _("Intel Parser")
aa_intel_tool/form.py CHANGED
@@ -18,6 +18,7 @@ class IntelForm(forms.Form):
18
18
  "rows": 15,
19
19
  "input_type": "textarea",
20
20
  "placeholder": _("Paste here …"),
21
+ "autofocus": "autofocus",
21
22
  }
22
23
  ),
23
24
  required=True,
@@ -3,7 +3,7 @@ Little helper functions to deal with Eve characters
3
3
  """
4
4
 
5
5
  # Standard Library
6
- from typing import Iterable
6
+ from collections.abc import Iterable
7
7
 
8
8
  # Django
9
9
  from django.db.models import QuerySet
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/cs/>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/cs/>\n"
15
15
  "Language: cs\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -167,19 +167,19 @@ msgstr ""
167
167
  msgid "No data to parse …"
168
168
  msgstr ""
169
169
 
170
- #: aa_intel_tool/parser/module/chatlist.py:68
170
+ #: aa_intel_tool/parser/module/chatlist.py:65
171
171
  msgid "Something went wrong while fetching the character information from ESI."
172
172
  msgstr ""
173
173
 
174
- #: aa_intel_tool/parser/module/chatlist.py:79
174
+ #: aa_intel_tool/parser/module/chatlist.py:76
175
175
  msgid "Character unknown to ESI."
176
176
  msgstr ""
177
177
 
178
- #: aa_intel_tool/parser/module/chatlist.py:281
178
+ #: aa_intel_tool/parser/module/chatlist.py:278
179
179
  msgid "The chat list module is currently disabled."
180
180
  msgstr ""
181
181
 
182
- #: aa_intel_tool/parser/module/chatlist.py:302
182
+ #: aa_intel_tool/parser/module/chatlist.py:299
183
183
  #, python-brace-format
184
184
  msgid ""
185
185
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -196,7 +196,7 @@ msgstr[3] ""
196
196
  msgid "The D-Scan module is currently disabled."
197
197
  msgstr ""
198
198
 
199
- #: aa_intel_tool/parser/module/fleetcomp.py:111
199
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
200
200
  msgid "The fleet composition module is currently disabled."
201
201
  msgstr ""
202
202
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
9
+ "POT-Creation-Date: 2024-06-23 11:20+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
- "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-intel-tool/de/>\n"
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"
@@ -167,20 +167,20 @@ msgstr ""
167
167
  msgid "No data to parse …"
168
168
  msgstr "Keine Daten zum Parsen …"
169
169
 
170
- #: aa_intel_tool/parser/module/chatlist.py:68
170
+ #: aa_intel_tool/parser/module/chatlist.py:65
171
171
  msgid "Something went wrong while fetching the character information from ESI."
172
172
  msgstr ""
173
173
  "Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
174
174
 
175
- #: aa_intel_tool/parser/module/chatlist.py:79
175
+ #: aa_intel_tool/parser/module/chatlist.py:76
176
176
  msgid "Character unknown to ESI."
177
177
  msgstr "Charakter ist in ESI nicht bekannt."
178
178
 
179
- #: aa_intel_tool/parser/module/chatlist.py:281
179
+ #: aa_intel_tool/parser/module/chatlist.py:278
180
180
  msgid "The chat list module is currently disabled."
181
181
  msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
182
182
 
183
- #: aa_intel_tool/parser/module/chatlist.py:302
183
+ #: aa_intel_tool/parser/module/chatlist.py:299
184
184
  #, python-brace-format
185
185
  msgid ""
186
186
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -196,11 +196,10 @@ msgstr[1] ""
196
196
  "beschränkt. Deine Pilotenliste überschreitet diese Grenze."
197
197
 
198
198
  #: aa_intel_tool/parser/module/dscan.py:350
199
- #: aa_intel_tool/parser/module/dscan.py:338
200
199
  msgid "The D-Scan module is currently disabled."
201
200
  msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
202
201
 
203
- #: aa_intel_tool/parser/module/fleetcomp.py:111
202
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
204
203
  msgid "The fleet composition module is currently disabled."
205
204
  msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
206
205
 
@@ -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-04-20 22:33+0200\n"
11
+ "POT-Creation-Date: 2024-06-23 11:20+0200\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"
@@ -165,19 +165,19 @@ msgstr ""
165
165
  msgid "No data to parse …"
166
166
  msgstr ""
167
167
 
168
- #: aa_intel_tool/parser/module/chatlist.py:68
168
+ #: aa_intel_tool/parser/module/chatlist.py:65
169
169
  msgid "Something went wrong while fetching the character information from ESI."
170
170
  msgstr ""
171
171
 
172
- #: aa_intel_tool/parser/module/chatlist.py:79
172
+ #: aa_intel_tool/parser/module/chatlist.py:76
173
173
  msgid "Character unknown to ESI."
174
174
  msgstr ""
175
175
 
176
- #: aa_intel_tool/parser/module/chatlist.py:281
176
+ #: aa_intel_tool/parser/module/chatlist.py:278
177
177
  msgid "The chat list module is currently disabled."
178
178
  msgstr ""
179
179
 
180
- #: aa_intel_tool/parser/module/chatlist.py:302
180
+ #: aa_intel_tool/parser/module/chatlist.py:299
181
181
  #, python-brace-format
182
182
  msgid ""
183
183
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -192,7 +192,7 @@ msgstr[1] ""
192
192
  msgid "The D-Scan module is currently disabled."
193
193
  msgstr ""
194
194
 
195
- #: aa_intel_tool/parser/module/fleetcomp.py:111
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
196
196
  msgid "The fleet composition module is currently disabled."
197
197
  msgstr ""
198
198
 
@@ -8,12 +8,12 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
11
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
12
12
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
- "Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
14
- ".com>\n"
15
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-intel-tool/es/>\n"
13
+ "Last-Translator: Geovanny David Morales De la cruz "
14
+ "<moralesgeovanny1996@gmail.com>\n"
15
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-intel-tool/es/>\n"
17
17
  "Language: es\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -181,19 +181,19 @@ msgstr ""
181
181
  msgid "No data to parse …"
182
182
  msgstr ""
183
183
 
184
- #: aa_intel_tool/parser/module/chatlist.py:68
184
+ #: aa_intel_tool/parser/module/chatlist.py:65
185
185
  msgid "Something went wrong while fetching the character information from ESI."
186
186
  msgstr ""
187
187
 
188
- #: aa_intel_tool/parser/module/chatlist.py:79
188
+ #: aa_intel_tool/parser/module/chatlist.py:76
189
189
  msgid "Character unknown to ESI."
190
190
  msgstr ""
191
191
 
192
- #: aa_intel_tool/parser/module/chatlist.py:281
192
+ #: aa_intel_tool/parser/module/chatlist.py:278
193
193
  msgid "The chat list module is currently disabled."
194
194
  msgstr ""
195
195
 
196
- #: aa_intel_tool/parser/module/chatlist.py:302
196
+ #: aa_intel_tool/parser/module/chatlist.py:299
197
197
  #, python-brace-format
198
198
  msgid ""
199
199
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -208,7 +208,7 @@ msgstr[1] ""
208
208
  msgid "The D-Scan module is currently disabled."
209
209
  msgstr ""
210
210
 
211
- #: aa_intel_tool/parser/module/fleetcomp.py:111
211
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
212
212
  msgid "The fleet composition module is currently disabled."
213
213
  msgstr ""
214
214
 
@@ -8,17 +8,17 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
14
- "Language-Team: French <https://weblate.ppfeufer.de/projects/"
15
- "alliance-auth-apps/aa-intel-tool/fr/>\n"
11
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
12
+ "PO-Revision-Date: 2024-05-28 16:27+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
+ "apps/aa-intel-tool/fr/>\n"
16
16
  "Language: fr_FR\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
21
- "X-Generator: Weblate 5.5.3\n"
21
+ "X-Generator: Weblate 5.5.5\n"
22
22
 
23
23
  #: aa_intel_tool/__init__.py:9
24
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -171,21 +171,21 @@ msgstr ""
171
171
  msgid "No data to parse …"
172
172
  msgstr ""
173
173
 
174
- #: aa_intel_tool/parser/module/chatlist.py:68
174
+ #: aa_intel_tool/parser/module/chatlist.py:65
175
175
  msgid "Something went wrong while fetching the character information from ESI."
176
176
  msgstr ""
177
177
  "Quelque chose s'est mal passé lors de la recherche d'information sur le "
178
178
  "personnage depuis l'ESI."
179
179
 
180
- #: aa_intel_tool/parser/module/chatlist.py:79
180
+ #: aa_intel_tool/parser/module/chatlist.py:76
181
181
  msgid "Character unknown to ESI."
182
182
  msgstr "Personnage inconnu de l'ESI."
183
183
 
184
- #: aa_intel_tool/parser/module/chatlist.py:281
184
+ #: aa_intel_tool/parser/module/chatlist.py:278
185
185
  msgid "The chat list module is currently disabled."
186
186
  msgstr "Le module de liste de discussion est désactivé pour le moment."
187
187
 
188
- #: aa_intel_tool/parser/module/chatlist.py:302
188
+ #: aa_intel_tool/parser/module/chatlist.py:299
189
189
  #, python-brace-format
190
190
  msgid ""
191
191
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -204,7 +204,7 @@ msgstr[1] ""
204
204
  msgid "The D-Scan module is currently disabled."
205
205
  msgstr "Le module de scanner directionnel est désactivé pour le moment."
206
206
 
207
- #: aa_intel_tool/parser/module/fleetcomp.py:111
207
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
208
208
  msgid "The fleet composition module is currently disabled."
209
209
  msgstr "Le module de composition de flotte est désactivé pour le moment."
210
210
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:68
169
+ #: aa_intel_tool/parser/module/chatlist.py:65
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:79
173
+ #: aa_intel_tool/parser/module/chatlist.py:76
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:281
177
+ #: aa_intel_tool/parser/module/chatlist.py:278
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:302
181
+ #: aa_intel_tool/parser/module/chatlist.py:299
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -193,7 +193,7 @@ msgstr[1] ""
193
193
  msgid "The D-Scan module is currently disabled."
194
194
  msgstr ""
195
195
 
196
- #: aa_intel_tool/parser/module/fleetcomp.py:111
196
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
197
197
  msgid "The fleet composition module is currently disabled."
198
198
  msgstr ""
199
199
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:68
169
+ #: aa_intel_tool/parser/module/chatlist.py:65
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:79
173
+ #: aa_intel_tool/parser/module/chatlist.py:76
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:281
177
+ #: aa_intel_tool/parser/module/chatlist.py:278
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:302
181
+ #: aa_intel_tool/parser/module/chatlist.py:299
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -192,7 +192,7 @@ msgstr[0] ""
192
192
  msgid "The D-Scan module is currently disabled."
193
193
  msgstr ""
194
194
 
195
- #: aa_intel_tool/parser/module/fleetcomp.py:111
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
196
196
  msgid "The fleet composition module is currently disabled."
197
197
  msgstr ""
198
198
 
@@ -9,11 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
13
13
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-intel-tool/ko/>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-intel-tool/ko/>\n"
17
17
  "Language: ko_KR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -162,26 +162,27 @@ msgstr "스캔 데이터"
162
162
  #: aa_intel_tool/parser/general.py:46
163
163
  msgid ""
164
164
  "No suitable parser found. Input is not a supported intel type or malformed …"
165
- msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 "
166
- "형식입니다…"
165
+ msgstr ""
166
+ "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식"
167
+ "입니다…"
167
168
 
168
169
  #: aa_intel_tool/parser/general.py:80
169
170
  msgid "No data to parse …"
170
171
  msgstr "가져올 데이터가 없습니다…"
171
172
 
172
- #: aa_intel_tool/parser/module/chatlist.py:68
173
+ #: aa_intel_tool/parser/module/chatlist.py:65
173
174
  msgid "Something went wrong while fetching the character information from ESI."
174
175
  msgstr "ESI에서 캐릭터 정보를 가져오는 중 오류가 발생했습니다."
175
176
 
176
- #: aa_intel_tool/parser/module/chatlist.py:79
177
+ #: aa_intel_tool/parser/module/chatlist.py:76
177
178
  msgid "Character unknown to ESI."
178
179
  msgstr "ESI에 등록되지 않은 캐릭터입니다."
179
180
 
180
- #: aa_intel_tool/parser/module/chatlist.py:281
181
+ #: aa_intel_tool/parser/module/chatlist.py:278
181
182
  msgid "The chat list module is currently disabled."
182
183
  msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
183
184
 
184
- #: aa_intel_tool/parser/module/chatlist.py:302
185
+ #: aa_intel_tool/parser/module/chatlist.py:299
185
186
  #, python-brace-format
186
187
  msgid ""
187
188
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -189,14 +190,15 @@ msgid ""
189
190
  msgid_plural ""
190
191
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
191
192
  "per scan. Your list of pilots exceeds this limit."
192
- msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. "
193
- "입력한 파일럿 수가 제한을 초과합니다."
193
+ msgstr[0] ""
194
+ " 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력"
195
+ "한 파일럿 수가 제한을 초과합니다."
194
196
 
195
197
  #: aa_intel_tool/parser/module/dscan.py:350
196
198
  msgid "The D-Scan module is currently disabled."
197
199
  msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
198
200
 
199
- #: aa_intel_tool/parser/module/fleetcomp.py:111
201
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
200
202
  msgid "The fleet composition module is currently disabled."
201
203
  msgstr "함대 구성 모듈이 비활성화된 상태입니다."
202
204
 
@@ -208,8 +210,9 @@ msgstr "고유링크가 성공적으로 복사되었습니다"
208
210
  msgid ""
209
211
  "Something went wrong. Nothing copied. Maybe your browser does not support "
210
212
  "this function."
211
- msgstr "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 "
212
- "수도 있습니다."
213
+ msgstr ""
214
+ "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 수"
215
+ "도 있습니다."
213
216
 
214
217
  #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
215
218
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
@@ -329,7 +332,8 @@ msgstr[0] "스캔 당 최대 %(max_pilots)s명으로 제한되어 있습니다."
329
332
  msgid ""
330
333
  "Please keep in mind, parsing large amounts of data can take some time. Be "
331
334
  "patient, CCP's API is not the fastest to answer …"
332
- msgstr "기억해주세요, 큰 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 "
335
+ msgstr ""
336
+ "기억해주세요, 큰 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 "
333
337
  "것으로 유명합니다, 조금만 기다려 주세요 …"
334
338
 
335
339
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-intel-tool/nl/>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/nl/>\n"
15
15
  "Language: nl\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:68
169
+ #: aa_intel_tool/parser/module/chatlist.py:65
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:79
173
+ #: aa_intel_tool/parser/module/chatlist.py:76
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:281
177
+ #: aa_intel_tool/parser/module/chatlist.py:278
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:302
181
+ #: aa_intel_tool/parser/module/chatlist.py:299
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -193,7 +193,7 @@ msgstr[1] ""
193
193
  msgid "The D-Scan module is currently disabled."
194
194
  msgstr ""
195
195
 
196
- #: aa_intel_tool/parser/module/fleetcomp.py:111
196
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
197
197
  msgid "The fleet composition module is currently disabled."
198
198
  msgstr ""
199
199
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
9
+ "POT-Creation-Date: 2024-06-23 11:20+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
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-intel-tool/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-intel-tool/pl/>\n"
14
14
  "Language: pl_PL\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -166,19 +166,19 @@ msgstr ""
166
166
  msgid "No data to parse …"
167
167
  msgstr ""
168
168
 
169
- #: aa_intel_tool/parser/module/chatlist.py:68
169
+ #: aa_intel_tool/parser/module/chatlist.py:65
170
170
  msgid "Something went wrong while fetching the character information from ESI."
171
171
  msgstr ""
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:79
173
+ #: aa_intel_tool/parser/module/chatlist.py:76
174
174
  msgid "Character unknown to ESI."
175
175
  msgstr ""
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:281
177
+ #: aa_intel_tool/parser/module/chatlist.py:278
178
178
  msgid "The chat list module is currently disabled."
179
179
  msgstr ""
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:302
181
+ #: aa_intel_tool/parser/module/chatlist.py:299
182
182
  #, python-brace-format
183
183
  msgid ""
184
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -194,7 +194,7 @@ msgstr[2] ""
194
194
  msgid "The D-Scan module is currently disabled."
195
195
  msgstr ""
196
196
 
197
- #: aa_intel_tool/parser/module/fleetcomp.py:111
197
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
198
198
  msgid "The fleet composition module is currently disabled."
199
199
  msgstr ""
200
200
 
@@ -4,22 +4,23 @@
4
4
  # Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
6
  # Max <mark25@inbox.ru>, 2023, 2024.
7
+ # Roycce_ <malyasov.roma@mail.ru>, 2024.
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: PACKAGE VERSION\n"
10
11
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
14
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
15
- "alliance-auth-apps/aa-intel-tool/ru/>\n"
12
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
13
+ "PO-Revision-Date: 2024-06-06 14:27+0000\n"
14
+ "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-intel-tool/ru/>\n"
16
17
  "Language: ru\n"
17
18
  "MIME-Version: 1.0\n"
18
19
  "Content-Type: text/plain; charset=UTF-8\n"
19
20
  "Content-Transfer-Encoding: 8bit\n"
20
21
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
22
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.5.3\n"
23
+ "X-Generator: Weblate 5.5.5\n"
23
24
 
24
25
  #: aa_intel_tool/__init__.py:9
25
26
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -170,19 +171,19 @@ msgstr ""
170
171
  msgid "No data to parse …"
171
172
  msgstr "Нет данных для анализа …"
172
173
 
173
- #: aa_intel_tool/parser/module/chatlist.py:68
174
+ #: aa_intel_tool/parser/module/chatlist.py:65
174
175
  msgid "Something went wrong while fetching the character information from ESI."
175
176
  msgstr "Что-то пошло не так при загрузке информации о персонаже через ESI."
176
177
 
177
- #: aa_intel_tool/parser/module/chatlist.py:79
178
+ #: aa_intel_tool/parser/module/chatlist.py:76
178
179
  msgid "Character unknown to ESI."
179
180
  msgstr "Персонаж не известен для ESI."
180
181
 
181
- #: aa_intel_tool/parser/module/chatlist.py:281
182
+ #: aa_intel_tool/parser/module/chatlist.py:278
182
183
  msgid "The chat list module is currently disabled."
183
184
  msgstr "Анализатор списка чата отключен."
184
185
 
185
- #: aa_intel_tool/parser/module/chatlist.py:302
186
+ #: aa_intel_tool/parser/module/chatlist.py:299
186
187
  #, python-brace-format
187
188
  msgid ""
188
189
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -207,7 +208,7 @@ msgstr[3] ""
207
208
  msgid "The D-Scan module is currently disabled."
208
209
  msgstr "Анализатор подскана отключен."
209
210
 
210
- #: aa_intel_tool/parser/module/fleetcomp.py:111
211
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
211
212
  msgid "The fleet composition module is currently disabled."
212
213
  msgstr "Анализатор состава флота отключен."
213
214
 
@@ -483,7 +484,7 @@ msgstr "Класс корабля"
483
484
 
484
485
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
485
486
  msgid "Total mass (in kg):"
486
- msgstr ""
487
+ msgstr "Общая масса (в кг):"
487
488
 
488
489
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
489
490
  msgid "Ship type"