foreman_rh_cloud 13.2.0 → 14.0.1
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +133 -1
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +133 -1
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +133 -1
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +133 -1
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +133 -1
- data/lib/foreman_inventory_upload/generators/fact_helpers.rb +0 -8
- data/lib/foreman_inventory_upload/generators/queries.rb +13 -3
- data/lib/foreman_inventory_upload/generators/slice.rb +1 -1
- data/lib/foreman_inventory_upload.rb +23 -8
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/locale/Makefile +3 -3
- data/locale/foreman_rh_cloud.pot +245 -41
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.edit.po +1032 -0
- data/locale/fr/foreman_rh_cloud.po +133 -1
- data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.edit.po +1026 -0
- data/locale/ja/foreman_rh_cloud.po +133 -1
- data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.edit.po +1025 -0
- data/locale/ka/foreman_rh_cloud.po +133 -1
- data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.edit.po +1029 -0
- data/locale/ko/foreman_rh_cloud.po +133 -1
- data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.edit.po +1031 -0
- data/locale/zh_CN/foreman_rh_cloud.po +133 -1
- data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
- data/package.json +1 -1
- data/test/controllers/insights_cloud/api/advisor_engine_controller_test.rb +5 -0
- data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +6 -1
- data/test/controllers/insights_sync/settings_controller_test.rb +5 -0
- data/test/jobs/host_inventory_report_job_test.rb +2 -0
- data/test/jobs/inventory_full_sync_test.rb +4 -7
- data/test/jobs/inventory_hosts_sync_test.rb +5 -7
- data/test/jobs/inventory_scheduled_sync_test.rb +5 -0
- data/test/jobs/inventory_self_host_sync_test.rb +1 -1
- data/test/jobs/single_host_report_job_test.rb +2 -0
- data/test/jobs/upload_report_direct_job_test.rb +5 -0
- data/test/unit/archived_report_generator_test.rb +1 -2
- data/test/unit/fact_helpers_test.rb +0 -16
- data/test/unit/lib/foreman_rh_cloud/registration_manager_extensions_test.rb +5 -0
- data/test/unit/lib/insights_cloud/async/vmaas_reposcan_sync_test.rb +5 -0
- data/test/unit/rh_cloud_http_proxy_test.rb +5 -0
- data/test/unit/services/foreman_rh_cloud/branch_info_test.rb +1 -1
- data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +1 -1
- data/test/unit/slice_generator_test.rb +43 -22
- metadata +16 -3
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
#
|
|
15
15
|
msgid ""
|
|
16
16
|
msgstr ""
|
|
17
|
-
"Project-Id-Version: foreman_rh_cloud 13.0
|
|
17
|
+
"Project-Id-Version: foreman_rh_cloud 13.2.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: Ondřej Gajdušek, 2025\n"
|
|
@@ -32,6 +32,9 @@ msgstr " Sync tous les statuts d'inventaire"
|
|
|
32
32
|
msgid "%s organizations"
|
|
33
33
|
msgstr "%s organisations"
|
|
34
34
|
|
|
35
|
+
msgid "A specific organization must be selected from the organization context."
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
35
38
|
msgid "About subscription watch"
|
|
36
39
|
msgstr "Informations sur la vérification des abonnements"
|
|
37
40
|
|
|
@@ -44,6 +47,9 @@ msgstr "Paramètres d'inventaire avancés"
|
|
|
44
47
|
msgid "All recommendations are now selected."
|
|
45
48
|
msgstr "Toutes les recommandations sont maintenant sélectionnées."
|
|
46
49
|
|
|
50
|
+
msgid "Analysis disabled"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
47
53
|
msgid "Analytics data collection"
|
|
48
54
|
msgstr "Collecte de données analytiques"
|
|
49
55
|
|
|
@@ -53,6 +59,9 @@ msgstr "Toute Organisation"
|
|
|
53
59
|
msgid "Apply Insights recommendations"
|
|
54
60
|
msgstr "Appliquer les recommandations d'Insights"
|
|
55
61
|
|
|
62
|
+
msgid "Attempted to destroy HBI host %s, but host does not exist in HBI"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
56
65
|
msgid "Automatic inventory upload"
|
|
57
66
|
msgstr "Chargement automatique de l'inventaire"
|
|
58
67
|
|
|
@@ -92,6 +101,9 @@ msgstr "L'installation du connecteur cloud est en cours : "
|
|
|
92
101
|
msgid "Completed"
|
|
93
102
|
msgstr "Terminé"
|
|
94
103
|
|
|
104
|
+
msgid "Completed with warnings"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
95
107
|
msgid "Configure"
|
|
96
108
|
msgstr "Configurer"
|
|
97
109
|
|
|
@@ -110,6 +122,15 @@ msgstr "Critique"
|
|
|
110
122
|
msgid "Current page"
|
|
111
123
|
msgstr "Page actuelle"
|
|
112
124
|
|
|
125
|
+
msgid "Details"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
128
|
+
msgid "Disable"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
131
|
+
msgid "Disable vulnerability analysis"
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
113
134
|
msgid "Disconnected hosts: "
|
|
114
135
|
msgstr "Hôtes déconnectés : "
|
|
115
136
|
|
|
@@ -125,6 +146,15 @@ msgstr "Télécharger le rapport"
|
|
|
125
146
|
msgid "Download latest report"
|
|
126
147
|
msgstr "Télécharger le dernier rapport"
|
|
127
148
|
|
|
149
|
+
msgid "Download report"
|
|
150
|
+
msgstr ""
|
|
151
|
+
|
|
152
|
+
msgid "Duration"
|
|
153
|
+
msgstr ""
|
|
154
|
+
|
|
155
|
+
msgid "Enable"
|
|
156
|
+
msgstr ""
|
|
157
|
+
|
|
128
158
|
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
|
|
129
159
|
msgstr "Activer la suppression automatique des enregistrements d'hôtes incompatibles du cloud Red Hat"
|
|
130
160
|
|
|
@@ -149,6 +179,9 @@ msgstr "Activer le connecteur cloud"
|
|
|
149
179
|
msgid "Enable inventory upload"
|
|
150
180
|
msgstr "Activer le téléchargement de l'inventaire"
|
|
151
181
|
|
|
182
|
+
msgid "Enable vulnerability analysis"
|
|
183
|
+
msgstr ""
|
|
184
|
+
|
|
152
185
|
msgid "Encountered an error while trying to access the server:"
|
|
153
186
|
msgstr "Une erreur s'est produite lors de l'accès au serveur :"
|
|
154
187
|
|
|
@@ -164,6 +197,18 @@ msgstr ""
|
|
|
164
197
|
msgid "Exit Code: %s"
|
|
165
198
|
msgstr "Code de sortie : %s"
|
|
166
199
|
|
|
200
|
+
msgid "Failed"
|
|
201
|
+
msgstr ""
|
|
202
|
+
|
|
203
|
+
msgid "Failed to destroy HBI host %s: %s"
|
|
204
|
+
msgstr ""
|
|
205
|
+
|
|
206
|
+
msgid "Failed to fetch hosts"
|
|
207
|
+
msgstr ""
|
|
208
|
+
|
|
209
|
+
msgid "Failed to update vulnerability analysis status"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
167
212
|
msgid "Fetch Insights-related host details"
|
|
168
213
|
msgstr "Récupérer les détails de l'hôte liés à Insights"
|
|
169
214
|
|
|
@@ -200,6 +245,9 @@ msgstr "Générer un rapport"
|
|
|
200
245
|
msgid "Generate the report, but do not upload"
|
|
201
246
|
msgstr "Générer le rapport, mais ne pas le télécharger"
|
|
202
247
|
|
|
248
|
+
msgid "Generated"
|
|
249
|
+
msgstr ""
|
|
250
|
+
|
|
203
251
|
msgid "Generating"
|
|
204
252
|
msgstr "En cours de génération"
|
|
205
253
|
|
|
@@ -248,6 +296,9 @@ msgstr "Inclure des paramètres dans les rapports insights-clients"
|
|
|
248
296
|
msgid "Insights"
|
|
249
297
|
msgstr "Insights"
|
|
250
298
|
|
|
299
|
+
msgid "Invalid response from server"
|
|
300
|
+
msgstr ""
|
|
301
|
+
|
|
251
302
|
msgid "Inventory"
|
|
252
303
|
msgstr "Inventaire"
|
|
253
304
|
|
|
@@ -284,6 +335,9 @@ msgstr "Chargement..."
|
|
|
284
335
|
msgid "Low"
|
|
285
336
|
msgstr "Faible"
|
|
286
337
|
|
|
338
|
+
msgid "Manage vulnerability analysis"
|
|
339
|
+
msgstr ""
|
|
340
|
+
|
|
287
341
|
msgid "Manual"
|
|
288
342
|
msgstr "Manuelle"
|
|
289
343
|
|
|
@@ -299,21 +353,42 @@ msgstr "Modéré"
|
|
|
299
353
|
msgid "More details can be found in"
|
|
300
354
|
msgstr "Pour plus de détails, voir"
|
|
301
355
|
|
|
356
|
+
msgid "N/A"
|
|
357
|
+
msgstr ""
|
|
358
|
+
|
|
302
359
|
msgid "Next run: "
|
|
303
360
|
msgstr "Exécution suivante :"
|
|
304
361
|
|
|
305
362
|
msgid "No"
|
|
306
363
|
msgstr "Non"
|
|
307
364
|
|
|
365
|
+
msgid "No account data available."
|
|
366
|
+
msgstr ""
|
|
367
|
+
|
|
368
|
+
msgid "No recent tasks"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
308
371
|
msgid "No recommendations were found for this host!"
|
|
309
372
|
msgstr "Aucune recommandation n'a été trouvée pour cet hôte !"
|
|
310
373
|
|
|
374
|
+
msgid "No report generation tasks have been run yet."
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
311
377
|
msgid "No results found"
|
|
312
378
|
msgstr "Aucun résultat"
|
|
313
379
|
|
|
380
|
+
msgid "No task history"
|
|
381
|
+
msgstr ""
|
|
382
|
+
|
|
314
383
|
msgid "No task was found"
|
|
315
384
|
msgstr "Aucune tâche n'a été trouvée"
|
|
316
385
|
|
|
386
|
+
msgid "No tasks have been run yet."
|
|
387
|
+
msgstr ""
|
|
388
|
+
|
|
389
|
+
msgid "None of the selected hosts are registered"
|
|
390
|
+
msgstr ""
|
|
391
|
+
|
|
317
392
|
msgid "Not reporting"
|
|
318
393
|
msgstr "Non rapporté"
|
|
319
394
|
|
|
@@ -359,9 +434,15 @@ msgstr "Statut de l'organisation"
|
|
|
359
434
|
msgid "Pagination"
|
|
360
435
|
msgstr "Pagination"
|
|
361
436
|
|
|
437
|
+
msgid "Paused"
|
|
438
|
+
msgstr ""
|
|
439
|
+
|
|
362
440
|
msgid "Playbook"
|
|
363
441
|
msgstr "Playbook"
|
|
364
442
|
|
|
443
|
+
msgid "Previous tasks will appear here."
|
|
444
|
+
msgstr ""
|
|
445
|
+
|
|
365
446
|
msgid "RH Cloud"
|
|
366
447
|
msgstr "RH Cloud"
|
|
367
448
|
|
|
@@ -416,6 +497,18 @@ msgstr "Remédier"
|
|
|
416
497
|
msgid "Remediation summary"
|
|
417
498
|
msgstr "Résumé de remédiation"
|
|
418
499
|
|
|
500
|
+
msgid "Report Generation"
|
|
501
|
+
msgstr ""
|
|
502
|
+
|
|
503
|
+
msgid "Report generation and upload started"
|
|
504
|
+
msgstr ""
|
|
505
|
+
|
|
506
|
+
msgid "Report generation started"
|
|
507
|
+
msgstr ""
|
|
508
|
+
|
|
509
|
+
msgid "Report saved to"
|
|
510
|
+
msgstr ""
|
|
511
|
+
|
|
419
512
|
msgid "Reporting"
|
|
420
513
|
msgstr "Rapports"
|
|
421
514
|
|
|
@@ -431,6 +524,9 @@ msgstr "Exécuter le playbook généré par l'app de remédiations de Red Hat"
|
|
|
431
524
|
msgid "Run remediation playbook generated by Insights"
|
|
432
525
|
msgstr "Exécuter le playbook de remédiation généré par Insights"
|
|
433
526
|
|
|
527
|
+
msgid "Running"
|
|
528
|
+
msgstr ""
|
|
529
|
+
|
|
434
530
|
msgid "Satellite server has %{hits_count} recommendations by Red Hat"
|
|
435
531
|
msgstr "Le serveur satellite a %{hits_count} recommandations de Red Hat"
|
|
436
532
|
|
|
@@ -470,6 +566,15 @@ msgstr "Démarrer la synchronisation de l'inventaire"
|
|
|
470
566
|
msgid "Start report generation"
|
|
471
567
|
msgstr "Lancer la génération du rapport"
|
|
472
568
|
|
|
569
|
+
msgid "Started"
|
|
570
|
+
msgstr ""
|
|
571
|
+
|
|
572
|
+
msgid "Stopped"
|
|
573
|
+
msgstr ""
|
|
574
|
+
|
|
575
|
+
msgid "Success"
|
|
576
|
+
msgstr ""
|
|
577
|
+
|
|
473
578
|
msgid "Successfully synced hosts: "
|
|
474
579
|
msgstr "Synchronisation des hôtes réussie : "
|
|
475
580
|
|
|
@@ -527,15 +632,24 @@ msgstr "Risque total"
|
|
|
527
632
|
msgid "Total risks"
|
|
528
633
|
msgstr "Risques totaux"
|
|
529
634
|
|
|
635
|
+
msgid "Unknown"
|
|
636
|
+
msgstr ""
|
|
637
|
+
|
|
530
638
|
msgid "Upload hits from iop-advisor-engine"
|
|
531
639
|
msgstr "Télécharger les hits depuis iop-advisor-engine"
|
|
532
640
|
|
|
533
641
|
msgid "Upload hits information"
|
|
534
642
|
msgstr "Télécharger les informations sur les hits"
|
|
535
643
|
|
|
644
|
+
msgid "Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content."
|
|
645
|
+
msgstr ""
|
|
646
|
+
|
|
536
647
|
msgid "Upload rules related to the hits"
|
|
537
648
|
msgstr "Règles de téléchargement liées aux hits"
|
|
538
649
|
|
|
650
|
+
msgid "Uploaded"
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
539
653
|
msgid "Uploading"
|
|
540
654
|
msgstr "Téléchargement"
|
|
541
655
|
|
|
@@ -548,18 +662,36 @@ msgstr "Voir toutes les recommandations"
|
|
|
548
662
|
msgid "View in Red Hat Insights"
|
|
549
663
|
msgstr "Afficher Red Hat Insights."
|
|
550
664
|
|
|
665
|
+
msgid "View task"
|
|
666
|
+
msgstr ""
|
|
667
|
+
|
|
668
|
+
msgid "View task details"
|
|
669
|
+
msgstr ""
|
|
670
|
+
|
|
551
671
|
msgid "Vulnerabilities"
|
|
552
672
|
msgstr "Vulnérabilités"
|
|
553
673
|
|
|
554
674
|
msgid "Vulnerability"
|
|
555
675
|
msgstr "Vulnérabilité"
|
|
556
676
|
|
|
677
|
+
msgid "Vulnerability analysis disabled"
|
|
678
|
+
msgstr ""
|
|
679
|
+
|
|
680
|
+
msgid "Vulnerability analysis enabled"
|
|
681
|
+
msgstr ""
|
|
682
|
+
|
|
557
683
|
msgid "Wait and %s"
|
|
558
684
|
msgstr "Attendez et %s"
|
|
559
685
|
|
|
686
|
+
msgid "Warning"
|
|
687
|
+
msgstr ""
|
|
688
|
+
|
|
560
689
|
msgid "Whether the resolution requires reboot"
|
|
561
690
|
msgstr "Si la résolution nécessite un redémarrage"
|
|
562
691
|
|
|
692
|
+
msgid "You do not have permission to perform this action"
|
|
693
|
+
msgstr ""
|
|
694
|
+
|
|
563
695
|
msgid "category name"
|
|
564
696
|
msgstr "nom de la catégorie"
|
|
565
697
|
|
|
File without changes
|
|
Binary file
|