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,22 +7,20 @@ 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: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/sk/>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
15
14
  "Language: sk\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "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"
18
+ "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
21
19
  "X-Generator: Weblate 5.5.3\n"
22
20
 
23
21
  #: aa_intel_tool/__init__.py:9
24
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
25
- #: 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
26
24
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
27
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
28
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -48,16 +46,16 @@ msgstr ""
48
46
  msgid "Intel Parser v{__version__}"
49
47
  msgstr ""
50
48
 
51
- #: 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
52
50
  msgid "Chat list"
53
51
  msgstr ""
54
52
 
55
- #: 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
56
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
57
55
  msgid "D-Scan"
58
56
  msgstr ""
59
57
 
60
- #: 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
61
59
  #: aa_intel_tool/models.py:123
62
60
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
63
61
  msgid "Fleet composition"
@@ -159,8 +157,7 @@ msgid "Scan data"
159
157
  msgstr ""
160
158
 
161
159
  #: aa_intel_tool/parser/general.py:46
162
- msgid ""
163
- "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 …"
164
161
  msgstr ""
165
162
 
166
163
  #: aa_intel_tool/parser/general.py:80
@@ -181,12 +178,8 @@ msgstr ""
181
178
 
182
179
  #: aa_intel_tool/parser/module/chatlist.py:299
183
180
  #, python-brace-format
184
- msgid ""
185
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
186
- "per scan. Your list of pilots exceeds this limit."
187
- msgid_plural ""
188
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
189
- "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."
190
183
  msgstr[0] ""
191
184
  msgstr[1] ""
192
185
  msgstr[2] ""
@@ -200,100 +193,25 @@ msgstr ""
200
193
  msgid "The fleet composition module is currently disabled."
201
194
  msgstr ""
202
195
 
203
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
196
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
204
197
  msgid "Permalink successfully copied"
205
198
  msgstr ""
206
199
 
207
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
208
- msgid ""
209
- "Something went wrong. Nothing copied. Maybe your browser does not support "
210
- "this function."
200
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
201
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
211
202
  msgstr ""
212
203
 
213
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
204
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
214
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
215
206
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
216
207
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
217
208
  msgid "Unaffiliated / No Alliance"
218
209
  msgstr ""
219
210
 
220
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
211
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
221
212
  msgid "NPC Corp"
222
213
  msgstr ""
223
214
 
224
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
- msgctxt "Decimal separator"
226
- msgid "."
227
- msgstr ""
228
-
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
- msgctxt "Thousands separator"
231
- msgid ","
232
- msgstr ""
233
-
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
235
- msgid "No data available in this table"
236
- msgstr ""
237
-
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
240
- msgid "Showing _END_ entries"
241
- msgstr ""
242
-
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
245
- msgid "(filtered from _MAX_ total entries)"
246
- msgstr ""
247
-
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
249
- msgid "No records available"
250
- msgstr ""
251
-
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
254
- msgid "Show _MENU_"
255
- msgstr ""
256
-
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
258
- msgid "Loading …"
259
- msgstr ""
260
-
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
262
- msgid "Processing …"
263
- msgstr ""
264
-
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
266
- msgid "Nothing found, sorry …"
267
- msgstr ""
268
-
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
270
- msgid "Search …"
271
- msgstr ""
272
-
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
274
- msgid "First"
275
- msgstr ""
276
-
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
278
- msgid "Last"
279
- msgstr ""
280
-
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
282
- msgid "Next"
283
- msgstr ""
284
-
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
286
- msgid "Previous"
287
- msgstr ""
288
-
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
290
- msgid ": activate to sort column ascending"
291
- msgstr ""
292
-
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
294
- msgid ": activate to sort column descending"
295
- msgstr ""
296
-
297
215
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
298
216
  #, python-format
299
217
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -304,9 +222,7 @@ msgstr[2] ""
304
222
  msgstr[3] ""
