foreman_rh_cloud 11.2.0 → 12.0.0

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. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +50 -50
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +52 -52
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +50 -50
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +50 -50
  6. data/app/controllers/api/v2/rh_cloud/inventory_controller.rb +2 -2
  7. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +2 -0
  8. data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +1 -1
  9. data/lib/foreman_inventory_upload/async/queue_for_upload_job.rb +3 -3
  10. data/lib/foreman_inventory_upload/async/upload_report_job.rb +4 -4
  11. data/lib/foreman_rh_cloud/engine.rb +1 -1
  12. data/lib/foreman_rh_cloud/version.rb +1 -1
  13. data/lib/insights_cloud/async/insights_full_sync.rb +14 -9
  14. data/lib/insights_cloud/async/insights_resolutions_sync.rb +5 -1
  15. data/locale/foreman_rh_cloud.pot +2 -2
  16. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  17. data/locale/fr/foreman_rh_cloud.po +53 -53
  18. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  19. data/locale/ja/foreman_rh_cloud.po +54 -53
  20. data/locale/ka/foreman_rh_cloud.po +1 -0
  21. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  22. data/locale/ko/foreman_rh_cloud.po +53 -52
  23. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  24. data/locale/zh_CN/foreman_rh_cloud.po +53 -52
  25. data/package.json +5 -5
  26. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +19 -16
  27. data/test/controllers/inventory_upload/api/inventory_controller_test.rb +1 -1
  28. data/test/jobs/insights_full_sync_test.rb +28 -0
  29. data/test/jobs/insights_resolutions_sync_test.rb +22 -0
  30. data/test/jobs/inventory_full_sync_test.rb +6 -5
  31. data/test/jobs/inventory_hosts_sync_test.rb +6 -6
  32. data/test/jobs/upload_report_job_test.rb +1 -1
  33. data/test/test_plugin_helper.rb +14 -0
  34. data/test/unit/archived_report_generator_test.rb +4 -4
  35. data/test/unit/services/foreman_rh_cloud/branch_info_test.rb +7 -6
  36. data/test/unit/slice_generator_test.rb +4 -5
  37. data/test/unit/tags_generator_test.rb +2 -12
  38. data/webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItem/__tests__/__snapshots__/ListItem.test.js.snap +1 -7
  39. data/webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap +1 -5
  40. data/webpack/ForemanInventoryUpload/Components/AccountList/accountList.scss +3 -3
  41. data/webpack/ForemanInventoryUpload/Components/InventoryFilter/InventoryFilter.js +1 -1
  42. data/webpack/ForemanInventoryUpload/Components/InventoryFilter/inventoryFilter.scss +1 -1
  43. data/webpack/ForemanInventoryUpload/Components/PageHeader/PageHeader.scss +5 -5
  44. data/webpack/ForemanInventoryUpload/Components/PageHeader/PageTitle.js +5 -4
  45. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudPingModal/index.js +18 -3
  46. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/SyncButton.js +0 -1
  47. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/__snapshots__/SyncButton.test.js.snap +0 -1
  48. data/webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/__tests__/__snapshots__/InventoryAutoUpload.test.js.snap +2 -10
  49. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTable.js +5 -1
  50. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js +1 -1
  51. data/webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js +7 -7
  52. data/webpack/InsightsCloudSync/Components/InsightsTable/table.scss +1 -1
  53. data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
  54. data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js +8 -1
  55. data/webpack/InsightsCloudSync/Components/ToolbarDropdown.js +8 -2
  56. data/webpack/InsightsCloudSync/InsightsCloudSync.scss +1 -1
  57. data/webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js +11 -2
  58. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +5 -4
  59. data/webpack/common/DropdownToggle.js +2 -2
  60. data/webpack/common/Switcher/HelpLabel.js +1 -1
  61. data/webpack/common/Switcher/SwitcherPF4.scss +1 -1
  62. data/webpack/common/Switcher/__tests__/__snapshots__/HelpLabel.test.js.snap +2 -6
  63. data/webpack/common/table/EmptyState.js +25 -18
  64. metadata +3 -9
  65. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +0 -589
  66. data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  67. data/locale/en/foreman_rh_cloud.po +0 -585
@@ -40,7 +40,7 @@ module ForemanRhCloud
40
40
  apipie_documented_controllers ["#{ForemanRhCloud::Engine.root}/app/controllers/api/v2/**/*.rb"]
41
41
 
42
42
  settings do
