aa-intel-tool 0.0.1a14__py3-none-any.whl → 1.0.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.
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +27 -26
- aa_intel_tool/locale/django.pot +17 -16
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -32
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +24 -23
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +28 -35
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/migrations/0001_initial.py +70 -15
- aa_intel_tool/models.py +1 -1
- aa_intel_tool/parser/module/fleetcomp.py +11 -4
- aa_intel_tool/scripts/drop_tables.sql +5 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +10 -3
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +5 -2
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -1
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +86 -0
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +1 -1
- aa_intel_tool/tests/test_parser.py +17 -16
- aa_intel_tool/tests/test_parser_helper_db.py +60 -0
- aa_intel_tool/tests/utils.py +0 -87
- aa_intel_tool/views/general.py +7 -6
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/METADATA +51 -43
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/RECORD +55 -52
- aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
- aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
- aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
- aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
- aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
- aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
- aa_intel_tool/migrations/0008_alter_scandata_section.py +0 -38
- aa_intel_tool/migrations/0009_alter_scan_scan_type.py +0 -28
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -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: 2023-08-
|
|
10
|
-
"PO-Revision-Date: 2023-08-
|
|
9
|
+
"POT-Creation-Date: 2023-08-29 16:06+0200\n"
|
|
10
|
+
"PO-Revision-Date: 2023-08-31 06:18+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: German <https://weblate.ppfeufer.de/projects/
|
|
13
|
-
"apps/aa-intel-tool/de/>\n"
|
|
12
|
+
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
|
13
|
+
"alliance-auth-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"
|
|
@@ -25,7 +25,7 @@ msgstr ""
|
|
|
25
25
|
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
26
26
|
#: templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
27
27
|
msgid "Intel Parser"
|
|
28
|
-
msgstr "Intel
|
|
28
|
+
msgstr "Intel Parser"
|
|
29
29
|
|
|
30
30
|
#: admin.py:79 models.py:46
|
|
31
31
|
msgid "Scan type"
|
|
@@ -50,18 +50,19 @@ msgid "Chat list"
|
|
|
50
50
|
msgstr "Chatliste"
|
|
51
51
|
|
|
52
52
|
#: constants.py:77 models.py:22
|
|
53
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr "D-Scan"
|
|
56
56
|
|
|
57
|
-
#: constants.py:83 models.py:123
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
58
59
|
msgid "Fleet composition"
|
|
59
60
|
msgstr "Flottenzusammensetzung"
|
|
60
61
|
|
|
61
62
|
#: exceptions.py:34
|
|
62
63
|
#, python-brace-format
|
|
63
64
|
msgid "A parser error occurred » {message}"
|
|
64
|
-
msgstr "Ein
|
|
65
|
+
msgstr "Ein Parserfehler ist aufgetreten » {message}"
|
|
65
66
|
|
|
66
67
|
#: form.py:20
|
|
67
68
|
msgid "Paste here …"
|
|
@@ -71,10 +72,6 @@ msgstr "Hier einfügen …"
|
|
|
71
72
|
msgid "Invalid scan data"
|
|
72
73
|
msgstr "Ungültige Scandaten"
|
|
73
74
|
|
|
74
|
-
#: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
|
|
75
|
-
msgid "Fleet Composition"
|
|
76
|
-
msgstr "Flottenzusammensetzung"
|
|
77
|
-
|
|
78
75
|
#: models.py:31
|
|
79
76
|
msgid "Scan hash"
|
|
80
77
|
msgstr "Scan Hash"
|
|
@@ -190,10 +187,10 @@ msgid_plural ""
|
|
|
190
187
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
191
188
|
"per scan. Your list of pilots exceeds this limit."
|
|
192
189
|
msgstr[0] ""
|
|
193
|
-
"
|
|
190
|
+
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan "
|
|
194
191
|
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
195
192
|
msgstr[1] ""
|
|
196
|
-
"
|
|
193
|
+
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
|
|
197
194
|
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
198
195
|
|
|
199
196
|
#: parser/module/dscan.py:322
|
|
@@ -229,12 +226,12 @@ msgstr "NPC Corp"
|
|
|
229
226
|
|
|
230
227
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
231
228
|
msgctxt "Decimal separator"
|
|
232
|
-
msgid "
|
|
229
|
+
msgid "."
|
|
233
230
|
msgstr ","
|
|
234
231
|
|
|
235
232
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
236
233
|
msgctxt "Thousands separator"
|
|
237
|
-
msgid "
|
|
234
|
+
msgid ","
|
|
238
235
|
msgstr "."
|
|
239
236
|
|
|
240
237
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -304,7 +301,7 @@ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
|
|
304
301
|
#, python-format
|
|
305
302
|
msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
306
303
|
msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
307
|
-
msgstr[0] "Scans werden nach %(scan_retention_time)s
|
|
304
|
+
msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
|
|
308
305
|
msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
|
|
309
306
|
|
|
310
307
|
#: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
@@ -324,36 +321,36 @@ msgid "What can I paste?"
|
|
|
324
321
|
msgstr "Was kann ich einfügen?"
|
|
325
322
|
|
|
326
323
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
327
|
-
msgid "Chat
|
|
328
|
-
msgstr "
|
|
324
|
+
msgid "Chat member list"
|
|
325
|
+
msgstr "Chatmitgliederliste"
|
|
329
326
|
|
|
330
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
331
328
|
#, python-format
|
|
332
329
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
333
330
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
334
331
|
msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
|
|
335
332
|
msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
|
|
336
333
|
|
|
337
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
334
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
338
335
|
msgid "Submit"
|
|
339
336
|
msgstr "Absenden"
|
|
340
337
|
|
|
341
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
338
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
342
339
|
msgid "Working on it, please be patient …"
|
|
343
340
|
msgstr "Bei der Arbeit, bitte hab etwas Geduld …"
|
|
344
341
|
|
|
345
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
342
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
346
343
|
msgid "Detecting the intel type"
|
|
347
|
-
msgstr "Erkennung des
|
|
344
|
+
msgstr "Erkennung des Inteltyps"
|
|
348
345
|
|
|
349
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
346
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
350
347
|
msgid ""
|
|
351
348
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
352
349
|
msgstr ""
|
|
353
350
|
"Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
|
|
354
351
|
"dauern)"
|
|
355
352
|
|
|
356
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
353
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
357
354
|
msgid "Parsing data"
|
|
358
355
|
msgstr "Daten analysieren"
|
|
359
356
|
|
|
@@ -513,6 +510,10 @@ msgstr ""
|
|
|
513
510
|
msgid "The provided data could not be parsed."
|
|
514
511
|
msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
|
|
515
512
|
|
|
513
|
+
#: views/general.py:60
|
|
514
|
+
msgid "(System Error) Something unexpected happened."
|
|
515
|
+
msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
|
|
516
|
+
|
|
516
517
|
#: views/general.py:99 views/general.py:128
|
|
517
518
|
msgid "The scan you were looking for could not be found."
|
|
518
519
|
msgstr "Der gesuchte Scan konnte nicht gefunden werden."
|
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -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-08-
|
|
11
|
+
"POT-Creation-Date: 2023-08-29 16:06+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"
|
|
@@ -50,11 +50,12 @@ msgid "Chat list"
|
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
52
|
#: constants.py:77 models.py:22
|
|
53
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: constants.py:83 models.py:123
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
58
59
|
msgid "Fleet composition"
|
|
59
60
|
msgstr ""
|
|
60
61
|
|
|
@@ -71,10 +72,6 @@ msgstr ""
|
|
|
71
72
|
msgid "Invalid scan data"
|
|
72
73
|
msgstr ""
|
|
73
74
|
|
|
74
|
-
#: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
|
|
75
|
-
msgid "Fleet Composition"
|
|
76
|
-
msgstr ""
|
|
77
|
-
|
|
78
75
|
#: models.py:31
|
|
79
76
|
msgid "Scan hash"
|
|
80
77
|
msgstr ""
|
|
@@ -220,12 +217,12 @@ msgstr ""
|
|
|
220
217
|
|
|
221
218
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
222
219
|
msgctxt "Decimal separator"
|
|
223
|
-
msgid "
|
|
220
|
+
msgid "."
|
|
224
221
|
msgstr ""
|
|
225
222
|
|
|
226
223
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
227
224
|
msgctxt "Thousands separator"
|
|
228
|
-
msgid "
|
|
225
|
+
msgid ","
|
|
229
226
|
msgstr ""
|
|
230
227
|
|
|
231
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -313,34 +310,34 @@ msgid "What can I paste?"
|
|
|
313
310
|
msgstr ""
|
|
314
311
|
|
|
315
312
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
316
|
-
msgid "Chat
|
|
313
|
+
msgid "Chat member list"
|
|
317
314
|
msgstr ""
|
|
318
315
|
|
|
319
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
316
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
320
317
|
#, python-format
|
|
321
318
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
322
319
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
323
320
|
msgstr[0] ""
|
|
324
321
|
msgstr[1] ""
|
|
325
322
|
|
|
326
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
323
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
327
324
|
msgid "Submit"
|
|
328
325
|
msgstr ""
|
|
329
326
|
|
|
330
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
331
328
|
msgid "Working on it, please be patient …"
|
|
332
329
|
msgstr ""
|
|
333
330
|
|
|
334
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
331
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
335
332
|
msgid "Detecting the intel type"
|
|
336
333
|
msgstr ""
|
|
337
334
|
|
|
338
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
335
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
339
336
|
msgid ""
|
|
340
337
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
341
338
|
msgstr ""
|
|
342
339
|
|
|
343
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
340
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
344
341
|
msgid "Parsing data"
|
|
345
342
|
msgstr ""
|
|
346
343
|
|
|
@@ -497,6 +494,10 @@ msgstr ""
|
|
|
497
494
|
msgid "The provided data could not be parsed."
|
|
498
495
|
msgstr ""
|
|
499
496
|
|
|
497
|
+
#: views/general.py:60
|
|
498
|
+
msgid "(System Error) Something unexpected happened."
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
500
501
|
#: views/general.py:99 views/general.py:128
|
|
501
502
|
msgid "The scan you were looking for could not be found."
|
|
502
503
|
msgstr ""
|
|
Binary file
|
|
@@ -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: 2023-08-
|
|
11
|
-
"PO-Revision-Date: 2023-08-
|
|
12
|
-
"Last-Translator:
|
|
13
|
-
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/
|
|
14
|
-
"apps/aa-intel-tool/es/>\n"
|
|
10
|
+
"POT-Creation-Date: 2023-08-29 16:06+0200\n"
|
|
11
|
+
"PO-Revision-Date: 2023-08-31 06:18+0000\n"
|
|
12
|
+
"Last-Translator: Zigor Fernandez Moreno <sietehierros@gmail.com>\n"
|
|
13
|
+
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
|
|
14
|
+
"alliance-auth-apps/aa-intel-tool/es/>\n"
|
|
15
15
|
"Language: es\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -54,20 +54,19 @@ msgid "Chat list"
|
|
|
54
54
|
msgstr "Lista de Chat"
|
|
55
55
|
|
|
56
56
|
#: constants.py:77 models.py:22
|
|
57
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
57
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
58
58
|
msgid "D-Scan"
|
|
59
59
|
msgstr "D-Scan"
|
|
60
60
|
|
|
61
|
-
#: constants.py:83 models.py:123
|
|
62
|
-
|
|
63
|
-
#| msgid "Fleet Composition"
|
|
61
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
62
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
64
63
|
msgid "Fleet composition"
|
|
65
|
-
msgstr "Composición de
|
|
64
|
+
msgstr "Composición de Flota"
|
|
66
65
|
|
|
67
66
|
#: exceptions.py:34
|
|
68
67
|
#, python-brace-format
|
|
69
68
|
msgid "A parser error occurred » {message}"
|
|
70
|
-
msgstr ""
|
|
69
|
+
msgstr "Se produjo un error del analizador » {message}"
|
|
71
70
|
|
|
72
71
|
#: form.py:20
|
|
73
72
|
msgid "Paste here …"
|
|
@@ -77,10 +76,6 @@ msgstr "Pegar aquí…"
|
|
|
77
76
|
msgid "Invalid scan data"
|
|
78
77
|
msgstr "Datos de escaneo no válidos"
|
|
79
78
|
|
|
80
|
-
#: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
|
|
81
|
-
msgid "Fleet Composition"
|
|
82
|
-
msgstr "Composición de la Flota"
|
|
83
|
-
|
|
84
79
|
#: models.py:31
|
|
85
80
|
msgid "Scan hash"
|
|
86
81
|
msgstr ""
|
|
@@ -95,7 +90,7 @@ msgstr ""
|
|
|
95
90
|
|
|
96
91
|
#: models.py:55 models.py:132
|
|
97
92
|
msgid "Scan"
|
|
98
|
-
msgstr ""
|
|
93
|
+
msgstr "Escanear"
|
|
99
94
|
|
|
100
95
|
#: models.py:56
|
|
101
96
|
#, fuzzy
|
|
@@ -105,28 +100,28 @@ msgstr "D-Scan"
|
|
|
105
100
|
|
|
106
101
|
#: models.py:111
|
|
107
102
|
msgid "Pilot list"
|
|
108
|
-
msgstr ""
|
|
103
|
+
msgstr "Lista piloto"
|
|
109
104
|
|
|
110
105
|
#: models.py:112
|
|
111
106
|
msgid "Corporation list"
|
|
112
|
-
msgstr ""
|
|
107
|
+
msgstr "Lista de Corporaciones"
|
|
113
108
|
|
|
114
109
|
#: models.py:113
|
|
115
110
|
msgid "Alliance list"
|
|
116
|
-
msgstr ""
|
|
111
|
+
msgstr "Lista de Alianzas"
|
|
117
112
|
|
|
118
113
|
#: models.py:114
|
|
119
114
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
|
|
120
115
|
msgid "Ship types"
|
|
121
|
-
msgstr ""
|
|
116
|
+
msgstr "Tipos de Naves"
|
|
122
117
|
|
|
123
118
|
#: models.py:115
|
|
124
119
|
msgid "Ship list"
|
|
125
|
-
msgstr ""
|
|
120
|
+
msgstr "Lista de Naves"
|
|
126
121
|
|
|
127
122
|
#: models.py:116
|
|
128
123
|
msgid "Ship list (on grid)"
|
|
129
|
-
msgstr ""
|
|
124
|
+
msgstr "Lista de naves (en cuadrícula)"
|
|
130
125
|
|
|
131
126
|
#: models.py:117
|
|
132
127
|
msgid "Ship list (off grid)"
|
|
@@ -232,12 +227,12 @@ msgstr ""
|
|
|
232
227
|
|
|
233
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
234
229
|
msgctxt "Decimal separator"
|
|
235
|
-
msgid "
|
|
230
|
+
msgid "."
|
|
236
231
|
msgstr ""
|
|
237
232
|
|
|
238
233
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
239
234
|
msgctxt "Thousands separator"
|
|
240
|
-
msgid "
|
|
235
|
+
msgid ","
|
|
241
236
|
msgstr ""
|
|
242
237
|
|
|
243
238
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -327,34 +322,36 @@ msgid "What can I paste?"
|
|
|
327
322
|
msgstr ""
|
|
328
323
|
|
|
329
324
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
330
|
-
|
|
331
|
-
|
|
325
|
+
#, fuzzy
|
|
326
|
+
#| msgid "Chat List"
|
|
327
|
+
msgid "Chat member list"
|
|
328
|
+
msgstr "Lista de Chat"
|
|
332
329
|
|
|
333
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
330
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
334
331
|
#, python-format
|
|
335
332
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
336
333
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
337
334
|
msgstr[0] ""
|
|
338
335
|
msgstr[1] ""
|
|
339
336
|
|
|
340
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
337
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
341
338
|
msgid "Submit"
|
|
342
339
|
msgstr "Enviar"
|
|
343
340
|
|
|
344
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
341
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
345
342
|
msgid "Working on it, please be patient …"
|
|
346
343
|
msgstr ""
|
|
347
344
|
|
|
348
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
345
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
349
346
|
msgid "Detecting the intel type"
|
|
350
347
|
msgstr ""
|
|
351
348
|
|
|
352
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
349
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
353
350
|
msgid ""
|
|
354
351
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
355
352
|
msgstr ""
|
|
356
353
|
|
|
357
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
354
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
358
355
|
msgid "Parsing data"
|
|
359
356
|
msgstr ""
|
|
360
357
|
|
|
@@ -511,6 +508,10 @@ msgstr ""
|
|
|
511
508
|
msgid "The provided data could not be parsed."
|
|
512
509
|
msgstr ""
|
|
513
510
|
|
|
511
|
+
#: views/general.py:60
|
|
512
|
+
msgid "(System Error) Something unexpected happened."
|
|
513
|
+
msgstr ""
|
|
514
|
+
|
|
514
515
|
#: views/general.py:99 views/general.py:128
|
|
515
516
|
msgid "The scan you were looking for could not be found."
|
|
516
517
|
msgstr ""
|
|
@@ -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-08-
|
|
11
|
+
"POT-Creation-Date: 2023-08-29 16:06+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"
|
|
@@ -50,11 +50,12 @@ msgid "Chat list"
|
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
52
|
#: constants.py:77 models.py:22
|
|
53
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: constants.py:83 models.py:123
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
58
59
|
msgid "Fleet composition"
|
|
59
60
|
msgstr ""
|
|
60
61
|
|
|
@@ -71,10 +72,6 @@ msgstr ""
|
|
|
71
72
|
msgid "Invalid scan data"
|
|
72
73
|
msgstr ""
|
|
73
74
|
|
|
74
|
-
#: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
|
|
75
|
-
msgid "Fleet Composition"
|
|
76
|
-
msgstr ""
|
|
77
|
-
|
|
78
75
|
#: models.py:31
|
|
79
76
|
msgid "Scan hash"
|
|
80
77
|
msgstr ""
|
|
@@ -220,12 +217,12 @@ msgstr ""
|
|
|
220
217
|
|
|
221
218
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
222
219
|
msgctxt "Decimal separator"
|
|
223
|
-
msgid "
|
|
220
|
+
msgid "."
|
|
224
221
|
msgstr ""
|
|
225
222
|
|
|
226
223
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
227
224
|
msgctxt "Thousands separator"
|
|
228
|
-
msgid "
|
|
225
|
+
msgid ","
|
|
229
226
|
msgstr ""
|
|
230
227
|
|
|
231
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -313,34 +310,34 @@ msgid "What can I paste?"
|
|
|
313
310
|
msgstr ""
|
|
314
311
|
|
|
315
312
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
316
|
-
msgid "Chat
|
|
313
|
+
msgid "Chat member list"
|
|
317
314
|
msgstr ""
|
|
318
315
|
|
|
319
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
316
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
320
317
|
#, python-format
|
|
321
318
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
322
319
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
323
320
|
msgstr[0] ""
|
|
324
321
|
msgstr[1] ""
|
|
325
322
|
|
|
326
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
323
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
327
324
|
msgid "Submit"
|
|
328
325
|
msgstr ""
|
|
329
326
|
|
|
330
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
331
328
|
msgid "Working on it, please be patient …"
|
|
332
329
|
msgstr ""
|
|
333
330
|
|
|
334
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
331
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
335
332
|
msgid "Detecting the intel type"
|
|
336
333
|
msgstr ""
|
|
337
334
|
|
|
338
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
335
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
339
336
|
msgid ""
|
|
340
337
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
341
338
|
msgstr ""
|
|
342
339
|
|
|
343
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
340
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
344
341
|
msgid "Parsing data"
|
|
345
342
|
msgstr ""
|
|
346
343
|
|
|
@@ -497,6 +494,10 @@ msgstr ""
|
|
|
497
494
|
msgid "The provided data could not be parsed."
|
|
498
495
|
msgstr ""
|
|
499
496
|
|
|
497
|
+
#: views/general.py:60
|
|
498
|
+
msgid "(System Error) Something unexpected happened."
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
500
501
|
#: views/general.py:99 views/general.py:128
|
|
501
502
|
msgid "The scan you were looking for could not be found."
|
|
502
503
|
msgstr ""
|
|
@@ -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-08-
|
|
11
|
+
"POT-Creation-Date: 2023-08-29 16:06+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"
|
|
@@ -50,11 +50,12 @@ msgid "Chat list"
|
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
52
|
#: constants.py:77 models.py:22
|
|
53
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
54
54
|
msgid "D-Scan"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: constants.py:83 models.py:123
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
58
59
|
msgid "Fleet composition"
|
|
59
60
|
msgstr ""
|
|
60
61
|
|
|
@@ -71,10 +72,6 @@ msgstr ""
|
|
|
71
72
|
msgid "Invalid scan data"
|
|
72
73
|
msgstr ""
|
|
73
74
|
|
|
74
|
-
#: models.py:23 templates/aa_intel_tool/partials/index/form.html:31
|
|
75
|
-
msgid "Fleet Composition"
|
|
76
|
-
msgstr ""
|
|
77
|
-
|
|
78
75
|
#: models.py:31
|
|
79
76
|
msgid "Scan hash"
|
|
80
77
|
msgstr ""
|
|
@@ -220,12 +217,12 @@ msgstr ""
|
|
|
220
217
|
|
|
221
218
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
222
219
|
msgctxt "Decimal separator"
|
|
223
|
-
msgid "
|
|
220
|
+
msgid "."
|
|
224
221
|
msgstr ""
|
|
225
222
|
|
|
226
223
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
227
224
|
msgctxt "Thousands separator"
|
|
228
|
-
msgid "
|
|
225
|
+
msgid ","
|
|
229
226
|
msgstr ""
|
|
230
227
|
|
|
231
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -313,34 +310,34 @@ msgid "What can I paste?"
|
|
|
313
310
|
msgstr ""
|
|
314
311
|
|
|
315
312
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
316
|
-
msgid "Chat
|
|
313
|
+
msgid "Chat member list"
|
|
317
314
|
msgstr ""
|
|
318
315
|
|
|
319
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
316
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
320
317
|
#, python-format
|
|
321
318
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
322
319
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
323
320
|
msgstr[0] ""
|
|
324
321
|
msgstr[1] ""
|
|
325
322
|
|
|
326
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
323
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
327
324
|
msgid "Submit"
|
|
328
325
|
msgstr ""
|
|
329
326
|
|
|
330
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
331
328
|
msgid "Working on it, please be patient …"
|
|
332
329
|
msgstr ""
|
|
333
330
|
|
|
334
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
331
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
335
332
|
msgid "Detecting the intel type"
|
|
336
333
|
msgstr ""
|
|
337
334
|
|
|
338
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
335
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
339
336
|
msgid ""
|
|
340
337
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
341
338
|
msgstr ""
|
|
342
339
|
|
|
343
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
340
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
344
341
|
msgid "Parsing data"
|
|
345
342
|
msgstr ""
|
|
346
343
|
|
|
@@ -497,6 +494,10 @@ msgstr ""
|
|
|
497
494
|
msgid "The provided data could not be parsed."
|
|
498
495
|
msgstr ""
|
|
499
496
|
|
|
497
|
+
#: views/general.py:60
|
|
498
|
+
msgid "(System Error) Something unexpected happened."
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
500
501
|
#: views/general.py:99 views/general.py:128
|
|
501
502
|
msgid "The scan you were looking for could not be found."
|
|
502
503
|
msgstr ""
|