aa-intel-tool 2.5.2__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.
Files changed (67) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/app_settings.py +1 -1
  3. aa_intel_tool/constants.py +12 -5
  4. aa_intel_tool/helper/static_files.py +41 -0
  5. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +34 -55
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +44 -74
  7. aa_intel_tool/locale/django.pot +25 -30
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -53
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +44 -72
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +32 -50
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +32 -50
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +40 -62
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +32 -50
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +34 -55
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +45 -76
  16. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +33 -52
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +34 -55
  18. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +38 -55
  20. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +5 -0
  21. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  22. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  44. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
  45. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  46. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  47. aa_intel_tool/templates/aa_intel_tool/base.html +67 -0
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
  50. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
  51. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  52. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
  53. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
  54. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  55. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  56. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  57. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  58. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  59. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  60. aa_intel_tool/templatetags/aa_intel_tool.py +66 -9
  61. aa_intel_tool/tests/test_app_settings.py +7 -1
  62. aa_intel_tool/tests/test_templatetags.py +57 -12
  63. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.0.dist-info}/METADATA +4 -3
  64. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.0.dist-info}/RECORD +66 -62
  65. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.0.dist-info}/WHEEL +1 -1
  66. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  67. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.0.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-01-31 11:24+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: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/nl/>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
15
14
  "Language: nl_NL\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -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,97 +191,90 @@ 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:20
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:21
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:22
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:23
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
213
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
222
214
  msgctxt "Decimal separator"
223
215
  msgid "."
224
216
  msgstr ""
225
217
 
226
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
218
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
227
219
  msgctxt "Thousands separator"
228
220
  msgid ","
229
221
  msgstr ""
230
222
 
231
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
223
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
232
224
  msgid "No data available in this table"
233
225
  msgstr ""
234
226
 
235
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
227
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
236
228
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
237
229
  msgid "Showing _END_ entries"
238
230
  msgstr ""
239
231
 
240
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
232
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
241
233
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
242
234
  msgid "(filtered from _MAX_ total entries)"
243
235
  msgstr ""
244
236
 
245
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
237
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
246
238
  msgid "No records available"
247
239
  msgstr ""
248
240
 
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
241
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
255
242
  msgid "Loading …"
256
243
  msgstr ""
257
244
 
258
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
245
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
259
246
  msgid "Processing …"
260
247
  msgstr ""
261
248
 
262
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
249
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
263
250
  msgid "Nothing found, sorry …"
264
251
  msgstr ""
265
252
 
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
253
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
267
254
  msgid "Search …"
268
255
  msgstr ""
269
256
 
270
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
257
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
271
258
  msgid "First"
272
259
  msgstr ""
273
260
 
274
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
261
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
275
262
  msgid "Last"
276
263
  msgstr ""
277
264
 
278
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
265
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
279
266
  msgid "Next"
280
267
  msgstr ""
281
268
 
282
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
269
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
283
270
  msgid "Previous"
284
271
  msgstr ""
285
272
 
286
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
273
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
287
274
  msgid ": activate to sort column ascending"
288
275
  msgstr ""
289
276
 
290
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
277
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
291
278
  msgid ": activate to sort column descending"
292
279
  msgstr ""
293
280
 
@@ -299,9 +286,7 @@ msgstr[0] ""
299
286
  msgstr[1] ""
300
287
 
301
288
  #: 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?"
289
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
305
290
  msgstr ""
306
291
 
307
292
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -324,9 +309,7 @@ msgstr[0] ""
324
309
  msgstr[1] ""
325
310
 
326
311
  #: 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 …"
312
+ 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
313
  msgstr ""
331
314
 
332
315
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -342,8 +325,7 @@ msgid "Detecting the intel type"
342
325
  msgstr ""
343
326
 
344
327
  #: 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)"
328
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
347
329
  msgstr ""
348
330
 
349
331
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -6,17 +6,15 @@ 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-01-31 11:24+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
14
13
  "Language: pl_PL\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19
- "|| n%100>=20) ? 1 : 2;\n"
17
+ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20
18
  "X-Generator: Weblate 5.5.3\n"
21
19
 
22
20
  #: aa_intel_tool/__init__.py:9
@@ -47,16 +45,16 @@ msgstr ""
47
45
  msgid "Intel Parser v{__version__}"
48
46
  msgstr ""
49
47
 
50
- #: 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
51
49
  msgid "Chat list"
52
50
  msgstr ""
53
51
 
54
- #: 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
55
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
54
  msgid "D-Scan"
57
55
  msgstr ""
58
56
 