43
- category(:rh_cloud, N_('RHCloud')) do
43
+ category(:rh_cloud, N_('Insights')) do
44
44
  setting('allow_auto_inventory_upload', type: :boolean, description: N_('Enable automatic upload of your host inventory to the Red Hat cloud'), default: true, full_name: N_('Automatic inventory upload'))
45
45
  setting('allow_auto_insights_sync', type: :boolean, description: N_('Enable automatic synchronization of Insights recommendations from the Red Hat cloud'), default: true, full_name: N_('Synchronize recommendations Automatically'))
46
46
  setting('allow_auto_insights_mismatch_delete', type: :boolean, description: N_('Enable automatic deletion of mismatched host records from the Red Hat cloud'), default: false, full_name: N_('Automatic mismatch deletion'))
@@ -1,3 +1,3 @@
1
1
  module ForemanRhCloud
2
- VERSION = '11.2.0'.freeze
2
+ VERSION = '12.0.0'.freeze
3
3
  end
@@ -9,10 +9,11 @@ module InsightsCloud
9
9
 
10
10
  def plan(organizations)
11
11
  organizations = organizations.select do |organization|
12
- if cert_auth_available?(organization)
12
+ checker = ::Katello::UpstreamConnectionChecker.new(organization)
13
+ if cert_auth_available?(organization) && !organization.manifest_expired? && checker.can_connect?
13
14
  true
14
15
  else
15
- logger.debug("Certificate is not available for org: #{organization.name}, skipping insights sync")
16
+ logger.info("A manifest is not available for org: #{organization.name}, or it has expired, or been deleted. skipping insights sync")
16
17
  false
17
18
  end
18
19
  end
@@ -20,19 +21,23 @@ module InsightsCloud
20
21
  sequence do
21
22
  # This can be turned off when we enable automatic status syncs
22
23
  # This step will query cloud inventory to retrieve inventory uuids for each host
23
- plan_hosts_sync(organizations)
24
- plan_self(organization_ids: organizations.map(&:id))
25
- concurrence do
26
- plan_rules_sync(organizations)
27
- plan_notifications
24
+ valid_organizations = organizations.reject(&:manifest_expired?)
25
+ if valid_organizations.any?
26
+ plan_hosts_sync(organizations)
27
+ plan_self(organization_ids: organizations.map(&:id))
28
+ concurrence do
29
+ plan_rules_sync(organizations)
30
+ plan_notifications
31
+ end
28
32
  end
29
33
  end
30
34
  end
31
35
 
32
36
  def try_execute
33
37
  organizations.each do |organization|
34
- unless cert_auth_available?(organization)
35
- logger.debug("Certificate is not available for org: #{organization.name}, skipping insights sync")
38
+ checker = ::Katello::UpstreamConnectionChecker.new(organization)
39
+ if !cert_auth_available?(organization) && organization.manifest_expired && !checker.can_connect?
40
+ logger.info("A manifest is not available for org: #{organization.name}, or it has expired, or been deleted. skipping insights sync")
36
41
  next
37
42
  end
38
43
 
@@ -13,7 +13,11 @@ module InsightsCloud
13
13
  InsightsResolution.delete_all
14
14
  rule_ids = relevant_rules
15
15
  Organization.all.each do |organization|
16
- next if !cert_auth_available?(organization) || organization.manifest_expired?
16
+ checker = ::Katello::UpstreamConnectionChecker.new(organization)
17
+ if !cert_auth_available?(organization) || organization.manifest_expired? || !checker.can_connect?
18
+ logger.info("A manifest is not available for org: #{organization.name}, or it has expired, or been deleted. skipping resolutions sync")
19
+ next
20
+ end
17
21
  api_response = query_insights_resolutions(rule_ids, organization) unless rule_ids.empty?
18
22
  written_rules = write_resolutions(api_response) if api_response
19
23
  rule_ids -= Array(written_rules)
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_rh_cloud 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-02-10 20:07+0100\n"
12
- "PO-Revision-Date: 2025-02-10 20:07+0100\n"
11
+ "POT-Creation-Date: 2025-02-20 12:46+0100\n"
12
+ "PO-Revision-Date: 2025-02-20 12:46+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -4,21 +4,21 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
8
7
  # Romain Vrignaud <rvrignaud@gmail.com>, 2023
9
8
  # 21966816214bc546c1fc8a185e75ca1c, 2023
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2023
10
10
  # Claer <transiblu@claer.hammock.fr>, 2023
