aa-intel-tool 2.5.1__py3-none-any.whl → 2.6.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/app_settings.py +1 -1
- aa_intel_tool/constants.py +12 -5
- aa_intel_tool/helper/static_files.py +41 -0
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +46 -76
- aa_intel_tool/locale/django.pot +26 -31
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +41 -65
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +47 -75
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +47 -69
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +34 -52
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +47 -78
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +35 -54
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +36 -57
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +40 -57
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +5 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
- 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-highlight.js +28 -2
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
- 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 +5 -5
- 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/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
- aa_intel_tool/templates/aa_intel_tool/base.html +67 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
- aa_intel_tool/templatetags/aa_intel_tool.py +66 -9
- aa_intel_tool/tests/test_app_settings.py +7 -1
- aa_intel_tool/tests/test_templatetags.py +57 -12
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/METADATA +5 -4
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/RECORD +69 -65
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/WHEEL +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
- {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/locale/django.pot
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.5.3\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2025-01-31 11:24+0100\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"
|
|
@@ -46,16 +46,16 @@ msgstr ""
|
|
|
46
46
|
msgid "Intel Parser v{__version__}"
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
|
|
50
50
|
msgid "Chat list"
|
|
51
51
|
msgstr ""
|
|
52
52
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
53
|
+
#: aa_intel_tool/constants.py:67 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:
|
|
58
|
+
#: aa_intel_tool/constants.py:73 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"
|
|
@@ -196,97 +196,92 @@ msgstr ""
|
|
|
196
196
|
msgid "The fleet composition module is currently disabled."
|
|
197
197
|
msgstr ""
|
|
198
198
|
|
|
199
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
199
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:20
|
|
200
200
|
msgid "Permalink successfully copied"
|
|
201
201
|
msgstr ""
|
|
202
202
|
|
|
203
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
203
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:21
|
|
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/
|
|
209
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:22
|
|
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/
|
|
216
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
217
217
|
msgid "NPC Corp"
|
|
218
218
|
msgstr ""
|
|
219
219
|
|
|
220
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
220
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
221
221
|
msgctxt "Decimal separator"
|
|
222
222
|
msgid "."
|
|
223
223
|
msgstr ""
|
|
224
224
|
|
|
225
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
225
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
226
226
|
msgctxt "Thousands separator"
|
|
227
227
|
msgid ","
|
|
228
228
|
msgstr ""
|
|
229
229
|
|
|
230
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
230
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
231
231
|
msgid "No data available in this table"
|
|
232
232
|
msgstr ""
|
|
233
233
|
|
|
234
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
234
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
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/
|
|
239
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
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/
|
|
244
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
245
245
|
msgid "No records available"
|
|
246
246
|
msgstr ""
|
|
247
247
|
|
|
248
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
249
|
-
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
250
|
-
msgid "Show _MENU_"
|
|
251
|
-
msgstr ""
|
|
252
|
-
|
|
253
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
248
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
254
249
|
msgid "Loading …"
|
|
255
250
|
msgstr ""
|
|
256
251
|
|
|
257
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
252
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
258
253
|
msgid "Processing …"
|
|
259
254
|
msgstr ""
|
|
260
255
|
|
|
261
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
256
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
262
257
|
msgid "Nothing found, sorry …"
|
|
263
258
|
msgstr ""
|
|
264
259
|
|
|
265
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
260
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
266
261
|
msgid "Search …"
|
|
267
262
|
msgstr ""
|
|
268
263
|
|
|
269
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
264
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
270
265
|
msgid "First"
|
|
271
266
|
msgstr ""
|
|
272
267
|
|
|
273
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
268
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
274
269
|
msgid "Last"
|
|
275
270
|
msgstr ""
|
|
276
271
|
|
|
277
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
272
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
278
273
|
msgid "Next"
|
|
279
274
|
msgstr ""
|
|
280
275
|
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
282
277
|
msgid "Previous"
|
|
283
278
|
msgstr ""
|
|
284
279
|
|
|
285
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
280
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
286
281
|
msgid ": activate to sort column ascending"
|
|
287
282
|
msgstr ""
|
|
288
283
|
|
|
289
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
284
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
290
285
|
msgid ": activate to sort column descending"
|
|
291
286
|
msgstr ""
|
|
292
287
|
|
|
Binary file
|
|
@@ -6,20 +6,18 @@
|
|
|
6
6
|
# Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023, 2024.
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date: 2024-
|
|
13
|
-
"Last-Translator:
|
|
14
|
-
"<
|
|
15
|
-
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
16
|
-
"apps/aa-intel-tool/es/>\n"
|
|
9
|
+
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2025-01-31 11:24+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2024-12-02 17:40+0000\n"
|
|
13
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
14
|
+
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
|
|
17
15
|
"Language: es\n"
|
|
18
16
|
"MIME-Version: 1.0\n"
|
|
19
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
22
|
-
"X-Generator: Weblate 5.
|
|
20
|
+
"X-Generator: Weblate 5.8.4\n"
|
|
23
21
|
|
|
24
22
|
#: aa_intel_tool/__init__.py:9
|
|
25
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
@@ -29,7 +27,7 @@ msgstr ""
|
|
|
29
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
30
28
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
31
29
|
msgid "Intel Parser"
|
|
32
|
-
msgstr ""
|
|
30
|
+
msgstr "Analizador inteligencia"
|
|
33
31
|
|
|
34
32
|
#: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
|
|
35
33
|
msgid "Scan type"
|
|
@@ -40,30 +38,27 @@ msgid "Open in a new browser tab"
|
|
|
40
38
|
msgstr "Abrir en una nueva pestaña del navegador"
|
|
41
39
|
|
|
42
40
|
#: aa_intel_tool/admin.py:100
|
|
43
|
-
#, fuzzy
|
|
44
|
-
#| msgid "RAW data"
|
|
45
41
|
msgid "Raw data"
|
|
46
42
|
msgstr "datos RAW"
|
|
47
43
|
|
|
48
44
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
49
45
|
#: aa_intel_tool/apps.py:21
|
|
50
|
-
#,
|
|
51
|
-
#| msgid "Intel Tool v{__version__}"
|
|
46
|
+
#, python-brace-format
|
|
52
47
|
msgid "Intel Parser v{__version__}"
|
|
53
48
|
msgstr "Herramienta de Intel v{__version__}"
|
|
54
49
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
50
|
+
#: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
|
|
56
51
|
#, fuzzy
|
|
57
52
|
#| msgid "Chat List"
|
|
58
53
|
msgid "Chat list"
|
|
59
54
|
msgstr "Lista de Chat"
|
|
60
55
|
|
|
61
|
-
#: aa_intel_tool/constants.py:
|
|
56
|
+
#: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
|
|
62
57
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
63
58
|
msgid "D-Scan"
|
|
64
59
|
msgstr "D-Scan"
|
|
65
60
|
|
|
66
|
-
#: aa_intel_tool/constants.py:
|
|
61
|
+
#: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
|
|
67
62
|
#: aa_intel_tool/models.py:123
|
|
68
63
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
69
64
|
msgid "Fleet composition"
|
|
@@ -173,8 +168,7 @@ msgid "Scan data"
|
|
|
173
168
|
msgstr "Datos de escaneo no válidos"
|
|
174
169
|
|
|
175
170
|
#: aa_intel_tool/parser/general.py:46
|
|
176
|
-
msgid ""
|
|
177
|
-
"No suitable parser found. Input is not a supported intel type or malformed …"
|
|
171
|
+
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
178
172
|
msgstr ""
|
|
179
173
|
|
|
180
174
|
#: aa_intel_tool/parser/general.py:80
|
|
@@ -195,12 +189,8 @@ msgstr ""
|
|
|
195
189
|
|
|
196
190
|
#: aa_intel_tool/parser/module/chatlist.py:299
|
|
197
191
|
#, python-brace-format
|
|
198
|
-
msgid ""
|
|
199
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots}
|
|
200
|
-
"per scan. Your list of pilots exceeds this limit."
|
|
201
|
-
msgid_plural ""
|
|
202
|
-
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
203
|
-
"per scan. Your list of pilots exceeds this limit."
|
|
192
|
+
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
193
|
+
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
204
194
|
msgstr[0] ""
|
|
205
195
|
msgstr[1] ""
|
|
206
196
|
|
|
@@ -212,97 +202,90 @@ msgstr ""
|
|
|
212
202
|
msgid "The fleet composition module is currently disabled."
|
|
213
203
|
msgstr ""
|
|
214
204
|
|
|
215
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
205
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:20
|
|
216
206
|
msgid "Permalink successfully copied"
|
|
217
207
|
msgstr ""
|
|
218
208
|
|
|
219
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
220
|
-
msgid ""
|
|
221
|
-
"Something went wrong. Nothing copied. Maybe your browser does not support "
|
|
222
|
-
"this function."
|
|
209
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:21
|
|
210
|
+
msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
|
|
223
211
|
msgstr ""
|
|
224
212
|
|
|
225
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
213
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:22
|
|
226
214
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
227
215
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
228
216
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
229
217
|
msgid "Unaffiliated / No Alliance"
|
|
230
218
|
msgstr ""
|
|
231
219
|
|
|
232
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
220
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:23
|
|
233
221
|
msgid "NPC Corp"
|
|
234
222
|
msgstr ""
|
|
235
223
|
|
|
236
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
224
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:24
|
|
237
225
|
msgctxt "Decimal separator"
|
|
238
226
|
msgid "."
|
|
239
|
-
msgstr "
|
|
227
|
+
msgstr ","
|
|
240
228
|
|
|
241
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
229
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
242
230
|
msgctxt "Thousands separator"
|
|
243
231
|
msgid ","
|
|
244
232
|
msgstr ""
|
|
245
233
|
|
|
246
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
234
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
247
235
|
msgid "No data available in this table"
|
|
248
236
|
msgstr ""
|
|
249
237
|
|
|
250
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
238
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
251
239
|
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
252
240
|
msgid "Showing _END_ entries"
|
|
253
241
|
msgstr ""
|
|
254
242
|
|
|
255
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
243
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:28
|
|
256
244
|
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
257
245
|
msgid "(filtered from _MAX_ total entries)"
|
|
258
246
|
msgstr ""
|
|
259
247
|
|
|
260
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
248
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:29
|
|
261
249
|
msgid "No records available"
|
|
262
250
|
msgstr ""
|
|
263
251
|
|
|
264
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
265
|
-
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
266
|
-
msgid "Show _MENU_"
|
|
267
|
-
msgstr ""
|
|
268
|
-
|
|
269
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
252
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:30
|
|
270
253
|
msgid "Loading …"
|
|
271
254
|
msgstr ""
|
|
272
255
|
|
|
273
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
256
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:31
|
|
274
257
|
msgid "Processing …"
|
|
275
258
|
msgstr ""
|
|
276
259
|
|
|
277
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
260
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:32
|
|
278
261
|
msgid "Nothing found, sorry …"
|
|
279
262
|
msgstr ""
|
|
280
263
|
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
264
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:33
|
|
282
265
|
msgid "Search …"
|
|
283
266
|
msgstr ""
|
|
284
267
|
|
|
285
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
268
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:34
|
|
286
269
|
msgid "First"
|
|
287
270
|
msgstr ""
|
|
288
271
|
|
|
289
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
272
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:35
|
|
290
273
|
msgid "Last"
|
|
291
274
|
msgstr ""
|
|
292
275
|
|
|
293
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:36
|
|
294
277
|
msgid "Next"
|
|
295
278
|
msgstr ""
|
|
296
279
|
|
|
297
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
280
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:37
|
|
298
281
|
msgid "Previous"
|
|
299
282
|
msgstr ""
|
|
300
283
|
|
|
301
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
284
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:38
|
|
302
285
|
msgid ": activate to sort column ascending"
|
|
303
286
|
msgstr ""
|
|
304
287
|
|
|
305
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
288
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:39
|
|
306
289
|
msgid ": activate to sort column descending"
|
|
307
290
|
msgstr ""
|
|
308
291
|
|
|
@@ -314,12 +297,8 @@ msgstr[0] ""
|
|
|
314
297
|
msgstr[1] ""
|
|
315
298
|
|
|
316
299
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
317
|
-
msgid ""
|
|
318
|
-
"
|
|
319
|
-
"existing translation?"
|
|
320
|
-
msgstr ""
|
|
321
|
-
"¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la "
|
|
322
|
-
"traducción existente?"
|
|
300
|
+
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
301
|
+
msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la traducción existente?"
|
|
323
302
|
|
|
324
303
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
325
304
|
msgid "Join our team of translators!"
|
|
@@ -343,9 +322,7 @@ msgstr[0] ""
|
|
|
343
322
|
msgstr[1] ""
|
|
344
323
|
|
|
345
324
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
|
|
346
|
-
msgid ""
|
|
347
|
-
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
348
|
-
"patient, CCP's API is not the fastest to answer …"
|
|
325
|
+
msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
|
|
349
326
|
msgstr ""
|
|
350
327
|
|
|
351
328
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
|
|
@@ -361,8 +338,7 @@ msgid "Detecting the intel type"
|
|
|
361
338
|
msgstr ""
|
|
362
339
|
|
|
363
340
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
|
|
364
|
-
msgid ""
|
|
365
|
-
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
341
|
+
msgid "Fetching potentially missing information from ESI (this might take a moment)"
|
|
366
342
|
msgstr ""
|
|
367
343
|
|
|
368
344
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
|
|
Binary file
|