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
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
+ "Project-Id-Version: AA Intel Tool 2.5.3\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
11
+ "POT-Creation-Date: 2025-01-31 11:24+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -46,16 +46,16 @@ msgstr ""
46
46
  msgid "Intel Parser v{__version__}"
47
47
  msgstr ""
48
48
 
49
- #: 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
50
50
  msgid "Chat list"
51
51
  msgstr ""
52
52
 
53
- #: 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
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
55
  msgid "D-Scan"
56
56
  msgstr ""
57
57
 
58
- #: 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
59
59
  #: aa_intel_tool/models.py:123
60
60
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
61
  msgid "Fleet composition"
@@ -196,97 +196,92 @@ msgstr ""
196
196
  msgid "The fleet composition module is currently disabled."
197
197
  msgstr ""
198
198
 
199
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
199
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:20
200
200
  msgid "Permalink successfully copied"
201
201
  msgstr ""
202
202
 
203
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
203
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
204
204
  msgid ""
205
205
  "Something went wrong. Nothing copied. Maybe your browser does not support "
206
206
  "this function."
207
207
  msgstr ""
208
208
 
209
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
209
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:22
210
210
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
211
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
212
212
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
213
213
  msgid "Unaffiliated / No Alliance"
214
214
  msgstr ""
215
215
 
216
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
216
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
217
217
  msgid "NPC Corp"
218
218
  msgstr ""
219
219
 
220
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
220
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
221
221
  msgctxt "Decimal separator"
222
222
  msgid "."
223
223
  msgstr ""
224
224
 
225
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
225
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
226
226
  msgctxt "Thousands separator"
227
227
  msgid ","
228
228
  msgstr ""
229
229
 
230
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
230
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
231
231
  msgid "No data available in this table"
232
232
  msgstr ""
233
233
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
234
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
235
235
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
236
236
  msgid "Showing _END_ entries"
237
237
  msgstr ""
238
238
 
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
239
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
240
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
241
241
  msgid "(filtered from _MAX_ total entries)"
242
242
  msgstr ""
243
243
 
244
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
244
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
245
245
  msgid "No records available"
246
246
  msgstr ""
247
247
 
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
249
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
250
- msgid "Show _MENU_"
251
- msgstr ""
252
-
253
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
248
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
254
249
  msgid "Loading …"
255
250
  msgstr ""
256
251
 
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
252
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
258
253
  msgid "Processing …"
259
254
  msgstr ""
260
255
 
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
256
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
262
257
  msgid "Nothing found, sorry …"
263
258
  msgstr ""
264
259
 
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
260
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
266
261
  msgid "Search …"
267
262
  msgstr ""
268
263
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
264
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
270
265
  msgid "First"
271
266
  msgstr ""
272
267
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
268
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
274
269
  msgid "Last"
275
270
  msgstr ""
276
271
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
272
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
278
273
  msgid "Next"
279
274
  msgstr ""
280
275
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
276
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
282
277
  msgid "Previous"
283
278
  msgstr ""
284
279
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
280
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
286
281
  msgid ": activate to sort column ascending"
287
282
  msgstr ""
288
283
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
284
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
290
285
  msgid ": activate to sort column descending"
291
286
  msgstr ""
292
287
 
@@ -8,11 +8,10 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
11
+ "POT-Creation-Date: 2025-01-31 11:24+0100\n"
12
12
  "PO-Revision-Date: 2024-12-02 17:40+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
- "apps/aa-intel-tool/es/>\n"
14
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
16
15
  "Language: es\n"
17
16
  "MIME-Version: 1.0\n"
18
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -48,18 +47,18 @@ msgstr "datos RAW"
48
47
  msgid "Intel Parser v{__version__}"
49
48
  msgstr "Herramienta de Intel v{__version__}"
50
49
 
51
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
50
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
52
51
  #, fuzzy
53
52
  #| msgid "Chat List"
54
53
  msgid "Chat list"
55
54
  msgstr "Lista de Chat"
56
55
 
57
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
56
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
58
57
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
59
58
  msgid "D-Scan"
60
59
  msgstr "D-Scan"
61
60
 
62
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
61
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
63
62
  #: aa_intel_tool/models.py:123
64
63
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
65
64
  msgid "Fleet composition"
@@ -169,8 +168,7 @@ msgid "Scan data"
169
168
  msgstr "Datos de escaneo no válidos"
170
169
 