11
11
  # Amit Upadhye <aupadhye@redhat.com>, 2023
12
- # Bryan Kearney <bryan.kearney@gmail.com>, 2023
13
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
12
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
14
13
  #
14
+ #, fuzzy
15
15
  msgid ""
16
16
  msgstr ""
17
17
  "Project-Id-Version: foreman_rh_cloud 11.1.0\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2023-01-20 13:26+0000\n"
20
20
  "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
21
- "n.nl>, 2023\n"
21
+ "n.nl>, 2025\n"
22
22
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
23
23
  "MIME-Version: 1.0\n"
24
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr ""
28
28
  "0 == 0 ? 1 : 2;\n"
29
29
 
30
30
  msgid " Sync all inventory status"
31
- msgstr ""
31
+ msgstr " Sync tous les statuts d'inventaire"
32
32
 
33
33
  msgid "%s organizations"
34
34
  msgstr "%s organisations"
@@ -55,7 +55,7 @@ msgid "Automatic inventory upload"
55
55
  msgstr "Chargement automatique de l'inventaire"
56
56
 
57
57
  msgid "Automatic mismatch deletion"
58
- msgstr ""
58
+ msgstr "Suppression automatique des non-concordances"
59
59
 
60
60
  msgid "Cancel"
61
61
  msgstr "Annuler"
@@ -97,7 +97,7 @@ msgid "Configure Cloud Connector on given hosts"
97
97
  msgstr "Configurer Cloud Connector sur des hôtes donnés"
98
98
 
99
99
  msgid "Configure cloud connector"
100
- msgstr ""
100
+ msgstr "Configurer le connecteur cloud"
101
101
 
102
102
  msgid "Connectivity test"
103
103
  msgstr "Test de connectivité"
@@ -124,7 +124,7 @@ msgid "Download latest report"
124
124
  msgstr "Télécharger le dernier rapport"
125
125
 
126
126
  msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
127
- msgstr ""
127
+ msgstr "Activer la suppression automatique des enregistrements d'hôtes incompatibles du cloud Red Hat"
128
128
 
129
129
  msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
130
130
  msgstr "Activer la synchronisation automatique des recommandations Insights à partir de Red Hat Cloud"
@@ -160,7 +160,7 @@ msgid "Exit Code: %s"
160
160
  msgstr "Code de sortie : %s"
161
161
 
162
162
  msgid "Fetch Insights-related host details"
163
- msgstr ""
163
+ msgstr "Récupérer les détails de l'hôte liés à Insights"
164
164
 
165
165
  msgid "Fetching data about your accounts"
166
166
  msgstr "Récupérer des données sur vos comptes"
@@ -175,10 +175,10 @@ msgid "For more info, please visit the"
175
175
  msgstr "Pour plus d'informations, veuillez consulter"
176
176
 
177
177
  msgid "For more information about Insights and Cloud Connector, see:"
178
- msgstr ""
178
+ msgstr "Pour plus d'informations sur Insights et Cloud Connector, consultez :"
179
179
 
180
180
  msgid "For more information about the Subscriptions service, see:"
181
- msgstr ""
181
+ msgstr "Pour plus d'informations sur le service d'abonnements, consultez :"
182
182
 
183
183
  msgid "Foreman plugin that process & upload data to Red Hat Cloud"
184
184
  msgstr "Plugin Foreman qui traite et télécharge les données vers Red Hat Cloud"
@@ -187,16 +187,16 @@ msgid "Full Screen"
187
187
  msgstr "Plein écran"
188
188
 
189
189
  msgid "Generate and upload report"
190
- msgstr ""
190
+ msgstr "Générer et télécharger un rapport"
191
191
 
192
192
  msgid "Generate the report, but do not upload"
193
- msgstr ""
193
+ msgstr "Générer le rapport, mais ne pas le télécharger"
194
194
 
195
195
  msgid "Generating"
196
196
  msgstr "En cours de génération"
197
197
 
198
198
  msgid "Go to Foreman Insights page"
199
- msgstr ""
199
+ msgstr "Accéder à la page Foreman Insights"
200
200
 
201
201
  msgid "Go to first page"
202
202
  msgstr "Aller à la première page"
@@ -211,7 +211,7 @@ msgid "Go to previous page"
211
211
  msgstr "Aller à la page précédente"
212
212
 
213
213
  msgid "Grab hosts that are missing in RH Cloud"
214
- msgstr ""
214
+ msgstr "Récupérer les hôtes manquants dans RH Cloud"
215
215
 
