foreman_rh_cloud 12.2.9 → 12.2.11
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 +47 -26
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +46 -25
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +32 -11
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +46 -25
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +46 -25
- data/app/controllers/concerns/insights_cloud/package_profile_upload_extensions.rb +2 -3
- data/app/services/foreman_rh_cloud/cert_auth.rb +13 -3
- data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +3 -1
- data/app/services/foreman_rh_cloud/tags_auth.rb +2 -1
- data/lib/foreman_inventory_upload/async/create_missing_insights_facets.rb +29 -0
- data/lib/foreman_inventory_upload/async/generate_host_report.rb +20 -0
- data/lib/foreman_inventory_upload/async/generate_report_job.rb +1 -1
- data/lib/foreman_inventory_upload/async/host_inventory_report_job.rb +39 -0
- data/lib/foreman_inventory_upload/async/single_host_report_job.rb +20 -0
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +2 -1
- 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 +7 -1
- 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 +14 -32
- data/locale/foreman_rh_cloud.pot +55 -18
- data/locale/fr/foreman_rh_cloud.po +48 -27
- data/locale/ja/foreman_rh_cloud.po +47 -26
- data/locale/ka/foreman_rh_cloud.po +32 -11
- data/locale/ko/foreman_rh_cloud.po +47 -26
- data/locale/zh_CN/foreman_rh_cloud.po +47 -26
- data/package.json +1 -1
- data/test/unit/fact_helpers_test.rb +47 -0
- data/test/unit/slice_generator_test.rb +57 -0
- data/webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js +57 -21
- data/webpack/InsightsHostDetailsTab/__tests__/InsightsTotalRiskChart.test.js +194 -0
- data/webpack/InsightsVulnerabilityHostIndexExtensions/CVECountCell.js +8 -2
- data/webpack/InsightsVulnerabilityHostIndexExtensions/__tests__/CVECountCell.test.js +48 -2
- metadata +6 -2
- data/app/services/foreman_rh_cloud/gateway_request.rb +0 -26
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
8
|
+
# Ondřej Gajdušek, 2025
|
|
8
9
|
#
|
|
9
10
|
msgid ""
|
|
10
11
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: foreman_rh_cloud
|
|
12
|
+
"Project-Id-Version: foreman_rh_cloud 13.0.5\n"
|
|
12
13
|
"Report-Msgid-Bugs-To: \n"
|
|
13
14
|
"PO-Revision-Date: 2023-01-20 13:26+0000\n"
|
|
14
|
-
"Last-Translator:
|
|
15
|
-
"n.nl>, 2025\n"
|
|
15
|
+
"Last-Translator: Ondřej Gajdušek, 2025\n"
|
|
16
16
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -39,7 +39,7 @@ msgid "All recommendations are now selected."
|
|
|
39
39
|
msgstr "すべての推奨事項が選択されました。"
|
|
40
40
|
|
|
41
41
|
msgid "Analytics data collection"
|
|
42
|
-
msgstr ""
|
|
42
|
+
msgstr "分析データの収集"
|
|
43
43
|
|
|
44
44
|
msgid "Any Organization"
|
|
45
45
|
msgstr "任意の組織"
|
|
@@ -122,11 +122,17 @@ msgstr "最新レポートのダウンロード"
|
|
|
122
122
|
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
|
|
123
123
|
msgstr "不一致のホストレコードを Red Hat クラウドから自動的に削除できるようにする"
|
|
124
124
|
|
|
125
|
+
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights."
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
125
128
|
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
|
|
126
129
|
msgstr "Red Hat クラウドから Insights の推奨事項の自動同期を有効にする"
|
|
127
130
|
|
|
128
|
-
msgid "Enable automatic
|
|
129
|
-
msgstr "
|
|
131
|
+
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights."
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
134
|
+
msgid "Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights."
|
|
135
|
+
msgstr ""
|
|
130
136
|
|
|
131
137
|
msgid "Enable automatic upload of your hosts inventory to the Red Hat cloud"
|
|
132
138
|
msgstr "ホストインベントリーの Red Hat クラウドに対して自動アップロードを有効にする"
|
|
@@ -141,12 +147,12 @@ msgid "Encountered an error while trying to access the server:"
|
|
|
141
147
|
msgstr "サーバーへのアクセス時にエラーが発生しました:"
|
|
142
148
|
|
|
143
149
|
msgid "Exclude installed packages"
|
|
144
|
-
msgstr ""
|
|
150
|
+
msgstr "インストール済みパッケージの除外"
|
|
145
151
|
|
|
146
152
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
|
147
153
|
msgstr "Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
|
|
148
154
|
|
|
149
|
-
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.)"
|
|
155
|
+
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.) Ignored when using local Insights."
|
|
150
156
|
msgstr ""
|
|
151
157
|
|
|
152
158
|
msgid "Exit Code: %s"
|
|
@@ -183,7 +189,7 @@ msgid "Generate and upload report"
|
|
|
183
189
|
msgstr "レポートの生成およびアップロード"
|
|
184
190
|
|
|
185
191
|
msgid "Generate report"
|
|
186
|
-
msgstr ""
|
|
192
|
+
msgstr "レポートを生成します。"
|
|
187
193
|
|
|
188
194
|
msgid "Generate the report, but do not upload"
|
|
189
195
|
msgstr "レポートを生成するがアップロードしない"
|
|
@@ -212,6 +218,9 @@ msgstr "RH Cloud にないホストを取得する"
|
|
|
212
218
|
msgid "Host Insights recommendations"
|
|
213
219
|
msgstr "ホストに関する Insights の推奨事項"
|
|
214
220
|
|
|
221
|
+
msgid "Host inventory report job"
|
|
222
|
+
msgstr ""
|
|
223
|
+
|
|
215
224
|
msgid "Host was not uploaded to your RH cloud inventory"
|
|
216
225
|
msgstr "ホストが RH クラウドインベントリーにアップロードされませんでした"
|
|
217
226
|
|
|
@@ -255,7 +264,7 @@ msgid "Knowledgebase article"
|
|
|
255
264
|
msgstr "ナレッジベースアーティクル"
|
|
256
265
|
|
|
257
266
|
msgid "Learn more about {minimalDataCollectionSetting}."
|
|
258
|
-
msgstr ""
|
|
267
|
+
msgstr "{minimalDataCollectionSetting} の詳細を確認してください。"
|
|
259
268
|
|
|
260
269
|
msgid "List of host UUIDs"
|
|
261
270
|
msgstr "ホスト UUID のリスト"
|
|
@@ -273,6 +282,9 @@ msgid "Manual"
|
|
|
273
282
|
msgstr "手動"
|
|
274
283
|
|
|
275
284
|
msgid "Minimal data collection"
|
|
285
|
+
msgstr "最小限のデータ収集"
|
|
286
|
+
|
|
287
|
+
msgid "Missing Insights facets created: %s"
|
|
276
288
|
msgstr ""
|
|
277
289
|
|
|
278
290
|
msgid "Moderate"
|
|
@@ -309,7 +321,7 @@ msgid "Obfuscate host ipv4 addresses"
|
|
|
309
321
|
msgstr "ホストの ipv4 アドレスの難読化"
|
|
310
322
|
|
|
311
323
|
msgid "Obfuscate host ipv4 addresses."
|
|
312
|
-
msgstr ""
|
|
324
|
+
msgstr "ホストの IPv4 アドレスを難読化します。"
|
|
313
325
|
|
|
314
326
|
msgid "Obfuscate host names"
|
|
315
327
|
msgstr "ホスト名の難読化"
|
|
@@ -317,20 +329,20 @@ msgstr "ホスト名の難読化"
|
|
|
317
329
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
|
318
330
|
msgstr "Red Hat クラウドに送信するホスト名を難読化する"
|
|
319
331
|
|
|
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.)"
|
|
332
|
+
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.) Ignored when using local Insights."
|
|
321
333
|
msgstr ""
|
|
322
334
|
|
|
323
335
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
|
324
336
|
msgstr "Red Hat クラウドに送信する ipv4 アドレスを難読化する"
|
|
325
337
|
|
|
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.)"
|
|
338
|
+
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.) Ignored when using local Insights."
|
|
327
339
|
msgstr ""
|
|
328
340
|
|
|
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."
|
|
341
|
+
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. Ignored when using local Insights."
|
|
330
342
|
msgstr ""
|
|
331
343
|
|
|
332
344
|
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
|
333
|
-
msgstr ""
|
|
345
|
+
msgstr "必要最小限のデータのみを Red Hat クラウドに送信します。難読化設定は無効化されます"
|
|
334
346
|
|
|
335
347
|
msgid "Oops! Couldn't find organization that matches your query"
|
|
336
348
|
msgstr "クエリーに合致する組織が見つかりませんでした"
|
|
@@ -347,8 +359,8 @@ msgstr "Playbook"
|
|
|
347
359
|
msgid "RH Cloud"
|
|
348
360
|
msgstr "RH Cloud"
|
|
349
361
|
|
|
350
|
-
msgid "RHC daemon id"
|
|
351
|
-
msgstr "
|
|
362
|
+
msgid "RHC daemon id. Ignored when using local Insights."
|
|
363
|
+
msgstr ""
|
|
352
364
|
|
|
353
365
|
msgid "Read more about it in RH cloud insights"
|
|
354
366
|
msgstr "詳細は、RH cloud insights を参照してください。"
|
|
@@ -408,7 +420,7 @@ msgid "Run RH Cloud playbook"
|
|
|
408
420
|
msgstr "RH Cloud Playbook の実行"
|
|
409
421
|
|
|
410
422
|
msgid "Run playbook generated by Red Hat remediations app"
|
|
411
|
-
msgstr ""
|
|
423
|
+
msgstr "Red Hat 修復アプリケーションによって生成された Playbook の実行"
|
|
412
424
|
|
|
413
425
|
msgid "Run remediation playbook generated by Insights"
|
|
414
426
|
msgstr "Insights で生成された修復 Playbook の実行"
|
|
@@ -423,7 +435,7 @@ msgid "Select recommendations from all pages"
|
|
|
423
435
|
msgstr "すべてのページから推奨事項を選択する"
|
|
424
436
|
|
|
425
437
|
msgid "Send additional data to enhance Insights services, as per the settings"
|
|
426
|
-
msgstr ""
|
|
438
|
+
msgstr "Insights サービスの強化のために、設定に従って追加データを送信する"
|
|
427
439
|
|
|
428
440
|
msgid "Set the current organization context for the request"
|
|
429
441
|
msgstr "要求に現在の組織コンテキストを設定します"
|
|
@@ -431,8 +443,8 @@ msgstr "要求に現在の組織コンテキストを設定します"
|
|
|
431
443
|
msgid "Settings"
|
|
432
444
|
msgstr "設定"
|
|
433
445
|
|
|
434
|
-
msgid "Should import include parameter tags from Foreman?"
|
|
435
|
-
msgstr "
|
|
446
|
+
msgid "Should import include parameter tags from Foreman? Ignored when using local Insights."
|
|
447
|
+
msgstr ""
|
|
436
448
|
|
|
437
449
|
msgid "Show Advanced Settings"
|
|
438
450
|
msgstr "詳細設定の表示"
|
|
@@ -440,6 +452,12 @@ msgstr "詳細設定の表示"
|
|
|
440
452
|
msgid "Show if system is configured to use local iop-advisor-engine."
|
|
441
453
|
msgstr "システムがローカル iop-advisor-engine を使用するように設定されているかどうかを表示します。"
|
|
442
454
|
|
|
455
|
+
msgid "Single-host report job"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
msgid "Single-host report job for host %s"
|
|
459
|
+
msgstr ""
|
|
460
|
+
|
|
443
461
|
msgid "Start inventory synchronization"
|
|
444
462
|
msgstr "インベントリー同期の開始"
|
|
445
463
|
|
|
@@ -471,7 +489,7 @@ msgid "The report file %{filename} doesn't exist"
|
|
|
471
489
|
msgstr "%{filename} レポートファイルがありません"
|
|
472
490
|
|
|
473
491
|
msgid "The scheduled process is disabled because this Foreman is configured with a local IoP Smart Proxy."
|
|
474
|
-
msgstr ""
|
|
492
|
+
msgstr "この Foreman はローカルの IoP Smart Proxy で設定されているため、スケジュールされたプロセスが無効になっています。"
|
|
475
493
|
|
|
476
494
|
msgid "The server returned the following error: %s"
|
|
477
495
|
msgstr "サーバーは以下のエラーを返しました: %s"
|
|
@@ -482,6 +500,9 @@ msgstr "タスクは以下のエラーで失敗しました: "
|
|
|
482
500
|
msgid "There are no recommendations for your hosts"
|
|
483
501
|
msgstr "ホストに関する推奨事項はありません"
|
|
484
502
|
|
|
503
|
+
msgid "There were no missing Insights facets"
|
|
504
|
+
msgstr ""
|
|
505
|
+
|
|
485
506
|
msgid "This action will also enable automatic reports upload"
|
|
486
507
|
msgstr "このアクションを実行すると、自動レポートのアップロードも有効になります。"
|
|
487
508
|
|
|
@@ -492,7 +513,7 @@ msgid "To manually upload the data for a specific organization, select an organi
|
|
|
492
513
|
msgstr "特定の組織のデータを手動でアップロードするには、組織を選択して {restartButtonName} をクリックします。"
|
|
493
514
|
|
|
494
515
|
msgid "Total CVEs"
|
|
495
|
-
msgstr ""
|
|
516
|
+
msgstr "CVE の総数"
|
|
496
517
|
|
|
497
518
|
msgid "Total risk"
|
|
498
519
|
msgstr "リスクの総数"
|
|
@@ -522,10 +543,10 @@ msgid "View in Red Hat Insights"
|
|
|
522
543
|
msgstr "Red Hat Insights での表示"
|
|
523
544
|
|
|
524
545
|
msgid "Vulnerabilities"
|
|
525
|
-
msgstr ""
|
|
546
|
+
msgstr "脆弱性"
|
|
526
547
|
|
|
527
548
|
msgid "Vulnerability"
|
|
528
|
-
msgstr ""
|
|
549
|
+
msgstr "脆弱性"
|
|
529
550
|
|
|
530
551
|
msgid "Wait and %s"
|
|
531
552
|
msgstr "待機して %s"
|
|
@@ -594,7 +615,7 @@ msgid "rule title"
|
|
|
594
615
|
msgstr "ルールタイトル"
|
|
595
616
|
|
|
596
617
|
msgid "setting minimal data collection"
|
|
597
|
-
msgstr ""
|
|
618
|
+
msgstr "最小限のデータ収集の設定"
|
|
598
619
|
|
|
599
620
|
msgid "solution url"
|
|
600
621
|
msgstr "ソリューション URL"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: foreman_rh_cloud
|
|
11
|
+
"Project-Id-Version: foreman_rh_cloud 13.0.5\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2023-01-20 13:26+0000\n"
|
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
|
@@ -121,11 +121,17 @@ msgstr "უახლესი ანგარიშის გადმოწე
|
|
|
121
121
|
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
|
|
122
122
|
msgstr ""
|
|
123
123
|
|
|
124
|
+
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights."
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
124
127
|
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
|
|
125
128
|
msgstr "Red Hat Cloud-დან Insight-ის რეკომენდაციების ავტომატური სინქრონიზაციების ჩართვა"
|
|
126
129
|
|
|
127
|
-
msgid "Enable automatic
|
|
128
|
-
msgstr "
|
|
130
|
+
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights."
|
|
131
|
+
msgstr ""
|
|
132
|
+
|
|
133
|
+
msgid "Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights."
|
|
134
|
+
msgstr ""
|
|
129
135
|
|
|
130
136
|
msgid "Enable automatic upload of your hosts inventory to the Red Hat cloud"
|
|
131
137
|
msgstr "თქვენი ჰოსტების ინვენტარის Red Hat Cloud-ში ავტომატური ატვირთვის ჩართვა"
|
|
@@ -145,7 +151,7 @@ msgstr ""
|
|
|
145
151
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
|
146
152
|
msgstr "Red Hat cloud-ში ატვირთული პაკეტების სიიდან დაყენებული პაკეტების ამოღება"
|
|
147
153
|
|
|
148
|
-
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.)"
|
|
154
|
+
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.) Ignored when using local Insights."
|
|
149
155
|
msgstr ""
|
|
150
156
|
|
|
151
157
|
msgid "Exit Code: %s"
|
|
@@ -211,6 +217,9 @@ msgstr ""
|
|
|
211
217
|
msgid "Host Insights recommendations"
|
|
212
218
|
msgstr "ჰოსტის Insights-ის რეკომენდაციები"
|
|
213
219
|
|
|
220
|
+
msgid "Host inventory report job"
|
|
221
|
+
msgstr ""
|
|
222
|
+
|
|
214
223
|
msgid "Host was not uploaded to your RH cloud inventory"
|
|
215
224
|
msgstr "ჰოსტის თქვენი RH-ის ღრუბლოვან ინვენტარში არ ატვირთულა"
|
|
216
225
|
|
|
@@ -274,6 +283,9 @@ msgstr "ხელით"
|
|
|
274
283
|
msgid "Minimal data collection"
|
|
275
284
|
msgstr ""
|
|
276
285
|
|
|
286
|
+
msgid "Missing Insights facets created: %s"
|
|
287
|
+
msgstr ""
|
|
288
|
+
|
|
277
289
|
msgid "Moderate"
|
|
278
290
|
msgstr "საშუალო"
|
|
279
291
|
|
|
@@ -316,16 +328,16 @@ msgstr "ჰოსტის სახელების ობფუსკაც
|
|
|
316
328
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
|
317
329
|
msgstr "Red Hat cloud-ში გაგზავნილი ჰოსტის სახელების დამახინჯება"
|
|
318
330
|
|
|
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.)"
|
|
331
|
+
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.) Ignored when using local Insights."
|
|
320
332
|
msgstr ""
|
|
321
333
|
|
|
322
334
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
|
323
335
|
msgstr "Red Hat cloud-ში გაგზავნილი IPv4 მისამართების დამახინჯება"
|
|
324
336
|
|
|
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.)"
|
|
337
|
+
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.) Ignored when using local Insights."
|
|
326
338
|
msgstr ""
|
|
327
339
|
|
|
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."
|
|
340
|
+
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. Ignored when using local Insights."
|
|
329
341
|
msgstr ""
|
|
330
342
|
|
|
331
343
|
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
|
@@ -346,8 +358,8 @@ msgstr "Playbook"
|
|
|
346
358
|
msgid "RH Cloud"
|
|
347
359
|
msgstr "RH Cloud"
|
|
348
360
|
|
|
349
|
-
msgid "RHC daemon id"
|
|
350
|
-
msgstr "
|
|
361
|
+
msgid "RHC daemon id. Ignored when using local Insights."
|
|
362
|
+
msgstr ""
|
|
351
363
|
|
|
352
364
|
msgid "Read more about it in RH cloud insights"
|
|
353
365
|
msgstr "გაიგეთ მეტი RH Cloud insights-ის შესახებ"
|
|
@@ -430,8 +442,8 @@ msgstr "მოთხოვნის მიმდინარე ორგან
|
|
|
430
442
|
msgid "Settings"
|
|
431
443
|
msgstr "მორგება"
|
|
432
444
|
|
|
433
|
-
msgid "Should import include parameter tags from Foreman?"
|
|
434
|
-
msgstr "
|
|
445
|
+
msgid "Should import include parameter tags from Foreman? Ignored when using local Insights."
|
|
446
|
+
msgstr ""
|
|
435
447
|
|
|
436
448
|
msgid "Show Advanced Settings"
|
|
437
449
|
msgstr "დამატებითი პარამეტრების ცვენება"
|
|
@@ -439,6 +451,12 @@ msgstr "დამატებითი პარამეტრების ც
|
|
|
439
451
|
msgid "Show if system is configured to use local iop-advisor-engine."
|
|
440
452
|
msgstr ""
|
|
441
453
|
|
|
454
|
+
msgid "Single-host report job"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
msgid "Single-host report job for host %s"
|
|
458
|
+
msgstr ""
|
|
459
|
+
|
|
442
460
|
msgid "Start inventory synchronization"
|
|
443
461
|
msgstr "ინვენტარის სინქრონიზაციის დაწყება"
|
|
444
462
|
|
|
@@ -481,6 +499,9 @@ msgstr "დავალება შემდეგი შეცდომით
|
|
|
481
499
|
msgid "There are no recommendations for your hosts"
|
|
482
500
|
msgstr ""
|
|
483
501
|
|
|
502
|
+
msgid "There were no missing Insights facets"
|
|
503
|
+
msgstr ""
|
|
504
|
+
|
|
484
505
|
msgid "This action will also enable automatic reports upload"
|
|
485
506
|
msgstr "ეს ქმედება ავტომატურად ანგარიშების ატვირთვასაც ჩართავს"
|
|
486
507
|
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
9
9
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
|
10
10
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
11
|
+
# Ondřej Gajdušek, 2025
|
|
11
12
|
#
|
|
12
13
|
msgid ""
|
|
13
14
|
msgstr ""
|
|
14
|
-
"Project-Id-Version: foreman_rh_cloud
|
|
15
|
+
"Project-Id-Version: foreman_rh_cloud 13.0.5\n"
|
|
15
16
|
"Report-Msgid-Bugs-To: \n"
|
|
16
17
|
"PO-Revision-Date: 2023-01-20 13:26+0000\n"
|
|
17
|
-
"Last-Translator:
|
|
18
|
-
"n.nl>, 2025\n"
|
|
18
|
+
"Last-Translator: Ondřej Gajdušek, 2025\n"
|
|
19
19
|
"Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n"
|
|
20
20
|
"MIME-Version: 1.0\n"
|
|
21
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -42,7 +42,7 @@ msgid "All recommendations are now selected."
|
|
|
42
42
|
msgstr "모든 권장 사항이 선택되었습니다."
|
|
43
43
|
|
|
44
44
|
msgid "Analytics data collection"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "분석 데이터 수집"
|
|
46
46
|
|
|
47
47
|
msgid "Any Organization"
|
|
48
48
|
msgstr "모든 조직 "
|
|
@@ -125,11 +125,17 @@ msgstr "최신 보고서 다운로드"
|
|
|
125
125
|
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
|
|
126
126
|
msgstr "Red Hat 클라우드에서 일치하지 않는 호스트 기록의 자동 삭제를 활성화하십시오."
|
|
127
127
|
|
|
128
|
+
msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights."
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
128
131
|
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
|
|
129
132
|
msgstr "Red Hat 클라우드에서 Insights 권장 사항의 자동 동기화를 활성화합니다."
|
|
130
133
|
|
|
131
|
-
msgid "Enable automatic
|
|
132
|
-
msgstr "
|
|
134
|
+
msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights."
|
|
135
|
+
msgstr ""
|
|
136
|
+
|
|
137
|
+
msgid "Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights."
|
|
138
|
+
msgstr ""
|
|
133
139
|
|
|
134
140
|
msgid "Enable automatic upload of your hosts inventory to the Red Hat cloud"
|
|
135
141
|
msgstr "호스트 인벤토리를 Red Hat 클라우드에 자동으로 업로드하도록 설정"
|
|
@@ -144,12 +150,12 @@ msgid "Encountered an error while trying to access the server:"
|
|
|
144
150
|
msgstr "서버에 접근하는 동안 오류가 발생했습니다:"
|
|
145
151
|
|
|
146
152
|
msgid "Exclude installed packages"
|
|
147
|
-
msgstr ""
|
|
153
|
+
msgstr "설치된 패키지 제외"
|
|
148
154
|
|
|
149
155
|
msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
|
|
150
156
|
msgstr "설치된 패키지가 Red Hat 클라우드에 업로드되는 것을 제외합니다."
|
|
151
157
|
|
|
152
|
-
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.)"
|
|
158
|
+
msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.) Ignored when using local Insights."
|
|
153
159
|
msgstr ""
|
|
154
160
|
|
|
155
161
|
msgid "Exit Code: %s"
|
|
@@ -186,7 +192,7 @@ msgid "Generate and upload report"
|
|
|
186
192
|
msgstr "보고서 생성 및 업로드"
|
|
187
193
|
|
|
188
194
|
msgid "Generate report"
|
|
189
|
-
msgstr ""
|
|
195
|
+
msgstr "보고서 생성"
|
|
190
196
|
|
|
191
197
|
msgid "Generate the report, but do not upload"
|
|
192
198
|
msgstr "보고서를 생성하되 업로드하지 마십시오."
|
|
@@ -215,6 +221,9 @@ msgstr "RH Cloud에 없는 호스트를 가져오십시오."
|
|
|
215
221
|
msgid "Host Insights recommendations"
|
|
216
222
|
msgstr "호스트 Insights 추천"
|
|
217
223
|
|
|
224
|
+
msgid "Host inventory report job"
|
|
225
|
+
msgstr ""
|
|
226
|
+
|
|
218
227
|
msgid "Host was not uploaded to your RH cloud inventory"
|
|
219
228
|
msgstr "호스트가 RH 클라우드 인벤토리에 업로드되지 않았습니다."
|
|
220
229
|
|
|
@@ -258,7 +267,7 @@ msgid "Knowledgebase article"
|
|
|
258
267
|
msgstr "지식베이스 문서"
|
|
259
268
|
|
|
260
269
|
msgid "Learn more about {minimalDataCollectionSetting}."
|
|
261
|
-
msgstr ""
|
|
270
|
+
msgstr "{minimalDataCollectionSetting}에 대해 자세히 알아보세요."
|
|
262
271
|
|
|
263
272
|
msgid "List of host UUIDs"
|
|
264
273
|
msgstr "호스트 UUID 목록"
|
|
@@ -276,6 +285,9 @@ msgid "Manual"
|
|
|
276
285
|
msgstr "수동"
|
|
277
286
|
|
|
278
287
|
msgid "Minimal data collection"
|
|
288
|
+
msgstr "최소한의 데이터 수집"
|
|
289
|
+
|
|
290
|
+
msgid "Missing Insights facets created: %s"
|
|
279
291
|
msgstr ""
|
|
280
292
|
|
|
281
293
|
msgid "Moderate"
|
|
@@ -312,7 +324,7 @@ msgid "Obfuscate host ipv4 addresses"
|
|
|
312
324
|
msgstr "호스트 ipv4 주소 난독화"
|
|
313
325
|
|
|
314
326
|
msgid "Obfuscate host ipv4 addresses."
|
|
315
|
-
msgstr ""
|
|
327
|
+
msgstr "호스트 ipv4 주소 난독화"
|
|
316
328
|
|
|
317
329
|
msgid "Obfuscate host names"
|
|
318
330
|
msgstr "호스트 이름 난독화"
|
|
@@ -320,20 +332,20 @@ msgstr "호스트 이름 난독화"
|
|
|
320
332
|
msgid "Obfuscate host names sent to the Red Hat cloud"
|
|
321
333
|
msgstr "Red Hat 클라우드로 전송된 호스트 이름을 난독화합니다."
|
|
322
334
|
|
|
323
|
-
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.)"
|
|
335
|
+
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.) Ignored when using local Insights."
|
|
324
336
|
msgstr ""
|
|
325
337
|
|
|
326
338
|
msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
|
|
327
339
|
msgstr "Red Hat 클라우드로 전송된 ipv4 주소 난독화"
|
|
328
340
|
|
|
329
|
-
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.)"
|
|
341
|
+
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.) Ignored when using local Insights."
|
|
330
342
|
msgstr ""
|
|
331
343
|
|
|
332
|
-
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."
|
|
344
|
+
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. Ignored when using local Insights."
|
|
333
345
|
msgstr ""
|
|
334
346
|
|
|
335
347
|
msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
|
|
336
|
-
msgstr ""
|
|
348
|
+
msgstr "Red Hat 클라우드에 필요한 최소한의 데이터만 전송하고 난독화 설정은 비활성화됩니다."
|
|
337
349
|
|
|
338
350
|
msgid "Oops! Couldn't find organization that matches your query"
|
|
339
351
|
msgstr "죄송합니다! 귀하의 쿼리와 일치하는 조직을 찾을 수 없습니다."
|
|
@@ -350,8 +362,8 @@ msgstr "Playbook"
|
|
|
350
362
|
msgid "RH Cloud"
|
|
351
363
|
msgstr "RH 클라우드"
|
|
352
364
|
|
|
353
|
-
msgid "RHC daemon id"
|
|
354
|
-
msgstr "
|
|
365
|
+
msgid "RHC daemon id. Ignored when using local Insights."
|
|
366
|
+
msgstr ""
|
|
355
367
|
|
|
356
368
|
msgid "Read more about it in RH cloud insights"
|
|
357
369
|
msgstr "RH 클라우드 Insights에서 이에 대해 자세히 알아보세요."
|
|
@@ -411,7 +423,7 @@ msgid "Run RH Cloud playbook"
|
|
|
411
423
|
msgstr "RH Cloud playbook 실행"
|
|
412
424
|
|
|
413
425
|
msgid "Run playbook generated by Red Hat remediations app"
|
|
414
|
-
msgstr ""
|
|
426
|
+
msgstr "Red Hat Remediations 앱에서 생성된 playbook 실행"
|
|
415
427
|
|
|
416
428
|
msgid "Run remediation playbook generated by Insights"
|
|
417
429
|
msgstr "Insights에서 생성된 수정 playbook 실행"
|
|
@@ -426,7 +438,7 @@ msgid "Select recommendations from all pages"
|
|
|
426
438
|
msgstr "모든 페이지에서 추천을 선택하세요"
|
|
427
439
|
|
|
428
440
|
msgid "Send additional data to enhance Insights services, as per the settings"
|
|
429
|
-
msgstr ""
|
|
441
|
+
msgstr "설정에 따라 Insights 서비스를 향상시키기 위해 추가 데이터를 보냅니다."
|
|
430
442
|
|
|
431
443
|
msgid "Set the current organization context for the request"
|
|
432
444
|
msgstr "요청에 대한 현재 조직 컨텍스트 설정"
|
|
@@ -434,8 +446,8 @@ msgstr "요청에 대한 현재 조직 컨텍스트 설정"
|
|
|
434
446
|
msgid "Settings"
|
|
435
447
|
msgstr "설정 "
|
|
436
448
|
|
|
437
|
-
msgid "Should import include parameter tags from Foreman?"
|
|
438
|
-
msgstr "
|
|
449
|
+
msgid "Should import include parameter tags from Foreman? Ignored when using local Insights."
|
|
450
|
+
msgstr ""
|
|
439
451
|
|
|
440
452
|
msgid "Show Advanced Settings"
|
|
441
453
|
msgstr "고급 설정 표시"
|
|
@@ -443,6 +455,12 @@ msgstr "고급 설정 표시"
|
|
|
443
455
|
msgid "Show if system is configured to use local iop-advisor-engine."
|
|
444
456
|
msgstr "시스템이 로컬 iop-advisor-engine을 사용하도록 구성되어 있는지 표시하십시오."
|
|
445
457
|
|
|
458
|
+
msgid "Single-host report job"
|
|
459
|
+
msgstr ""
|
|
460
|
+
|
|
461
|
+
msgid "Single-host report job for host %s"
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
446
464
|
msgid "Start inventory synchronization"
|
|
447
465
|
msgstr "인벤토리 동기화 시작"
|
|
448
466
|
|
|
@@ -474,7 +492,7 @@ msgid "The report file %{filename} doesn't exist"
|
|
|
474
492
|
msgstr "보고서 파일%{filename}이/가 존재하지 않습니다"
|
|
475
493
|
|
|
476
494
|
msgid "The scheduled process is disabled because this Foreman is configured with a local IoP Smart Proxy."
|
|
477
|
-
msgstr ""
|
|
495
|
+
msgstr "이 Foreman이 로컬 IoP Smart Proxy로 구성되어 있어 예정된 프로세스가 비활성화되었습니다."
|
|
478
496
|
|
|
479
497
|
msgid "The server returned the following error: %s"
|
|
480
498
|
msgstr "서버에서 다음 오류가 반환되었습니다. %s"
|
|
@@ -485,6 +503,9 @@ msgstr "다음 오류로 인해 작업이 실패했습니다."
|
|
|
485
503
|
msgid "There are no recommendations for your hosts"
|
|
486
504
|
msgstr "호스트에 대한 권장 사항이 없음"
|
|
487
505
|
|
|
506
|
+
msgid "There were no missing Insights facets"
|
|
507
|
+
msgstr ""
|
|
508
|
+
|
|
488
509
|
msgid "This action will also enable automatic reports upload"
|
|
489
510
|
msgstr "이 작업을 수행하면 자동 보고서 업로드도 활성화됩니다."
|
|
490
511
|
|
|
@@ -495,7 +516,7 @@ msgid "To manually upload the data for a specific organization, select an organi
|
|
|
495
516
|
msgstr "특정 조직에 대한 데이터를 수동으로 업로드하려면 조직을 선택하고 {restartButtonName}를 클릭하십시오."
|
|
496
517
|
|
|
497
518
|
msgid "Total CVEs"
|
|
498
|
-
msgstr ""
|
|
519
|
+
msgstr "총 CVE"
|
|
499
520
|
|
|
500
521
|
msgid "Total risk"
|
|
501
522
|
msgstr "총 위험"
|
|
@@ -525,10 +546,10 @@ msgid "View in Red Hat Insights"
|
|
|
525
546
|
msgstr "Red Hat Insights에서 보기"
|
|
526
547
|
|
|
527
548
|
msgid "Vulnerabilities"
|
|
528
|
-
msgstr ""
|
|
549
|
+
msgstr "취약점"
|
|
529
550
|
|
|
530
551
|
msgid "Vulnerability"
|
|
531
|
-
msgstr ""
|
|
552
|
+
msgstr "취약성"
|
|
532
553
|
|
|
533
554
|
msgid "Wait and %s"
|
|
534
555
|
msgstr "대기 및 %s"
|
|
@@ -597,7 +618,7 @@ msgid "rule title"
|
|
|
597
618
|
msgstr "규칙 제목"
|
|
598
619
|
|
|
599
620
|
msgid "setting minimal data collection"
|
|
600
|
-
msgstr ""
|
|
621
|
+
msgstr "최소 데이터 수집 설정"
|
|
601
622
|
|
|
602
623
|
msgid "solution url"
|
|
603
624
|
msgstr "솔루션 URL"
|