171
170
  #: aa_intel_tool/parser/general.py:46
172
- msgid ""
173
- "No suitable parser found. Input is not a supported intel type or malformed …"
171
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
174
172
  msgstr ""
175
173
 
176
174
  #: aa_intel_tool/parser/general.py:80
@@ -191,12 +189,8 @@ msgstr ""
191
189
 
192
190
  #: aa_intel_tool/parser/module/chatlist.py:299
193
191
  #, python-brace-format
194
- msgid ""
195
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
196
- "per scan. Your list of pilots exceeds this limit."
197
- msgid_plural ""
198
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
199
- "per scan. Your list of pilots exceeds this limit."
192
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
193
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
200
194
  msgstr[0] ""
201
195
  msgstr[1] ""
202
196
 
@@ -208,97 +202,90 @@ msgstr ""
208
202
  msgid "The fleet composition module is currently disabled."
209
203
  msgstr ""
210
204
 
211
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
205
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:20
212
206
  msgid "Permalink successfully copied"
213
207
  msgstr ""
214
208
 
215
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
216
- msgid ""
217
- "Something went wrong. Nothing copied. Maybe your browser does not support "
218
- "this function."
209
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
210
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
219
211
  msgstr ""
220
212
 
221
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
213
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:22
222
214
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
223
215
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
224
216
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
225
217
  msgid "Unaffiliated / No Alliance"
226
218
  msgstr ""
227
219
 
228
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
220
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
229
221
  msgid "NPC Corp"
230
222
  msgstr ""
231
223
 
232
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
233
225
  msgctxt "Decimal separator"
234
226
  msgid "."
235
227
  msgstr ","
236
228
 
237
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
238
230
  msgctxt "Thousands separator"
239
231
  msgid ","
240
232
  msgstr ""
241
233
 
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
243
235
  msgid "No data available in this table"
244
236
  msgstr ""
245
237
 
246
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
247
239
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
248
240
  msgid "Showing _END_ entries"
249
241
  msgstr ""
250
242
 
251
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
252
244
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
253
245
  msgid "(filtered from _MAX_ total entries)"
254
246
  msgstr ""
255
247
 
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
248
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
257
249
  msgid "No records available"
258
250
  msgstr ""
259
251
 
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
261
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
262
- msgid "Show _MENU_"
263
- msgstr ""
264
-
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
252
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
266
253
  msgid "Loading …"
267
254
  msgstr ""
268
255
 
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
256
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
270
257
  msgid "Processing …"
271
258
  msgstr ""
272
259
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
260
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
274
261
  msgid "Nothing found, sorry …"
275
262
  msgstr ""
276
263
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
264
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
278
265
  msgid "Search …"
279
266
  msgstr ""
280
267
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
268
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
282
269
  msgid "First"
283
270
  msgstr ""
284
271
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
272
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
286
273
  msgid "Last"
287
274
  msgstr ""
288
275
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
276
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
290
277
  msgid "Next"
291
278
  msgstr ""
292
279
 
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
280
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
294
281
  msgid "Previous"
295
282
  msgstr ""
296
283
 
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
284
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
298
285
  msgid ": activate to sort column ascending"
299
286
  msgstr ""
300
287
 
301
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
288
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
302
289
  msgid ": activate to sort column descending"
303
290
  msgstr ""
304
291
 
@@ -310,12 +297,8 @@ msgstr[0] ""
310
297
  msgstr[1] ""
311
298
 
312
299
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
313
- msgid ""
314
- "Do you want to help translate this app into your language or improve the "
315
- "existing translation?"
316
- msgstr ""
317
- "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la "
318
- "traducción existente?"
300
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
301
+ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la traducción existente?"
319
302
 
320
303
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
321
304
  msgid "Join our team of translators!"
@@ -339,9 +322,7 @@ msgstr[0] ""
339
322
  msgstr[1] ""
340
323
 
341
324
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
342
- msgid ""
343
- "Please keep in mind, parsing large amounts of data can take some time. Be "
344
- "patient, CCP's API is not the fastest to answer …"
325
+ 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 …"
345
326
  msgstr ""
346
327
 
347
328
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -357,8 +338,7 @@ msgid "Detecting the intel type"
357
338
  msgstr ""
358
339
 
359
340
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
360
- msgid ""
361
- "Fetching potentially missing information from ESI (this might take a moment)"
341
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
362
342
  msgstr ""
363
343
 