59
- #: 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
60
58
  #: aa_intel_tool/models.py:123
61
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
60
  msgid "Fleet composition"
@@ -158,8 +156,7 @@ msgid "Scan data"
158
156
  msgstr ""
159
157
 
160
158
  #: aa_intel_tool/parser/general.py:46
161
- msgid ""
162
- "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 …"
163
160
  msgstr ""
164
161
 
165
162
  #: aa_intel_tool/parser/general.py:80
@@ -180,12 +177,8 @@ msgstr ""
180
177
 
181
178
  #: aa_intel_tool/parser/module/chatlist.py:299
182
179
  #, 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."
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."
189
182
  msgstr[0] ""
190
183
  msgstr[1] ""
191
184
  msgstr[2] ""
@@ -198,97 +191,90 @@ msgstr ""
198
191
  msgid "The fleet composition module is currently disabled."
199
192
  msgstr ""
200
193
 
201
- #: 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:20
202
195
  msgid "Permalink successfully copied"
203
196
  msgstr ""
204
197
 
205
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
206
- msgid ""
207
- "Something went wrong. Nothing copied. Maybe your browser does not support "
208
- "this function."
198
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
199
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
209
200
  msgstr ""
210
201
 
211
- #: 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:22
212
203
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
213
204
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
214
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
215
206
  msgid "Unaffiliated / No Alliance"
216
207
  msgstr ""
217
208
 
218
- #: 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:23
219
210
  msgid "NPC Corp"
220
211
  msgstr ""
221
212
 
222
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
213
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
223
214
  msgctxt "Decimal separator"
224
215
  msgid "."
225
216
  msgstr ""
226
217
 
227
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
218
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
228
219
  msgctxt "Thousands separator"
229
220
  msgid ","
230
221
  msgstr ""
231
222
 
232
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
223
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
233
224
  msgid "No data available in this table"
234
225
  msgstr ""
235
226
 
236
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
227
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
237
228
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
238
229
  msgid "Showing _END_ entries"
239
230
  msgstr ""
240
231
 
241
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
232
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
242
233
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
243
234
  msgid "(filtered from _MAX_ total entries)"
244
235
  msgstr ""
245
236
 
246
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
237
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
247
238
  msgid "No records available"
248
239
  msgstr ""
249
240
 
250
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
251
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
252
- msgid "Show _MENU_"
253
- msgstr ""
254
-
255
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
241
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
256
242
  msgid "Loading …"
257
243
  msgstr ""
258
244
 
259
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
245
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
260
246
  msgid "Processing …"
261
247
  msgstr ""
262
248
 
263
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
249
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
264
250
  msgid "Nothing found, sorry …"
265
251
  msgstr ""
266
252
 
267
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
253
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
268
254
  msgid "Search …"
269
255
  msgstr ""
270
256
 
271
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
257
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
272
258
  msgid "First"
273
259
  msgstr ""
274
260
 
275
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
261
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
276
262
  msgid "Last"
277
263
  msgstr ""
278
264
 
279
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
265
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
280
266
  msgid "Next"
281
267
  msgstr ""
282
268
 
283
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
269
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
284
270
  msgid "Previous"
285
271
  msgstr ""
286
272
 
287
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
273
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
288
274
  msgid ": activate to sort column ascending"
289
275
  msgstr ""
290
276
 
291
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
277
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
292
278
  msgid ": activate to sort column descending"
293
279
  msgstr ""
294
280
 
@@ -301,12 +287,8 @@ msgstr[1] ""
301
287
  msgstr[2] ""
302
288
 
303
289
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
304
- msgid ""
305
- "Do you want to help translate this app into your language or improve the "
306
- "existing translation?"
307
- msgstr ""
308
- "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne "
309
- "tłumaczenia?"
290
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
291
+ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne tłumaczenia?"
310
292
 
311
293
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
312
294
  msgid "Join our team of translators!"
@@ -329,9 +311,7 @@ msgstr[1] ""
329
311
  msgstr[2] ""
330
312
 
331
313
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
332
- msgid ""
333
- "Please keep in mind, parsing large amounts of data can take some time. Be "
334
- "patient, CCP's API is not the fastest to answer …"
314
+ 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 …"
335
315
  msgstr ""
336
316
 
337
317
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -347,8 +327,7 @@ msgid "Detecting the intel type"
347
327
  msgstr ""
348
328
 
349
329
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
350
- msgid ""
351
- "Fetching potentially missing information from ESI (this might take a moment)"
330
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
352
331
  msgstr ""
353
332
 
354
333
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60