foreman_rh_cloud 12.2.12 → 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 +24 -78
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +24 -78
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +23 -77
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +23 -77
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +23 -77
- 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 +157 -261
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +26 -79
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +26 -79
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +24 -77
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +25 -78
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +25 -78
- 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/InsightsVulnerabilityHostIndexExtensions/CVECountCell.js +2 -8
- data/webpack/InsightsVulnerabilityHostIndexExtensions/__tests__/CVECountCell.test.js +2 -48
- 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
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_rh_cloud": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 11.1.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
9
|
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023",
|
@@ -35,9 +35,6 @@
|
|
35
35
|
"All recommendations are now selected.": [
|
36
36
|
"ახლა ყველა რეკომენდაცია მონიშნულია."
|
37
37
|
],
|
38
|
-
"Analytics data collection": [
|
39
|
-
""
|
40
|
-
],
|
41
38
|
"Any Organization": [
|
42
39
|
"ნებისმიერი ორგანიზაცია"
|
43
40
|
],
|
@@ -119,17 +116,11 @@
|
|
119
116
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
120
117
|
""
|
121
118
|
],
|
122
|
-
"Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights.": [
|
123
|
-
""
|
124
|
-
],
|
125
119
|
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
126
120
|
"Red Hat Cloud-დან Insight-ის რეკომენდაციების ავტომატური სინქრონიზაციების ჩართვა"
|
127
121
|
],
|
128
|
-
"Enable automatic
|
129
|
-
""
|
130
|
-
],
|
131
|
-
"Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights.": [
|
132
|
-
""
|
122
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud": [
|
123
|
+
"თქვენი ჰოსტების ინვენტარის Red Hat Cloud-ში ავტომატური ატვირთვის ჩართვა"
|
133
124
|
],
|
134
125
|
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
135
126
|
"თქვენი ჰოსტების ინვენტარის Red Hat Cloud-ში ავტომატური ატვირთვის ჩართვა"
|
@@ -143,14 +134,17 @@
|
|
143
134
|
"Encountered an error while trying to access the server:": [
|
144
135
|
"შეცდომა სერვერთან წვდომის მცდელობისას:"
|
145
136
|
],
|
146
|
-
"Exclude installed
|
147
|
-
""
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"დაყენებული პაკეტების გამორიცხვა"
|
148
139
|
],
|
149
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
150
141
|
"Red Hat cloud-ში ატვირთული პაკეტების სიიდან დაყენებული პაკეტების ამოღება"
|
151
142
|
],
|
152
|
-
"Exclude
|
153
|
-
""
|
143
|
+
"Exclude packages": [
|
144
|
+
"პაკეტების გამორიცხვა"
|
145
|
+
],
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"პაკეტების ამოღება Red Hat Cloud-ზე ასატვირთი სიიდან"
|
154
148
|
],
|
155
149
|
"Exit Code: %s": [
|
156
150
|
"გასვლის კოდი: %s"
|
@@ -185,9 +179,6 @@
|
|
185
179
|
"Generate and upload report": [
|
186
180
|
""
|
187
181
|
],
|
188
|
-
"Generate report": [
|
189
|
-
""
|
190
|
-
],
|
191
182
|
"Generate the report, but do not upload": [
|
192
183
|
""
|
193
184
|
],
|
@@ -215,9 +206,6 @@
|
|
215
206
|
"Host Insights recommendations": [
|
216
207
|
"ჰოსტის Insights-ის რეკომენდაციები"
|
217
208
|
],
|
218
|
-
"Host inventory report job": [
|
219
|
-
""
|
220
|
-
],
|
221
209
|
"Host was not uploaded to your RH cloud inventory": [
|
222
210
|
"ჰოსტის თქვენი RH-ის ღრუბლოვან ინვენტარში არ ატვირთულა"
|
223
211
|
],
|
@@ -260,9 +248,6 @@
|
|
260
248
|
"Knowledgebase article": [
|
261
249
|
"ცოდნის ბაზის სტატია"
|
262
250
|
],
|
263
|
-
"Learn more about {minimalDataCollectionSetting}.": [
|
264
|
-
""
|
265
|
-
],
|
266
251
|
"List of host UUIDs": [
|
267
252
|
""
|
268
253
|
],
|
@@ -278,12 +263,6 @@
|
|
278
263
|
"Manual": [
|
279
264
|
"ხელით"
|
280
265
|
],
|
281
|
-
"Minimal data collection": [
|
282
|
-
""
|
283
|
-
],
|
284
|
-
"Missing Insights facets created: %s": [
|
285
|
-
""
|
286
|
-
],
|
287
266
|
"Moderate": [
|
288
267
|
"საშუალო"
|
289
268
|
],
|
@@ -314,33 +293,21 @@
|
|
314
293
|
"Notice": [
|
315
294
|
"გაფრთხილება"
|
316
295
|
],
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"IP-ების ობფუსკაცია"
|
298
|
+
],
|
317
299
|
"Obfuscate host ipv4 addresses": [
|
318
300
|
"ჰოსტის ipv4 მისამართების ობფუსკაცია"
|
319
301
|
],
|
320
|
-
"Obfuscate host ipv4 addresses.": [
|
321
|
-
""
|
322
|
-
],
|
323
302
|
"Obfuscate host names": [
|
324
303
|
"ჰოსტის სახელების ობფუსკაცია"
|
325
304
|
],
|
326
305
|
"Obfuscate host names sent to the Red Hat cloud": [
|
327
306
|
"Red Hat cloud-ში გაგზავნილი ჰოსტის სახელების დამახინჯება"
|
328
307
|
],
|
329
|
-
"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.": [
|
330
|
-
""
|
331
|
-
],
|
332
308
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
333
309
|
"Red Hat cloud-ში გაგზავნილი IPv4 მისამართების დამახინჯება"
|
334
310
|
],
|
335
|
-
"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.": [
|
336
|
-
""
|
337
|
-
],
|
338
|
-
"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.": [
|
339
|
-
""
|
340
|
-
],
|
341
|
-
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
342
|
-
""
|
343
|
-
],
|
344
311
|
"Oops! Couldn't find organization that matches your query": [
|
345
312
|
"ვაი! ორგანიზაცია, რომელიც თქვენს პირობებში ჯდება, ვერ ვიპოვე"
|
346
313
|
],
|
@@ -356,8 +323,11 @@
|
|
356
323
|
"RH Cloud": [
|
357
324
|
"RH Cloud"
|
358
325
|
],
|
359
|
-
"RHC daemon id
|
360
|
-
""
|
326
|
+
"RHC daemon id": [
|
327
|
+
"RHC დემონის ID"
|
328
|
+
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
361
331
|
],
|
362
332
|
"Read more about it in RH cloud insights": [
|
363
333
|
"გაიგეთ მეტი RH Cloud insights-ის შესახებ"
|
@@ -416,8 +386,8 @@
|
|
416
386
|
"Run RH Cloud playbook": [
|
417
387
|
"RH Cloud-ის Playbok-ის გაშვება"
|
418
388
|
],
|
419
|
-
"Run playbook
|
420
|
-
""
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Red Hat-ის აღდგენის აპის მიერ გენერირებული Playbook-ის გაშვება"
|
421
391
|
],
|
422
392
|
"Run remediation playbook generated by Insights": [
|
423
393
|
"Insights-ის მიერ გენერირებული აღდგენის playbook-ის გაშვება"
|
@@ -431,17 +401,14 @@
|
|
431
401
|
"Select recommendations from all pages": [
|
432
402
|
"რეკომენდაციების მონიშვნა ყველა გვერდიდან"
|
433
403
|
],
|
434
|
-
"Send additional data to enhance Insights services, as per the settings": [
|
435
|
-
""
|
436
|
-
],
|
437
404
|
"Set the current organization context for the request": [
|
438
405
|
"მოთხოვნის მიმდინარე ორგანიზაციის კონტექსტის დაყენება"
|
439
406
|
],
|
440
407
|
"Settings": [
|
441
408
|
"მორგება"
|
442
409
|
],
|
443
|
-
"Should import include parameter tags from Foreman?
|
444
|
-
""
|
410
|
+
"Should import include parameter tags from Foreman?": [
|
411
|
+
"უნდა შეიცავდეს შემოტანა პარამეტრის ჭდეებს Foreman-დან?"
|
445
412
|
],
|
446
413
|
"Show Advanced Settings": [
|
447
414
|
"დამატებითი პარამეტრების ცვენება"
|
@@ -449,12 +416,6 @@
|
|
449
416
|
"Show if system is configured to use local iop-advisor-engine.": [
|
450
417
|
""
|
451
418
|
],
|
452
|
-
"Single-host report job": [
|
453
|
-
""
|
454
|
-
],
|
455
|
-
"Single-host report job for host %s": [
|
456
|
-
""
|
457
|
-
],
|
458
419
|
"Start inventory synchronization": [
|
459
420
|
"ინვენტარის სინქრონიზაციის დაწყება"
|
460
421
|
],
|
@@ -485,7 +446,7 @@
|
|
485
446
|
"The report file %{filename} doesn't exist": [
|
486
447
|
"ანგარიშის ფაილი %{filename} არ არსებობს"
|
487
448
|
],
|
488
|
-
"The scheduled process is disabled because this Foreman is configured with
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
489
450
|
""
|
490
451
|
],
|
491
452
|
"The server returned the following error: %s": [
|
@@ -497,9 +458,6 @@
|
|
497
458
|
"There are no recommendations for your hosts": [
|
498
459
|
""
|
499
460
|
],
|
500
|
-
"There were no missing Insights facets": [
|
501
|
-
""
|
502
|
-
],
|
503
461
|
"This action will also enable automatic reports upload": [
|
504
462
|
"ეს ქმედება ავტომატურად ანგარიშების ატვირთვასაც ჩართავს"
|
505
463
|
],
|
@@ -509,9 +467,6 @@
|
|
509
467
|
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
510
468
|
""
|
511
469
|
],
|
512
|
-
"Total CVEs": [
|
513
|
-
""
|
514
|
-
],
|
515
470
|
"Total risk": [
|
516
471
|
"სრული რისკი"
|
517
472
|
],
|
@@ -539,12 +494,6 @@
|
|
539
494
|
"View in Red Hat Insights": [
|
540
495
|
"Red Hat Insights-ში ნახვა"
|
541
496
|
],
|
542
|
-
"Vulnerabilities": [
|
543
|
-
""
|
544
|
-
],
|
545
|
-
"Vulnerability": [
|
546
|
-
""
|
547
|
-
],
|
548
497
|
"Wait and %s": [
|
549
498
|
"დაელოდეთ და %s"
|
550
499
|
],
|
@@ -611,9 +560,6 @@
|
|
611
560
|
"rule title": [
|
612
561
|
""
|
613
562
|
],
|
614
|
-
"setting minimal data collection": [
|
615
|
-
""
|
616
|
-
],
|
617
563
|
"solution url": [
|
618
564
|
""
|
619
565
|
],
|
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_rh_cloud": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 11.1.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
|
-
"Last-Translator": "
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
|
10
10
|
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -35,9 +35,6 @@
|
|
35
35
|
"All recommendations are now selected.": [
|
36
36
|
"모든 권장 사항이 선택되었습니다."
|
37
37
|
],
|
38
|
-
"Analytics data collection": [
|
39
|
-
"분석 데이터 수집"
|
40
|
-
],
|
41
38
|
"Any Organization": [
|
42
39
|
"모든 조직 "
|
43
40
|
],
|
@@ -119,17 +116,11 @@
|
|
119
116
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
120
117
|
"Red Hat 클라우드에서 일치하지 않는 호스트 기록의 자동 삭제를 활성화하십시오."
|
121
118
|
],
|
122
|
-
"Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights.": [
|
123
|
-
""
|
124
|
-
],
|
125
119
|
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
126
120
|
"Red Hat 클라우드에서 Insights 권장 사항의 자동 동기화를 활성화합니다."
|
127
121
|
],
|
128
|
-
"Enable automatic
|
129
|
-
""
|
130
|
-
],
|
131
|
-
"Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights.": [
|
132
|
-
""
|
122
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud": [
|
123
|
+
"호스트 인벤토리를 Red Hat 클라우드에 자동으로 업로드하도록 설정"
|
133
124
|
],
|
134
125
|
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
135
126
|
"호스트 인벤토리를 Red Hat 클라우드에 자동으로 업로드하도록 설정"
|
@@ -143,14 +134,17 @@
|
|
143
134
|
"Encountered an error while trying to access the server:": [
|
144
135
|
"서버에 접근하는 동안 오류가 발생했습니다:"
|
145
136
|
],
|
146
|
-
"Exclude installed
|
137
|
+
"Exclude installed Packages": [
|
147
138
|
"설치된 패키지 제외"
|
148
139
|
],
|
149
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
150
141
|
"설치된 패키지가 Red Hat 클라우드에 업로드되는 것을 제외합니다."
|
151
142
|
],
|
152
|
-
"Exclude
|
153
|
-
""
|
143
|
+
"Exclude packages": [
|
144
|
+
"패키지 제외"
|
145
|
+
],
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"Red Hat 클라우드에 업로드되는 패키지 제외"
|
154
148
|
],
|
155
149
|
"Exit Code: %s": [
|
156
150
|
"종료 코드: %s"
|
@@ -185,9 +179,6 @@
|
|
185
179
|
"Generate and upload report": [
|
186
180
|
"보고서 생성 및 업로드"
|
187
181
|
],
|
188
|
-
"Generate report": [
|
189
|
-
"보고서 생성"
|
190
|
-
],
|
191
182
|
"Generate the report, but do not upload": [
|
192
183
|
"보고서를 생성하되 업로드하지 마십시오."
|
193
184
|
],
|
@@ -215,9 +206,6 @@
|
|
215
206
|
"Host Insights recommendations": [
|
216
207
|
"호스트 Insights 추천"
|
217
208
|
],
|
218
|
-
"Host inventory report job": [
|
219
|
-
""
|
220
|
-
],
|
221
209
|
"Host was not uploaded to your RH cloud inventory": [
|
222
210
|
"호스트가 RH 클라우드 인벤토리에 업로드되지 않았습니다."
|
223
211
|
],
|
@@ -260,9 +248,6 @@
|
|
260
248
|
"Knowledgebase article": [
|
261
249
|
"지식베이스 문서"
|
262
250
|
],
|
263
|
-
"Learn more about {minimalDataCollectionSetting}.": [
|
264
|
-
"{minimalDataCollectionSetting}에 대해 자세히 알아보세요."
|
265
|
-
],
|
266
251
|
"List of host UUIDs": [
|
267
252
|
"호스트 UUID 목록"
|
268
253
|
],
|
@@ -278,12 +263,6 @@
|
|
278
263
|
"Manual": [
|
279
264
|
"수동"
|
280
265
|
],
|
281
|
-
"Minimal data collection": [
|
282
|
-
"최소한의 데이터 수집"
|
283
|
-
],
|
284
|
-
"Missing Insights facets created: %s": [
|
285
|
-
""
|
286
|
-
],
|
287
266
|
"Moderate": [
|
288
267
|
"중간 수준"
|
289
268
|
],
|
@@ -314,10 +293,10 @@
|
|
314
293
|
"Notice": [
|
315
294
|
"주의 "
|
316
295
|
],
|
317
|
-
"Obfuscate
|
318
|
-
"
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"IP 난독화"
|
319
298
|
],
|
320
|
-
"Obfuscate host ipv4 addresses
|
299
|
+
"Obfuscate host ipv4 addresses": [
|
321
300
|
"호스트 ipv4 주소 난독화"
|
322
301
|
],
|
323
302
|
"Obfuscate host names": [
|
@@ -326,21 +305,9 @@
|
|
326
305
|
"Obfuscate host names sent to the Red Hat cloud": [
|
327
306
|
"Red Hat 클라우드로 전송된 호스트 이름을 난독화합니다."
|
328
307
|
],
|
329
|
-
"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.": [
|
330
|
-
""
|
331
|
-
],
|
332
308
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
333
309
|
"Red Hat 클라우드로 전송된 ipv4 주소 난독화"
|
334
310
|
],
|
335
|
-
"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.": [
|
336
|
-
""
|
337
|
-
],
|
338
|
-
"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.": [
|
339
|
-
""
|
340
|
-
],
|
341
|
-
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
342
|
-
"Red Hat 클라우드에 필요한 최소한의 데이터만 전송하고 난독화 설정은 비활성화됩니다."
|
343
|
-
],
|
344
311
|
"Oops! Couldn't find organization that matches your query": [
|
345
312
|
"죄송합니다! 귀하의 쿼리와 일치하는 조직을 찾을 수 없습니다."
|
346
313
|
],
|
@@ -356,8 +323,11 @@
|
|
356
323
|
"RH Cloud": [
|
357
324
|
"RH 클라우드"
|
358
325
|
],
|
359
|
-
"RHC daemon id
|
360
|
-
""
|
326
|
+
"RHC daemon id": [
|
327
|
+
"RHC 데몬 ID"
|
328
|
+
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
361
331
|
],
|
362
332
|
"Read more about it in RH cloud insights": [
|
363
333
|
"RH 클라우드 Insights에서 이에 대해 자세히 알아보세요."
|
@@ -416,7 +386,7 @@
|
|
416
386
|
"Run RH Cloud playbook": [
|
417
387
|
"RH Cloud playbook 실행"
|
418
388
|
],
|
419
|
-
"Run playbook
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
420
390
|
"Red Hat Remediations 앱에서 생성된 playbook 실행"
|
421
391
|
],
|
422
392
|
"Run remediation playbook generated by Insights": [
|
@@ -431,17 +401,14 @@
|
|
431
401
|
"Select recommendations from all pages": [
|
432
402
|
"모든 페이지에서 추천을 선택하세요"
|
433
403
|
],
|
434
|
-
"Send additional data to enhance Insights services, as per the settings": [
|
435
|
-
"설정에 따라 Insights 서비스를 향상시키기 위해 추가 데이터를 보냅니다."
|
436
|
-
],
|
437
404
|
"Set the current organization context for the request": [
|
438
405
|
"요청에 대한 현재 조직 컨텍스트 설정"
|
439
406
|
],
|
440
407
|
"Settings": [
|
441
408
|
"설정 "
|
442
409
|
],
|
443
|
-
"Should import include parameter tags from Foreman?
|
444
|
-
""
|
410
|
+
"Should import include parameter tags from Foreman?": [
|
411
|
+
"Foreman의 매개변수 태그를 가져와야 합니까?"
|
445
412
|
],
|
446
413
|
"Show Advanced Settings": [
|
447
414
|
"고급 설정 표시"
|
@@ -449,12 +416,6 @@
|
|
449
416
|
"Show if system is configured to use local iop-advisor-engine.": [
|
450
417
|
"시스템이 로컬 iop-advisor-engine을 사용하도록 구성되어 있는지 표시하십시오."
|
451
418
|
],
|
452
|
-
"Single-host report job": [
|
453
|
-
""
|
454
|
-
],
|
455
|
-
"Single-host report job for host %s": [
|
456
|
-
""
|
457
|
-
],
|
458
419
|
"Start inventory synchronization": [
|
459
420
|
"인벤토리 동기화 시작"
|
460
421
|
],
|
@@ -485,8 +446,8 @@
|
|
485
446
|
"The report file %{filename} doesn't exist": [
|
486
447
|
"보고서 파일%{filename}이/가 존재하지 않습니다"
|
487
448
|
],
|
488
|
-
"The scheduled process is disabled because this Foreman is configured with
|
489
|
-
"이 Foreman이
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
450
|
+
"예약된 프로세스는 이 Foreman이 use_local_advisor_engine 옵션으로 구성되어 있기 때문에 비활성화되었습니다."
|
490
451
|
],
|
491
452
|
"The server returned the following error: %s": [
|
492
453
|
"서버에서 다음 오류가 반환되었습니다. %s"
|
@@ -497,9 +458,6 @@
|
|
497
458
|
"There are no recommendations for your hosts": [
|
498
459
|
"호스트에 대한 권장 사항이 없음"
|
499
460
|
],
|
500
|
-
"There were no missing Insights facets": [
|
501
|
-
""
|
502
|
-
],
|
503
461
|
"This action will also enable automatic reports upload": [
|
504
462
|
"이 작업을 수행하면 자동 보고서 업로드도 활성화됩니다."
|
505
463
|
],
|
@@ -509,9 +467,6 @@
|
|
509
467
|
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
510
468
|
"특정 조직에 대한 데이터를 수동으로 업로드하려면 조직을 선택하고 {restartButtonName}를 클릭하십시오."
|
511
469
|
],
|
512
|
-
"Total CVEs": [
|
513
|
-
"총 CVE"
|
514
|
-
],
|
515
470
|
"Total risk": [
|
516
471
|
"총 위험"
|
517
472
|
],
|
@@ -539,12 +494,6 @@
|
|
539
494
|
"View in Red Hat Insights": [
|
540
495
|
"Red Hat Insights에서 보기"
|
541
496
|
],
|
542
|
-
"Vulnerabilities": [
|
543
|
-
"취약점"
|
544
|
-
],
|
545
|
-
"Vulnerability": [
|
546
|
-
"취약성"
|
547
|
-
],
|
548
497
|
"Wait and %s": [
|
549
498
|
"대기 및 %s"
|
550
499
|
],
|
@@ -611,9 +560,6 @@
|
|
611
560
|
"rule title": [
|
612
561
|
"규칙 제목"
|
613
562
|
],
|
614
|
-
"setting minimal data collection": [
|
615
|
-
"최소 데이터 수집 설정"
|
616
|
-
],
|
617
563
|
"solution url": [
|
618
564
|
"솔루션 URL"
|
619
565
|
],
|