aa-intel-tool 2.5.2__py3-none-any.whl → 2.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/app_settings.py +16 -1
  3. aa_intel_tool/constants.py +13 -5
  4. aa_intel_tool/helper/static_files.py +42 -0
  5. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +20 -109
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +82 -128
  7. aa_intel_tool/locale/django.pot +11 -84
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +23 -107
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +83 -127
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +18 -104
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +18 -104
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +78 -116
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +18 -104
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +20 -109
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +83 -130
  16. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +19 -106
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +72 -116
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -111
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  44. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  45. aa_intel_tool/templates/aa_intel_tool/base.html +32 -0
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  50. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
  51. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
  52. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  53. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  54. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  55. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  56. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  57. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  58. aa_intel_tool/templatetags/aa_intel_tool.py +71 -9
  59. aa_intel_tool/tests/test_app_settings.py +30 -2
  60. aa_intel_tool/tests/test_templatetags.py +78 -12
  61. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/METADATA +7 -6
  62. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/RECORD +64 -60
  63. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/WHEEL +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  65. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/licenses/LICENSE +0 -0
@@ -7,11 +7,10 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
10
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\n"
15
14
  "Language: it_IT\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,8 +19,8 @@ msgstr ""
20
19
  "X-Generator: Weblate 5.5.3\n"
21
20
 
22
21
  #: 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
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -47,16 +46,16 @@ msgstr ""
47
46
  msgid "Intel Parser v{__version__}"
48
47
  msgstr ""
49
48
 
50
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
49
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
51
50
  msgid "Chat list"
52
51
  msgstr ""
53
52
 
54
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
53
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
55
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
55
  msgid "D-Scan"
57
56
  msgstr ""
58
57
 
59
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
58
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
60
59
  #: aa_intel_tool/models.py:123
61
60
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
61
  msgid "Fleet composition"
@@ -158,8 +157,7 @@ msgid "Scan data"
158
157
  msgstr ""
159
158
 
160
159
  #: aa_intel_tool/parser/general.py:46
161
- msgid ""
162
- "No suitable parser found. Input is not a supported intel type or malformed …"
160
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
161
  msgstr ""
164
162
 
165
163
  #: aa_intel_tool/parser/general.py:80
@@ -180,12 +178,8 @@ msgstr ""
180
178
 
181
179
  #: aa_intel_tool/parser/module/chatlist.py:299
182
180
  #, 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."
181
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
182
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
189
183
  msgstr[0] ""
190
184
  msgstr[1] ""
191
185
 
@@ -197,100 +191,25 @@ msgstr ""
197
191
  msgid "The fleet composition module is currently disabled."
198
192
  msgstr ""
199
193
 
200
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
194
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
201
195
  msgid "Permalink successfully copied"
202
196
  msgstr ""
203
197
 
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."
198
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
199
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
208
200
  msgstr ""
209
201
 
210
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
202
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
211
203
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
212
204
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
213
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
214
206
  msgid "Unaffiliated / No Alliance"
215
207
  msgstr ""
216
208
 
217
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
209
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
218
210
  msgid "NPC Corp"
219
211
  msgstr ""
220
212
 
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
213
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
295
214
  #, python-format
296
215
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -299,9 +218,7 @@ msgstr[0] ""
299
218
  msgstr[1] ""
300
219
 
301
220
  #: 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?"
221
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
305
222
  msgstr ""
306
223
 
307
224
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -324,9 +241,7 @@ msgstr[0] ""
324
241
  msgstr[1] ""
325
242
 
326
243
  #: 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 …"
244
+ 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 …"
330
245
  msgstr ""
331
246
 
332
247
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -342,8 +257,7 @@ msgid "Detecting the intel type"
342
257
  msgstr ""
343
258
 
344
259
  #: 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)"
260
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
347
261
  msgstr ""
348
262
 
349
263
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -6,11 +6,10 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
10
10
  "PO-Revision-Date: 2024-08-05 10:10+0000\n"
11
11
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
12
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/ja/>\n"
12
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
14
13
  "Language: ja\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,8 +18,8 @@ msgstr ""
19
18
  "X-Generator: Weblate 5.6.2\n"
20
19
 
21
20
  #: aa_intel_tool/__init__.py:9
22
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
21
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
23
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -46,16 +45,16 @@ msgstr "検証されていないデータ"
46
45
  msgid "Intel Parser v{__version__}"
47
46
  msgstr "インテル用の解析ツール v{__version__}"
