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
@@ -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.6.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-03-07 15:55+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"
@@ -19,8 +19,8 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
21
  #: aa_intel_tool/__init__.py:9
22
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
- #: 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
24
24
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -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,100 +196,27 @@ 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:23
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:24
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:25
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:26
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
221
- msgctxt "Decimal separator"
222
- msgid "."
223
- msgstr ""
224
-
225
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
226
- msgctxt "Thousands separator"
227
- msgid ","
228
- msgstr ""
229
-
230
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
231
- msgid "No data available in this table"
232
- msgstr ""
233
-
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
235
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
236
- msgid "Showing _END_ entries"
237
- msgstr ""
238
-
239
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
240
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
241
- msgid "(filtered from _MAX_ total entries)"
242
- msgstr ""
243
-
244
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
245
- msgid "No records available"
246
- msgstr ""
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
254
- msgid "Loading …"
255
- msgstr ""
256
-
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
258
- msgid "Processing …"
259
- msgstr ""
260
-
261
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
262
- msgid "Nothing found, sorry …"
263
- msgstr ""
264
-
265
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
266
- msgid "Search …"
267
- msgstr ""
268
-
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
270
- msgid "First"
271
- msgstr ""
272
-
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
274
- msgid "Last"
275
- msgstr ""
276
-
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
278
- msgid "Next"
279
- msgstr ""
280
-
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
282
- msgid "Previous"
283
- msgstr ""
284
-
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
286
- msgid ": activate to sort column ascending"
287
- msgstr ""
288
-
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
290
- msgid ": activate to sort column descending"
291
- msgstr ""
292
-
293
220
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
294
221
  #, python-format
295
222
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -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-03-07 15:55+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"
@@ -21,8 +20,8 @@ msgstr ""
21
20
  "X-Generator: Weblate 5.8.4\n"
22
21
 
23
22
  #: aa_intel_tool/__init__.py:9
24
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
25
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
23
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
26
25
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
27
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
28
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -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,100 +202,25 @@ 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:23
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:24
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:25
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:26
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
233
- msgctxt "Decimal separator"
234
- msgid "."
235
- msgstr ","
236
-
237
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
238
- msgctxt "Thousands separator"
239
- msgid ","
240
- msgstr ""
241
-
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
243
- msgid "No data available in this table"
244
- msgstr ""
245
-
246
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
247
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
248
- msgid "Showing _END_ entries"
249
- msgstr ""
250
-
251
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
252
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
253
- msgid "(filtered from _MAX_ total entries)"
254
- msgstr ""
255
-
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
257
- msgid "No records available"
258
- msgstr ""
259
-
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
266
- msgid "Loading …"
267
- msgstr ""
268
-
269
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
270
- msgid "Processing …"
271
- msgstr ""
272
-
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
274
- msgid "Nothing found, sorry …"
275
- msgstr ""
276
-
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
278
- msgid "Search …"
279
- msgstr ""
280
-
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
282
- msgid "First"
283
- msgstr ""
284
-
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
286
- msgid "Last"
287
- msgstr ""
288
-
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
290
- msgid "Next"
291
- msgstr ""
292
-
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
294
- msgid "Previous"
295
- msgstr ""
296
-
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
298
- msgid ": activate to sort column ascending"
299
- msgstr ""
300
-
301
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
302
- msgid ": activate to sort column descending"
303
- msgstr ""
304
-
305
224
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
306
225
  #, python-format
307
226
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -310,12 +229,8 @@ msgstr[0] ""
310
229
  msgstr[1] ""
311
230
 
312
231
  #: 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?"
232
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
233
+ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la traducción existente?"
319
234
 
320
235
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
321
236
  msgid "Join our team of translators!"
@@ -339,9 +254,7 @@ msgstr[0] ""
339
254
  msgstr[1] ""
340
255
 
341
256
  #: 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 …"
257
+ 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
258
  msgstr ""
346
259
 
347
260
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -357,8 +270,7 @@ msgid "Detecting the intel type"
357
270
  msgstr ""
358
271
 
359
272
  #: 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)"
273
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
362
274
  msgstr ""
363
275
 
364
276
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -523,3 +435,7 @@ msgstr ""
523
435
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
524
436
  msgid "The scan you were looking for could not be found."
525
437
  msgstr ""