216
216
  msgid "Host Insights recommendations"
217
217
  msgstr "Recommandations de Host Insights"
@@ -253,13 +253,13 @@ msgid "Inventory sync has started:"
253
253
  msgstr "La synchronisation de l'inventaire a commencé :"
254
254
 
255
255
  msgid "Items per page"
256
- msgstr "Articles par page"
256
+ msgstr "Items par page"
257
257
 
258
258
  msgid "Knowledgebase article"
259
259
  msgstr "Article de base de connaissances"
260
260
 
261
261
  msgid "List of host UUIDs"
262
- msgstr ""
262
+ msgstr "Liste des UUID d'hôtes"
263
263
 
264
264
  msgid "Loading"
265
265
  msgstr "Chargement"
@@ -364,7 +364,7 @@ msgid "Recommendations synced successfully"
364
364
  msgstr "Les recommandations ont été synchronisées"
365
365
 
366
366
  msgid "Reconfigure cloud connector"
367
- msgstr ""
367
+ msgstr "Reconfigurer le connecteur cloud"
368
368
 
369
369
  msgid "Red Hat Cloud Inventory"
370
370
  msgstr "Inventaire Red Hat Cloud"
@@ -406,7 +406,7 @@ msgid "Satellite server has %{hits_count} recommendations by Red Hat"
406
406
  msgstr "Le serveur satellite a %{hits_count} recommandations de Red Hat"
407
407
 
408
408
  msgid "Scoped search string for host removal"
409
- msgstr ""
409
+ msgstr "Chaîne de recherche limitée pour la suppression de l'hôte"
410
410
 
411
411
  msgid "Select recommendations from all pages"
412
412
  msgstr "Sélectionner des recommandations sur toutes les pages"
@@ -424,7 +424,7 @@ msgid "Show Advanced Settings"
424
424
  msgstr "Afficher les paramètres avancés"
425
425
 
426
426
  msgid "Show if system is configured to use local iop-advisor-engine."
427
- msgstr ""
427
+ msgstr "Indique si le système est configuré pour utiliser le moteur iop-advisor local."
428
428
 
429
429
  msgid "Start inventory synchronization"
430
430
  msgstr "Démarrer la synchronisation de l'inventaire"
@@ -448,16 +448,16 @@ msgid "Synchronize recommendations Automatically"
448
448
  msgstr "Synchroniser automatiquement les recommandations"
449
449
 
450
450
  msgid "The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required."
451
- msgstr ""
451
+ msgstr "Le plugin de téléchargement d'inventaire Foreman télécharge automatiquement les données d'inventaire des hôtes Foreman vers le service Inventaire d'Insights, où elles peuvent également être utilisées par le service Abonnements pour générer des rapports d'abonnement. Si vous utilisez le service Abonnements, l'activation du téléchargement d'inventaire est requise."
452
452
 
453
453
  msgid "The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance."
454
- msgstr ""
454
+ msgstr "La console Red Hat Hybrid Cloud fournit un ensemble de services cloud, notamment Red Hat Insights et Subscriptions, qui fournissent une analyse prédictive, une correction des problèmes et des rapports d'abonnement unifiés pour cette instance Foreman."
455
455
 
456
456
  msgid "The report file %{filename} doesn't exist"
457
457
  msgstr "Le fichier de rapport %{filename} n'existe pas"
458
458
 
459
459
  msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
460
- msgstr ""
460
+ msgstr "Le processus planifié est désactivé car ce contremaître est configuré avec l'option use_local_advisor_engine."
461
461
 
462
462
  msgid "The server returned the following error: %s"
463
463
  msgstr "Le serveur a renvoyé l'erreur suivante : %s"
@@ -466,16 +466,16 @@ msgid "The task failed with the following error:"
466
466
  msgstr "La tâche a échoué avec l'erreur suivante :"
467
467
 
468
468
  msgid "There are no recommendations for your hosts"
469
- msgstr ""
469
+ msgstr "Il n'y a aucune recommandation pour vos hôtes"
470
470
 
471
471
  msgid "This action will also enable automatic reports upload"
472
472
  msgstr "Cette action permettra également le téléchargement automatique des rapports"
473
473
 
474
474
  msgid "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
475
- msgstr ""
475
+ msgstr "Pour activer ce rapport pour toutes les organisations Foreman, définissez{uploadButtonName} à activé. Les données seront signalées automatiquement une fois par jour."
476
476
 
477
477
  msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
