aa-intel-tool 2.0.0b1__py3-none-any.whl → 2.1.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 (48) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +4 -4
  3. aa_intel_tool/locale/cs/LC_MESSAGES/django.mo +0 -0
  4. aa_intel_tool/locale/cs/LC_MESSAGES/django.po +517 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +55 -50
  7. aa_intel_tool/locale/django.pot +48 -44
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/es/LC_MESSAGES/django.po +53 -49
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +153 -130
  12. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +50 -46
  14. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +50 -46
  16. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  17. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +58 -56
  18. aa_intel_tool/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. aa_intel_tool/locale/nl/LC_MESSAGES/django.po +510 -0
  20. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  21. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +515 -0
  22. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  23. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +56 -52
  24. aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  25. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +517 -0
  26. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  27. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +51 -47
  28. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  29. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +57 -52
  30. aa_intel_tool/parser/module/chatlist.py +1 -1
  31. aa_intel_tool/parser/module/dscan.py +41 -9
  32. aa_intel_tool/parser/module/fleetcomp.py +4 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +33 -0
  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 +11 -0
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +6 -6
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  42. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +1 -0
  43. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -0
  44. aa_intel_tool/tests/test_access.py +1 -1
  45. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/METADATA +6 -4
  46. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/RECORD +48 -40
  47. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/WHEEL +1 -1
  48. {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/licenses/LICENSE +0 -0
@@ -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: 2023-10-04 17:44+0200\n"
10
- "PO-Revision-Date: 2023-10-04 15:46+0000\n"
9
+ "POT-Creation-Date: 2024-04-20 22:33+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/"
13
13
  "alliance-auth-apps/aa-intel-tool/de/>\n"
@@ -16,12 +16,12 @@ 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
- #: aa_intel_tool/__init__.py:12
21
+ #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
23
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,16 +46,16 @@ msgstr "Rohdaten"
46
46
  msgid "Intel Parser v{__version__}"
47
47
  msgstr "Intel Parser v{__version__}"
48
48
 
49
- #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49
+ #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
50
50
  msgid "Chat list"
51
51
  msgstr "Chatliste"
52
52
 
53
- #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
53
+ #: aa_intel_tool/constants.py:64 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 "D-Scan"
57
57
 
58
- #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
58
+ #: aa_intel_tool/constants.py:70 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"
@@ -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:66
170
+ #: aa_intel_tool/parser/module/chatlist.py:68
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:77
175
+ #: aa_intel_tool/parser/module/chatlist.py:79
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:274
179
+ #: aa_intel_tool/parser/module/chatlist.py:281
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:292
183
+ #: aa_intel_tool/parser/module/chatlist.py:302
184
184
  #, python-brace-format
185
185
  msgid ""
186
186
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -195,19 +195,20 @@ msgstr[1] ""
195
195
  "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
196
196
  "beschränkt. Deine Pilotenliste überschreitet diese Grenze."
197
197
 
198
- #: aa_intel_tool/parser/module/dscan.py:322
198
+ #: aa_intel_tool/parser/module/dscan.py:350
199
+ #: aa_intel_tool/parser/module/dscan.py:338
199
200
  msgid "The D-Scan module is currently disabled."
200
201
  msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
201
202
 
202
- #: aa_intel_tool/parser/module/fleetcomp.py:103
203
+ #: aa_intel_tool/parser/module/fleetcomp.py:111
203
204
  msgid "The fleet composition module is currently disabled."
204
205
  msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
205
206
 
206
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
207
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
207
208
  msgid "Permalink successfully copied"
208
209
  msgstr "Permalink erfolgreich kopiert"
209
210
 
210
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
211
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
211
212
  msgid ""
212
213
  "Something went wrong. Nothing copied. Maybe your browser does not support "
213
214
  "this function."
@@ -215,87 +216,87 @@ msgstr ""
215
216
  "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein "
216
217
  "Browser diese Funktion nicht."
217
218
 
218
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
219
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
219
220
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
220
221
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
221
222
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
222
223
  msgid "Unaffiliated / No Alliance"
223
224
  msgstr "Unabhängig / Keine Allianz"
224
225
 
225
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
226
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
226
227
  msgid "NPC Corp"
227
228
  msgstr "NPC Corp"
228
229
 
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
230
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
230
231
  msgctxt "Decimal separator"
231
232
  msgid "."
232
233
  msgstr ","
233
234
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
235
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
235
236
  msgctxt "Thousands separator"
236
237
  msgid ","
237
238
  msgstr "."
238
239
 
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
240
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
240
241
  msgid "No data available in this table"
241
242
  msgstr "In dieser Tabelle sind keine Daten verfügbar"
242
243
 
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
244
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
244
245
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
245
246
  msgid "Showing _END_ entries"
246
247
  msgstr "Zeige _END_ Einträge"
247
248
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
249
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
249
250
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
250
251
  msgid "(filtered from _MAX_ total entries)"
251
252
  msgstr "(gefiltert von _MAX_ Einträgen)"
252
253
 
253
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
254
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
254
255
  msgid "No records available"
255
256
  msgstr "Keine Datensätze vorhanden"
256
257
 
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
258
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
258
259
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
259
260
  msgid "Show _MENU_"
260
261
  msgstr "Zeige _MENU_"
261
262
 
262
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
263
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
263
264
  msgid "Loading …"
264
265
  msgstr "Lade …"
265
266
 
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
267
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
267
268
  msgid "Processing …"
268
269
  msgstr "Verarbeite …"
269
270
 
270
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
271
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
271
272
  msgid "Nothing found, sorry …"
272
273
  msgstr "Nichts gefunden, tut mir leid …"
273
274
 
274
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
275
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
275
276
  msgid "Search …"
276
277
  msgstr "Suche …"
277
278
 
278
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
279
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
279
280
  msgid "First"
280
281
  msgstr "Erster"
281
282
 
282
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
283
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
283
284
  msgid "Last"
284
285
  msgstr "Letzter"
285
286
 
286
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
287
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
287
288
  msgid "Next"
288
289
  msgstr "Nächster"
289
290
 
290
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
291
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
291
292
  msgid "Previous"
292
293
  msgstr "Vorheriger"
293
294
 
294
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
295
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
295
296
  msgid ": activate to sort column ascending"
296
297
  msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
297
298
 
298
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
299
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
299
300
  msgid ": activate to sort column descending"
300
301
  msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
301
302
 
@@ -333,7 +334,16 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
333
334
  msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
334
335
  msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
335
336
 
336
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
337
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
338
+ msgid ""
339
+ "Please keep in mind, parsing large amounts of data can take some time. Be "
340
+ "patient, CCP's API is not the fastest to answer …"
341
+ msgstr ""
342
+ "Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in "
343
+ "Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
344
+ "…"
345
+
346
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
337
347
  msgid "Submit"
338
348
  msgstr "Absenden"
339
349
 
@@ -385,7 +395,7 @@ msgstr "Anzahl"
385
395
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
386
396
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
387
397
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
388
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
398
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
389
399
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
390
400
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
391
401
  msgid "Loading data …"
@@ -395,7 +405,7 @@ msgstr "Lade Daten …"
395
405
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
396
406
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
397
407
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
398
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
408
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
399
409
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
400
410
  msgid "No data …"
401
411
  msgstr "Keine Daten …"
@@ -463,6 +473,10 @@ msgstr "Off Grid"
463
473
  msgid "Ship class"
464
474
  msgstr "Schiffsklasse"
465
475
 
476
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
477
+ msgid "Total mass (in kg):"
478
+ msgstr "Gesamtmasse (in kg):"
479
+
466
480
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
467
481
  msgid "Ship type"
468
482
  msgstr "Schiffstyp"
@@ -499,15 +513,6 @@ msgstr "System"
499
513
  msgid "Participation details"
500
514
  msgstr "Teilnahmedetails"
501
515
 
502
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
503
- msgid ""
504
- "Please keep in mind, parsing large amounts of data can take some time. Be "
505
- "patient, CCP's API is not the fastest to answer …"
506
- msgstr ""
507
- "Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in "
508
- "Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
509
- "…"
510
-
511
516
  #: aa_intel_tool/views/general.py:53
512
517
  msgid "The provided data could not be parsed."
513
518
  msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
@@ -516,6 +521,6 @@ msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
516
521
  msgid "(System Error) Something unexpected happened."
517
522
  msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
518
523
 
519
- #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
524
+ #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
520
525
  msgid "The scan you were looking for could not be found."
521
526
  msgstr "Der gesuchte Scan konnte nicht gefunden werden."
@@ -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: 2023-10-04 17:44+0200\n"
11
+ "POT-Creation-Date: 2024-04-20 22:33+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"
@@ -18,10 +18,10 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: aa_intel_tool/__init__.py:12
21
+ #: aa_intel_tool/__init__.py:9
22
22
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
23
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,16 +46,16 @@ msgstr ""
46
46
  msgid "Intel Parser v{__version__}"
47
47
  msgstr ""
48
48
 
49
- #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49
+ #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
50
50
  msgid "Chat list"
51
51
  msgstr ""
52
52
 
53
- #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
53
+ #: aa_intel_tool/constants.py:64 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:83 aa_intel_tool/models.py:23
58
+ #: aa_intel_tool/constants.py:70 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"
@@ -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:66
168
+ #: aa_intel_tool/parser/module/chatlist.py:68
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:77
172
+ #: aa_intel_tool/parser/module/chatlist.py:79
173
173
  msgid "Character unknown to ESI."
174
174
  msgstr ""
175
175
 
176
- #: aa_intel_tool/parser/module/chatlist.py:274
176
+ #: aa_intel_tool/parser/module/chatlist.py:281
177
177
  msgid "The chat list module is currently disabled."
178
178
  msgstr ""
179
179
 
180
- #: aa_intel_tool/parser/module/chatlist.py:292
180
+ #: aa_intel_tool/parser/module/chatlist.py:302
181
181
  #, python-brace-format
182
182
  msgid ""
183
183
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -188,105 +188,105 @@ msgid_plural ""
188
188
  msgstr[0] ""
189
189
  msgstr[1] ""
190
190
 
191
- #: aa_intel_tool/parser/module/dscan.py:322
191
+ #: aa_intel_tool/parser/module/dscan.py:350
192
192
  msgid "The D-Scan module is currently disabled."
193
193
  msgstr ""
194
194
 
195
- #: aa_intel_tool/parser/module/fleetcomp.py:103
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:111
196
196
  msgid "The fleet composition module is currently disabled."
197
197
  msgstr ""
198
198
 
199
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
199
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
200
200
  msgid "Permalink successfully copied"
201
201
  msgstr ""
202
202
 
203
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
203
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
204
204
  msgid ""
205
205
  "Something went wrong. Nothing copied. Maybe your browser does not support "
206
206
  "this function."
207
207
  msgstr ""
208
208
 
209
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
209
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
210
210
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
211
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
212
212
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
213
213
  msgid "Unaffiliated / No Alliance"
214
214
  msgstr ""
215
215
 
216
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
216
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
217
217
  msgid "NPC Corp"
218
218
  msgstr ""
219
219
 
220
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
220
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
221
221
  msgctxt "Decimal separator"
222
222
  msgid "."
223
223
  msgstr ""
224
224
 
225
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
226
226
  msgctxt "Thousands separator"
227
227
  msgid ","
228
228
  msgstr ""
229
229
 
230
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
231
231
  msgid "No data available in this table"
232
232
  msgstr ""
233
233
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
235
235
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
236
236
  msgid "Showing _END_ entries"
237
237
  msgstr ""
238
238
 
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
240
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
241
241
  msgid "(filtered from _MAX_ total entries)"
242
242
  msgstr ""
243
243
 
244
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
245
245
  msgid "No records available"
246
246
  msgstr ""
247
247
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
249
249
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
250
250
  msgid "Show _MENU_"
251
251
  msgstr ""
252
252
 
253
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
254
254
  msgid "Loading …"
255
255
  msgstr ""
256
256
 
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
258
258
  msgid "Processing …"
259
259
  msgstr ""
260
260
 
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
262
262
  msgid "Nothing found, sorry …"
263
263
  msgstr ""
264
264
 
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
265
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
266
266
  msgid "Search …"
267
267
  msgstr ""
268
268
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
269
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
270
270
  msgid "First"
271
271
  msgstr ""
272
272
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
274
274
  msgid "Last"
275
275
  msgstr ""
276
276
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
278
278
  msgid "Next"
279
279
  msgstr ""
280
280
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
282
282
  msgid "Previous"
283
283
  msgstr ""
284
284
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
285
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
286
286
  msgid ": activate to sort column ascending"
287
287
  msgstr ""
288
288
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
290
290
  msgid ": activate to sort column descending"
291
291
  msgstr ""
292
292
 
@@ -322,7 +322,13 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
322
322
  msgstr[0] ""
323
323
  msgstr[1] ""
324
324
 
325
- #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
325
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
326
+ msgid ""
327
+ "Please keep in mind, parsing large amounts of data can take some time. Be "
328
+ "patient, CCP's API is not the fastest to answer …"
329
+ msgstr ""
330
+
331
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
326
332
  msgid "Submit"
327
333
  msgstr ""
328
334
 
@@ -372,7 +378,7 @@ msgstr ""
372
378
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
373
379
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
374
380
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
375
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
381
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
376
382
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
377
383
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
378
384
  msgid "Loading data …"
@@ -382,7 +388,7 @@ msgstr ""
382
388
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
383
389
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
384
390
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
385
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
391
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
386
392
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
387
393
  msgid "No data …"
388
394
  msgstr ""
@@ -450,6 +456,10 @@ msgstr ""
450
456
  msgid "Ship class"
451
457
  msgstr ""
452
458
 
459
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
460
+ msgid "Total mass (in kg):"
461
+ msgstr ""
462
+
453
463
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
454
464
  msgid "Ship type"
455
465
  msgstr ""
@@ -486,12 +496,6 @@ msgstr ""
486
496
  msgid "Participation details"
487
497
  msgstr ""
488
498
 
489
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
490
- msgid ""
491
- "Please keep in mind, parsing large amounts of data can take some time. Be "
492
- "patient, CCP's API is not the fastest to answer …"
493
- msgstr ""
494
-
495
499
  #: aa_intel_tool/views/general.py:53
496
500
  msgid "The provided data could not be parsed."
497
501
  msgstr ""
@@ -500,6 +504,6 @@ msgstr ""
500
504
  msgid "(System Error) Something unexpected happened."
501
505
  msgstr ""
502
506
 
503
- #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
507
+ #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
504
508
  msgid "The scan you were looking for could not be found."
505
509
  msgstr ""