364
344
  #: 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"
13
- "PO-Revision-Date: 2024-12-02 17:40+0000\n"
12
+ "POT-Creation-Date: 2025-01-31 11:24+0100\n"
13
+ "PO-Revision-Date: 2024-12-16 11:15+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
- "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/fr/>\n"
15
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/fr/>\n"
17
16
  "Language: fr_FR\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -49,16 +48,16 @@ msgstr "Données brute"
49
48
  msgid "Intel Parser v{__version__}"
50
49
  msgstr ""
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 "Liste de conversation"
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 "Scanner directionnel"
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"
@@ -164,8 +163,7 @@ msgid "Scan data"
164
163
  msgstr "Données du scanner"
165
164
 
166
165
  #: aa_intel_tool/parser/general.py:46
167
- msgid ""
168
- "No suitable parser found. Input is not a supported intel type or malformed …"
166
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
169
167
  msgstr ""
170
168
 
171
169
  #: aa_intel_tool/parser/general.py:80
@@ -174,9 +172,7 @@ msgstr ""
174
172
 
175
173
  #: aa_intel_tool/parser/module/chatlist.py:65
176
174
  msgid "Something went wrong while fetching the character information from ESI."
177
- msgstr ""
178
- "Quelque chose s'est mal passé lors de la recherche d'information sur le "
179
- "personnage depuis l'ESI."
175
+ msgstr "Quelque chose s'est mal passé lors de la recherche d'information sur le personnage depuis l'ESI."
180
176
 
181
177
  #: aa_intel_tool/parser/module/chatlist.py:76
182
178
  msgid "Character unknown to ESI."
@@ -188,18 +184,10 @@ msgstr "Le module de liste de discussion est désactivé pour le moment."
188
184
 
189
185
  #: aa_intel_tool/parser/module/chatlist.py:299
190
186
  #, python-brace-format
191
- msgid ""
192
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
193
- "per scan. Your list of pilots exceeds this limit."
194
- msgid_plural ""
195
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
196
- "per scan. Your list of pilots exceeds this limit."
197
- msgstr[0] ""
198
- "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} "
199
- "pilote par scan. Votre liste de pilote dépasse cette limite."
200
- msgstr[1] ""
201
- "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} "
202
- "pilotes par scan. Votre liste de pilote dépasse cette limite."
187
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
188
+ 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
+ msgstr[0] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilote par scan. Votre liste de pilote dépasse cette limite."
190
+ msgstr[1] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilotes par scan. Votre liste de pilote dépasse cette limite."
203
191
 
204
192
  #: aa_intel_tool/parser/module/dscan.py:350
205
193
  msgid "The D-Scan module is currently disabled."
@@ -209,100 +197,91 @@ msgstr "Le module de scanner directionnel est désactivé pour le moment."
209
197
  msgid "The fleet composition module is currently disabled."
210
198
  msgstr "Le module de composition de flotte est désactivé pour le moment."
211
199
 
212
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
200
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:20
213
201
  msgid "Permalink successfully copied"
214
202
  msgstr "Lien permanent copié avec succès"
215
203
 
216
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
217
- msgid ""
218
- "Something went wrong. Nothing copied. Maybe your browser does not support "
219
- "this function."
220
- msgstr ""
221
- "Quelque chose s'est mal passé. Rien n'a été copié. Peut être que votre "
222
- "navigateur ne supporte pas cette fonction."
204
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:21
205
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
206
+ msgstr "Quelque chose s'est mal passé. Rien n'a été copié. Peut être que votre navigateur ne supporte pas cette fonction."
223
207
 
224
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
208
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:22
225
209
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
226
210
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
227
211
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
228
212
  msgid "Unaffiliated / No Alliance"
229
213
  msgstr "Non-Affilié / Sans alliance"
230
214
 
231
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
215
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
232
216
  msgid "NPC Corp"
233
217
  msgstr "Corporation non joueur"
234
218
 
235
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
219
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
236
220
  msgctxt "Decimal separator"
237
221
  msgid "."
238
222
  msgstr "."
239
223
 
240
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
224
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
241
225
  msgctxt "Thousands separator"
242
226
  msgid ","
243
227
  msgstr ","
244
228
 
245
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
229
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
246
230
  msgid "No data available in this table"
247
231
  msgstr "Aucune donnée disponible dans cette table"
248
232
 
249
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
233
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
250
234
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
251
235
  msgid "Showing _END_ entries"
