aa-intel-tool 2.5.1__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 (70) 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 +36 -57
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +46 -76
  7. aa_intel_tool/locale/django.pot +26 -31
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_intel_tool/locale/es/LC_MESSAGES/django.po +41 -65
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +47 -75
  12. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +34 -52
  13. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +34 -52
  14. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +47 -69
  16. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +34 -52
  17. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +36 -57
  18. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +47 -78
  19. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +35 -54
  20. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +36 -57
  21. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  22. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +40 -57
  23. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +5 -0
  24. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  25. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  44. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  45. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  46. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  47. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
  48. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  49. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  50. aa_intel_tool/templates/aa_intel_tool/base.html +67 -0
  51. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  52. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
  53. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
  54. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  55. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
  56. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
  57. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  58. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  59. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  60. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  61. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  62. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  63. aa_intel_tool/templatetags/aa_intel_tool.py +66 -9
  64. aa_intel_tool/tests/test_app_settings.py +7 -1
  65. aa_intel_tool/tests/test_templatetags.py +57 -12
  66. {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/METADATA +5 -4
  67. {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/RECORD +69 -65
  68. {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/WHEEL +1 -1
  69. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  70. {aa_intel_tool-2.5.1.dist-info → aa_intel_tool-2.6.0.dist-info}/licenses/LICENSE +0 -0
@@ -7,19 +7,18 @@
7
7
  # Houbi_Houba <paul.lacape@live.fr>, 2024.
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: PACKAGE VERSION\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-06-23 11:20+0200\n"
13
- "PO-Revision-Date: 2024-08-31 02:58+0000\n"
10
+ "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\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/"
16
- "alliance-auth-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"
20
19
  "Content-Transfer-Encoding: 8bit\n"
21
20
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
22
- "X-Generator: Weblate 5.7\n"
21
+ "X-Generator: Weblate 5.8.4\n"
23
22
 
24
23
  #: aa_intel_tool/__init__.py:9
25
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:6
@@ -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_"
@@ -5,13 +5,12 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-06-23 11:20+0200\n"
8
+ "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\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