48
47
 
49
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
50
49
  msgid "Chat list"
51
50
  msgstr "チャット一覧"
52
51
 
53
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
54
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
54
  msgid "D-Scan"
56
55
  msgstr "指向性スキャン"
57
56
 
58
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
59
58
  #: aa_intel_tool/models.py:123
60
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
60
  msgid "Fleet composition"
@@ -157,8 +156,7 @@ msgid "Scan data"
157
156
  msgstr ""
158
157
 
159
158
  #: aa_intel_tool/parser/general.py:46
160
- msgid ""
161
- "No suitable parser found. Input is not a supported intel type or malformed …"
159
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
162
160
  msgstr ""
163
161
 
164
162
  #: aa_intel_tool/parser/general.py:80
@@ -179,12 +177,8 @@ msgstr ""
179
177
 
180
178
  #: aa_intel_tool/parser/module/chatlist.py:299
181
179
  #, python-brace-format
182
- msgid ""
183
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
184
- "per scan. Your list of pilots exceeds this limit."
185
- msgid_plural ""
186
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
187
- "per scan. Your list of pilots exceeds this limit."
180
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
188
182
  msgstr[0] ""
189
183
 
190
184
  #: aa_intel_tool/parser/module/dscan.py:350
@@ -195,100 +189,25 @@ msgstr ""
195
189
  msgid "The fleet composition module is currently disabled."
196
190
  msgstr ""
197
191
 
198
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
192
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
199
193
  msgid "Permalink successfully copied"
200
194
  msgstr ""
201
195
 
202
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
203
- msgid ""
204
- "Something went wrong. Nothing copied. Maybe your browser does not support "
205
- "this function."
196
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
197
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
206
198
  msgstr ""
207
199
 
208
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
200
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
209
201
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
210
202
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
211
203
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
212
204
  msgid "Unaffiliated / No Alliance"
213
205
  msgstr ""
214
206
 
215
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
207
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
216
208
  msgid "NPC Corp"
217
209
  msgstr ""
218
210
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
220
- msgctxt "Decimal separator"
221
- msgid "."
222
- msgstr ""
223
-
224
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
225
- msgctxt "Thousands separator"
226
- msgid ","
227
- msgstr ""
228
-
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
230
- msgid "No data available in this table"
231
- msgstr ""
232
-
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
234
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
235
- msgid "Showing _END_ entries"
236
- msgstr ""
237
-
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
239
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
240
- msgid "(filtered from _MAX_ total entries)"
241
- msgstr ""
242
-
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
244
- msgid "No records available"
245
- msgstr ""
246
-
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
248
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
249
- msgid "Show _MENU_"
250
- msgstr ""
251
-
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
253
- msgid "Loading …"
254
- msgstr ""
255
-
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
257
- msgid "Processing …"
258
- msgstr ""
259
-
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
261
- msgid "Nothing found, sorry …"
262
- msgstr ""
263
-
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
265
- msgid "Search …"
266
- msgstr ""
267
-
268
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
269
- msgid "First"
270
- msgstr ""
271
-
272
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
273
- msgid "Last"
274
- msgstr ""
275
-
276
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
277
- msgid "Next"
278
- msgstr ""
279
-
280
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
281
- msgid "Previous"
282
- msgstr ""
283
-
284
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
285
- msgid ": activate to sort column ascending"
286
- msgstr ""
287
-
288
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
289
- msgid ": activate to sort column descending"
290
- msgstr ""
291
-
292
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
293
212
  #, python-format
294
213
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -296,9 +215,7 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
296
215
  msgstr[0] ""
297
216
 
298
217
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
299
- msgid ""
300
- "Do you want to help translate this app into your language or improve the "
301
- "existing translation?"
218
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
302
219
  msgstr ""
303
220
 
304
221
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -320,9 +237,7 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
320
237
  msgstr[0] ""
321
238
 
322
239
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
323
- msgid ""
324
- "Please keep in mind, parsing large amounts of data can take some time. Be "
325
- "patient, CCP's API is not the fastest to answer …"
240
+ 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 …"
326
241
  msgstr ""
327
242
 
328
243
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -338,8 +253,7 @@ msgid "Detecting the intel type"
338
253
  msgstr ""
339
254
 
340
255
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
341
- msgid ""
342
- "Fetching potentially missing information from ESI (this might take a moment)"
256
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
343
257
  msgstr ""
344
258
 
345
259
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60