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: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-intel-tool/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\n"
15
14
  "Language: it_IT\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -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,11 +6,10 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-01-31 11:24+0100\n"
10
10
  "PO-Revision-Date: 2024-08-05 10:10+0000\n"
11
11
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
12
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/ja/>\n"
12
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
14
13
  "Language: ja\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -46,16 +45,16 @@ msgstr "検証されていないデータ"
46
45
  msgid "Intel Parser v{__version__}"
47
46
  msgstr "インテル用の解析ツール v{__version__}"
48
47
 
49
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
50
49
  msgid "Chat list"
51
50
  msgstr "チャット一覧"
52
51
 
53
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
54
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
54
  msgid "D-Scan"
56
55
  msgstr "指向性スキャン"
57
56
 
58
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
59
58
  #: aa_intel_tool/models.py:123
60
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
60
  msgid "Fleet composition"
@@ -157,8 +156,7 @@ msgid "Scan data"
157
156
  msgstr ""
158
157
 
159
158
  #: aa_intel_tool/parser/general.py:46
160
- msgid ""
161
- "No suitable parser found. Input is not a supported intel type or malformed …"
159
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
162
160
  msgstr ""
163
161
 
164
162
  #: aa_intel_tool/parser/general.py:80
@@ -179,12 +177,8 @@ msgstr ""
179
177
 
180
178
  #: aa_intel_tool/parser/module/chatlist.py:299
181
179
  #, python-brace-format
182
- msgid ""
183
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
184
- "per scan. Your list of pilots exceeds this limit."
185
- msgid_plural ""
186
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
187
- "per scan. Your list of pilots exceeds this limit."
180
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
188
182
  msgstr[0] ""
189
183
 
190
184
  #: aa_intel_tool/parser/module/dscan.py:350
@@ -195,97 +189,90 @@ msgstr ""
195
189
  msgid "The fleet composition module is currently disabled."
196
190
  msgstr ""
197
191
 
198
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
192
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:20
199
193
  msgid "Permalink successfully copied"
200
194
  msgstr ""
201
195
 
202
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
203
- msgid ""
204
- "Something went wrong. Nothing copied. Maybe your browser does not support "
205
- "this function."
196
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
197
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
206
198
  msgstr ""
207
199
 
208
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
200
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:22
209
201
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
210
202
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
211
203
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
212
204
  msgid "Unaffiliated / No Alliance"
213
205
  msgstr ""
214
206
 
215
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
207
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
216
208
  msgid "NPC Corp"
217
209
  msgstr ""
218
210
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
211
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
220
212
  msgctxt "Decimal separator"
221
213
  msgid "."
222
214
  msgstr ""
223
215
 
224
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
216
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
225
217
  msgctxt "Thousands separator"
226
218
  msgid ","
227
219
  msgstr ""
228
220
 
229
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
221
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
230
222
  msgid "No data available in this table"
231
223
  msgstr ""
232
224
 
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
225
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
234
226
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
235
227
  msgid "Showing _END_ entries"
236
228
  msgstr ""
237
229
 
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
230
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
239
231
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
240
232
  msgid "(filtered from _MAX_ total entries)"
241
233
  msgstr ""
242
234
 
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
235
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
244
236
  msgid "No records available"
245
237
  msgstr ""
246
238
 
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
248
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
249
- msgid "Show _MENU_"
250
- msgstr ""
251
-
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
239
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
253
240
  msgid "Loading …"
254
241
  msgstr ""
255
242
 
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
243
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
257
244
  msgid "Processing …"
258
245
  msgstr ""
259
246
 
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
247
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
261
248
  msgid "Nothing found, sorry …"
262
249
  msgstr ""
263
250
 
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
251
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
265
252
  msgid "Search …"
266
253
  msgstr ""
267
254
 
268
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
255
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
269
256
  msgid "First"
270
257
  msgstr ""
271
258
 
272
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
259
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
273
260
  msgid "Last"
274
261
  msgstr ""
275
262
 
276
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
263
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
277
264
  msgid "Next"
278
265
  msgstr ""
279
266
 
280
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
267
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
281
268
  msgid "Previous"
282
269
  msgstr ""
283
270
 
284
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
271
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
285
272
  msgid ": activate to sort column ascending"
286
273
  msgstr ""
287
274
 
288
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
275
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
289
276
  msgid ": activate to sort column descending"
290
277
  msgstr ""
291
278
 
@@ -296,9 +283,7 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
296
283
  msgstr[0] ""
297
284
 