305
223
 
306
224
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
307
- msgid ""
308
- "Do you want to help translate this app into your language or improve the "
309
- "existing translation?"
225
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
310
226
  msgstr ""
311
227
 
312
228
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -331,9 +247,7 @@ msgstr[2] ""
331
247
  msgstr[3] ""
332
248
 
333
249
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
334
- msgid ""
335
- "Please keep in mind, parsing large amounts of data can take some time. Be "
336
- "patient, CCP's API is not the fastest to answer …"
250
+ 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 …"
337
251
  msgstr ""
338
252
 
339
253
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -349,8 +263,7 @@ msgid "Detecting the intel type"
349
263
  msgstr ""
350
264
 
351
265
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
352
- msgid ""
353
- "Fetching potentially missing information from ESI (this might take a moment)"
266
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
354
267
  msgstr ""
355
268
 
356
269
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -2,26 +2,25 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
+ # M <skrypets@gmail.com>, 2025.
5
6
  msgid ""
6
7
  msgstr ""
7
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
10
- "PO-Revision-Date: 2024-10-04 18:10+0000\n"
11
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/uk/>\n"
10
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
11
+ "PO-Revision-Date: 2025-02-24 15:17+0000\n"
12
+ "Last-Translator: M <skrypets@gmail.com>\n"
13
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
14
14
  "Language: uk\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
19
- "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
- "X-Generator: Weblate 5.7.2\n"
18
+ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Generator: Weblate 5.10.1\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
@@ -39,7 +38,7 @@ msgstr ""
39
38
 
40
39
  #: aa_intel_tool/admin.py:100
41
40
  msgid "Raw data"
42
- msgstr ""
41
+ msgstr "Необроблені дані"
43
42
 
44
43
  #. Translators: This is the app name and version, which will appear in the Django Backend
45
44
  #: aa_intel_tool/apps.py:21
@@ -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
  msgstr[2] ""
@@ -199,100 +193,25 @@ msgstr ""
199
193
  msgid "The fleet composition module is currently disabled."
200
194
  msgstr ""
201
195
 
202
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
196
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
203
197
  msgid "Permalink successfully copied"
204
198
  msgstr ""
205
199
 
206
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
207
- msgid ""
208
- "Something went wrong. Nothing copied. Maybe your browser does not support "
209
- "this function."
200
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
201
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
210
202
  msgstr ""
211
203
 
212
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
204
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
213
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
214
206
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
215
207
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
216
208
  msgid "Unaffiliated / No Alliance"
217
209
  msgstr ""
218
210
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
211
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
220
212
  msgid "NPC Corp"
221
213
  msgstr ""
222
214
 
223
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
- msgctxt "Decimal separator"
225
- msgid "."
226
- msgstr ""
227
-
228
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
- msgctxt "Thousands separator"
230
- msgid ","
231
- msgstr ""
232
-
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
- msgid "No data available in this table"
235
- msgstr ""
236
-
237
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
239
- msgid "Showing _END_ entries"
240
- msgstr ""
241
-
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
244
- msgid "(filtered from _MAX_ total entries)"
245
- msgstr ""
246
-
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
248
- msgid "No records available"
249
- msgstr ""
250
-
251
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
252
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
253
- msgid "Show _MENU_"
254
- msgstr ""
255
-
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
- msgid "Loading …"
258
- msgstr ""
259
-
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
- msgid "Processing …"
262
- msgstr ""
263
-
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
265
- msgid "Nothing found, sorry …"
266
- msgstr ""
267
-
268
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
269
- msgid "Search …"
270
- msgstr ""
271
-
272
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
- msgid "First"
274
- msgstr ""
275
-
276
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
- msgid "Last"
278
- msgstr ""
279
-
280
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
- msgid "Next"
282
- msgstr ""
283
-
284
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
285
- msgid "Previous"
286
- msgstr ""
287
-
288
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
- msgid ": activate to sort column ascending"
290
- msgstr ""
291
-
292
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
293
- msgid ": activate to sort column descending"
294
- msgstr ""
295
-
296
215
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
297
216
  #, python-format