478
- msgstr ""
478
+ msgstr "Pour télécharger manuellement les données d'une organisation spécifique, sélectionnez une organisation et cliquez sur{restartButtonName} ."
479
479
 
480
480
  msgid "Total risk"
481
481
  msgstr "Risque total"
@@ -484,13 +484,13 @@ msgid "Total risks"
484
484
  msgstr "Risques totaux"
485
485
 
486
486
  msgid "Upload hits from iop-advisor-engine"
487
- msgstr ""
487
+ msgstr "Télécharger les hits depuis iop-advisor-engine"
488
488
 
489
489
  msgid "Upload hits information"
490
- msgstr ""
490
+ msgstr "Télécharger les informations sur les hits"
491
491
 
492
492
  msgid "Upload rules related to the hits"
493
- msgstr ""
493
+ msgstr "Règles de téléchargement liées aux hits"
494
494
 
495
495
  msgid "Uploading"
496
496
  msgstr "Téléchargement"
@@ -508,31 +508,31 @@ msgid "Wait and %s"
508
508
  msgstr "Attendez et %s"
509
509
 
510
510
  msgid "Whether the resolution requires reboot"
511
- msgstr ""
511
+ msgstr "Si la résolution nécessite un redémarrage"
512
512
 
513
513
  msgid "category name"
514
- msgstr ""
514
+ msgstr "nom de la catégorie"
515
515
 
516
516
  msgid "generic"
517
- msgstr ""
517
+ msgstr "générique"
518
518
 
519
519
  msgid "hosts page"
520
520
  msgstr "page hôtes"
521
521
 
522
522
  msgid "impact name"
523
- msgstr ""
523
+ msgstr "nom de l'impact"
524
524
 
525
525
  msgid "iop payload including resolutions, rules, hits"
526
- msgstr ""
526
+ msgstr "charge utile iop incluant les résolutions, les règles et les hits"
527
527
 
528
528
  msgid "items"
529
- msgstr "articles"
529
+ msgstr "items"
530
530
 
531
531
  msgid "likelihood number"
532
- msgstr ""
532
+ msgstr "nombre de vraisemblance"
533
533
 
534
534
  msgid "more info"
535
- msgstr ""
535
+ msgstr "plus d'infos"
536
536
 
537
537
  msgid "page"
538
538
  msgstr "page"
@@ -541,52 +541,52 @@ msgid "per page"
541
541
  msgstr "par page"
542
542
 
543
543
  msgid "publish date (YYYY-MM-DD)"
544
- msgstr ""
544
+ msgstr "date de publication (AAAA-MM-JJ)"
545
545
 
546
546
  msgid "rating"
547
- msgstr ""
547
+ msgstr "notation"
548
548
 
549
549
  msgid "reason"
550
- msgstr ""
550
+ msgstr "raison"
551
551
 
552
552
  msgid "reboot required"
553
- msgstr ""
553
+ msgstr "redémarrage requis"
554
554
 
555
555
  msgid "resolution description"
556
- msgstr ""
556
+ msgstr "description de la résolution"
557
557
 
558
558
  msgid "resolution risk"
559
- msgstr ""
559
+ msgstr "risque de résolution"
560
560
 
561
561
  msgid "result url"
562
- msgstr ""
562
+ msgstr "URL du résultat"
563
563
 
564
564
  msgid "rule description"
565
- msgstr ""
565
+ msgstr "description de la règle"
566
566
 
567
567
  msgid "rule id"
568
- msgstr ""
568
+ msgstr "identifiant de règle"
569
569
 
570
570
  msgid "rule title"
571
- msgstr ""
571
+ msgstr "titre de la règle"
572
572
 
573
573
  msgid "solution url"
574
- msgstr ""
574
+ msgstr "URL de la solution"
575
575
 
576
576
  msgid "summary"
577
- msgstr ""
577
+ msgstr "résumé"
578
578
 
579
579
  msgid "total risk"
580
- msgstr ""
580
+ msgstr "risque total"
581
581
 
582
582
  msgid "type"
583
- msgstr ""
583
+ msgstr "type"
584
584
 
585
585
  msgid "upload hits details json"
586
- msgstr ""
586
+ msgstr "détails des hits de téléchargement json"
587
587
 
588
588
  msgid "upload resolutions related to the hits"
589
- msgstr ""
589
+ msgstr "télécharger les résolutions liées aux hits"
590
590
 
591
591
  msgid "view the job in progress"
592
592
  msgstr "visualiser job en cours"