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
@@ -9,11 +9,10 @@ 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-03-07 15:55+0100\n"
13
13
  "PO-Revision-Date: 2024-12-02 17:40+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/ko/>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
17
16
  "Language: ko_KR\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,8 +21,8 @@ msgstr ""
22
21
  "X-Generator: Weblate 5.8.4\n"
23
22
 
24
23
  #: aa_intel_tool/__init__.py:9
25
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
26
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
25
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
28
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
29
28
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -49,16 +48,16 @@ msgstr "원본 데이터"
49
48
  msgid "Intel Parser v{__version__}"
50
49
  msgstr "인텔 파싱 v{__version__}"
51
50
 
52
- #: 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
53
52
  msgid "Chat list"
54
53
  msgstr "챗 리스트"
55
54
 
56
- #: 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
57
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
58
57
  msgid "D-Scan"
59
58
  msgstr "전방위 스캐너"
60
59
 
61
- #: 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
62
61
  #: aa_intel_tool/models.py:123
63
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
64
63
  msgid "Fleet composition"
@@ -160,11 +159,8 @@ msgid "Scan data"
160
159
  msgstr "스캔 데이터"
161
160
 
162
161
  #: aa_intel_tool/parser/general.py:46
163
- msgid ""
164
- "No suitable parser found. Input is not a supported intel type or malformed …"
165
- msgstr ""
166
- "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식"
167
- "입니다…"
162
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
+ msgstr "지원하는 파서를 찾을 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
168
164
 
169
165
  #: aa_intel_tool/parser/general.py:80
170
166
  msgid "No data to parse …"
@@ -184,15 +180,9 @@ msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
184
180
 
185
181
  #: aa_intel_tool/parser/module/chatlist.py:299
186
182
  #, python-brace-format
187
- msgid ""
188
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
189
- "per scan. Your list of pilots exceeds this limit."
190
- msgid_plural ""
191
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
192
- "per scan. Your list of pilots exceeds this limit."
193
- msgstr[0] ""
194
- "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력"
195
- "한 파일럿 수가 제한을 초과합니다."
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}명으로 제한되어 있습니다. 입력한 파일럿 수가 제한을 초과합니다."
196
186
 
197
187
  #: aa_intel_tool/parser/module/dscan.py:350
198
188
  msgid "The D-Scan module is currently disabled."
@@ -202,102 +192,25 @@ msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
202
192
  msgid "The fleet composition module is currently disabled."
203
193
  msgstr "함대 구성 모듈이 비활성화된 상태입니다."
204
194
 
205
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
195
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
206
196
  msgid "Permalink successfully copied"
207
197
  msgstr "고유링크가 성공적으로 복사되었습니다"
208
198
 
209
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
210
- msgid ""
211
- "Something went wrong. Nothing copied. Maybe your browser does not support "
212
- "this function."
213
- msgstr ""
214
- "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 수"
215
- "도 있습니다."
199
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
200
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
201
+ msgstr "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 기능을 지원하지 않을 수도 있습니다."
216
202
 
217
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
203
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
218
204
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
219
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
220
206
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
221
207
  msgid "Unaffiliated / No Alliance"
222
208
  msgstr "얼라이언스 없음"
223
209
 
224
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
210
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
225
211
  msgid "NPC Corp"
226
212
  msgstr "NPC 코퍼레이션"
227
213
 
228
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
229
- msgctxt "Decimal separator"
230
- msgid "."
231
- msgstr "."
232
-
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
234
- msgctxt "Thousands separator"
235
- msgid ","
236
- msgstr ","
237
-
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
239
- msgid "No data available in this table"
240
- msgstr "테이블에 유효한 데이터가 없습니다"
241
-
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
243
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
244
- msgid "Showing _END_ entries"
245
- msgstr "_END_ 개의 결과 표시중"
246
-
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
248
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
249
- msgid "(filtered from _MAX_ total entries)"
250
- msgstr "(총 _MAX_ 개의 결과 에서 필터링됨)"
251
-
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
253
- msgid "No records available"
254
- msgstr "사용 가능한 레코드가 없습니다"
255
-
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
257
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
258
- msgid "Show _MENU_"
259
- msgstr "_MENU_ 보기"
260
-
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
262
- msgid "Loading …"
263
- msgstr "로딩 …"
264
-
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
266
- msgid "Processing …"
267
- msgstr "처리 중 …"
268
-
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
270
- msgid "Nothing found, sorry …"
271
- msgstr "아무것도 찾지 못했습니다, 죄송합니다 …"
272
-
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
274
- msgid "Search …"
275
- msgstr "검색 …"
276
-
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
278
- msgid "First"
279
- msgstr "첫 번째"
280
-
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
282
- msgid "Last"
283
- msgstr "마지막"
284
-
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
286
- msgid "Next"
287
- msgstr "다음"
288
-
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
290
- msgid "Previous"
291
- msgstr "이전"
292
-
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
294
- msgid ": activate to sort column ascending"
295
- msgstr ": 열 오름차순으로 정렬 활성화"
296
-
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
298
- msgid ": activate to sort column descending"
299
- msgstr ": 열 내림차순으로 정렬 활성화"
300
-
301
214
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
302
215
  #, python-format
