aa-intel-tool 2.1.0__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 (40) 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.mo +0 -0
  5. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +18 -11
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  7. aa_intel_tool/locale/de/LC_MESSAGES/django.po +9 -10
  8. aa_intel_tool/locale/django.pot +6 -6
  9. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/es/LC_MESSAGES/django.po +11 -11
  11. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  12. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +9 -9
  13. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  14. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +8 -8
  15. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  16. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +8 -8
  17. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +10 -10
  19. aa_intel_tool/locale/nl/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +13 -12
  21. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  22. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +11 -8
  23. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  24. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +14 -13
  25. aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  26. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +18 -11
  27. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  28. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +9 -9
  29. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  30. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -15
  31. aa_intel_tool/parser/module/chatlist.py +1 -4
  32. aa_intel_tool/parser/module/fleetcomp.py +85 -39
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +4 -4
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +1 -1
  37. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.2.0.dist-info}/METADATA +3 -5
  38. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.2.0.dist-info}/RECORD +40 -37
  39. {aa_intel_tool-2.1.0.dist-info → aa_intel_tool-2.2.0.dist-info}/WHEEL +1 -1
  40. {aa_intel_tool-2.1.0.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.0"
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
@@ -3,21 +3,22 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
8
  "Project-Id-Version: PACKAGE VERSION\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/cs/>\n"
15
+ "Language: cs\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 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
20
  "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
21
22
 
22
23
  #: aa_intel_tool/__init__.py:9
23
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -166,19 +167,19 @@ msgstr ""
166
167
  msgid "No data to parse …"
167
168
  msgstr ""
168
169
 
169
- #: aa_intel_tool/parser/module/chatlist.py:68
170
+ #: aa_intel_tool/parser/module/chatlist.py:65
170
171
  msgid "Something went wrong while fetching the character information from ESI."
171
172
  msgstr ""
172
173
 
173
- #: aa_intel_tool/parser/module/chatlist.py:79
174
+ #: aa_intel_tool/parser/module/chatlist.py:76
174
175
  msgid "Character unknown to ESI."
175
176
  msgstr ""
176
177
 
177
- #: aa_intel_tool/parser/module/chatlist.py:281
178
+ #: aa_intel_tool/parser/module/chatlist.py:278
178
179
  msgid "The chat list module is currently disabled."
179
180
  msgstr ""
180
181
 
181
- #: aa_intel_tool/parser/module/chatlist.py:302
182
+ #: aa_intel_tool/parser/module/chatlist.py:299
182
183
  #, python-brace-format
183
184
  msgid ""
184
185
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -188,12 +189,14 @@ msgid_plural ""
188
189
  "per scan. Your list of pilots exceeds this limit."
189
190
  msgstr[0] ""
190
191
  msgstr[1] ""
192
+ msgstr[2] ""
193
+ msgstr[3] ""
191
194
 
192
195
  #: aa_intel_tool/parser/module/dscan.py:350
193
196
  msgid "The D-Scan module is currently disabled."
194
197
  msgstr ""
195
198
 
196
- #: aa_intel_tool/parser/module/fleetcomp.py:111
199
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
197
200
  msgid "The fleet composition module is currently disabled."
198
201
  msgstr ""
199
202
 
@@ -297,6 +300,8 @@ msgid "Scans will be deleted after %(scan_retention_time)s day."
297
300
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
298
301
  msgstr[0] ""
299
302
  msgstr[1] ""
303
+ msgstr[2] ""
304
+ msgstr[3] ""
300
305
 
301
306
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
302
307
  msgid ""
@@ -322,6 +327,8 @@ msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
322
327
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
323
328
  msgstr[0] ""
324
329
  msgstr[1] ""
330
+ msgstr[2] ""
331
+ msgstr[3] ""
325
332
 
326
333
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
327
334
  msgid ""
@@ -1,13 +1,13 @@
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.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  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"
10
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
9
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
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: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
13
  "apps/aa-intel-tool/de/>\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -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
 
@@ -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
- # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
6
- # Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023.
4
+ # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
+ # Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023, 2024.
7
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"
12
- "PO-Revision-Date: 2023-10-25 07:04+0000\n"
11
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
12
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
13
13
  "Last-Translator: Geovanny David Morales De la cruz "
14
14
  "<moralesgeovanny1996@gmail.com>\n"
15
15
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -19,7 +19,7 @@ msgstr ""
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
22
- "X-Generator: Weblate 5.1\n"
22
+ "X-Generator: Weblate 5.5.3\n"
23
23
 
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -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,9 +8,9 @@ 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-04-17 22:13+0000\n"
13
- "Last-Translator: Matthias P <randomusernetcom@gmail.com>\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
14
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
15
  "apps/aa-intel-tool/fr/>\n"
16
16
  "Language: fr_FR\n"
@@ -18,7 +18,7 @@ msgstr ""
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.4.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,8 +7,8 @@ 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"
11
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
14
  "apps/aa-intel-tool/it/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -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,8 +7,8 @@ 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"
11
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
14
  "apps/aa-intel-tool/ja/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: aa_intel_tool/__init__.py:9
23
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -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
 
@@ -1,7 +1,7 @@
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
- # Author50CO <tkddlschry@gmail.com>, 2023.
4
+ # Author50CO <tkddlschry@gmail.com>, 2023, 2024.
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2023.
6
6
  # Mind of the Raven <okanieva@gmail.com>, 2024.
7
7
  # Rodpold Shard <rodpold@gmail.com>, 2024.
@@ -9,9 +9,9 @@ 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"
13
- "PO-Revision-Date: 2024-03-22 00:11+0000\n"
14
- "Last-Translator: Mind of the Raven <okanieva@gmail.com>\n"
12
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
13
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
14
+ "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
15
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
16
  "apps/aa-intel-tool/ko/>\n"
17
17
  "Language: ko_KR\n"
@@ -19,7 +19,7 @@ msgstr ""
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=1; plural=0;\n"
22
- "X-Generator: Weblate 5.4.2\n"
22
+ "X-Generator: Weblate 5.5.3\n"
23
23
 
24
24
  #: aa_intel_tool/__init__.py:9
25
25
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -170,19 +170,19 @@ msgstr ""
170
170
  msgid "No data to parse …"
171
171
  msgstr "가져올 데이터가 없습니다…"
172
172
 
173
- #: aa_intel_tool/parser/module/chatlist.py:68
173
+ #: aa_intel_tool/parser/module/chatlist.py:65
174
174
  msgid "Something went wrong while fetching the character information from ESI."
175
175
  msgstr "ESI에서 캐릭터 정보를 가져오는 중 오류가 발생했습니다."
176
176
 
177
- #: aa_intel_tool/parser/module/chatlist.py:79
177
+ #: aa_intel_tool/parser/module/chatlist.py:76
178
178
  msgid "Character unknown to ESI."
179
179
  msgstr "ESI에 등록되지 않은 캐릭터입니다."
180
180
 
181
- #: aa_intel_tool/parser/module/chatlist.py:281
181
+ #: aa_intel_tool/parser/module/chatlist.py:278
182
182
  msgid "The chat list module is currently disabled."
183
183
  msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
184
184
 
185
- #: aa_intel_tool/parser/module/chatlist.py:302
185
+ #: aa_intel_tool/parser/module/chatlist.py:299
186
186
  #, python-brace-format
187
187
  msgid ""
188
188
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -198,7 +198,7 @@ msgstr[0] ""
198
198
  msgid "The D-Scan module is currently disabled."
199
199
  msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
200
200
 
201
- #: aa_intel_tool/parser/module/fleetcomp.py:111
201
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
202
202
  msgid "The fleet composition module is currently disabled."
203
203
  msgstr "함대 구성 모듈이 비활성화된 상태입니다."
204
204
 
@@ -3,20 +3,21 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
8
  "Project-Id-Version: PACKAGE VERSION\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-04-20 22:33+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
10
+ "POT-Creation-Date: 2024-06-23 11:20+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-intel-tool/nl/>\n"
15
+ "Language: nl\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
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.5.3\n"
20
21
 
21
22
  #: aa_intel_tool/__init__.py:9
22
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -165,19 +166,19 @@ msgstr ""
165
166
  msgid "No data to parse …"
166
167
  msgstr ""
167
168
 
168
- #: aa_intel_tool/parser/module/chatlist.py:68
169
+ #: aa_intel_tool/parser/module/chatlist.py:65
169
170
  msgid "Something went wrong while fetching the character information from ESI."
170
171
  msgstr ""
171
172
 
172
- #: aa_intel_tool/parser/module/chatlist.py:79
173
+ #: aa_intel_tool/parser/module/chatlist.py:76
173
174
  msgid "Character unknown to ESI."
174
175
  msgstr ""
175
176
 
176
- #: aa_intel_tool/parser/module/chatlist.py:281
177
+ #: aa_intel_tool/parser/module/chatlist.py:278
177
178
  msgid "The chat list module is currently disabled."
178
179
  msgstr ""
179
180
 
180
- #: aa_intel_tool/parser/module/chatlist.py:302
181
+ #: aa_intel_tool/parser/module/chatlist.py:299
181
182
  #, python-brace-format
182
183
  msgid ""
183
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -192,7 +193,7 @@ msgstr[1] ""
192
193
  msgid "The D-Scan module is currently disabled."
193
194
  msgstr ""
194
195
 
195
- #: aa_intel_tool/parser/module/fleetcomp.py:111
196
+ #: aa_intel_tool/parser/module/fleetcomp.py:187
196
197
  msgid "The fleet composition module is currently disabled."
197
198
  msgstr ""
198
199