298
217
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -303,12 +222,8 @@ msgstr[2] ""
303
222
  msgstr[3] ""
304
223
 
305
224
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
306
- msgid ""
307
- "Do you want to help translate this app into your language or improve the "
308
- "existing translation?"
309
- msgstr ""
310
- "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний "
311
- "переклад?"
225
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
226
+ msgstr "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний переклад?"
312
227
 
313
228
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
314
229
  msgid "Join our team of translators!"
@@ -332,9 +247,7 @@ msgstr[2] ""
332
247
  msgstr[3] ""
333
248
 
334
249
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
335
- msgid ""
336
- "Please keep in mind, parsing large amounts of data can take some time. Be "
337
- "patient, CCP's API is not the fastest to answer …"
250
+ 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 …"
338
251
  msgstr ""
339
252
 
340
253
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -350,8 +263,7 @@ msgid "Detecting the intel type"
350
263
  msgstr ""
351
264
 
352
265
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
353
- msgid ""
354
- "Fetching potentially missing information from ESI (this might take a moment)"
266
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
355
267
  msgstr ""
356
268
 
357
269
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -381,7 +293,7 @@ msgstr ""
381
293
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
382
294
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
383
295
  msgid "Count"
384
- msgstr ""
296
+ msgstr "Кількість"
385
297
 
386
298
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
387
299
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
@@ -409,7 +321,7 @@ msgstr ""
409
321
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
410
322
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
411
323
  msgid "Corporation"
412
- msgstr ""
324
+ msgstr "Корпорація"
413
325
 
414
326
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
415
327
  msgid "Pilots breakdown"
@@ -471,7 +383,7 @@ msgstr ""
471
383
 
472
384
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
473
385
  msgid "Ship type"
474
- msgstr ""
386
+ msgstr "Тип корабля"
475
387
 
476
388
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
477
389
  msgid "No data."
@@ -516,3 +428,47 @@ msgstr ""
516
428
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
517
429
  msgid "The scan you were looking for could not be found."
518
430
  msgstr ""
431
+
432
+ #~ msgid "No data available in this table"
433
+ #~ msgstr "Немає даних у цій таблиці"
434
+
435
+ #~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
436
+ #~ msgid "Showing _END_ entries"
437
+ #~ msgstr "Показано _END_ записів"
438
+
439
+ #~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
440
+ #~ msgid "(filtered from _MAX_ total entries)"
441
+ #~ msgstr "(відфільтровано з _MAX_ загальних записів)"
442
+
443
+ #~ msgid "No records available"
444
+ #~ msgstr "Записів не знайдено"
445
+
446
+ #~ msgid "Loading …"
447
+ #~ msgstr "Завантаження …"
448
+
449
+ #~ msgid "Processing …"
450
+ #~ msgstr "Обробка …"
451
+
452
+ #~ msgid "Nothing found, sorry …"
453
+ #~ msgstr "Нічого не знайдено, вибачте …"
454
+
455
+ #~ msgid "Search …"
456
+ #~ msgstr "Пошук …"
457
+
458
+ #~ msgid "First"
459
+ #~ msgstr "Перший"
460
+
461
+ #~ msgid "Last"
462
+ #~ msgstr "Останній"
463
+
464
+ #~ msgid "Next"
465
+ #~ msgstr "Далі"
466
+
467
+ #~ msgid "Previous"
468
+ #~ msgstr "Назад"
469
+
470
+ #~ msgid ": activate to sort column ascending"
471
+ #~ msgstr ": активуйте щоб сортувати за зростанням"
472
+
473
+ #~ msgid ": activate to sort column descending"
474
+ #~ msgstr ": активуйте щоб сортувати за спаданням"