438
+
439
+ #~ msgctxt "Decimal separator"
440
+ #~ msgid "."
441
+ #~ msgstr ","
@@ -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-03-07 15:55+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"
@@ -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 "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,103 +197,25 @@ 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:23
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:24
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:25
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:26
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
236
- msgctxt "Decimal separator"
237
- msgid "."
238
- msgstr "."
239
-
240
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
241
- msgctxt "Thousands separator"
242
- msgid ","
243
- msgstr ","
244
-
245
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
246
- msgid "No data available in this table"
247
- msgstr "Aucune donnée disponible dans cette table"
248
-
249
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
250
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
251
- msgid "Showing _END_ entries"
252
- msgstr "Montre les _END_ entrées"
253
-
254
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
255
- #, fuzzy
256
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
257
- msgid "(filtered from _MAX_ total entries)"
258
- msgstr "(Filtré depuis _MAX_ entrées)"
259
-
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
261
- msgid "No records available"
262
- msgstr "Aucun enregistrement disponible"
263
-
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
270
- msgid "Loading …"
271
- msgstr "Chargement …"
272
-
273
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
274
- msgid "Processing …"
275
- msgstr "Traitement …"
276
-
277
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
278
- msgid "Nothing found, sorry …"
279
- msgstr "Rien n'a été trouvé, désolé …"
280
-
281
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
282
- msgid "Search …"
283
- msgstr "Recherche …"
284
-
285
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
286
- msgid "First"
287
- msgstr "Premier"
288
-
289
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
290
- msgid "Last"
291
- msgstr "Dernier"
292
-
293
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
294
- msgid "Next"
295
- msgstr "Suivant"
296
-
297
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
298
- msgid "Previous"
299
- msgstr "Précèdent"
300
-
301
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
302
- msgid ": activate to sort column ascending"
303
- msgstr ": activer pour trier les colonnes par ordre croissant"
304
-
305
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
306
- msgid ": activate to sort column descending"
307
- msgstr ": activer pour trier les colonnes dans l'ordre décroissant"
308
-
309
219
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
310
220
  #, python-format
311
221
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -314,12 +224,8 @@ msgstr[0] "Les scans seront supprimés après %(scan_retention_time)s jour."
314
224
  msgstr[1] "Les scans seront supprimés après %(scan_retention_time)s jours."
315
225
 
316
226
  #: 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 ?"
227
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
228
+ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou améliorer la traduction existante ?"
323
229
 
324
230
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
325
231
  msgid "Join our team of translators!"
@@ -341,12 +247,8 @@ msgstr[0] "Limité a un maximum de %(max_pilots)s pilote par scan."
341
247
  msgstr[1] "Limité a un maximum de %(max_pilots)s pilotes par scan."
342
248
 
343
249
  #: 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 …"
250
+ msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
251
+ 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
252
 
351
253
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
352
254
  msgid "Submit"
@@ -361,11 +263,8 @@ msgid "Detecting the intel type"
361
263
  msgstr "Détection du type de renseignement"
362
264
 
363
265
  #: 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)"
266
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
267
+ msgstr "Recherche d'informations potentiellement manquantes depuis l'ESI (Cela peut prendre un moment)"
369
268
 
370
269
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
371
270
  msgid "Parsing data"
@@ -530,3 +429,60 @@ msgstr "(System Error) un imprévu est arrivé."
530
429
  #, fuzzy
531
430
  msgid "The scan you were looking for could not be found."
532
431
  msgstr "Les scans que vous cherchez n'ont pas été trouvés."
432
+
433
+ #~ msgctxt "Decimal separator"
434
+ #~ msgid "."
435
+ #~ msgstr "."
436
+
437
+ #~ msgctxt "Thousands separator"
438
+ #~ msgid ","
439
+ #~ msgstr ","
440
+
441
+ #~ msgid "No data available in this table"
442
+ #~ msgstr "Aucune donnée disponible dans cette table"
443
+
444
+ #~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
445
+ #~ msgid "Showing _END_ entries"
446
+ #~ msgstr "Montre les _END_ entrées"
447
+
448
+ #, fuzzy
449
+ #~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
450
+ #~ msgid "(filtered from _MAX_ total entries)"
451
+ #~ msgstr "(Filtré depuis _MAX_ entrées)"
452
+
453
+ #~ msgid "No records available"
454
+ #~ msgstr "Aucun enregistrement disponible"
455
+
456
+ #~ msgid "Loading …"
457
+ #~ msgstr "Chargement …"
458
+
459
+ #~ msgid "Processing …"
460
+ #~ msgstr "Traitement …"
461
+
462
+ #~ msgid "Nothing found, sorry …"
463
+ #~ msgstr "Rien n'a été trouvé, désolé …"
464
+
465
+ #~ msgid "Search …"
466
+ #~ msgstr "Recherche …"
467
+
468
+ #~ msgid "First"
469
+ #~ msgstr "Premier"
470
+
471
+ #~ msgid "Last"
472
+ #~ msgstr "Dernier"
473
+
474
+ #~ msgid "Next"
475
+ #~ msgstr "Suivant"
476
+
477
+ #~ msgid "Previous"
478
+ #~ msgstr "Précèdent"
479
+
480
+ #~ msgid ": activate to sort column ascending"
481
+ #~ msgstr ": activer pour trier les colonnes par ordre croissant"
482
+
483
+ #~ msgid ": activate to sort column descending"
484
+ #~ msgstr ": activer pour trier les colonnes dans l'ordre décroissant"
485
+
486
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
487
+ #~ msgid "Show _MENU_"
488
+ #~ msgstr "Montre _MENU_"