252
236
  msgstr "Montre les _END_ entrées"
253
237
 
254
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
238
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:28
255
239
  #, fuzzy
256
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
257
241
  msgid "(filtered from _MAX_ total entries)"
258
242
  msgstr "(Filtré depuis _MAX_ entrées)"
259
243
 
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
244
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:29
261
245
  msgid "No records available"
262
246
  msgstr "Aucun enregistrement disponible"
263
247
 
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
265
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
266
- msgid "Show _MENU_"
267
- msgstr "Montre _MENU_"
268
-
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
248
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:30
270
249
  msgid "Loading …"
271
250
  msgstr "Chargement …"
272
251
 
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
252
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:31
274
253
  msgid "Processing …"
275
254
  msgstr "Traitement …"
276
255
 
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
256
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:32
278
257
  msgid "Nothing found, sorry …"
279
258
  msgstr "Rien n'a été trouvé, désolé …"
280
259
 
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
260
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:33
282
261
  msgid "Search …"
283
262
  msgstr "Recherche …"
284
263
 
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
264
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:34
286
265
  msgid "First"
287
266
  msgstr "Premier"
288
267
 
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
268
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:35
290
269
  msgid "Last"
291
270
  msgstr "Dernier"
292
271
 
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
272
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:36
294
273
  msgid "Next"
295
274
  msgstr "Suivant"
296
275
 
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
276
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:37
298
277
  msgid "Previous"
299
278
  msgstr "Précèdent"
300
279
 
301
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
280
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:38
302
281
  msgid ": activate to sort column ascending"
303
282
  msgstr ": activer pour trier les colonnes par ordre croissant"
304
283
 
305
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
284
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:39
306
285
  msgid ": activate to sort column descending"
307
286
  msgstr ": activer pour trier les colonnes dans l'ordre décroissant"
308
287
 
@@ -314,12 +293,8 @@ msgstr[0] "Les scans seront supprimés après %(scan_retention_time)s jour."
314
293
  msgstr[1] "Les scans seront supprimés après %(scan_retention_time)s jours."
315
294
 
316
295
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
317
- msgid ""
318
- "Do you want to help translate this app into your language or improve the "
319
- "existing translation?"
320
- msgstr ""
321
- "Voulez-vous aider à traduire cette application dans votre langue ou "
322
- "améliorer la traduction existante ?"
296
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
297
+ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou améliorer la traduction existante ?"
323
298
 
324
299
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
325
300
  msgid "Join our team of translators!"
@@ -341,12 +316,8 @@ msgstr[0] "Limité a un maximum de %(max_pilots)s pilote par scan."
341
316
  msgstr[1] "Limité a un maximum de %(max_pilots)s pilotes par scan."
342
317
 
343
318
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
344
- msgid ""
345
- "Please keep in mind, parsing large amounts of data can take some time. Be "
346
- "patient, CCP's API is not the fastest to answer …"
347
- msgstr ""
348
- "Gardez a l'esprit qu'analyser des grandes quantités de données peut prendre "
349
- "du temps. Soyez patient, l'api CCP n'est pas la plus rapide …"
319
+ 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 …"
320
+ msgstr "Gardez a l'esprit qu'analyser des grandes quantités de données peut prendre du temps. Soyez patient, l'api CCP n'est pas la plus rapide …"
350
321
 
351
322
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
352
323
  msgid "Submit"
@@ -361,11 +332,8 @@ msgid "Detecting the intel type"
361
332
  msgstr "Détection du type de renseignement"
362
333
 
363
334
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
364
- msgid ""
365
- "Fetching potentially missing information from ESI (this might take a moment)"
366
- msgstr ""
367
- "Recherche d'informations potentiellement manquantes depuis l'ESI (Cela peut "
368
- "prendre un moment)"
335
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
336
+ msgstr "Recherche d'informations potentiellement manquantes depuis l'ESI (Cela peut prendre un moment)"
369
337
 
370
338
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
371
339
  msgid "Parsing data"
@@ -530,3 +498,7 @@ msgstr "(System Error) un imprévu est arrivé."
530
498
  #, fuzzy
531
499
  msgid "The scan you were looking for could not be found."
532
500
  msgstr "Les scans que vous cherchez n'ont pas été trouvés."
501
+
502
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
503
+ #~ msgid "Show _MENU_"
504
+ #~ msgstr "Montre _MENU_"