aa-intel-tool 2.0.0b1__py3-none-any.whl → 2.1.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 +1 -1
- aa_intel_tool/constants.py +4 -4
- aa_intel_tool/locale/cs/LC_MESSAGES/django.po +510 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +54 -49
- aa_intel_tool/locale/django.pot +48 -44
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +52 -48
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +155 -132
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +50 -46
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +50 -46
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +69 -63
- aa_intel_tool/locale/nl/LC_MESSAGES/django.po +509 -0
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +512 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +52 -48
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +510 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +50 -46
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +48 -44
- aa_intel_tool/parser/module/chatlist.py +1 -1
- aa_intel_tool/parser/module/dscan.py +41 -9
- aa_intel_tool/parser/module/fleetcomp.py +4 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +34 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +12 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +6 -6
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +1 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -0
- aa_intel_tool/tests/test_access.py +1 -1
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/METADATA +6 -4
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/RECORD +39 -34
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/WHEEL +1 -1
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
|
+
"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"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
|
|
20
|
+
">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
21
|
+
|
|
22
|
+
#: aa_intel_tool/__init__.py:9
|
|
23
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
24
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:10
|
|
25
|
+
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
26
|
+
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
27
|
+
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
28
|
+
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
29
|
+
msgid "Intel Parser"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
|
|
33
|
+
msgid "Scan type"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: aa_intel_tool/admin.py:94
|
|
37
|
+
msgid "Open in a new browser tab"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: aa_intel_tool/admin.py:100
|
|
41
|
+
msgid "Raw data"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
45
|
+
#: aa_intel_tool/apps.py:21
|
|
46
|
+
#, python-brace-format
|
|
47
|
+
msgid "Intel Parser v{__version__}"
|
|
48
|
+
msgstr ""
|
|
49
|
+
|
|
50
|
+
#: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
|
|
51
|
+
msgid "Chat list"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
54
|
+
#: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
|
|
55
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
56
|
+
msgid "D-Scan"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
#: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
|
|
60
|
+
#: aa_intel_tool/models.py:123
|
|
61
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
62
|
+
msgid "Fleet composition"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
65
|
+
#: aa_intel_tool/exceptions.py:34
|
|
66
|
+
#, python-brace-format
|
|
67
|
+
msgid "A parser error occurred » {message}"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
#: aa_intel_tool/form.py:20
|
|
71
|
+
msgid "Paste here …"
|
|
72
|
+
msgstr ""
|
|
73
|
+
|
|
74
|
+
#: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
|
|
75
|
+
msgid "Invalid scan data"
|
|
76
|
+
msgstr ""
|
|
77
|
+
|
|
78
|
+
#: aa_intel_tool/models.py:31
|
|
79
|
+
msgid "Scan hash"
|
|
80
|
+
msgstr ""
|
|
81
|
+
|
|
82
|
+
#: aa_intel_tool/models.py:37
|
|
83
|
+
msgid "Creation date/time"
|
|
84
|
+
msgstr ""
|
|
85
|
+
|
|
86
|
+
#: aa_intel_tool/models.py:40
|
|
87
|
+
msgid "Scan raw data"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
#: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
|
|
91
|
+
msgid "Scan"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#: aa_intel_tool/models.py:56
|
|
95
|
+
msgid "Scans"
|
|
96
|
+
msgstr ""
|
|
97
|
+
|
|
98
|
+
#: aa_intel_tool/models.py:111
|
|
99
|
+
msgid "Pilot list"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
102
|
+
#: aa_intel_tool/models.py:112
|
|
103
|
+
msgid "Corporation list"
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
106
|
+
#: aa_intel_tool/models.py:113
|
|
107
|
+
msgid "Alliance list"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
#: aa_intel_tool/models.py:114
|
|
111
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
|
|
112
|
+
msgid "Ship types"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
#: aa_intel_tool/models.py:115
|
|
116
|
+
msgid "Ship list"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
#: aa_intel_tool/models.py:116
|
|
120
|
+
msgid "Ship list (on grid)"
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
#: aa_intel_tool/models.py:117
|
|
124
|
+
msgid "Ship list (off grid)"
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
127
|
+
#: aa_intel_tool/models.py:118
|
|
128
|
+
msgid "Structures (on grid)"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
131
|
+
#: aa_intel_tool/models.py:119
|
|
132
|
+
msgid "Starbases (on grid)"
|
|
133
|
+
msgstr ""
|
|
134
|
+
|
|
135
|
+
#: aa_intel_tool/models.py:120
|
|
136
|
+
msgid "Deployables (on grid)"
|
|
137
|
+
msgstr ""
|
|
138
|
+
|
|
139
|
+
#: aa_intel_tool/models.py:121
|
|
140
|
+
msgid "Miscellaneous (on grid)"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#: aa_intel_tool/models.py:122
|
|
144
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
|
|
145
|
+
msgid "System information"
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
148
|
+
#: aa_intel_tool/models.py:139
|
|
149
|
+
msgid "Scan section"
|
|
150
|
+
msgstr ""
|
|
151
|
+
|
|
152
|
+
#: aa_intel_tool/models.py:143
|
|
153
|
+
msgid "Processed scan data"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
156
|
+
#: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
|
|
157
|
+
msgid "Scan data"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
#: aa_intel_tool/parser/general.py:46
|
|
161
|
+
msgid ""
|
|
162
|
+
"No suitable parser found. Input is not a supported intel type or malformed …"
|
|
163
|
+
msgstr ""
|
|
164
|
+
|
|
165
|
+
#: aa_intel_tool/parser/general.py:80
|
|
166
|
+
msgid "No data to parse …"
|
|
167
|
+
msgstr ""
|
|
168
|
+
|
|
169
|
+
#: aa_intel_tool/parser/module/chatlist.py:68
|
|
170
|
+
msgid "Something went wrong while fetching the character information from ESI."
|
|
171
|
+
msgstr ""
|
|
172
|
+
|
|
173
|
+
#: aa_intel_tool/parser/module/chatlist.py:79
|
|
174
|
+
msgid "Character unknown to ESI."
|
|
175
|
+
msgstr ""
|
|
176
|
+
|
|
177
|
+
#: aa_intel_tool/parser/module/chatlist.py:281
|
|
178
|
+
msgid "The chat list module is currently disabled."
|
|
179
|
+
msgstr ""
|
|
180
|
+
|
|
181
|
+
#: aa_intel_tool/parser/module/chatlist.py:302
|
|
182
|
+
#, python-brace-format
|
|
183
|
+
msgid ""
|
|
184
|
+
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
185
|
+
"per scan. Your list of pilots exceeds this limit."
|
|
186
|
+
msgid_plural ""
|
|
187
|
+
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
188
|
+
"per scan. Your list of pilots exceeds this limit."
|
|
189
|
+
msgstr[0] ""
|
|
190
|
+
msgstr[1] ""
|
|
191
|
+
|
|
192
|
+
#: aa_intel_tool/parser/module/dscan.py:350
|
|
193
|
+
msgid "The D-Scan module is currently disabled."
|
|
194
|
+
msgstr ""
|
|
195
|
+
|
|
196
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:111
|
|
197
|
+
msgid "The fleet composition module is currently disabled."
|
|
198
|
+
msgstr ""
|
|
199
|
+
|
|
200
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
|
|
201
|
+
msgid "Permalink successfully copied"
|
|
202
|
+
msgstr ""
|
|
203
|
+
|
|
204
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
|
|
205
|
+
msgid ""
|
|
206
|
+
"Something went wrong. Nothing copied. Maybe your browser does not support "
|
|
207
|
+
"this function."
|
|
208
|
+
msgstr ""
|
|
209
|
+
|
|
210
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
|
|
211
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
212
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
213
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
214
|
+
msgid "Unaffiliated / No Alliance"
|
|
215
|
+
msgstr ""
|
|
216
|
+
|
|
217
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
|
|
218
|
+
msgid "NPC Corp"
|
|
219
|
+
msgstr ""
|
|
220
|
+
|
|
221
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
222
|
+
msgctxt "Decimal separator"
|
|
223
|
+
msgid "."
|
|
224
|
+
msgstr ""
|
|
225
|
+
|
|
226
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
227
|
+
msgctxt "Thousands separator"
|
|
228
|
+
msgid ","
|
|
229
|
+
msgstr ""
|
|
230
|
+
|
|
231
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
|
|
232
|
+
msgid "No data available in this table"
|
|
233
|
+
msgstr ""
|
|
234
|
+
|
|
235
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
|
|
236
|
+
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
237
|
+
msgid "Showing _END_ entries"
|
|
238
|
+
msgstr ""
|
|
239
|
+
|
|
240
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
|
|
241
|
+
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
242
|
+
msgid "(filtered from _MAX_ total entries)"
|
|
243
|
+
msgstr ""
|
|
244
|
+
|
|
245
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
|
|
246
|
+
msgid "No records available"
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
249
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
|
|
250
|
+
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
251
|
+
msgid "Show _MENU_"
|
|
252
|
+
msgstr ""
|
|
253
|
+
|
|
254
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
255
|
+
msgid "Loading …"
|
|
256
|
+
msgstr ""
|
|
257
|
+
|
|
258
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
|
|
259
|
+
msgid "Processing …"
|
|
260
|
+
msgstr ""
|
|
261
|
+
|
|
262
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
|
|
263
|
+
msgid "Nothing found, sorry …"
|
|
264
|
+
msgstr ""
|
|
265
|
+
|
|
266
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
|
|
267
|
+
msgid "Search …"
|
|
268
|
+
msgstr ""
|
|
269
|
+
|
|
270
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
|
|
271
|
+
msgid "First"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
274
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
|
|
275
|
+
msgid "Last"
|
|
276
|
+
msgstr ""
|
|
277
|
+
|
|
278
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
|
|
279
|
+
msgid "Next"
|
|
280
|
+
msgstr ""
|
|
281
|
+
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
|
|
283
|
+
msgid "Previous"
|
|
284
|
+
msgstr ""
|
|
285
|
+
|
|
286
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
|
|
287
|
+
msgid ": activate to sort column ascending"
|
|
288
|
+
msgstr ""
|
|
289
|
+
|
|
290
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
|
|
291
|
+
msgid ": activate to sort column descending"
|
|
292
|
+
msgstr ""
|
|
293
|
+
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
|
|
295
|
+
#, python-format
|
|
296
|
+
msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
297
|
+
msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
298
|
+
msgstr[0] ""
|
|
299
|
+
msgstr[1] ""
|
|
300
|
+
|
|
301
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
302
|
+
msgid ""
|
|
303
|
+
"Do you want to help translate this app into your language or improve the "
|
|
304
|
+
"existing translation?"
|
|
305
|
+
msgstr ""
|
|
306
|
+
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
308
|
+
msgid "Join our team of translators!"
|
|
309
|
+
msgstr ""
|
|
310
|
+
|
|
311
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
|
|
312
|
+
msgid "What can I paste?"
|
|
313
|
+
msgstr ""
|
|
314
|
+
|
|
315
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
|
|
316
|
+
msgid "Chat member list"
|
|
317
|
+
msgstr ""
|
|
318
|
+
|
|
319
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
|
|
320
|
+
#, python-format
|
|
321
|
+
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
322
|
+
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
323
|
+
msgstr[0] ""
|
|
324
|
+
msgstr[1] ""
|
|
325
|
+
|
|
326
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
|
|
327
|
+
msgid ""
|
|
328
|
+
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
329
|
+
"patient, CCP's API is not the fastest to answer …"
|
|
330
|
+
msgstr ""
|
|
331
|
+
|
|
332
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
|
|
333
|
+
msgid "Submit"
|
|
334
|
+
msgstr ""
|
|
335
|
+
|
|
336
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
|
|
337
|
+
msgid "Working on it, please be patient …"
|
|
338
|
+
msgstr ""
|
|
339
|
+
|
|
340
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
|
|
341
|
+
msgid "Detecting the intel type"
|
|
342
|
+
msgstr ""
|
|
343
|
+
|
|
344
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
|
|
345
|
+
msgid ""
|
|
346
|
+
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
347
|
+
msgstr ""
|
|
348
|
+
|
|
349
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
350
|
+
msgid "Parsing data"
|
|
351
|
+
msgstr ""
|
|
352
|
+
|
|
353
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
|
|
354
|
+
msgid "New scan"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
357
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
|
|
358
|
+
msgid "Copy permalink"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
|
|
362
|
+
msgid "Alliances breakdown"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
365
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
|
|
366
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
367
|
+
msgid "Alliance"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
|
|
371
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
|
|
372
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
373
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
374
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
375
|
+
msgid "Count"
|
|
376
|
+
msgstr ""
|
|
377
|
+
|
|
378
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
379
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
380
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
381
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
382
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
383
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
384
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
385
|
+
msgid "Loading data …"
|
|
386
|
+
msgstr ""
|
|
387
|
+
|
|
388
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
389
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
390
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
391
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
392
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
393
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
394
|
+
msgid "No data …"
|
|
395
|
+
msgstr ""
|
|
396
|
+
|
|
397
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
|
|
398
|
+
msgid "Corporations breakdown"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
402
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
403
|
+
msgid "Corporation"
|
|
404
|
+
msgstr ""
|
|
405
|
+
|
|
406
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
407
|
+
msgid "Pilots breakdown"
|
|
408
|
+
msgstr ""
|
|
409
|
+
|
|
410
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
411
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
412
|
+
msgid "Pilot"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
415
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
|
|
416
|
+
msgid "Interesting on grid"
|
|
417
|
+
msgstr ""
|
|
418
|
+
|
|
419
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
|
|
420
|
+
msgid "Upwell structures"
|
|
421
|
+
msgstr ""
|
|
422
|
+
|
|
423
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
424
|
+
msgid "Deployables"
|
|
425
|
+
msgstr ""
|
|
426
|
+
|
|
427
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
428
|
+
msgid "POS / POS modules"
|
|
429
|
+
msgstr ""
|
|
430
|
+
|
|
431
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
|
|
432
|
+
msgid "Miscellaneous"
|
|
433
|
+
msgstr ""
|
|
434
|
+
|
|
435
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
436
|
+
msgid "Type"
|
|
437
|
+
msgstr ""
|
|
438
|
+
|
|
439
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
440
|
+
msgid "Ships on scan"
|
|
441
|
+
msgstr ""
|
|
442
|
+
|
|
443
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
|
|
444
|
+
msgid "All ships"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
447
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
|
|
448
|
+
msgid "On grid"
|
|
449
|
+
msgstr ""
|
|
450
|
+
|
|
451
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
|
|
452
|
+
msgid "Off grid"
|
|
453
|
+
msgstr ""
|
|
454
|
+
|
|
455
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
456
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
457
|
+
msgid "Ship class"
|
|
458
|
+
msgstr ""
|
|
459
|
+
|
|
460
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
|
|
461
|
+
msgid "Total mass (in kg):"
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
464
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
|
|
465
|
+
msgid "Ship type"
|
|
466
|
+
msgstr ""
|
|
467
|
+
|
|
468
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
|
|
469
|
+
msgid "No data."
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
472
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
473
|
+
msgid "Scan taken at (Eve time)"
|
|
474
|
+
msgstr ""
|
|
475
|
+
|
|
476
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
477
|
+
msgid "Fleet details"
|
|
478
|
+
msgstr ""
|
|
479
|
+
|
|
480
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
481
|
+
msgid "Pilots in fleet"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
484
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
485
|
+
msgid "Ship classes"
|
|
486
|
+
msgstr ""
|
|
487
|
+
|
|
488
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
489
|
+
msgid "Who is flying what"
|
|
490
|
+
msgstr ""
|
|
491
|
+
|
|
492
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
493
|
+
msgid "System"
|
|
494
|
+
msgstr ""
|
|
495
|
+
|
|
496
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
497
|
+
msgid "Participation details"
|
|
498
|
+
msgstr ""
|
|
499
|
+
|
|
500
|
+
#: aa_intel_tool/views/general.py:53
|
|
501
|
+
msgid "The provided data could not be parsed."
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
504
|
+
#: aa_intel_tool/views/general.py:60
|
|
505
|
+
msgid "(System Error) Something unexpected happened."
|
|
506
|
+
msgstr ""
|
|
507
|
+
|
|
508
|
+
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
|
|
509
|
+
msgid "The scan you were looking for could not be found."
|
|
510
|
+
msgstr ""
|