aa-intel-tool 0.0.1a13__py3-none-any.whl → 1.0.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.
- aa_intel_tool/__init__.py +4 -1
- aa_intel_tool/app_settings.py +1 -1
- aa_intel_tool/apps.py +1 -1
- aa_intel_tool/constants.py +5 -2
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +139 -148
- aa_intel_tool/locale/django.pot +111 -105
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +135 -124
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +127 -121
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +222 -200
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +121 -117
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/migrations/0001_initial.py +70 -15
- aa_intel_tool/models.py +3 -2
- aa_intel_tool/parser/module/chatlist.py +53 -40
- aa_intel_tool/parser/module/fleetcomp.py +130 -34
- aa_intel_tool/scripts/drop_tables.sql +5 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -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 +13 -199
- 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.js +19 -49
- 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 +148 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
- 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 +231 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- 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.js +216 -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/base.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +10 -0
- 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/partials/scan/chatlist/alliances.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +9 -6
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +7 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +4 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +41 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +24 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +18 -0
- aa_intel_tool/templates/aa_intel_tool/views/index.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +47 -0
- aa_intel_tool/tests/test-data/fleetcomp.txt +1 -0
- aa_intel_tool/tests/test_access.py +3 -3
- aa_intel_tool/tests/test_admin.py +86 -0
- aa_intel_tool/tests/test_auth_hooks.py +3 -3
- 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 +16 -7
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/METADATA +28 -20
- aa_intel_tool-1.0.0.dist-info/RECORD +123 -0
- 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-0.0.1a13.dist-info/RECORD +0 -105
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -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"
|
|
@@ -19,43 +19,54 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
20
|
"X-Generator: Weblate 4.18.2\n"
|
|
21
21
|
|
|
22
|
+
#: __init__.py:12 templates/aa_intel_tool/base.html:6
|
|
23
|
+
#: templates/aa_intel_tool/views/index.html:6
|
|
24
|
+
#: templates/aa_intel_tool/views/index.html:10
|
|
25
|
+
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
26
|
+
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
27
|
+
#: templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
28
|
+
msgid "Intel Parser"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
22
31
|
#: admin.py:79 models.py:46
|
|
23
32
|
msgid "Scan type"
|
|
24
|
-
msgstr ""
|
|
33
|
+
msgstr "Tipo de escaneo"
|
|
25
34
|
|
|
26
35
|
#: admin.py:94
|
|
27
36
|
msgid "Open in a new browser tab"
|
|
28
|
-
msgstr ""
|
|
37
|
+
msgstr "Abrir en una nueva pestaña del navegador"
|
|
29
38
|
|
|
30
39
|
#: admin.py:100
|
|
31
40
|
msgid "RAW data"
|
|
32
|
-
msgstr ""
|
|
41
|
+
msgstr "datos RAW"
|
|
33
42
|
|
|
34
43
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
35
44
|
#: apps.py:21
|
|
36
|
-
#, python-brace-format
|
|
37
|
-
msgid "Intel Tool v{__version__}"
|
|
45
|
+
#, fuzzy, python-brace-format
|
|
46
|
+
#| msgid "Intel Tool v{__version__}"
|
|
47
|
+
msgid "Intel Parser v{__version__}"
|
|
38
48
|
msgstr "Herramienta de Intel v{__version__}"
|
|
39
49
|
|
|
40
50
|
#: constants.py:71 models.py:24
|
|
41
|
-
|
|
51
|
+
#, fuzzy
|
|
52
|
+
#| msgid "Chat List"
|
|
53
|
+
msgid "Chat list"
|
|
42
54
|
msgstr "Lista de Chat"
|
|
43
55
|
|
|
44
|
-
#: constants.py:
|
|
45
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
46
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:11
|
|
56
|
+
#: constants.py:77 models.py:22
|
|
57
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
47
58
|
msgid "D-Scan"
|
|
48
59
|
msgstr "D-Scan"
|
|
49
60
|
|
|
50
|
-
#: constants.py:
|
|
51
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
52
|
-
msgid "Fleet
|
|
53
|
-
msgstr "Composición de
|
|
61
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
62
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
63
|
+
msgid "Fleet composition"
|
|
64
|
+
msgstr "Composición de Flota"
|
|
54
65
|
|
|
55
66
|
#: exceptions.py:34
|
|
56
67
|
#, python-brace-format
|
|
57
68
|
msgid "A parser error occurred » {message}"
|
|
58
|
-
msgstr ""
|
|
69
|
+
msgstr "Se produjo un error del analizador » {message}"
|
|
59
70
|
|
|
60
71
|
#: form.py:20
|
|
61
72
|
msgid "Paste here …"
|
|
@@ -77,9 +88,9 @@ msgstr ""
|
|
|
77
88
|
msgid "Scan RAW data"
|
|
78
89
|
msgstr ""
|
|
79
90
|
|
|
80
|
-
#: models.py:55 models.py:
|
|
91
|
+
#: models.py:55 models.py:132
|
|
81
92
|
msgid "Scan"
|
|
82
|
-
msgstr ""
|
|
93
|
+
msgstr "Escanear"
|
|
83
94
|
|
|
84
95
|
#: models.py:56
|
|
85
96
|
#, fuzzy
|
|
@@ -89,28 +100,28 @@ msgstr "D-Scan"
|
|
|
89
100
|
|
|
90
101
|
#: models.py:111
|
|
91
102
|
msgid "Pilot list"
|
|
92
|
-
msgstr ""
|
|
103
|
+
msgstr "Lista piloto"
|
|
93
104
|
|
|
94
105
|
#: models.py:112
|
|
95
106
|
msgid "Corporation list"
|
|
96
|
-
msgstr ""
|
|
107
|
+
msgstr "Lista de Corporaciones"
|
|
97
108
|
|
|
98
109
|
#: models.py:113
|
|
99
110
|
msgid "Alliance list"
|
|
100
|
-
msgstr ""
|
|
111
|
+
msgstr "Lista de Alianzas"
|
|
101
112
|
|
|
102
113
|
#: models.py:114
|
|
103
114
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
|
|
104
115
|
msgid "Ship types"
|
|
105
|
-
msgstr ""
|
|
116
|
+
msgstr "Tipos de Naves"
|
|
106
117
|
|
|
107
118
|
#: models.py:115
|
|
108
119
|
msgid "Ship list"
|
|
109
|
-
msgstr ""
|
|
120
|
+
msgstr "Lista de Naves"
|
|
110
121
|
|
|
111
122
|
#: models.py:116
|
|
112
123
|
msgid "Ship list (on grid)"
|
|
113
|
-
msgstr ""
|
|
124
|
+
msgstr "Lista de naves (en cuadrícula)"
|
|
114
125
|
|
|
115
126
|
#: models.py:117
|
|
116
127
|
msgid "Ship list (off grid)"
|
|
@@ -133,20 +144,21 @@ msgid "Miscellaneous (on grid)"
|
|
|
133
144
|
msgstr ""
|
|
134
145
|
|
|
135
146
|
#: models.py:122
|
|
147
|
+
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
|
|
136
148
|
msgid "System information"
|
|
137
149
|
msgstr ""
|
|
138
150
|
|
|
139
|
-
#: models.py:
|
|
151
|
+
#: models.py:139
|
|
140
152
|
msgid "Scan section"
|
|
141
153
|
msgstr ""
|
|
142
154
|
|
|
143
|
-
#: models.py:
|
|
155
|
+
#: models.py:143
|
|
144
156
|
#, fuzzy
|
|
145
157
|
#| msgid "Invalid scan data"
|
|
146
158
|
msgid "Processed scan data"
|
|
147
159
|
msgstr "Datos de escaneo no válidos"
|
|
148
160
|
|
|
149
|
-
#: models.py:
|
|
161
|
+
#: models.py:152 models.py:153
|
|
150
162
|
#, fuzzy
|
|
151
163
|
#| msgid "Invalid scan data"
|
|
152
164
|
msgid "Scan data"
|
|
@@ -161,11 +173,19 @@ msgstr ""
|
|
|
161
173
|
msgid "No data to parse …"
|
|
162
174
|
msgstr ""
|
|
163
175
|
|
|
164
|
-
#: parser/module/chatlist.py:
|
|
176
|
+
#: parser/module/chatlist.py:66
|
|
177
|
+
msgid "Something went wrong while fetching the character information from ESI."
|
|
178
|
+
msgstr ""
|
|
179
|
+
|
|
180
|
+
#: parser/module/chatlist.py:77
|
|
181
|
+
msgid "Character unknown to ESI."
|
|
182
|
+
msgstr ""
|
|
183
|
+
|
|
184
|
+
#: parser/module/chatlist.py:274
|
|
165
185
|
msgid "The chat list module is currently disabled."
|
|
166
186
|
msgstr ""
|
|
167
187
|
|
|
168
|
-
#: parser/module/chatlist.py:
|
|
188
|
+
#: parser/module/chatlist.py:292
|
|
169
189
|
#, python-brace-format
|
|
170
190
|
msgid ""
|
|
171
191
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
@@ -176,31 +196,14 @@ msgid_plural ""
|
|
|
176
196
|
msgstr[0] ""
|
|
177
197
|
msgstr[1] ""
|
|
178
198
|
|
|
179
|
-
#: parser/module/chatlist.py:268
|
|
180
|
-
msgid "Something went wrong while fetching the character information from ESI."
|
|
181
|
-
msgstr ""
|
|
182
|
-
|
|
183
|
-
#: parser/module/chatlist.py:281
|
|
184
|
-
msgid "Character unknown to ESI."
|
|
185
|
-
msgstr ""
|
|
186
|
-
|
|
187
199
|
#: parser/module/dscan.py:322
|
|
188
200
|
msgid "The D-Scan module is currently disabled."
|
|
189
201
|
msgstr ""
|
|
190
202
|
|
|
191
|
-
#: parser/module/fleetcomp.py:
|
|
203
|
+
#: parser/module/fleetcomp.py:103
|
|
192
204
|
msgid "The fleet composition module is currently disabled."
|
|
193
205
|
msgstr ""
|
|
194
206
|
|
|
195
|
-
#: parser/module/fleetcomp.py:44
|
|
196
|
-
msgid "The fleet composition module is not yet finished, be patient …"
|
|
197
|
-
msgstr ""
|
|
198
|
-
|
|
199
|
-
#: templates/aa_intel_tool/base.html:6
|
|
200
|
-
#: templates/aa_intel_tool/views/index.html:6
|
|
201
|
-
msgid "Intel Tool"
|
|
202
|
-
msgstr ""
|
|
203
|
-
|
|
204
207
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
|
|
205
208
|
msgid "Permalink successfully copied"
|
|
206
209
|
msgstr ""
|
|
@@ -215,8 +218,6 @@ msgstr ""
|
|
|
215
218
|
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
216
219
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
217
220
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
218
|
-
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
219
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
220
221
|
msgid "Unaffiliated / No Alliance"
|
|
221
222
|
msgstr ""
|
|
222
223
|
|
|
@@ -226,12 +227,12 @@ msgstr ""
|
|
|
226
227
|
|
|
227
228
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
228
229
|
msgctxt "Decimal separator"
|
|
229
|
-
msgid "
|
|
230
|
+
msgid "."
|
|
230
231
|
msgstr ""
|
|
231
232
|
|
|
232
233
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
233
234
|
msgctxt "Thousands separator"
|
|
234
|
-
msgid "
|
|
235
|
+
msgid ","
|
|
235
236
|
msgstr ""
|
|
236
237
|
|
|
237
238
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -321,34 +322,36 @@ msgid "What can I paste?"
|
|
|
321
322
|
msgstr ""
|
|
322
323
|
|
|
323
324
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
324
|
-
|
|
325
|
-
|
|
325
|
+
#, fuzzy
|
|
326
|
+
#| msgid "Chat List"
|
|
327
|
+
msgid "Chat member list"
|
|
328
|
+
msgstr "Lista de Chat"
|
|
326
329
|
|
|
327
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
330
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
328
331
|
#, python-format
|
|
329
332
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
330
333
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
331
334
|
msgstr[0] ""
|
|
332
335
|
msgstr[1] ""
|
|
333
336
|
|
|
334
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
337
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
335
338
|
msgid "Submit"
|
|
336
339
|
msgstr "Enviar"
|
|
337
340
|
|
|
338
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
341
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
339
342
|
msgid "Working on it, please be patient …"
|
|
340
343
|
msgstr ""
|
|
341
344
|
|
|
342
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
345
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
343
346
|
msgid "Detecting the intel type"
|
|
344
347
|
msgstr ""
|
|
345
348
|
|
|
346
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
349
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
347
350
|
msgid ""
|
|
348
351
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
349
352
|
msgstr ""
|
|
350
353
|
|
|
351
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
354
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
352
355
|
msgid "Parsing data"
|
|
353
356
|
msgstr ""
|
|
354
357
|
|
|
@@ -364,24 +367,45 @@ msgstr ""
|
|
|
364
367
|
msgid "Alliances breakdown"
|
|
365
368
|
msgstr ""
|
|
366
369
|
|
|
367
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
368
|
-
|
|
370
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
|
|
371
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
372
|
+
msgid "Alliance"
|
|
369
373
|
msgstr ""
|
|
370
374
|
|
|
371
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
372
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
373
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
374
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
375
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
|
|
376
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
|
|
377
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
378
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
375
379
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
376
380
|
msgid "Count"
|
|
377
381
|
msgstr ""
|
|
378
382
|
|
|
383
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
384
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
385
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
386
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
387
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
|
|
388
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
389
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
390
|
+
msgid "Loading data …"
|
|
391
|
+
msgstr ""
|
|
392
|
+
|
|
393
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
394
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
395
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
396
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
397
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
|
|
398
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
399
|
+
msgid "No data …"
|
|
400
|
+
msgstr ""
|
|
401
|
+
|
|
379
402
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
|
|
380
403
|
msgid "Corporations breakdown"
|
|
381
404
|
msgstr ""
|
|
382
405
|
|
|
383
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
384
|
-
|
|
406
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
407
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
408
|
+
msgid "Corporation"
|
|
385
409
|
msgstr ""
|
|
386
410
|
|
|
387
411
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
@@ -389,69 +413,52 @@ msgid "Pilots breakdown"
|
|
|
389
413
|
msgstr ""
|
|
390
414
|
|
|
391
415
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
396
|
-
msgid "Alliance"
|
|
416
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
417
|
+
msgid "Pilot"
|
|
397
418
|
msgstr ""
|
|
398
419
|
|
|
399
|
-
#: templates/aa_intel_tool/partials/scan/
|
|
400
|
-
msgid "
|
|
401
|
-
msgstr ""
|
|
402
|
-
|
|
403
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:7
|
|
404
|
-
msgid "Interesting on Grid"
|
|
420
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
|
|
421
|
+
msgid "Interesting on grid"
|
|
405
422
|
msgstr ""
|
|
406
423
|
|
|
407
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
424
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
|
|
408
425
|
msgid "Upwell structures"
|
|
409
426
|
msgstr ""
|
|
410
427
|
|
|
411
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
428
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
412
429
|
msgid "Deployables"
|
|
413
430
|
msgstr ""
|
|
414
431
|
|
|
415
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
416
|
-
msgid "POS / POS
|
|
432
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
433
|
+
msgid "POS / POS modules"
|
|
417
434
|
msgstr ""
|
|
418
435
|
|
|
419
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
436
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
|
|
420
437
|
msgid "Miscellaneous"
|
|
421
438
|
msgstr ""
|
|
422
439
|
|
|
423
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
440
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
424
441
|
msgid "Type"
|
|
425
|
-
msgstr ""
|
|
426
|
-
|
|
427
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:24
|
|
428
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:28
|
|
429
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
430
|
-
msgid "Loading data …"
|
|
431
|
-
msgstr ""
|
|
442
|
+
msgstr "Tipo"
|
|
432
443
|
|
|
433
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
434
|
-
|
|
435
|
-
msgid "No data …"
|
|
436
|
-
msgstr ""
|
|
437
|
-
|
|
438
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:7
|
|
439
|
-
msgid "Ships on Scan"
|
|
444
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
445
|
+
msgid "Ships on scan"
|
|
440
446
|
msgstr ""
|
|
441
447
|
|
|
442
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
448
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
|
|
443
449
|
msgid "All ships"
|
|
444
450
|
msgstr ""
|
|
445
451
|
|
|
446
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
452
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
|
|
447
453
|
msgid "On grid"
|
|
448
454
|
msgstr ""
|
|
449
455
|
|
|
450
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
456
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
|
|
451
457
|
msgid "Off grid"
|
|
452
458
|
msgstr ""
|
|
453
459
|
|
|
454
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
460
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
461
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
455
462
|
msgid "Ship class"
|
|
456
463
|
msgstr ""
|
|
457
464
|
|
|
@@ -463,44 +470,48 @@ msgstr "Tipo de Nave"
|
|
|
463
470
|
msgid "No data."
|
|
464
471
|
msgstr ""
|
|
465
472
|
|
|
466
|
-
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:7
|
|
467
|
-
msgid "System Information"
|
|
468
|
-
msgstr ""
|
|
469
|
-
|
|
470
473
|
#: templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
471
474
|
msgid "Scan taken at (Eve Time)"
|
|
472
475
|
msgstr ""
|
|
473
476
|
|
|
474
|
-
#: templates/aa_intel_tool/
|
|
475
|
-
msgid "
|
|
477
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
478
|
+
msgid "Fleet details"
|
|
476
479
|
msgstr ""
|
|
477
480
|
|
|
478
|
-
#: templates/aa_intel_tool/
|
|
479
|
-
msgid ""
|
|
480
|
-
|
|
481
|
-
|
|
481
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
482
|
+
msgid "Pilots in fleet"
|
|
483
|
+
msgstr ""
|
|
484
|
+
|
|
485
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
486
|
+
msgid "Ship classes"
|
|
482
487
|
msgstr ""
|
|
483
488
|
|
|
484
|
-
#: templates/aa_intel_tool/
|
|
485
|
-
msgid "
|
|
489
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
490
|
+
msgid "Who is flying what"
|
|
486
491
|
msgstr ""
|
|
487
492
|
|
|
488
|
-
#: templates/aa_intel_tool/
|
|
489
|
-
msgid "
|
|
493
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
494
|
+
msgid "System"
|
|
495
|
+
msgstr "Sistema"
|
|
496
|
+
|
|
497
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
498
|
+
msgid "Participation details"
|
|
490
499
|
msgstr ""
|
|
491
500
|
|
|
492
|
-
#: templates/aa_intel_tool/views/
|
|
493
|
-
msgid "
|
|
501
|
+
#: templates/aa_intel_tool/views/index.html:14
|
|
502
|
+
msgid ""
|
|
503
|
+
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
504
|
+
"patient, CCP's API is not the fastest to answer …"
|
|
494
505
|
msgstr ""
|
|
495
506
|
|
|
496
|
-
#: views/general.py:
|
|
507
|
+
#: views/general.py:53
|
|
497
508
|
msgid "The provided data could not be parsed."
|
|
498
509
|
msgstr ""
|
|
499
510
|
|
|
500
|
-
#: views/general.py:
|
|
511
|
+
#: views/general.py:60
|
|
501
512
|
msgid "(System Error) Something unexpected happened."
|
|
502
513
|
msgstr ""
|
|
503
514
|
|
|
504
|
-
#: views/general.py:
|
|
515
|
+
#: views/general.py:99 views/general.py:128
|
|
505
516
|
msgid "The scan you were looking for could not be found."
|
|
506
517
|
msgstr ""
|