298
285
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
299
- msgid ""
300
- "Do you want to help translate this app into your language or improve the "
301
- "existing translation?"
286
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
302
287
  msgstr ""
303
288
 
304
289
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -320,9 +305,7 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
320
305
  msgstr[0] ""
321
306
 
322
307
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
323
- msgid ""
324
- "Please keep in mind, parsing large amounts of data can take some time. Be "
325
- "patient, CCP's API is not the fastest to answer …"
308
+ msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
326
309
  msgstr ""
327
310
 
328
311
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -338,8 +321,7 @@ msgid "Detecting the intel type"
338
321
  msgstr ""
339
322
 
340
323
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
341
- msgid ""
342
- "Fetching potentially missing information from ESI (this might take a moment)"
324
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
343
325
  msgstr ""
344
326
 
345
327
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -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-01-31 11:24+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"
@@ -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,99 +192,90 @@ 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:20
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:21
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:22
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:23
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
214
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
229
215
  msgctxt "Decimal separator"
230
216
  msgid "."
231
217
  msgstr "."
232
218
 
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
219
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
234
220
  msgctxt "Thousands separator"
235
221
  msgid ","
236
222
  msgstr ","
237
223
 
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
224
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
239
225
  msgid "No data available in this table"
240
226
  msgstr "테이블에 유효한 데이터가 없습니다"
241
227
 
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
228
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
243
229
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
244
230
  msgid "Showing _END_ entries"
245
231
  msgstr "_END_ 개의 결과 표시중"
246
232
 
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
233
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
248
234
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
249
235
  msgid "(filtered from _MAX_ total entries)"
250
236
  msgstr "(총 _MAX_ 개의 결과 에서 필터링됨)"
251
237
 
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
238
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
253
239
  msgid "No records available"
254
240
  msgstr "사용 가능한 레코드가 없습니다"
255
241
 
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
242
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
262
243
  msgid "Loading …"
263
244
  msgstr "로딩 …"
264
245
 
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
246
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
266
247
  msgid "Processing …"
267
248
  msgstr "처리 중 …"
268
249
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
250
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
270
251
  msgid "Nothing found, sorry …"
271
252
  msgstr "아무것도 찾지 못했습니다, 죄송합니다 …"
272
253
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
254
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
274
255
  msgid "Search …"
275
256
  msgstr "검색 …"
276
257
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
258
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
278
259
  msgid "First"
279
260
  msgstr "첫 번째"
280
261
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
262
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
282
263
  msgid "Last"
283
264
  msgstr "마지막"
284
265
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
266
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
286
267
  msgid "Next"
287
268
  msgstr "다음"
288
269
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
270
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
290
271
  msgid "Previous"
291
272
  msgstr "이전"
292
273
 
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
274
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
294
275
  msgid ": activate to sort column ascending"
295
276
  msgstr ": 열 오름차순으로 정렬 활성화"
296
277
 
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
278
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
298
279
  msgid ": activate to sort column descending"
299
280
  msgstr ": 열 내림차순으로 정렬 활성화"
300
281
 
@@ -305,9 +286,7 @@ msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
305
286
  msgstr[0] "스캔은 %(scan_retention_time)s일 이후 삭제됩니다."
306
287
 
307
288
  #: 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?"
289
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
311
290
  msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요?"
312
291
 
313
292
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
@@ -329,12 +308,8 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
329
308
  msgstr[0] "스캔 당 최대 %(max_pilots)s명으로 제한되어 있습니다."
330
309
 
331
310
  #: 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
- "것으로 유명합니다, 조금만 기다려 주세요 …"
311
+ 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 …"
312
+ msgstr "기억해주세요, 데이터를 가져오는 데에는 시간이 걸립니다. CCP의 API는 느린 것으로 유명합니다, 조금만 기다려 주세요 …"
338
313
 
339
314
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
340
315
  msgid "Submit"
@@ -349,8 +324,7 @@ msgid "Detecting the intel type"
349
324
  msgstr "인텔 종류 감지"
350
325
 
351
326
  #: 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)"
327
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
354
328
  msgstr "ESI에서 놓친 데이터 가져오기 (시간이 조금 걸릴 수도 있습니다)"
355
329
 
356
330
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -521,3 +495,7 @@ msgstr "(성계 오류) 예측하지 못한 오류 발생."
521
495
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
522
496
  msgid "The scan you were looking for could not be found."
523
497
  msgstr "요구하는 스캔을 찾을 수 없습니다."
498
+
499
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
500
+ #~ msgid "Show _MENU_"
501
+ #~ msgstr "_MENU_ 보기"