foreman_rh_cloud 13.2.0 → 13.2.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/queries.rb +12 -2
- 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.po +133 -1
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +133 -1
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +133 -1
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +133 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +133 -1
- 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 +5 -0
- 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_scheduled_sync_test.rb +5 -0
- 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/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/slice_generator_test.rb +41 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5e7b586ab66c7626630b06b05d508e7ca37eecd26e8db94ed9bc07114569ded
|
|
4
|
+
data.tar.gz: fabc72a7cacd4e517460892f3b73a3c68b25cd22fdb51dbea43d25827349fcda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbc47e52aeb39d59b5c8242e27fb2ace2cfae5a20511e279559bcd886de945b8526ea6860771ece1fc1dde8a64e1c584c63e72b423bf0d75f42bdcdf57559fc9
|
|
7
|
+
data.tar.gz: 4f1f5646b46802ecb9abe66f7087e7dc0dd8833ff887d5d80262f8fdf8ad674cd958fd28e8c3b918703ae8304ed8349783de96c178df91b72b1873a1bfc918b8
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_rh_cloud": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud 13.0
|
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 13.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
|
9
9
|
"Last-Translator": "Ondřej Gajdušek, 2025",
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"%s organizations": [
|
|
24
24
|
"%s organisations"
|
|
25
25
|
],
|
|
26
|
+
"A specific organization must be selected from the organization context.": [
|
|
27
|
+
""
|
|
28
|
+
],
|
|
26
29
|
"About subscription watch": [
|
|
27
30
|
"Informations sur la vérification des abonnements"
|
|
28
31
|
],
|
|
@@ -35,6 +38,9 @@
|
|
|
35
38
|
"All recommendations are now selected.": [
|
|
36
39
|
"Toutes les recommandations sont maintenant sélectionnées."
|
|
37
40
|
],
|
|
41
|
+
"Analysis disabled": [
|
|
42
|
+
""
|
|
43
|
+
],
|
|
38
44
|
"Analytics data collection": [
|
|
39
45
|
"Collecte de données analytiques"
|
|
40
46
|
],
|
|
@@ -44,6 +50,9 @@
|
|
|
44
50
|
"Apply Insights recommendations": [
|
|
45
51
|
"Appliquer les recommandations d'Insights"
|
|
46
52
|
],
|
|
53
|
+
"Attempted to destroy HBI host %s, but host does not exist in HBI": [
|
|
54
|
+
""
|
|
55
|
+
],
|
|
47
56
|
"Automatic inventory upload": [
|
|
48
57
|
"Chargement automatique de l'inventaire"
|
|
49
58
|
],
|
|
@@ -83,6 +92,9 @@
|
|
|
83
92
|
"Completed": [
|
|
84
93
|
"Terminé"
|
|
85
94
|
],
|
|
95
|
+
"Completed with warnings": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
86
98
|
"Configure": [
|
|
87
99
|
"Configurer"
|
|
88
100
|
],
|
|
@@ -101,6 +113,15 @@
|
|
|
101
113
|
"Current page": [
|
|
102
114
|
"Page actuelle"
|
|
103
115
|
],
|
|
116
|
+
"Details": [
|
|
117
|
+
""
|
|
118
|
+
],
|
|
119
|
+
"Disable": [
|
|
120
|
+
""
|
|
121
|
+
],
|
|
122
|
+
"Disable vulnerability analysis": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
104
125
|
"Disconnected hosts: ": [
|
|
105
126
|
"Hôtes déconnectés : "
|
|
106
127
|
],
|
|
@@ -116,6 +137,15 @@
|
|
|
116
137
|
"Download latest report": [
|
|
117
138
|
"Télécharger le dernier rapport"
|
|
118
139
|
],
|
|
140
|
+
"Download report": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
143
|
+
"Duration": [
|
|
144
|
+
""
|
|
145
|
+
],
|
|
146
|
+
"Enable": [
|
|
147
|
+
""
|
|
148
|
+
],
|
|
119
149
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
|
120
150
|
"Activer la suppression automatique des enregistrements d'hôtes incompatibles du cloud Red Hat"
|
|
121
151
|
],
|
|
@@ -140,6 +170,9 @@
|
|
|
140
170
|
"Enable inventory upload": [
|
|
141
171
|
"Activer le téléchargement de l'inventaire"
|
|
142
172
|
],
|
|
173
|
+
"Enable vulnerability analysis": [
|
|
174
|
+
""
|
|
175
|
+
],
|
|
143
176
|
"Encountered an error while trying to access the server:": [
|
|
144
177
|
"Une erreur s'est produite lors de l'accès au serveur :"
|
|
145
178
|
],
|
|
@@ -155,6 +188,18 @@
|
|
|
155
188
|
"Exit Code: %s": [
|
|
156
189
|
"Code de sortie : %s"
|
|
157
190
|
],
|
|
191
|
+
"Failed": [
|
|
192
|
+
""
|
|
193
|
+
],
|
|
194
|
+
"Failed to destroy HBI host %s: %s": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
197
|
+
"Failed to fetch hosts": [
|
|
198
|
+
""
|
|
199
|
+
],
|
|
200
|
+
"Failed to update vulnerability analysis status": [
|
|
201
|
+
""
|
|
202
|
+
],
|
|
158
203
|
"Fetch Insights-related host details": [
|
|
159
204
|
"Récupérer les détails de l'hôte liés à Insights"
|
|
160
205
|
],
|
|
@@ -191,6 +236,9 @@
|
|
|
191
236
|
"Generate the report, but do not upload": [
|
|
192
237
|
"Générer le rapport, mais ne pas le télécharger"
|
|
193
238
|
],
|
|
239
|
+
"Generated": [
|
|
240
|
+
""
|
|
241
|
+
],
|
|
194
242
|
"Generating": [
|
|
195
243
|
"En cours de génération"
|
|
196
244
|
],
|
|
@@ -239,6 +287,9 @@
|
|
|
239
287
|
"Insights": [
|
|
240
288
|
"Insights"
|
|
241
289
|
],
|
|
290
|
+
"Invalid response from server": [
|
|
291
|
+
""
|
|
292
|
+
],
|
|
242
293
|
"Inventory": [
|
|
243
294
|
"Inventaire"
|
|
244
295
|
],
|
|
@@ -275,6 +326,9 @@
|
|
|
275
326
|
"Low": [
|
|
276
327
|
"Faible"
|
|
277
328
|
],
|
|
329
|
+
"Manage vulnerability analysis": [
|
|
330
|
+
""
|
|
331
|
+
],
|
|
278
332
|
"Manual": [
|
|
279
333
|
"Manuelle"
|
|
280
334
|
],
|
|
@@ -290,21 +344,42 @@
|
|
|
290
344
|
"More details can be found in": [
|
|
291
345
|
"Pour plus de détails, voir"
|
|
292
346
|
],
|
|
347
|
+
"N/A": [
|
|
348
|
+
""
|
|
349
|
+
],
|
|
293
350
|
"Next run: ": [
|
|
294
351
|
"Exécution suivante :"
|
|
295
352
|
],
|
|
296
353
|
"No": [
|
|
297
354
|
"Non"
|
|
298
355
|
],
|
|
356
|
+
"No account data available.": [
|
|
357
|
+
""
|
|
358
|
+
],
|
|
359
|
+
"No recent tasks": [
|
|
360
|
+
""
|
|
361
|
+
],
|
|
299
362
|
"No recommendations were found for this host!": [
|
|
300
363
|
"Aucune recommandation n'a été trouvée pour cet hôte !"
|
|
301
364
|
],
|
|
365
|
+
"No report generation tasks have been run yet.": [
|
|
366
|
+
""
|
|
367
|
+
],
|
|
302
368
|
"No results found": [
|
|
303
369
|
"Aucun résultat"
|
|
304
370
|
],
|
|
371
|
+
"No task history": [
|
|
372
|
+
""
|
|
373
|
+
],
|
|
305
374
|
"No task was found": [
|
|
306
375
|
"Aucune tâche n'a été trouvée"
|
|
307
376
|
],
|
|
377
|
+
"No tasks have been run yet.": [
|
|
378
|
+
""
|
|
379
|
+
],
|
|
380
|
+
"None of the selected hosts are registered": [
|
|
381
|
+
""
|
|
382
|
+
],
|
|
308
383
|
"Not reporting": [
|
|
309
384
|
"Non rapporté"
|
|
310
385
|
],
|
|
@@ -350,9 +425,15 @@
|
|
|
350
425
|
"Pagination": [
|
|
351
426
|
"Pagination"
|
|
352
427
|
],
|
|
428
|
+
"Paused": [
|
|
429
|
+
""
|
|
430
|
+
],
|
|
353
431
|
"Playbook": [
|
|
354
432
|
"Playbook"
|
|
355
433
|
],
|
|
434
|
+
"Previous tasks will appear here.": [
|
|
435
|
+
""
|
|
436
|
+
],
|
|
356
437
|
"RH Cloud": [
|
|
357
438
|
"RH Cloud"
|
|
358
439
|
],
|
|
@@ -407,6 +488,18 @@
|
|
|
407
488
|
"Remediation summary": [
|
|
408
489
|
"Résumé de remédiation"
|
|
409
490
|
],
|
|
491
|
+
"Report Generation": [
|
|
492
|
+
""
|
|
493
|
+
],
|
|
494
|
+
"Report generation and upload started": [
|
|
495
|
+
""
|
|
496
|
+
],
|
|
497
|
+
"Report generation started": [
|
|
498
|
+
""
|
|
499
|
+
],
|
|
500
|
+
"Report saved to": [
|
|
501
|
+
""
|
|
502
|
+
],
|
|
410
503
|
"Reporting": [
|
|
411
504
|
"Rapports"
|
|
412
505
|
],
|
|
@@ -422,6 +515,9 @@
|
|
|
422
515
|
"Run remediation playbook generated by Insights": [
|
|
423
516
|
"Exécuter le playbook de remédiation généré par Insights"
|
|
424
517
|
],
|
|
518
|
+
"Running": [
|
|
519
|
+
""
|
|
520
|
+
],
|
|
425
521
|
"Satellite server has %{hits_count} recommendations by Red Hat": [
|
|
426
522
|
"Le serveur satellite a %{hits_count} recommandations de Red Hat"
|
|
427
523
|
],
|
|
@@ -461,6 +557,15 @@
|
|
|
461
557
|
"Start report generation": [
|
|
462
558
|
"Lancer la génération du rapport"
|
|
463
559
|
],
|
|
560
|
+
"Started": [
|
|
561
|
+
""
|
|
562
|
+
],
|
|
563
|
+
"Stopped": [
|
|
564
|
+
""
|
|
565
|
+
],
|
|
566
|
+
"Success": [
|
|
567
|
+
""
|
|
568
|
+
],
|
|
464
569
|
"Successfully synced hosts: ": [
|
|
465
570
|
"Synchronisation des hôtes réussie : "
|
|
466
571
|
],
|
|
@@ -518,15 +623,24 @@
|
|
|
518
623
|
"Total risks": [
|
|
519
624
|
"Risques totaux"
|
|
520
625
|
],
|
|
626
|
+
"Unknown": [
|
|
627
|
+
""
|
|
628
|
+
],
|
|
521
629
|
"Upload hits from iop-advisor-engine": [
|
|
522
630
|
"Télécharger les hits depuis iop-advisor-engine"
|
|
523
631
|
],
|
|
524
632
|
"Upload hits information": [
|
|
525
633
|
"Télécharger les informations sur les hits"
|
|
526
634
|
],
|
|
635
|
+
"Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content.": [
|
|
636
|
+
""
|
|
637
|
+
],
|
|
527
638
|
"Upload rules related to the hits": [
|
|
528
639
|
"Règles de téléchargement liées aux hits"
|
|
529
640
|
],
|
|
641
|
+
"Uploaded": [
|
|
642
|
+
""
|
|
643
|
+
],
|
|
530
644
|
"Uploading": [
|
|
531
645
|
"Téléchargement"
|
|
532
646
|
],
|
|
@@ -539,18 +653,36 @@
|
|
|
539
653
|
"View in Red Hat Insights": [
|
|
540
654
|
"Afficher Red Hat Insights."
|
|
541
655
|
],
|
|
656
|
+
"View task": [
|
|
657
|
+
""
|
|
658
|
+
],
|
|
659
|
+
"View task details": [
|
|
660
|
+
""
|
|
661
|
+
],
|
|
542
662
|
"Vulnerabilities": [
|
|
543
663
|
"Vulnérabilités"
|
|
544
664
|
],
|
|
545
665
|
"Vulnerability": [
|
|
546
666
|
"Vulnérabilité"
|
|
547
667
|
],
|
|
668
|
+
"Vulnerability analysis disabled": [
|
|
669
|
+
""
|
|
670
|
+
],
|
|
671
|
+
"Vulnerability analysis enabled": [
|
|
672
|
+
""
|
|
673
|
+
],
|
|
548
674
|
"Wait and %s": [
|
|
549
675
|
"Attendez et %s"
|
|
550
676
|
],
|
|
677
|
+
"Warning": [
|
|
678
|
+
""
|
|
679
|
+
],
|
|
551
680
|
"Whether the resolution requires reboot": [
|
|
552
681
|
"Si la résolution nécessite un redémarrage"
|
|
553
682
|
],
|
|
683
|
+
"You do not have permission to perform this action": [
|
|
684
|
+
""
|
|
685
|
+
],
|
|
554
686
|
"category name": [
|
|
555
687
|
"nom de la catégorie"
|
|
556
688
|
],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_rh_cloud": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud 13.0
|
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 13.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
|
9
9
|
"Last-Translator": "Ondřej Gajdušek, 2025",
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"%s organizations": [
|
|
24
24
|
"組織 %s 件"
|
|
25
25
|
],
|
|
26
|
+
"A specific organization must be selected from the organization context.": [
|
|
27
|
+
""
|
|
28
|
+
],
|
|
26
29
|
"About subscription watch": [
|
|
27
30
|
"Subscription Watch の概要"
|
|
28
31
|
],
|
|
@@ -35,6 +38,9 @@
|
|
|
35
38
|
"All recommendations are now selected.": [
|
|
36
39
|
"すべての推奨事項が選択されました。"
|
|
37
40
|
],
|
|
41
|
+
"Analysis disabled": [
|
|
42
|
+
""
|
|
43
|
+
],
|
|
38
44
|
"Analytics data collection": [
|
|
39
45
|
"分析データの収集"
|
|
40
46
|
],
|
|
@@ -44,6 +50,9 @@
|
|
|
44
50
|
"Apply Insights recommendations": [
|
|
45
51
|
"Insights の推奨事項の適用"
|
|
46
52
|
],
|
|
53
|
+
"Attempted to destroy HBI host %s, but host does not exist in HBI": [
|
|
54
|
+
""
|
|
55
|
+
],
|
|
47
56
|
"Automatic inventory upload": [
|
|
48
57
|
"自動インベントリーアップロード"
|
|
49
58
|
],
|
|
@@ -83,6 +92,9 @@
|
|
|
83
92
|
"Completed": [
|
|
84
93
|
"完了"
|
|
85
94
|
],
|
|
95
|
+
"Completed with warnings": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
86
98
|
"Configure": [
|
|
87
99
|
"設定"
|
|
88
100
|
],
|
|
@@ -101,6 +113,15 @@
|
|
|
101
113
|
"Current page": [
|
|
102
114
|
"現在のページ"
|
|
103
115
|
],
|
|
116
|
+
"Details": [
|
|
117
|
+
""
|
|
118
|
+
],
|
|
119
|
+
"Disable": [
|
|
120
|
+
""
|
|
121
|
+
],
|
|
122
|
+
"Disable vulnerability analysis": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
104
125
|
"Disconnected hosts: ": [
|
|
105
126
|
"非接続ホスト: "
|
|
106
127
|
],
|
|
@@ -116,6 +137,15 @@
|
|
|
116
137
|
"Download latest report": [
|
|
117
138
|
"最新レポートのダウンロード"
|
|
118
139
|
],
|
|
140
|
+
"Download report": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
143
|
+
"Duration": [
|
|
144
|
+
""
|
|
145
|
+
],
|
|
146
|
+
"Enable": [
|
|
147
|
+
""
|
|
148
|
+
],
|
|
119
149
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
|
120
150
|
"不一致のホストレコードを Red Hat クラウドから自動的に削除できるようにする"
|
|
121
151
|
],
|
|
@@ -140,6 +170,9 @@
|
|
|
140
170
|
"Enable inventory upload": [
|
|
141
171
|
"インベントリーアップロードの有効化"
|
|
142
172
|
],
|
|
173
|
+
"Enable vulnerability analysis": [
|
|
174
|
+
""
|
|
175
|
+
],
|
|
143
176
|
"Encountered an error while trying to access the server:": [
|
|
144
177
|
"サーバーへのアクセス時にエラーが発生しました:"
|
|
145
178
|
],
|
|
@@ -155,6 +188,18 @@
|
|
|
155
188
|
"Exit Code: %s": [
|
|
156
189
|
"終了コード: %s"
|
|
157
190
|
],
|
|
191
|
+
"Failed": [
|
|
192
|
+
""
|
|
193
|
+
],
|
|
194
|
+
"Failed to destroy HBI host %s: %s": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
197
|
+
"Failed to fetch hosts": [
|
|
198
|
+
""
|
|
199
|
+
],
|
|
200
|
+
"Failed to update vulnerability analysis status": [
|
|
201
|
+
""
|
|
202
|
+
],
|
|
158
203
|
"Fetch Insights-related host details": [
|
|
159
204
|
"Insights 関連のホスト詳細を取得する"
|
|
160
205
|
],
|
|
@@ -191,6 +236,9 @@
|
|
|
191
236
|
"Generate the report, but do not upload": [
|
|
192
237
|
"レポートを生成するがアップロードしない"
|
|
193
238
|
],
|
|
239
|
+
"Generated": [
|
|
240
|
+
""
|
|
241
|
+
],
|
|
194
242
|
"Generating": [
|
|
195
243
|
"生成中"
|
|
196
244
|
],
|
|
@@ -239,6 +287,9 @@
|
|
|
239
287
|
"Insights": [
|
|
240
288
|
"Insights"
|
|
241
289
|
],
|
|
290
|
+
"Invalid response from server": [
|
|
291
|
+
""
|
|
292
|
+
],
|
|
242
293
|
"Inventory": [
|
|
243
294
|
"インベントリー"
|
|
244
295
|
],
|
|
@@ -275,6 +326,9 @@
|
|
|
275
326
|
"Low": [
|
|
276
327
|
"低"
|
|
277
328
|
],
|
|
329
|
+
"Manage vulnerability analysis": [
|
|
330
|
+
""
|
|
331
|
+
],
|
|
278
332
|
"Manual": [
|
|
279
333
|
"手動"
|
|
280
334
|
],
|
|
@@ -290,21 +344,42 @@
|
|
|
290
344
|
"More details can be found in": [
|
|
291
345
|
"詳細は、以下を参照してください: "
|
|
292
346
|
],
|
|
347
|
+
"N/A": [
|
|
348
|
+
""
|
|
349
|
+
],
|
|
293
350
|
"Next run: ": [
|
|
294
351
|
"次の実行: "
|
|
295
352
|
],
|
|
296
353
|
"No": [
|
|
297
354
|
"いいえ"
|
|
298
355
|
],
|
|
356
|
+
"No account data available.": [
|
|
357
|
+
""
|
|
358
|
+
],
|
|
359
|
+
"No recent tasks": [
|
|
360
|
+
""
|
|
361
|
+
],
|
|
299
362
|
"No recommendations were found for this host!": [
|
|
300
363
|
"このホストに関する推奨事項は見つかりませんでした。"
|
|
301
364
|
],
|
|
365
|
+
"No report generation tasks have been run yet.": [
|
|
366
|
+
""
|
|
367
|
+
],
|
|
302
368
|
"No results found": [
|
|
303
369
|
"結果は見つかりませんでした"
|
|
304
370
|
],
|
|
371
|
+
"No task history": [
|
|
372
|
+
""
|
|
373
|
+
],
|
|
305
374
|
"No task was found": [
|
|
306
375
|
"タスクが見つかりませんでした"
|
|
307
376
|
],
|
|
377
|
+
"No tasks have been run yet.": [
|
|
378
|
+
""
|
|
379
|
+
],
|
|
380
|
+
"None of the selected hosts are registered": [
|
|
381
|
+
""
|
|
382
|
+
],
|
|
308
383
|
"Not reporting": [
|
|
309
384
|
"報告なし"
|
|
310
385
|
],
|
|
@@ -350,9 +425,15 @@
|
|
|
350
425
|
"Pagination": [
|
|
351
426
|
"ページ付け"
|
|
352
427
|
],
|
|
428
|
+
"Paused": [
|
|
429
|
+
""
|
|
430
|
+
],
|
|
353
431
|
"Playbook": [
|
|
354
432
|
"Playbook"
|
|
355
433
|
],
|
|
434
|
+
"Previous tasks will appear here.": [
|
|
435
|
+
""
|
|
436
|
+
],
|
|
356
437
|
"RH Cloud": [
|
|
357
438
|
"RH Cloud"
|
|
358
439
|
],
|
|
@@ -407,6 +488,18 @@
|
|
|
407
488
|
"Remediation summary": [
|
|
408
489
|
"修復の概要"
|
|
409
490
|
],
|
|
491
|
+
"Report Generation": [
|
|
492
|
+
""
|
|
493
|
+
],
|
|
494
|
+
"Report generation and upload started": [
|
|
495
|
+
""
|
|
496
|
+
],
|
|
497
|
+
"Report generation started": [
|
|
498
|
+
""
|
|
499
|
+
],
|
|
500
|
+
"Report saved to": [
|
|
501
|
+
""
|
|
502
|
+
],
|
|
410
503
|
"Reporting": [
|
|
411
504
|
"レポート"
|
|
412
505
|
],
|
|
@@ -422,6 +515,9 @@
|
|
|
422
515
|
"Run remediation playbook generated by Insights": [
|
|
423
516
|
"Insights で生成された修復 Playbook の実行"
|
|
424
517
|
],
|
|
518
|
+
"Running": [
|
|
519
|
+
""
|
|
520
|
+
],
|
|
425
521
|
"Satellite server has %{hits_count} recommendations by Red Hat": [
|
|
426
522
|
"Satellite Server には、Red Hat からの推奨事項が %{hits_count} 件あります。"
|
|
427
523
|
],
|
|
@@ -461,6 +557,15 @@
|
|
|
461
557
|
"Start report generation": [
|
|
462
558
|
"レポート生成の開始"
|
|
463
559
|
],
|
|
560
|
+
"Started": [
|
|
561
|
+
""
|
|
562
|
+
],
|
|
563
|
+
"Stopped": [
|
|
564
|
+
""
|
|
565
|
+
],
|
|
566
|
+
"Success": [
|
|
567
|
+
""
|
|
568
|
+
],
|
|
464
569
|
"Successfully synced hosts: ": [
|
|
465
570
|
"ホストが正常に同期されました:"
|
|
466
571
|
],
|
|
@@ -518,15 +623,24 @@
|
|
|
518
623
|
"Total risks": [
|
|
519
624
|
"リスクの総数"
|
|
520
625
|
],
|
|
626
|
+
"Unknown": [
|
|
627
|
+
""
|
|
628
|
+
],
|
|
521
629
|
"Upload hits from iop-advisor-engine": [
|
|
522
630
|
"iop-advisor-engine からの検索結果をアップロードする"
|
|
523
631
|
],
|
|
524
632
|
"Upload hits information": [
|
|
525
633
|
"検索結果の情報をアップロードする"
|
|
526
634
|
],
|
|
635
|
+
"Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content.": [
|
|
636
|
+
""
|
|
637
|
+
],
|
|
527
638
|
"Upload rules related to the hits": [
|
|
528
639
|
"検索結果に関するアップロードルール"
|
|
529
640
|
],
|
|
641
|
+
"Uploaded": [
|
|
642
|
+
""
|
|
643
|
+
],
|
|
530
644
|
"Uploading": [
|
|
531
645
|
"アップロード中..."
|
|
532
646
|
],
|
|
@@ -539,18 +653,36 @@
|
|
|
539
653
|
"View in Red Hat Insights": [
|
|
540
654
|
"Red Hat Insights での表示"
|
|
541
655
|
],
|
|
656
|
+
"View task": [
|
|
657
|
+
""
|
|
658
|
+
],
|
|
659
|
+
"View task details": [
|
|
660
|
+
""
|
|
661
|
+
],
|
|
542
662
|
"Vulnerabilities": [
|
|
543
663
|
"脆弱性"
|
|
544
664
|
],
|
|
545
665
|
"Vulnerability": [
|
|
546
666
|
"脆弱性"
|
|
547
667
|
],
|
|
668
|
+
"Vulnerability analysis disabled": [
|
|
669
|
+
""
|
|
670
|
+
],
|
|
671
|
+
"Vulnerability analysis enabled": [
|
|
672
|
+
""
|
|
673
|
+
],
|
|
548
674
|
"Wait and %s": [
|
|
549
675
|
"待機して %s"
|
|
550
676
|
],
|
|
677
|
+
"Warning": [
|
|
678
|
+
""
|
|
679
|
+
],
|
|
551
680
|
"Whether the resolution requires reboot": [
|
|
552
681
|
"解決策には再起動が必要かどうか"
|
|
553
682
|
],
|
|
683
|
+
"You do not have permission to perform this action": [
|
|
684
|
+
""
|
|
685
|
+
],
|
|
554
686
|
"category name": [
|
|
555
687
|
"カテゴリー名"
|
|
556
688
|
],
|