303
216
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -305,9 +218,7 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
305
218
  msgstr[0] "스캔은 %(scan_retention_time)s일 이후 삭제됩니다."
306
219
 
307
220
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
308
- msgid ""
309
- "Do you want to help translate this app into your language or improve the "
310
- "existing translation?"
221
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
311
222
  msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요?"
312
223
 
313
224
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -329,12 +240,8 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
329
240
  msgstr[0] "스캔 당 최대 %(max_pilots)s명으로 제한되어 있습니다."
330
241
 
331
242
  #: 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 …"
335
- msgstr ""
336
- "기억해주세요, 큰 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 "
337
- "것으로 유명합니다, 조금만 기다려 주세요 …"
243
+ 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 …"
244
+ msgstr "기억해주세요, 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 것으로 유명합니다, 조금만 기다려 주세요 …"
338
245
 
339
246
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
340
247
  msgid "Submit"
@@ -349,8 +256,7 @@ msgid "Detecting the intel type"
349
256
  msgstr "인텔 종류 감지"
350
257
 
351
258
  #: 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)"
259
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
354
260
  msgstr "ESI에서 놓친 데이터 가져오기 (시간이 조금 걸릴 수도 있습니다)"
355
261
 
356
262
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -521,3 +427,59 @@ msgstr "(성계 오류) 예측하지 못한 오류 발생."
521
427
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
522
428
  msgid "The scan you were looking for could not be found."
523
429
  msgstr "요구하는 스캔을 찾을 수 없습니다."
430
+
431
+ #~ msgctxt "Decimal separator"
432
+ #~ msgid "."
433
+ #~ msgstr "."
434
+
435
+ #~ msgctxt "Thousands separator"
436
+ #~ msgid ","
437
+ #~ msgstr ","
438
+
439
+ #~ msgid "No data available in this table"
440
+ #~ msgstr "테이블에 유효한 데이터가 없습니다"
441
+
442
+ #~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
443
+ #~ msgid "Showing _END_ entries"
444
+ #~ msgstr "_END_ 개의 결과 표시중"
445
+
446
+ #~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
447
+ #~ msgid "(filtered from _MAX_ total entries)"
448
+ #~ msgstr "(총 _MAX_ 개의 결과 에서 필터링됨)"
449
+
450
+ #~ msgid "No records available"
451
+ #~ msgstr "사용 가능한 레코드가 없습니다"
452
+
453
+ #~ msgid "Loading …"
454
+ #~ msgstr "로딩 …"
455
+
456
+ #~ msgid "Processing …"
457
+ #~ msgstr "처리 중 …"
458
+
459
+ #~ msgid "Nothing found, sorry …"
460
+ #~ msgstr "아무것도 찾지 못했습니다, 죄송합니다 …"
461
+
462
+ #~ msgid "Search …"
463
+ #~ msgstr "검색 …"
464
+
465
+ #~ msgid "First"
466
+ #~ msgstr "첫 번째"
467
+
468
+ #~ msgid "Last"
469
+ #~ msgstr "마지막"
470
+
471
+ #~ msgid "Next"
472
+ #~ msgstr "다음"
473
+
474
+ #~ msgid "Previous"
475
+ #~ msgstr "이전"
476
+
477
+ #~ msgid ": activate to sort column ascending"
478
+ #~ msgstr ": 열 오름차순으로 정렬 활성화"
479
+
480
+ #~ msgid ": activate to sort column descending"
481
+ #~ msgstr ": 열 내림차순으로 정렬 활성화"
482
+
483
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
484
+ #~ msgid "Show _MENU_"
485
+ #~ msgstr "_MENU_ 보기"
@@ -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: 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"
@@ -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