foreman_rh_cloud 13.0.5 → 13.0.7
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/lib/foreman_inventory_upload/scripts/uploader.sh.erb +1 -1
- data/lib/foreman_rh_cloud/engine.rb +0 -21
- data/lib/foreman_rh_cloud/plugin.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- 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/webpack/InsightsVulnerabilityHostIndexExtensions/CVECountCell.js +8 -2
- data/webpack/InsightsVulnerabilityHostIndexExtensions/__tests__/CVECountCell.test.js +48 -2
- metadata +1 -1
@@ -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 13.0.5",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
|
-
"Last-Translator": "
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 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",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"모든 권장 사항이 선택되었습니다."
|
37
37
|
],
|
38
38
|
"Analytics data collection": [
|
39
|
-
""
|
39
|
+
"분석 데이터 수집"
|
40
40
|
],
|
41
41
|
"Any Organization": [
|
42
42
|
"모든 조직 "
|
@@ -119,11 +119,17 @@
|
|
119
119
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
120
120
|
"Red Hat 클라우드에서 일치하지 않는 호스트 기록의 자동 삭제를 활성화하십시오."
|
121
121
|
],
|
122
|
+
"Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights.": [
|
123
|
+
""
|
124
|
+
],
|
122
125
|
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
123
126
|
"Red Hat 클라우드에서 Insights 권장 사항의 자동 동기화를 활성화합니다."
|
124
127
|
],
|
125
|
-
"Enable automatic
|
126
|
-
"
|
128
|
+
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights.": [
|
129
|
+
""
|
130
|
+
],
|
131
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights.": [
|
132
|
+
""
|
127
133
|
],
|
128
134
|
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
129
135
|
"호스트 인벤토리를 Red Hat 클라우드에 자동으로 업로드하도록 설정"
|
@@ -138,12 +144,12 @@
|
|
138
144
|
"서버에 접근하는 동안 오류가 발생했습니다:"
|
139
145
|
],
|
140
146
|
"Exclude installed packages": [
|
141
|
-
""
|
147
|
+
"설치된 패키지 제외"
|
142
148
|
],
|
143
149
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
144
150
|
"설치된 패키지가 Red Hat 클라우드에 업로드되는 것을 제외합니다."
|
145
151
|
],
|
146
|
-
"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.)": [
|
152
|
+
"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.": [
|
147
153
|
""
|
148
154
|
],
|
149
155
|
"Exit Code: %s": [
|
@@ -180,7 +186,7 @@
|
|
180
186
|
"보고서 생성 및 업로드"
|
181
187
|
],
|
182
188
|
"Generate report": [
|
183
|
-
""
|
189
|
+
"보고서 생성"
|
184
190
|
],
|
185
191
|
"Generate the report, but do not upload": [
|
186
192
|
"보고서를 생성하되 업로드하지 마십시오."
|
@@ -209,6 +215,9 @@
|
|
209
215
|
"Host Insights recommendations": [
|
210
216
|
"호스트 Insights 추천"
|
211
217
|
],
|
218
|
+
"Host inventory report job": [
|
219
|
+
""
|
220
|
+
],
|
212
221
|
"Host was not uploaded to your RH cloud inventory": [
|
213
222
|
"호스트가 RH 클라우드 인벤토리에 업로드되지 않았습니다."
|
214
223
|
],
|
@@ -252,7 +261,7 @@
|
|
252
261
|
"지식베이스 문서"
|
253
262
|
],
|
254
263
|
"Learn more about {minimalDataCollectionSetting}.": [
|
255
|
-
""
|
264
|
+
"{minimalDataCollectionSetting}에 대해 자세히 알아보세요."
|
256
265
|
],
|
257
266
|
"List of host UUIDs": [
|
258
267
|
"호스트 UUID 목록"
|
@@ -270,6 +279,9 @@
|
|
270
279
|
"수동"
|
271
280
|
],
|
272
281
|
"Minimal data collection": [
|
282
|
+
"최소한의 데이터 수집"
|
283
|
+
],
|
284
|
+
"Missing Insights facets created: %s": [
|
273
285
|
""
|
274
286
|
],
|
275
287
|
"Moderate": [
|
@@ -306,7 +318,7 @@
|
|
306
318
|
"호스트 ipv4 주소 난독화"
|
307
319
|
],
|
308
320
|
"Obfuscate host ipv4 addresses.": [
|
309
|
-
""
|
321
|
+
"호스트 ipv4 주소 난독화"
|
310
322
|
],
|
311
323
|
"Obfuscate host names": [
|
312
324
|
"호스트 이름 난독화"
|
@@ -314,20 +326,20 @@
|
|
314
326
|
"Obfuscate host names sent to the Red Hat cloud": [
|
315
327
|
"Red Hat 클라우드로 전송된 호스트 이름을 난독화합니다."
|
316
328
|
],
|
317
|
-
"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.)": [
|
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.": [
|
318
330
|
""
|
319
331
|
],
|
320
332
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
321
333
|
"Red Hat 클라우드로 전송된 ipv4 주소 난독화"
|
322
334
|
],
|
323
|
-
"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.)": [
|
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.": [
|
324
336
|
""
|
325
337
|
],
|
326
|
-
"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.": [
|
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.": [
|
327
339
|
""
|
328
340
|
],
|
329
341
|
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
330
|
-
""
|
342
|
+
"Red Hat 클라우드에 필요한 최소한의 데이터만 전송하고 난독화 설정은 비활성화됩니다."
|
331
343
|
],
|
332
344
|
"Oops! Couldn't find organization that matches your query": [
|
333
345
|
"죄송합니다! 귀하의 쿼리와 일치하는 조직을 찾을 수 없습니다."
|
@@ -344,8 +356,8 @@
|
|
344
356
|
"RH Cloud": [
|
345
357
|
"RH 클라우드"
|
346
358
|
],
|
347
|
-
"RHC daemon id": [
|
348
|
-
"
|
359
|
+
"RHC daemon id. Ignored when using local Insights.": [
|
360
|
+
""
|
349
361
|
],
|
350
362
|
"Read more about it in RH cloud insights": [
|
351
363
|
"RH 클라우드 Insights에서 이에 대해 자세히 알아보세요."
|
@@ -405,7 +417,7 @@
|
|
405
417
|
"RH Cloud playbook 실행"
|
406
418
|
],
|
407
419
|
"Run playbook generated by Red Hat remediations app": [
|
408
|
-
""
|
420
|
+
"Red Hat Remediations 앱에서 생성된 playbook 실행"
|
409
421
|
],
|
410
422
|
"Run remediation playbook generated by Insights": [
|
411
423
|
"Insights에서 생성된 수정 playbook 실행"
|
@@ -420,7 +432,7 @@
|
|
420
432
|
"모든 페이지에서 추천을 선택하세요"
|
421
433
|
],
|
422
434
|
"Send additional data to enhance Insights services, as per the settings": [
|
423
|
-
""
|
435
|
+
"설정에 따라 Insights 서비스를 향상시키기 위해 추가 데이터를 보냅니다."
|
424
436
|
],
|
425
437
|
"Set the current organization context for the request": [
|
426
438
|
"요청에 대한 현재 조직 컨텍스트 설정"
|
@@ -428,8 +440,8 @@
|
|
428
440
|
"Settings": [
|
429
441
|
"설정 "
|
430
442
|
],
|
431
|
-
"Should import include parameter tags from Foreman?": [
|
432
|
-
"
|
443
|
+
"Should import include parameter tags from Foreman? Ignored when using local Insights.": [
|
444
|
+
""
|
433
445
|
],
|
434
446
|
"Show Advanced Settings": [
|
435
447
|
"고급 설정 표시"
|
@@ -437,6 +449,12 @@
|
|
437
449
|
"Show if system is configured to use local iop-advisor-engine.": [
|
438
450
|
"시스템이 로컬 iop-advisor-engine을 사용하도록 구성되어 있는지 표시하십시오."
|
439
451
|
],
|
452
|
+
"Single-host report job": [
|
453
|
+
""
|
454
|
+
],
|
455
|
+
"Single-host report job for host %s": [
|
456
|
+
""
|
457
|
+
],
|
440
458
|
"Start inventory synchronization": [
|
441
459
|
"인벤토리 동기화 시작"
|
442
460
|
],
|
@@ -468,7 +486,7 @@
|
|
468
486
|
"보고서 파일%{filename}이/가 존재하지 않습니다"
|
469
487
|
],
|
470
488
|
"The scheduled process is disabled because this Foreman is configured with a local IoP Smart Proxy.": [
|
471
|
-
""
|
489
|
+
"이 Foreman이 로컬 IoP Smart Proxy로 구성되어 있어 예정된 프로세스가 비활성화되었습니다."
|
472
490
|
],
|
473
491
|
"The server returned the following error: %s": [
|
474
492
|
"서버에서 다음 오류가 반환되었습니다. %s"
|
@@ -479,6 +497,9 @@
|
|
479
497
|
"There are no recommendations for your hosts": [
|
480
498
|
"호스트에 대한 권장 사항이 없음"
|
481
499
|
],
|
500
|
+
"There were no missing Insights facets": [
|
501
|
+
""
|
502
|
+
],
|
482
503
|
"This action will also enable automatic reports upload": [
|
483
504
|
"이 작업을 수행하면 자동 보고서 업로드도 활성화됩니다."
|
484
505
|
],
|
@@ -489,7 +510,7 @@
|
|
489
510
|
"특정 조직에 대한 데이터를 수동으로 업로드하려면 조직을 선택하고 {restartButtonName}를 클릭하십시오."
|
490
511
|
],
|
491
512
|
"Total CVEs": [
|
492
|
-
""
|
513
|
+
"총 CVE"
|
493
514
|
],
|
494
515
|
"Total risk": [
|
495
516
|
"총 위험"
|
@@ -519,10 +540,10 @@
|
|
519
540
|
"Red Hat Insights에서 보기"
|
520
541
|
],
|
521
542
|
"Vulnerabilities": [
|
522
|
-
""
|
543
|
+
"취약점"
|
523
544
|
],
|
524
545
|
"Vulnerability": [
|
525
|
-
""
|
546
|
+
"취약성"
|
526
547
|
],
|
527
548
|
"Wait and %s": [
|
528
549
|
"대기 및 %s"
|
@@ -591,7 +612,7 @@
|
|
591
612
|
"규칙 제목"
|
592
613
|
],
|
593
614
|
"setting minimal data collection": [
|
594
|
-
""
|
615
|
+
"최소 데이터 수집 설정"
|
595
616
|
],
|
596
617
|
"solution url": [
|
597
618
|
"솔루션 URL"
|
@@ -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 13.0.5",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
|
-
"Last-Translator": "
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2025",
|
10
10
|
"Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"现在选择了所有建议。"
|
37
37
|
],
|
38
38
|
"Analytics data collection": [
|
39
|
-
""
|
39
|
+
"数据收集分析"
|
40
40
|
],
|
41
41
|
"Any Organization": [
|
42
42
|
"任意机构"
|
@@ -119,11 +119,17 @@
|
|
119
119
|
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
120
120
|
"启用自动删除来自红帽云的主机记录"
|
121
121
|
],
|
122
|
+
"Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights.": [
|
123
|
+
""
|
124
|
+
],
|
122
125
|
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
123
126
|
"启用来自红帽云的 Insights 建议自动同步"
|
124
127
|
],
|
125
|
-
"Enable automatic
|
126
|
-
"
|
128
|
+
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights.": [
|
129
|
+
""
|
130
|
+
],
|
131
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights.": [
|
132
|
+
""
|
127
133
|
],
|
128
134
|
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
129
135
|
"启用自动将主机清单上传到红帽云"
|
@@ -138,12 +144,12 @@
|
|
138
144
|
"在尝试访问服务器时遇到错误:"
|
139
145
|
],
|
140
146
|
"Exclude installed packages": [
|
141
|
-
""
|
147
|
+
"排除安装的软件包"
|
142
148
|
],
|
143
149
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
144
150
|
"将安装的软件包上传到红帽云"
|
145
151
|
],
|
146
|
-
"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.)": [
|
152
|
+
"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.": [
|
147
153
|
""
|
148
154
|
],
|
149
155
|
"Exit Code: %s": [
|
@@ -180,7 +186,7 @@
|
|
180
186
|
"生成并上传报告"
|
181
187
|
],
|
182
188
|
"Generate report": [
|
183
|
-
""
|
189
|
+
"生成报告"
|
184
190
|
],
|
185
191
|
"Generate the report, but do not upload": [
|
186
192
|
"生成报告,但不上传"
|
@@ -209,6 +215,9 @@
|
|
209
215
|
"Host Insights recommendations": [
|
210
216
|
"主机 Insights 建议"
|
211
217
|
],
|
218
|
+
"Host inventory report job": [
|
219
|
+
""
|
220
|
+
],
|
212
221
|
"Host was not uploaded to your RH cloud inventory": [
|
213
222
|
"主机没有上传到您的 RH 云清单"
|
214
223
|
],
|
@@ -252,7 +261,7 @@
|
|
252
261
|
"知识库文章"
|
253
262
|
],
|
254
263
|
"Learn more about {minimalDataCollectionSetting}.": [
|
255
|
-
""
|
264
|
+
"了解有关 {minimalDataCollectionSetting} 的更多信息。"
|
256
265
|
],
|
257
266
|
"List of host UUIDs": [
|
258
267
|
"主机 UUID 列表"
|
@@ -270,6 +279,9 @@
|
|
270
279
|
"手册"
|
271
280
|
],
|
272
281
|
"Minimal data collection": [
|
282
|
+
"最小数据收集"
|
283
|
+
],
|
284
|
+
"Missing Insights facets created: %s": [
|
273
285
|
""
|
274
286
|
],
|
275
287
|
"Moderate": [
|
@@ -306,7 +318,7 @@
|
|
306
318
|
"模糊的主机 ipv4 地址"
|
307
319
|
],
|
308
320
|
"Obfuscate host ipv4 addresses.": [
|
309
|
-
""
|
321
|
+
"对主机 ipv4 地址进行模糊化处理"
|
310
322
|
],
|
311
323
|
"Obfuscate host names": [
|
312
324
|
"模糊主机名"
|
@@ -314,20 +326,20 @@
|
|
314
326
|
"Obfuscate host names sent to the Red Hat cloud": [
|
315
327
|
"发送到红帽云的模糊主机名"
|
316
328
|
],
|
317
|
-
"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.)": [
|
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.": [
|
318
330
|
""
|
319
331
|
],
|
320
332
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
321
333
|
"发送到红帽云的模糊 ipv4 地址"
|
322
334
|
],
|
323
|
-
"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.)": [
|
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.": [
|
324
336
|
""
|
325
337
|
],
|
326
|
-
"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.": [
|
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.": [
|
327
339
|
""
|
328
340
|
],
|
329
341
|
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
330
|
-
""
|
342
|
+
"仅将最低所需的数据发送到红帽云,禁用模糊设置"
|
331
343
|
],
|
332
344
|
"Oops! Couldn't find organization that matches your query": [
|
333
345
|
"未找到与您的查询匹配的机构"
|
@@ -344,8 +356,8 @@
|
|
344
356
|
"RH Cloud": [
|
345
357
|
"RH Cloud"
|
346
358
|
],
|
347
|
-
"RHC daemon id": [
|
348
|
-
"
|
359
|
+
"RHC daemon id. Ignored when using local Insights.": [
|
360
|
+
""
|
349
361
|
],
|
350
362
|
"Read more about it in RH cloud insights": [
|
351
363
|
"在 RH Cloud insights 中了解更多有关它的信息"
|
@@ -405,7 +417,7 @@
|
|
405
417
|
"运行 RH Cloud playbook"
|
406
418
|
],
|
407
419
|
"Run playbook generated by Red Hat remediations app": [
|
408
|
-
""
|
420
|
+
"运行由红帽补救应用生成的 playbook"
|
409
421
|
],
|
410
422
|
"Run remediation playbook generated by Insights": [
|
411
423
|
"运行 Insights 生成的补救 playbook"
|
@@ -420,7 +432,7 @@
|
|
420
432
|
"在所有页面中选择建议"
|
421
433
|
],
|
422
434
|
"Send additional data to enhance Insights services, as per the settings": [
|
423
|
-
""
|
435
|
+
"根据设置,发送额外数据以增强 Insights 服务"
|
424
436
|
],
|
425
437
|
"Set the current organization context for the request": [
|
426
438
|
"设置请求的当前机构上下文"
|
@@ -428,8 +440,8 @@
|
|
428
440
|
"Settings": [
|
429
441
|
"设置"
|
430
442
|
],
|
431
|
-
"Should import include parameter tags from Foreman?": [
|
432
|
-
"
|
443
|
+
"Should import include parameter tags from Foreman? Ignored when using local Insights.": [
|
444
|
+
""
|
433
445
|
],
|
434
446
|
"Show Advanced Settings": [
|
435
447
|
"显示高级设置"
|
@@ -437,6 +449,12 @@
|
|
437
449
|
"Show if system is configured to use local iop-advisor-engine.": [
|
438
450
|
"显示系统是否被配置为使用本地 iop-advisor-engine。"
|
439
451
|
],
|
452
|
+
"Single-host report job": [
|
453
|
+
""
|
454
|
+
],
|
455
|
+
"Single-host report job for host %s": [
|
456
|
+
""
|
457
|
+
],
|
440
458
|
"Start inventory synchronization": [
|
441
459
|
"启动清单同步"
|
442
460
|
],
|
@@ -468,7 +486,7 @@
|
|
468
486
|
"报告文件 %{filename} 不存在"
|
469
487
|
],
|
470
488
|
"The scheduled process is disabled because this Foreman is configured with a local IoP Smart Proxy.": [
|
471
|
-
""
|
489
|
+
"调度的进程被禁用,因为此 Foreman 配置了一个本地 IoP Smart Proxy。"
|
472
490
|
],
|
473
491
|
"The server returned the following error: %s": [
|
474
492
|
"服务器返回以下错误:%s"
|
@@ -479,6 +497,9 @@
|
|
479
497
|
"There are no recommendations for your hosts": [
|
480
498
|
"没有适用于您的主机的建议"
|
481
499
|
],
|
500
|
+
"There were no missing Insights facets": [
|
501
|
+
""
|
502
|
+
],
|
482
503
|
"This action will also enable automatic reports upload": [
|
483
504
|
"此操作还会启用自动报告上传"
|
484
505
|
],
|
@@ -489,7 +510,7 @@
|
|
489
510
|
"要手动上传特定机构的数据,请选择机构并点 {restartButtonName}。"
|
490
511
|
],
|
491
512
|
"Total CVEs": [
|
492
|
-
""
|
513
|
+
"CVE 总数"
|
493
514
|
],
|
494
515
|
"Total risk": [
|
495
516
|
"总风险"
|
@@ -519,10 +540,10 @@
|
|
519
540
|
"禁用 Red Hat Insights"
|
520
541
|
],
|
521
542
|
"Vulnerabilities": [
|
522
|
-
""
|
543
|
+
"安全漏洞"
|
523
544
|
],
|
524
545
|
"Vulnerability": [
|
525
|
-
""
|
546
|
+
"安全漏洞"
|
526
547
|
],
|
527
548
|
"Wait and %s": [
|
528
549
|
"等待和 %s"
|
@@ -591,7 +612,7 @@
|
|
591
612
|
"rule 标题"
|
592
613
|
],
|
593
614
|
"setting minimal data collection": [
|
594
|
-
""
|
615
|
+
"设置最小数据收集"
|
595
616
|
],
|
596
617
|
"solution url": [
|
597
618
|
"solution url"
|
@@ -83,27 +83,6 @@ module ForemanRhCloud
|
|
83
83
|
:description => N_('Configure Cloud Connector on given hosts'),
|
84
84
|
:proxy_selector_override => ::RemoteExecutionProxySelector::INTERNAL_PROXY
|
85
85
|
)
|
86
|
-
|
87
|
-
ScopedSearch::AutoCompleteBuilder.class_eval do
|
88
|
-
# Insights rule IDs always contain a pipe character.
|
89
|
-
# example: hardening_ssh_config_perms|OPENSSH_HARDENING_CONFIG_PERMS
|
90
|
-
# We need to override this method of scoped_search so that autocomplete
|
91
|
-
# will correctly put the value in quotes (otherwise the "|" will be
|
92
|
-
# interpreted as an OR.)
|
93
|
-
# The only change from scoped_search code is adding the | to the regex in the final map.
|
94
|
-
def complete_value_from_db(field, special_values, val)
|
95
|
-
count = 20 - special_values.count
|
96
|
-
completer_scope(field)
|
97
|
-
.where(@options[:value_filter])
|
98
|
-
.where(value_conditions(field.quoted_field, val))
|
99
|
-
.select(field.quoted_field)
|
100
|
-
.limit(count)
|
101
|
-
.distinct
|
102
|
-
.map(&field.field)
|
103
|
-
.compact
|
104
|
-
.map { |v| v.to_s =~ /\s|\|/ ? "\"#{v.gsub('"', '\"')}\"" : v }
|
105
|
-
end
|
106
|
-
end
|
107
86
|
end
|
108
87
|
|
109
88
|
# Ideally this code belongs to an initializer. The problem is that Katello controllers are not initialized completely until after the end of the to_prepare blocks
|
@@ -6,7 +6,7 @@ module ForemanRhCloud
|
|
6
6
|
return if Foreman::Plugin.find(:foreman_rh_cloud)
|
7
7
|
|
8
8
|
Foreman::Plugin.register :foreman_rh_cloud do
|
9
|
-
requires_foreman '>= 3.
|
9
|
+
requires_foreman '>= 3.17'
|
10
10
|
register_gettext
|
11
11
|
|
12
12
|
apipie_documented_controllers ["#{ForemanRhCloud::Engine.root}/app/controllers/api/v2/**/*.rb"]
|