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
@@ -9,17 +9,15 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
12
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
12
+ "POT-Creation-Date: 2025-01-31 11:24+0100\n"
13
13
  "PO-Revision-Date: 2024-06-06 14:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/ru/>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
17
16
  "Language: ru\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
20
19
  "Content-Transfer-Encoding: 8bit\n"
21
- "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
22
- "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
+ "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"
23
21
  "X-Generator: Weblate 5.5.5\n"
24
22
 
25
23
  #: aa_intel_tool/__init__.py:9
@@ -50,16 +48,16 @@ msgstr "Исходные данные"
50
48
  msgid "Intel Parser v{__version__}"
51
49
  msgstr "Анализатор Скана v{__version__}"
52
50
 
53
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
51
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
54
52
  msgid "Chat list"
55
53
  msgstr "Список чата"
56
54
 
57
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
55
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
58
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
59
57
  msgid "D-Scan"
60
58
  msgstr "Подскан"
61
59
 
62
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
60
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
63
61
  #: aa_intel_tool/models.py:123
64
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
65
63
  msgid "Fleet composition"
@@ -161,11 +159,8 @@ msgid "Scan data"
161
159
  msgstr "Данные скана"
162
160
 
163
161
  #: aa_intel_tool/parser/general.py:46
164
- msgid ""
165
- "No suitable parser found. Input is not a supported intel type or malformed …"
166
- msgstr ""
167
- "Не найден подходящий анализатор. Формат входных данных не поддерживается или "
168
- "данные неполны …"
162
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
+ msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
169
164
 
170
165
  #: aa_intel_tool/parser/general.py:80
171
166
  msgid "No data to parse …"
@@ -185,24 +180,12 @@ msgstr "Анализатор списка чата отключен."
185
180
 
186
181
  #: aa_intel_tool/parser/module/chatlist.py:299
187
182
  #, python-brace-format
188
- msgid ""
189
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
190
- "per scan. Your list of pilots exceeds this limit."
191
- msgid_plural ""
192
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
193
- "per scan. Your list of pilots exceeds this limit."
194
- msgstr[0] ""
195
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
196
- "пилотом в скане. Размер вашего списка превышает это ограничение."
197
- msgstr[1] ""
198
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
199
- "пилотами в скане. Размер вашего списка превышает это ограничение."
200
- msgstr[2] ""
201
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
202
- "пилотами в скане. Размер вашего списка превышает это ограничение."
203
- msgstr[3] ""
204
- "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. "
205
- "Размер вашего списка превышает это ограничение."
183
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
184
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
185
+ msgstr[0] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотом в скане. Размер вашего списка превышает это ограничение."
186
+ msgstr[1] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
187
+ msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
188
+ msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
206
189
 
207
190
  #: aa_intel_tool/parser/module/dscan.py:350
208
191
  msgid "The D-Scan module is currently disabled."
@@ -212,99 +195,90 @@ msgstr "Анализатор подскана отключен."
212
195
  msgid "The fleet composition module is currently disabled."
213
196
  msgstr "Анализатор состава флота отключен."
214
197
 
215
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
198
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:20
216
199
  msgid "Permalink successfully copied"
217
200
  msgstr "Постоянная ссылка успешно скопирована"
218
201
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
220
- msgid ""
221
- "Something went wrong. Nothing copied. Maybe your browser does not support "
222
- "this function."
223
- msgstr ""
224
- "Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не "
225
- "поддерживает данную функцию."
202
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
203
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
204
+ msgstr "Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не поддерживает данную функцию."
226
205
 
227
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
206
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:22
228
207
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
229
208
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
230
209
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
231
210
  msgid "Unaffiliated / No Alliance"
232
211
  msgstr "Неаффилированный / Нет альянса"
233
212
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
213
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
235
214
  msgid "NPC Corp"
236
215
  msgstr "NPC корпорация"
237
216
 
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
217
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
239
218
  msgctxt "Decimal separator"
240
219
  msgid "."
241
220
  msgstr ","
242
221
 
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
222
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
244
223
  msgctxt "Thousands separator"
245
224
  msgid ","
246
225
  msgstr " "
247
226
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
227
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
249
228
  msgid "No data available in this table"
250
229
  msgstr "Данные в таблице отсутствуют"
251
230
 
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
231
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
253
232
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
254
233
  msgid "Showing _END_ entries"
255
234
  msgstr "Отображаются _END_ записей"
256
235
 
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
236
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
258
237
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
259
238
  msgid "(filtered from _MAX_ total entries)"
260
239
  msgstr "(отфильтрованы из _MAX_ записей)"
261
240
 
262
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
241
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
263
242
  msgid "No records available"
264
243
  msgstr "Записи недоступны"
265
244
 
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
267
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
268
- msgid "Show _MENU_"
269
- msgstr "Показывать _MENU_"
270
-
271
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
245
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
272
246
  msgid "Loading …"
273
247
  msgstr "Загрузка …"
274
248
 
275
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
249
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
276
250
  msgid "Processing …"
277
251
  msgstr "Обработка …"
278
252
 
279
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
253
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
280
254
  msgid "Nothing found, sorry …"
281
255
  msgstr "Ничего не найдено …"
282
256
 
283
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
257
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
284
258
  msgid "Search …"
285
259
  msgstr "Поиск…"
