foreman_rh_cloud 12.2.10 → 13.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +16 -49
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +17 -50
- data/app/controllers/concerns/insights_cloud/package_profile_upload_extensions.rb +3 -2
- data/app/models/insights_hit.rb +1 -1
- data/app/services/foreman_rh_cloud/cert_auth.rb +3 -13
- data/app/services/foreman_rh_cloud/gateway_request.rb +26 -0
- data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +1 -3
- data/app/services/foreman_rh_cloud/tags_auth.rb +1 -2
- data/lib/foreman_inventory_upload/async/generate_report_job.rb +8 -13
- data/lib/foreman_inventory_upload/async/queue_for_upload_job.rb +4 -4
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +5 -6
- data/lib/foreman_inventory_upload/generators/fact_helpers.rb +2 -2
- data/lib/foreman_inventory_upload/generators/slice.rb +3 -3
- data/lib/foreman_inventory_upload/scripts/uploader.sh.erb +1 -7
- data/lib/foreman_rh_cloud/engine.rb +15 -33
- data/lib/foreman_rh_cloud/plugin.rb +9 -9
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/tasks/rh_cloud_inventory.rake +31 -14
- data/locale/foreman_rh_cloud.pot +152 -219
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +18 -50
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +18 -50
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +17 -49
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +18 -50
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +18 -50
- data/package.json +1 -1
- data/test/jobs/upload_report_job_test.rb +1 -2
- data/test/unit/fact_helpers_test.rb +0 -47
- data/test/unit/slice_generator_test.rb +0 -57
- data/webpack/ForemanRhCloudFills.js +2 -6
- data/webpack/ForemanRhCloudHelpers.js +0 -4
- data/webpack/InsightsHostDetailsTab/InsightsTab.scss +0 -4
- data/webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js +23 -59
- data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +16 -3
- data/webpack/__tests__/ForemanRhCloudHelpers.test.js +1 -16
- data/webpack/__tests__/__snapshots__/ForemanRhCloudHelpers.test.js.snap +0 -6
- metadata +4 -10
- data/lib/foreman_inventory_upload/async/create_missing_insights_facets.rb +0 -29
- data/lib/foreman_inventory_upload/async/generate_host_report.rb +0 -20
- data/lib/foreman_inventory_upload/async/host_inventory_report_job.rb +0 -39
- data/lib/foreman_inventory_upload/async/single_host_report_job.rb +0 -20
- data/test/jobs/queue_for_upload_job_test.rb +0 -63
- data/webpack/InsightsHostDetailsTab/__tests__/InsightsTotalRiskChart.test.js +0 -194
Binary file
|
@@ -11,6 +11,7 @@
|
|
11
11
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
12
12
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
13
13
|
#
|
14
|
+
#, fuzzy
|
14
15
|
msgid ""
|
15
16
|
msgstr ""
|
16
17
|
"Project-Id-Version: foreman_rh_cloud 11.1.0\n"
|
@@ -44,9 +45,6 @@ msgstr "Paramètres d'inventaire avancés"
|
|
44
45
|
msgid "All recommendations are now selected."
|
45
46
|
msgstr "Toutes les recommandations sont maintenant sélectionnées."
|
46
47
|
|
47
|
-
msgid "Analytics data collection"
|
48
|
-
msgstr ""
|
49
|
-
|
50
48
|
msgid "Any Organization"
|
51
49
|
msgstr "Toute Organisation"
|
52
50
|
|
@@ -146,14 +144,17 @@ msgstr "Activer le téléchargement de l'inventaire"
|
|
146
144
|
msgid "Encountered an error while trying to access the server:"
|
147
145
|
msgstr "Une erreur s'est produite lors de l'accès au serveur :"
|
148
146
|
|
149
|
-
msgid "Exclude installed
|
150
|
-
msgstr ""
|
147
|
+
msgid "Exclude installed Packages"
|
148
|
+
msgstr "Exclure les paquets installés"
|
151
149
|
|
152
150
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
153
151
|
msgstr "Exclure les paquets installés du téléchargement dans Red Hat Cloud"
|
154
152
|
|
155
|
-
msgid "Exclude
|
156
|
-
msgstr ""
|
153
|
+
msgid "Exclude packages"
|
154
|
+
msgstr "Exclure les paquets"
|
155
|
+
|
156
|
+
msgid "Exclude packages from being uploaded to the Red Hat cloud"
|
157
|
+
msgstr "Exclure les paquets du téléchargement vers Red Hat Cloud"
|
157
158
|
|
158
159
|
msgid "Exit Code: %s"
|
159
160
|
msgstr "Code de sortie : %s"
|
@@ -188,9 +189,6 @@ msgstr "Plein écran"
|
|
188
189
|
msgid "Generate and upload report"
|
189
190
|
msgstr "Générer et télécharger un rapport"
|
190
191
|
|
191
|
-
msgid "Generate report"
|
192
|
-
msgstr ""
|
193
|
-
|
194
192
|
msgid "Generate the report, but do not upload"
|
195
193
|
msgstr "Générer le rapport, mais ne pas le télécharger"
|
196
194
|
|
@@ -260,9 +258,6 @@ msgstr "Items par page"
|
|
260
258
|
msgid "Knowledgebase article"
|
261
259
|
msgstr "Article de base de connaissances"
|
262
260
|
|
263
|
-
msgid "Learn more about {minimalDataCollectionSetting}."
|
264
|
-
msgstr ""
|
265
|
-
|
266
261
|
msgid "List of host UUIDs"
|
267
262
|
msgstr "Liste des UUID d'hôtes"
|
268
263
|
|
@@ -278,9 +273,6 @@ msgstr "Faible"
|
|
278
273
|
msgid "Manual"
|
279
274
|
msgstr "Manuelle"
|
280
275
|
|
281
|
-
msgid "Minimal data collection"
|
282
|
-
msgstr ""
|
283
|
-
|
284
276
|
msgid "Moderate"
|
285
277
|
msgstr "Modéré"
|
286
278
|
|
@@ -311,33 +303,21 @@ msgstr "Rien à synchroniser, il n'y a pas d'hôtes avec abonnement pour cette o
|
|
311
303
|
msgid "Notice"
|
312
304
|
msgstr "Note"
|
313
305
|
|
306
|
+
msgid "Obfuscate IPs"
|
307
|
+
msgstr "Obfusquer les adresses IP"
|
308
|
+
|
314
309
|
msgid "Obfuscate host ipv4 addresses"
|
315
310
|
msgstr "Obfusquer les adresses ipv4 des hôtes"
|
316
311
|
|
317
|
-
msgid "Obfuscate host ipv4 addresses."
|
318
|
-
msgstr ""
|
319
|
-
|
320
312
|
msgid "Obfuscate host names"
|
321
313
|
msgstr "Obfusquer les noms d'hôtes"
|
322
314
|
|
323
315
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
324
316
|
msgstr "Obfusquer les noms d'hôtes envoyés à Red Hat Cloud"
|
325
317
|
|
326
|
-
msgid "Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)"
|
327
|
-
msgstr ""
|
328
|
-
|
329
318
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
330
319
|
msgstr "Obfusquer les adresses ipv4 envoyées à Red Hat Cloud"
|
331
320
|
|
332
|
-
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)"
|
333
|
-
msgstr ""
|
334
|
-
|
335
|
-
msgid "Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings."
|
336
|
-
msgstr ""
|
337
|
-
|
338
|
-
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
339
|
-
msgstr ""
|
340
|
-
|
341
321
|
msgid "Oops! Couldn't find organization that matches your query"
|
342
322
|
msgstr "Oups ! Nous n'avons pas trouvé d'organisation correspondant à votre demande."
|
343
323
|
|
@@ -356,6 +336,9 @@ msgstr "RH Cloud"
|
|
356
336
|
msgid "RHC daemon id"
|
357
337
|
msgstr "Id du démon RHC"
|
358
338
|
|
339
|
+
msgid "RHCloud"
|
340
|
+
msgstr "RHCloud"
|
341
|
+
|
359
342
|
msgid "Read more about it in RH cloud insights"
|
360
343
|
msgstr "Plus d'informations dans RH cloud insights"
|
361
344
|
|
@@ -413,8 +396,8 @@ msgstr "Résolution"
|
|
413
396
|
msgid "Run RH Cloud playbook"
|
414
397
|
msgstr "Exécuter le playbook RH Cloud"
|
415
398
|
|
416
|
-
msgid "Run playbook
|
417
|
-
msgstr ""
|
399
|
+
msgid "Run playbook genrated by Red Hat remediations app"
|
400
|
+
msgstr "Exécuter le playbook généré par l'app de remédiations de Red Hat"
|
418
401
|
|
419
402
|
msgid "Run remediation playbook generated by Insights"
|
420
403
|
msgstr "Exécuter le playbook de remédiation généré par Insights"
|
@@ -428,9 +411,6 @@ msgstr "Chaîne de recherche limitée pour la suppression de l'hôte"
|
|
428
411
|
msgid "Select recommendations from all pages"
|
429
412
|
msgstr "Sélectionner des recommandations sur toutes les pages"
|
430
413
|
|
431
|
-
msgid "Send additional data to enhance Insights services, as per the settings"
|
432
|
-
msgstr ""
|
433
|
-
|
434
414
|
msgid "Set the current organization context for the request"
|
435
415
|
msgstr "Définir le contexte organisationnel actuel de la demande"
|
436
416
|
|
@@ -476,8 +456,8 @@ msgstr "La console Red Hat Hybrid Cloud fournit un ensemble de services cloud, n
|
|
476
456
|
msgid "The report file %{filename} doesn't exist"
|
477
457
|
msgstr "Le fichier de rapport %{filename} n'existe pas"
|
478
458
|
|
479
|
-
msgid "The scheduled process is disabled because this Foreman is configured with
|
480
|
-
msgstr ""
|
459
|
+
msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
|
460
|
+
msgstr "Le processus planifié est désactivé car ce contremaître est configuré avec l'option use_local_advisor_engine."
|
481
461
|
|
482
462
|
msgid "The server returned the following error: %s"
|
483
463
|
msgstr "Le serveur a renvoyé l'erreur suivante : %s"
|
@@ -497,9 +477,6 @@ msgstr "Pour activer ce rapport pour toutes les organisations Foreman, définiss
|
|
497
477
|
msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
|
498
478
|
msgstr "Pour télécharger manuellement les données d'une organisation spécifique, sélectionnez une organisation et cliquez sur{restartButtonName} ."
|
499
479
|
|
500
|
-
msgid "Total CVEs"
|
501
|
-
msgstr ""
|
502
|
-
|
503
480
|
msgid "Total risk"
|
504
481
|
msgstr "Risque total"
|
505
482
|
|
@@ -527,12 +504,6 @@ msgstr "Voir toutes les recommandations"
|
|
527
504
|
msgid "View in Red Hat Insights"
|
528
505
|
msgstr "Afficher Red Hat Insights."
|
529
506
|
|
530
|
-
msgid "Vulnerabilities"
|
531
|
-
msgstr ""
|
532
|
-
|
533
|
-
msgid "Vulnerability"
|
534
|
-
msgstr ""
|
535
|
-
|
536
507
|
msgid "Wait and %s"
|
537
508
|
msgstr "Attendez et %s"
|
538
509
|
|
@@ -599,9 +570,6 @@ msgstr "identifiant de règle"
|
|
599
570
|
msgid "rule title"
|
600
571
|
msgstr "titre de la règle"
|
601
572
|
|
602
|
-
msgid "setting minimal data collection"
|
603
|
-
msgstr ""
|
604
|
-
|
605
573
|
msgid "solution url"
|
606
574
|
msgstr "URL de la solution"
|
607
575
|
|
Binary file
|
@@ -6,6 +6,7 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
8
8
|
#
|
9
|
+
#, fuzzy
|
9
10
|
msgid ""
|
10
11
|
msgstr ""
|
11
12
|
"Project-Id-Version: foreman_rh_cloud 11.1.0\n"
|
@@ -38,9 +39,6 @@ msgstr "インベントリーの詳細設定"
|
|
38
39
|
msgid "All recommendations are now selected."
|
39
40
|
msgstr "すべての推奨事項が選択されました。"
|
40
41
|
|
41
|
-
msgid "Analytics data collection"
|
42
|
-
msgstr ""
|
43
|
-
|
44
42
|
msgid "Any Organization"
|
45
43
|
msgstr "任意の組織"
|
46
44
|
|
@@ -140,14 +138,17 @@ msgstr "インベントリーアップロードの有効化"
|
|
140
138
|
msgid "Encountered an error while trying to access the server:"
|
141
139
|
msgstr "サーバーへのアクセス時にエラーが発生しました:"
|
142
140
|
|
143
|
-
msgid "Exclude installed
|
144
|
-
msgstr ""
|
141
|
+
msgid "Exclude installed Packages"
|
142
|
+
msgstr "インストール済みパッケージの除外"
|
145
143
|
|
146
144
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
147
145
|
msgstr "Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
|
148
146
|
|
149
|
-
msgid "Exclude
|
150
|
-
msgstr ""
|
147
|
+
msgid "Exclude packages"
|
148
|
+
msgstr "パッケージの除外"
|
149
|
+
|
150
|
+
msgid "Exclude packages from being uploaded to the Red Hat cloud"
|
151
|
+
msgstr "パッケージが Red Hat クラウドにアップロードされないように除外する"
|
151
152
|
|
152
153
|
msgid "Exit Code: %s"
|
153
154
|
msgstr "終了コード: %s"
|
@@ -182,9 +183,6 @@ msgstr "全画面"
|
|
182
183
|
msgid "Generate and upload report"
|
183
184
|
msgstr "レポートの生成およびアップロード"
|
184
185
|
|
185
|
-
msgid "Generate report"
|
186
|
-
msgstr ""
|
187
|
-
|
188
186
|
msgid "Generate the report, but do not upload"
|
189
187
|
msgstr "レポートを生成するがアップロードしない"
|
190
188
|
|
@@ -254,9 +252,6 @@ msgstr "各ページの項目"
|
|
254
252
|
msgid "Knowledgebase article"
|
255
253
|
msgstr "ナレッジベースアーティクル"
|
256
254
|
|
257
|
-
msgid "Learn more about {minimalDataCollectionSetting}."
|
258
|
-
msgstr ""
|
259
|
-
|
260
255
|
msgid "List of host UUIDs"
|
261
256
|
msgstr "ホスト UUID のリスト"
|
262
257
|
|
@@ -272,9 +267,6 @@ msgstr "低"
|
|
272
267
|
msgid "Manual"
|
273
268
|
msgstr "手動"
|
274
269
|
|
275
|
-
msgid "Minimal data collection"
|
276
|
-
msgstr ""
|
277
|
-
|
278
270
|
msgid "Moderate"
|
279
271
|
msgstr "中"
|
280
272
|
|
@@ -305,33 +297,21 @@ msgstr "同期するものがありません。この組織でサブスクリプ
|
|
305
297
|
msgid "Notice"
|
306
298
|
msgstr "注意"
|
307
299
|
|
300
|
+
msgid "Obfuscate IPs"
|
301
|
+
msgstr "IP の難読化"
|
302
|
+
|
308
303
|
msgid "Obfuscate host ipv4 addresses"
|
309
304
|
msgstr "ホストの ipv4 アドレスの難読化"
|
310
305
|
|
311
|
-
msgid "Obfuscate host ipv4 addresses."
|
312
|
-
msgstr ""
|
313
|
-
|
314
306
|
msgid "Obfuscate host names"
|
315
307
|
msgstr "ホスト名の難読化"
|
316
308
|
|
317
309
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
318
310
|
msgstr "Red Hat クラウドに送信するホスト名を難読化する"
|
319
311
|
|
320
|
-
msgid "Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)"
|
321
|
-
msgstr ""
|
322
|
-
|
323
312
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
324
313
|
msgstr "Red Hat クラウドに送信する ipv4 アドレスを難読化する"
|
325
314
|
|
326
|
-
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)"
|
327
|
-
msgstr ""
|
328
|
-
|
329
|
-
msgid "Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings."
|
330
|
-
msgstr ""
|
331
|
-
|
332
|
-
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
333
|
-
msgstr ""
|
334
|
-
|
335
315
|
msgid "Oops! Couldn't find organization that matches your query"
|
336
316
|
msgstr "クエリーに合致する組織が見つかりませんでした"
|
337
317
|
|
@@ -350,6 +330,9 @@ msgstr "RH Cloud"
|
|
350
330
|
msgid "RHC daemon id"
|
351
331
|
msgstr "RHC デーモン ID"
|
352
332
|
|
333
|
+
msgid "RHCloud"
|
334
|
+
msgstr "RHCloud"
|
335
|
+
|
353
336
|
msgid "Read more about it in RH cloud insights"
|
354
337
|
msgstr "詳細は、RH cloud insights を参照してください。"
|
355
338
|
|
@@ -407,8 +390,8 @@ msgstr "解決策"
|
|
407
390
|
msgid "Run RH Cloud playbook"
|
408
391
|
msgstr "RH Cloud Playbook の実行"
|
409
392
|
|
410
|
-
msgid "Run playbook
|
411
|
-
msgstr ""
|
393
|
+
msgid "Run playbook genrated by Red Hat remediations app"
|
394
|
+
msgstr "Red Hat 修復アプリが生成した Playbook の実行"
|
412
395
|
|
413
396
|
msgid "Run remediation playbook generated by Insights"
|
414
397
|
msgstr "Insights で生成された修復 Playbook の実行"
|
@@ -422,9 +405,6 @@ msgstr "ホストを削除する場合に対象を特定の範囲に限定する
|
|
422
405
|
msgid "Select recommendations from all pages"
|
423
406
|
msgstr "すべてのページから推奨事項を選択する"
|
424
407
|
|
425
|
-
msgid "Send additional data to enhance Insights services, as per the settings"
|
426
|
-
msgstr ""
|
427
|
-
|
428
408
|
msgid "Set the current organization context for the request"
|
429
409
|
msgstr "要求に現在の組織コンテキストを設定します"
|
430
410
|
|
@@ -470,8 +450,8 @@ msgstr "Red Hat Hybrid Cloud Console は、この Foreman インスタンスの
|
|
470
450
|
msgid "The report file %{filename} doesn't exist"
|
471
451
|
msgstr "%{filename} レポートファイルがありません"
|
472
452
|
|
473
|
-
msgid "The scheduled process is disabled because this Foreman is configured with
|
474
|
-
msgstr ""
|
453
|
+
msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
|
454
|
+
msgstr "この Foreman は use_local_advisor_engine オプションで設定されているため、スケジュールされたプロセスは無効になっています。"
|
475
455
|
|
476
456
|
msgid "The server returned the following error: %s"
|
477
457
|
msgstr "サーバーは以下のエラーを返しました: %s"
|
@@ -491,9 +471,6 @@ msgstr "すべての Foreman 組織でこのレポートを有効にするには
|
|
491
471
|
msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
|
492
472
|
msgstr "特定の組織のデータを手動でアップロードするには、組織を選択して {restartButtonName} をクリックします。"
|
493
473
|
|
494
|
-
msgid "Total CVEs"
|
495
|
-
msgstr ""
|
496
|
-
|
497
474
|
msgid "Total risk"
|
498
475
|
msgstr "リスクの総数"
|
499
476
|
|
@@ -521,12 +498,6 @@ msgstr "すべての推奨事項の表示"
|
|
521
498
|
msgid "View in Red Hat Insights"
|
522
499
|
msgstr "Red Hat Insights での表示"
|
523
500
|
|
524
|
-
msgid "Vulnerabilities"
|
525
|
-
msgstr ""
|
526
|
-
|
527
|
-
msgid "Vulnerability"
|
528
|
-
msgstr ""
|
529
|
-
|
530
501
|
msgid "Wait and %s"
|
531
502
|
msgstr "待機して %s"
|
532
503
|
|
@@ -593,9 +564,6 @@ msgstr "ルール ID"
|
|
593
564
|
msgid "rule title"
|
594
565
|
msgstr "ルールタイトル"
|
595
566
|
|
596
|
-
msgid "setting minimal data collection"
|
597
|
-
msgstr ""
|
598
|
-
|
599
567
|
msgid "solution url"
|
600
568
|
msgstr "ソリューション URL"
|
601
569
|
|
Binary file
|
@@ -6,6 +6,7 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023
|
8
8
|
#
|
9
|
+
#, fuzzy
|
9
10
|
msgid ""
|
10
11
|
msgstr ""
|
11
12
|
"Project-Id-Version: foreman_rh_cloud 11.1.0\n"
|
@@ -37,9 +38,6 @@ msgstr "ინვენტარის დამატებითი პარ
|
|
37
38
|
msgid "All recommendations are now selected."
|
38
39
|
msgstr "ახლა ყველა რეკომენდაცია მონიშნულია."
|
39
40
|
|
40
|
-
msgid "Analytics data collection"
|
41
|
-
msgstr ""
|
42
|
-
|
43
41
|
msgid "Any Organization"
|
44
42
|
msgstr "ნებისმიერი ორგანიზაცია"
|
45
43
|
|
@@ -139,14 +137,17 @@ msgstr "ინვენტარის ატვირთვის ჩართ
|
|
139
137
|
msgid "Encountered an error while trying to access the server:"
|
140
138
|
msgstr "შეცდომა სერვერთან წვდომის მცდელობისას:"
|
141
139
|
|
142
|
-
msgid "Exclude installed
|
143
|
-
msgstr ""
|
140
|
+
msgid "Exclude installed Packages"
|
141
|
+
msgstr "დაყენებული პაკეტების გამორიცხვა"
|
144
142
|
|
145
143
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
146
144
|
msgstr "Red Hat cloud-ში ატვირთული პაკეტების სიიდან დაყენებული პაკეტების ამოღება"
|
147
145
|
|
148
|
-
msgid "Exclude
|
149
|
-
msgstr ""
|
146
|
+
msgid "Exclude packages"
|
147
|
+
msgstr "პაკეტების გამორიცხვა"
|
148
|
+
|
149
|
+
msgid "Exclude packages from being uploaded to the Red Hat cloud"
|
150
|
+
msgstr "პაკეტების ამოღება Red Hat Cloud-ზე ასატვირთი სიიდან"
|
150
151
|
|
151
152
|
msgid "Exit Code: %s"
|
152
153
|
msgstr "გასვლის კოდი: %s"
|
@@ -181,9 +182,6 @@ msgstr "სრულეკრანიანი რეჟიმი"
|
|
181
182
|
msgid "Generate and upload report"
|
182
183
|
msgstr ""
|
183
184
|
|
184
|
-
msgid "Generate report"
|
185
|
-
msgstr ""
|
186
|
-
|
187
185
|
msgid "Generate the report, but do not upload"
|
188
186
|
msgstr ""
|
189
187
|
|
@@ -253,9 +251,6 @@ msgstr "ჩანაწერი გვერდზე"
|
|
253
251
|
msgid "Knowledgebase article"
|
254
252
|
msgstr "ცოდნის ბაზის სტატია"
|
255
253
|
|
256
|
-
msgid "Learn more about {minimalDataCollectionSetting}."
|
257
|
-
msgstr ""
|
258
|
-
|
259
254
|
msgid "List of host UUIDs"
|
260
255
|
msgstr ""
|
261
256
|
|
@@ -271,9 +266,6 @@ msgstr "დაბალი"
|
|
271
266
|
msgid "Manual"
|
272
267
|
msgstr "ხელით"
|
273
268
|
|
274
|
-
msgid "Minimal data collection"
|
275
|
-
msgstr ""
|
276
|
-
|
277
269
|
msgid "Moderate"
|
278
270
|
msgstr "საშუალო"
|
279
271
|
|
@@ -304,33 +296,21 @@ msgstr "დასასინქრონებელი არაფერი
|
|
304
296
|
msgid "Notice"
|
305
297
|
msgstr "გაფრთხილება"
|
306
298
|
|
299
|
+
msgid "Obfuscate IPs"
|
300
|
+
msgstr "IP-ების ობფუსკაცია"
|
301
|
+
|
307
302
|
msgid "Obfuscate host ipv4 addresses"
|
308
303
|
msgstr "ჰოსტის ipv4 მისამართების ობფუსკაცია"
|
309
304
|
|
310
|
-
msgid "Obfuscate host ipv4 addresses."
|
311
|
-
msgstr ""
|
312
|
-
|
313
305
|
msgid "Obfuscate host names"
|
314
306
|
msgstr "ჰოსტის სახელების ობფუსკაცია"
|
315
307
|
|
316
308
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
317
309
|
msgstr "Red Hat cloud-ში გაგზავნილი ჰოსტის სახელების დამახინჯება"
|
318
310
|
|
319
|
-
msgid "Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)"
|
320
|
-
msgstr ""
|
321
|
-
|
322
311
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
323
312
|
msgstr "Red Hat cloud-ში გაგზავნილი IPv4 მისამართების დამახინჯება"
|
324
313
|
|
325
|
-
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)"
|
326
|
-
msgstr ""
|
327
|
-
|
328
|
-
msgid "Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings."
|
329
|
-
msgstr ""
|
330
|
-
|
331
|
-
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
332
|
-
msgstr ""
|
333
|
-
|
334
314
|
msgid "Oops! Couldn't find organization that matches your query"
|
335
315
|
msgstr "ვაი! ორგანიზაცია, რომელიც თქვენს პირობებში ჯდება, ვერ ვიპოვე"
|
336
316
|
|
@@ -349,6 +329,9 @@ msgstr "RH Cloud"
|
|
349
329
|
msgid "RHC daemon id"
|
350
330
|
msgstr "RHC დემონის ID"
|
351
331
|
|
332
|
+
msgid "RHCloud"
|
333
|
+
msgstr "RHCloud"
|
334
|
+
|
352
335
|
msgid "Read more about it in RH cloud insights"
|
353
336
|
msgstr "გაიგეთ მეტი RH Cloud insights-ის შესახებ"
|
354
337
|
|
@@ -406,8 +389,8 @@ msgstr "გარჩევადობა"
|
|
406
389
|
msgid "Run RH Cloud playbook"
|
407
390
|
msgstr "RH Cloud-ის Playbok-ის გაშვება"
|
408
391
|
|
409
|
-
msgid "Run playbook
|
410
|
-
msgstr ""
|
392
|
+
msgid "Run playbook genrated by Red Hat remediations app"
|
393
|
+
msgstr "Red Hat-ის აღდგენის აპის მიერ გენერირებული Playbook-ის გაშვება"
|
411
394
|
|
412
395
|
msgid "Run remediation playbook generated by Insights"
|
413
396
|
msgstr "Insights-ის მიერ გენერირებული აღდგენის playbook-ის გაშვება"
|
@@ -421,9 +404,6 @@ msgstr ""
|
|
421
404
|
msgid "Select recommendations from all pages"
|
422
405
|
msgstr "რეკომენდაციების მონიშვნა ყველა გვერდიდან"
|
423
406
|
|
424
|
-
msgid "Send additional data to enhance Insights services, as per the settings"
|
425
|
-
msgstr ""
|
426
|
-
|
427
407
|
msgid "Set the current organization context for the request"
|
428
408
|
msgstr "მოთხოვნის მიმდინარე ორგანიზაციის კონტექსტის დაყენება"
|
429
409
|
|
@@ -469,7 +449,7 @@ msgstr ""
|
|
469
449
|
msgid "The report file %{filename} doesn't exist"
|
470
450
|
msgstr "ანგარიშის ფაილი %{filename} არ არსებობს"
|
471
451
|
|
472
|
-
msgid "The scheduled process is disabled because this Foreman is configured with
|
452
|
+
msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
|
473
453
|
msgstr ""
|
474
454
|
|
475
455
|
msgid "The server returned the following error: %s"
|
@@ -490,9 +470,6 @@ msgstr ""
|
|
490
470
|
msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
|
491
471
|
msgstr ""
|
492
472
|
|
493
|
-
msgid "Total CVEs"
|
494
|
-
msgstr ""
|
495
|
-
|
496
473
|
msgid "Total risk"
|
497
474
|
msgstr "სრული რისკი"
|
498
475
|
|
@@ -520,12 +497,6 @@ msgstr "ყველა რეკომენდაციის ნახვა"
|
|
520
497
|
msgid "View in Red Hat Insights"
|
521
498
|
msgstr "Red Hat Insights-ში ნახვა"
|
522
499
|
|
523
|
-
msgid "Vulnerabilities"
|
524
|
-
msgstr ""
|
525
|
-
|
526
|
-
msgid "Vulnerability"
|
527
|
-
msgstr ""
|
528
|
-
|
529
500
|
msgid "Wait and %s"
|
530
501
|
msgstr "დაელოდეთ და %s"
|
531
502
|
|
@@ -592,9 +563,6 @@ msgstr ""
|
|
592
563
|
msgid "rule title"
|
593
564
|
msgstr ""
|
594
565
|
|
595
|
-
msgid "setting minimal data collection"
|
596
|
-
msgstr ""
|
597
|
-
|
598
566
|
msgid "solution url"
|
599
567
|
msgstr ""
|
600
568
|
|
Binary file
|