286
260
 
287
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
261
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
288
262
  msgid "First"
289
263
  msgstr "Первый"
290
264
 
291
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
265
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
292
266
  msgid "Last"
293
267
  msgstr "Последний"
294
268
 
295
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
269
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
296
270
  msgid "Next"
297
271
  msgstr "Следующий"
298
272
 
299
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
273
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
300
274
  msgid "Previous"
301
275
  msgstr "Предыдущий"
302
276
 
303
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
277
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
304
278
  msgid ": activate to sort column ascending"
305
279
  msgstr ": активируйте для сортировки по возрастанию"
306
280
 
307
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
281
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
308
282
  msgid ": activate to sort column descending"
309
283
  msgstr ": активируйте для сортировки по убыванию"
310
284
 
@@ -318,12 +292,8 @@ msgstr[2] "Сканы будут удалены после %(scan_retention_time
318
292
  msgstr[3] "Сканы будут удалены через один день."
319
293
 
320
294
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
321
- msgid ""
322
- "Do you want to help translate this app into your language or improve the "
323
- "existing translation?"
324
- msgstr ""
325
- "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий "
326
- "перевод?"
295
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
296
+ msgstr "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий перевод?"
327
297
 
328
298
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
329
299
  msgid "Join our team of translators!"
@@ -347,12 +317,8 @@ msgstr[2] "Ограничен максимум %(max_pilots)s пилотами
347
317
  msgstr[3] "Ограничен максимум одним пилотом в скане."
348
318
 
349
319
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
350
- msgid ""
351
- "Please keep in mind, parsing large amounts of data can take some time. Be "
352
- "patient, CCP's API is not the fastest to answer …"
353
- msgstr ""
354
- "Помните, что обработка большого объема данных может занять некоторое время. "
355
- "Будьте терпеливы, CCP API не самое быстрое …"
320
+ 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 …"
321
+ msgstr "Помните, что обработка большого объема данных может занять некоторое время. Будьте терпеливы, CCP API не самое быстрое …"
356
322
 
357
323
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
358
324
  msgid "Submit"
@@ -367,8 +333,7 @@ msgid "Detecting the intel type"
367
333
  msgstr "Определение типа информации"
368
334
 
369
335
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
370
- msgid ""
371
- "Fetching potentially missing information from ESI (this might take a moment)"
336
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
372
337
  msgstr "Загрузка отсутствующей информации из ESI (может занять время)"
373
338
 
374
339
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -533,3 +498,7 @@ msgstr "(Системная ошибка) Случилось что-то неп
533
498
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
534
499
  msgid "The scan you were looking for could not be found."
535
500
  msgstr "Скан, который вы ищите, не может быть найден."
501
+
502
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
503
+ #~ msgid "Show _MENU_"
504
+ #~ msgstr "Показывать _MENU_"
@@ -7,17 +7,15 @@ 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: 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
@@ -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,97 +193,90 @@ 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:20
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:21
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:22
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:23
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
215
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
225
216
  msgctxt "Decimal separator"
226
217
  msgid "."
227
218
  msgstr ""
228
219
 
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
220
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
230
221
  msgctxt "Thousands separator"
231
222
  msgid ","
232
223
  msgstr ""
233
224
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
225
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
235
226
  msgid "No data available in this table"
236
227
  msgstr ""
237
228
 
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
229
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
239
230
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
240
231
  msgid "Showing _END_ entries"
241
232
  msgstr ""
242
233
 
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
234
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
244
235
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
245
236
  msgid "(filtered from _MAX_ total entries)"
246
237
  msgstr ""
247
238
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
239
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
249
240
  msgid "No records available"
250
241
  msgstr ""
251
242
 
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
243
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
258
244
  msgid "Loading …"
259
245
  msgstr ""
260
246
 
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
247
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
262
248
  msgid "Processing …"
263
249
  msgstr ""
264
250
 
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
251
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
266
252
  msgid "Nothing found, sorry …"
267
253
  msgstr ""
268
254
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
255
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
270
256
  msgid "Search …"
271
257
  msgstr ""
272
258
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
259
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
274
260
  msgid "First"
275
261
  msgstr ""
276
262
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
263
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
278
264
  msgid "Last"
279
265
  msgstr ""
280
266
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
267
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
282
268
  msgid "Next"
283
269
  msgstr ""
284
270
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
271
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
286
272
  msgid "Previous"
287
273
  msgstr ""
288
274
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
275
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
290
276
  msgid ": activate to sort column ascending"
291
277
  msgstr ""
292
278
 
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
279
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
294
280
  msgid ": activate to sort column descending"
295
281
  msgstr ""
296
282
 
@@ -304,9 +290,7 @@ msgstr[2] ""
304
290
  msgstr[3] ""
305
291
 
306
292
  #: 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?"
293
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
310
294
  msgstr ""
311
295
 
312
296
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -331,9 +315,7 @@ msgstr[2] ""
331
315
  msgstr[3] ""
332
316
 
333
317
  #: 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 …"
318
+ 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
319
  msgstr ""
338
320
 
339
321
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -349,8 +331,7 @@ msgid "Detecting the intel type"
349
331
  msgstr ""
350
332
 
351
333
  #: 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)"
334
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
354
335
  msgstr ""
355
336
 
356
337
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60