foreman_openscap 9.0.3 → 10.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_openscap/locale/cs_CZ/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +0 -9
- data/app/helpers/foreman_openscap_helper.rb +2 -18
- data/db/migrate/20201217161511_add_url_to_oval_content.rb +1 -1
- data/lib/foreman_openscap/engine.rb +148 -155
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/cs_CZ/foreman_openscap.edit.po +42 -54
- data/locale/cs_CZ/foreman_openscap.po +0 -9
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +51 -250
- data/locale/de/foreman_openscap.po +0 -9
- data/locale/en/foreman_openscap.edit.po +42 -54
- data/locale/en/foreman_openscap.po +0 -9
- data/locale/en_GB/foreman_openscap.edit.po +42 -66
- data/locale/en_GB/foreman_openscap.po +0 -9
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +51 -252
- data/locale/es/foreman_openscap.po +0 -9
- data/locale/foreman_openscap.pot +47 -57
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +51 -258
- data/locale/fr/foreman_openscap.po +0 -9
- data/locale/gl/foreman_openscap.edit.po +42 -54
- data/locale/gl/foreman_openscap.po +0 -9
- data/locale/it/foreman_openscap.edit.po +42 -63
- data/locale/it/foreman_openscap.po +0 -9
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +49 -248
- data/locale/ja/foreman_openscap.po +0 -9
- data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ka/foreman_openscap.edit.po +46 -251
- data/locale/ka/foreman_openscap.po +0 -9
- data/locale/ko/foreman_openscap.edit.po +42 -69
- data/locale/ko/foreman_openscap.po +0 -9
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +51 -252
- data/locale/pt_BR/foreman_openscap.po +0 -9
- data/locale/ru/foreman_openscap.edit.po +42 -69
- data/locale/ru/foreman_openscap.po +0 -9
- data/locale/sv_SE/foreman_openscap.edit.po +42 -54
- data/locale/sv_SE/foreman_openscap.po +0 -9
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +49 -246
- data/locale/zh_CN/foreman_openscap.po +0 -9
- data/locale/zh_TW/foreman_openscap.edit.po +42 -69
- data/locale/zh_TW/foreman_openscap.po +0 -9
- data/test/unit/message_cleaner_test.rb +1 -0
- data/webpack/components/OpenscapRemediationWizard/Footer.js +54 -0
- data/webpack/components/OpenscapRemediationWizard/constants.js +9 -0
- data/webpack/components/OpenscapRemediationWizard/index.js +11 -5
- metadata +6 -5
|
@@ -166,7 +166,7 @@ msgstr "SCAP 内容名称"
|
|
|
166
166
|
msgid "XML containing SCAP content"
|
|
167
167
|
msgstr "包含 SCAP 内容的 XML"
|
|
168
168
|
|
|
169
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
169
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
|
|
170
170
|
msgid "Original file name of the XML file"
|
|
171
171
|
msgstr "XML 文件的原文件名称"
|
|
172
172
|
|
|
@@ -202,35 +202,35 @@ msgstr "当使用 “directory” 上载类型时要上传的目录"
|
|
|
202
202
|
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
|
203
203
|
msgstr "请指定导入类型,已收到:%%{received},预期为%%{expected} 中的一个"
|
|
204
204
|
|
|
205
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
205
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
|
|
206
206
|
msgid "List Tailoring files"
|
|
207
207
|
msgstr "列出 Tailoring 文件"
|
|
208
208
|
|
|
209
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
209
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
|
|
210
210
|
msgid "Download a Tailoring file as XML"
|
|
211
211
|
msgstr "将一个 Tailoring 文件下载为 XML"
|
|
212
212
|
|
|
213
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
213
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
|
|
214
214
|
msgid "Show a Tailoring file"
|
|
215
215
|
msgstr "显示定制文件"
|
|
216
216
|
|
|
217
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
217
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
|
|
218
218
|
msgid "Tailoring file name"
|
|
219
219
|
msgstr "定制文件名称"
|
|
220
220
|
|
|
221
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
221
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
|
|
222
222
|
msgid "XML containing tailoring file"
|
|
223
223
|
msgstr "包含定制文件的 XML"
|
|
224
224
|
|
|
225
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
225
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
|
|
226
226
|
msgid "Create a Tailoring file"
|
|
227
227
|
msgstr "创建定制文件"
|
|
228
228
|
|
|
229
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
229
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
|
|
230
230
|
msgid "Update a Tailoring file"
|
|
231
231
|
msgstr "更新定制文件"
|
|
232
232
|
|
|
233
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
233
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
|
|
234
234
|
msgid "Deletes a Tailoring file"
|
|
235
235
|
msgstr "删除定制文件"
|
|
236
236
|
|
|
@@ -441,7 +441,7 @@ msgstr "取消分配合规政策"
|
|
|
441
441
|
msgid "Change OpenSCAP Proxy"
|
|
442
442
|
msgstr "改变 OpenSCAP 代理"
|
|
443
443
|
|
|
444
|
-
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:
|
|
444
|
+
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:132 ../webpack/components/HostExtentions/HostKebabItems.js:39
|
|
445
445
|
msgid "Compliance"
|
|
446
446
|
msgstr "合规"
|
|
447
447
|
|
|
@@ -489,7 +489,7 @@ msgstr "这个配置文件将用于覆盖 scap 内容中的配置文件"
|
|
|
489
489
|
msgid "Submit"
|
|
490
490
|
msgstr "提交"
|
|
491
491
|
|
|
492
|
-
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
|
|
492
|
+
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29 ../webpack/components/OpenscapRemediationWizard/Footer.js:47
|
|
493
493
|
msgid "Cancel"
|
|
494
494
|
msgstr "取消"
|
|
495
495
|
|
|
@@ -617,23 +617,23 @@ msgstr "无法生成 HTML 指南,scap 内容丢失。"
|
|
|
617
617
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
|
618
618
|
msgstr "无法生成 HTML 指南,找不到有效的 OpenSCAP 代理服务器。"
|
|
619
619
|
|
|
620
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
620
|
+
#: ../app/models/foreman_openscap/policy.rb:223
|
|
621
621
|
msgid "must be present when tailoring file profile present"
|
|
622
622
|
msgstr "定制当前的文件配置文件时必须存在"
|
|
623
623
|
|
|
624
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
624
|
+
#: ../app/models/foreman_openscap/policy.rb:224
|
|
625
625
|
msgid "must be present when tailoring file present"
|
|
626
626
|
msgstr "定制当前的文件时必须存在"
|
|
627
627
|
|
|
628
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
628
|
+
#: ../app/models/foreman_openscap/policy.rb:229
|
|
629
629
|
msgid "does not come from selected tailoring file"
|
|
630
630
|
msgstr "不是来自所选的定制文件"
|
|
631
631
|
|
|
632
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
632
|
+
#: ../app/models/foreman_openscap/policy.rb:235
|
|
633
633
|
msgid "does not have the selected SCAP content profile"
|
|
634
634
|
msgstr "不具备所选的 SCAP 内容配置文件"
|
|
635
635
|
|
|
636
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
636
|
+
#: ../app/models/foreman_openscap/policy.rb:267
|
|
637
637
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
|
638
638
|
msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'。"
|
|
639
639
|
|
|
@@ -697,18 +697,6 @@ msgstr "%{item_name} 缺少以下 %{key_name}:%{key_names}。在继续
|
|
|
697
697
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
|
698
698
|
msgstr "覆盖%{config_tool} 的参数时无法保存,原因是:%{errors}"
|
|
699
699
|
|
|
700
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
|
|
701
|
-
msgid "This feature is temporarily disabled. "
|
|
702
|
-
msgstr "此功能暂时被禁用。"
|
|
703
|
-
|
|
704
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
|
|
705
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
706
|
-
msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
|
|
707
|
-
|
|
708
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
|
|
709
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
|
710
|
-
msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
|
|
711
|
-
|
|
712
700
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
|
713
701
|
msgid "No proxy with OpenSCAP feature was found."
|
|
714
702
|
msgstr "未找到具备 OpenSCAP 功能的代理服务器。"
|
|
@@ -817,7 +805,7 @@ msgstr "刪除"
|
|
|
817
805
|
msgid "these Compliance reports"
|
|
818
806
|
msgstr "这些合规报告"
|
|
819
807
|
|
|
820
|
-
#: ../app/views/arf_reports/show.html.erb:14
|
|
808
|
+
#: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
|
|
821
809
|
msgid "Back"
|
|
822
810
|
msgstr "返回"
|
|
823
811
|
|
|
@@ -870,7 +858,7 @@ msgstr "一直以來的 %s 报告"
|
|
|
870
858
|
msgid "No report for this policy"
|
|
871
859
|
msgstr "没有此策略的报告"
|
|
872
860
|
|
|
873
|
-
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
|
861
|
+
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
|
|
874
862
|
msgid "Latest Compliance Reports"
|
|
875
863
|
msgstr "最新合规报告"
|
|
876
864
|
|
|
@@ -886,7 +874,7 @@ msgstr "主机已不存在"
|
|
|
886
874
|
msgid "Policy is missing"
|
|
887
875
|
msgstr "策略缺失"
|
|
888
876
|
|
|
889
|
-
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
|
877
|
+
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
|
|
890
878
|
msgid "Compliance Reports Breakdown"
|
|
891
879
|
msgstr "合规报告故障"
|
|
892
880
|
|
|
@@ -1039,7 +1027,7 @@ msgstr "文档"
|
|
|
1039
1027
|
msgid "Choose day in month"
|
|
1040
1028
|
msgstr "选择月中的一天"
|
|
1041
1029
|
|
|
1042
|
-
#: ../app/views/policies/steps/_step_form.html.erb:11
|
|
1030
|
+
#: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
|
|
1043
1031
|
msgid "Next"
|
|
1044
1032
|
msgstr "下一个"
|
|
1045
1033
|
|
|
@@ -1203,7 +1191,7 @@ msgstr "数据流 Tailoring 文件"
|
|
|
1203
1191
|
msgid "Delete tailoring file %s?"
|
|
1204
1192
|
msgstr "删除 tailoring 文件 %s?"
|
|
1205
1193
|
|
|
1206
|
-
#: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:
|
|
1194
|
+
#: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:142
|
|
1207
1195
|
msgid "Tailoring Files"
|
|
1208
1196
|
msgstr "Tailoring 文件"
|
|
1209
1197
|
|
|
@@ -1227,7 +1215,7 @@ msgstr ""
|
|
|
1227
1215
|
"在 Foreman 中,tailoring_files 代表对默认 XCCDF 配置文件的自定义更改,它们可通过\n"
|
|
1228
1216
|
" %s 应用于主机"
|
|
1229
1217
|
|
|
1230
|
-
#: ../app/views/tailoring_files/welcome.html.erb:
|
|
1218
|
+
#: ../app/views/tailoring_files/welcome.html.erb:12
|
|
1231
1219
|
msgid "New Tailoring File"
|
|
1232
1220
|
msgstr "新建定制文件"
|
|
1233
1221
|
|
|
@@ -1271,39 +1259,39 @@ msgstr ""
|
|
|
1271
1259
|
msgid "%s content"
|
|
1272
1260
|
msgstr ""
|
|
1273
1261
|
|
|
1274
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1262
|
+
#: ../lib/foreman_openscap/engine.rb:133
|
|
1275
1263
|
msgid "Policies"
|
|
1276
1264
|
msgstr "策略"
|
|
1277
1265
|
|
|
1278
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1266
|
+
#: ../lib/foreman_openscap/engine.rb:136
|
|
1279
1267
|
msgid "SCAP contents"
|
|
1280
1268
|
msgstr "SCAP 內容"
|
|
1281
1269
|
|
|
1282
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1270
|
+
#: ../lib/foreman_openscap/engine.rb:139
|
|
1283
1271
|
msgid "Reports"
|
|
1284
1272
|
msgstr "报表"
|
|
1285
1273
|
|
|
1286
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1274
|
+
#: ../lib/foreman_openscap/engine.rb:164
|
|
1287
1275
|
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
|
1288
1276
|
msgstr "用来获取 SCAP 内容以及上传 ARF 报告的 OpenSCAP 代理。如果为空,则在使用代理负责均衡器时覆盖相应的参数。"
|
|
1289
1277
|
|
|
1290
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1278
|
+
#: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
|
|
1291
1279
|
msgid "OpenSCAP Proxy"
|
|
1292
1280
|
msgstr "OpenSCAP 代理"
|
|
1293
1281
|
|
|
1294
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1282
|
+
#: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
|
|
1295
1283
|
msgid "ID of OpenSCAP Proxy"
|
|
1296
1284
|
msgstr "OpenSCAP 代理服务器的 ID"
|
|
1297
1285
|
|
|
1298
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1286
|
+
#: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
|
|
1299
1287
|
msgid "Run OpenSCAP scan"
|
|
1300
1288
|
msgstr "运行 OpenSCAP 扫描"
|
|
1301
1289
|
|
|
1302
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1290
|
+
#: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
|
|
1303
1291
|
msgid "Run OpenSCAP remediation with Ansible"
|
|
1304
1292
|
msgstr ""
|
|
1305
1293
|
|
|
1306
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1294
|
+
#: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
|
|
1307
1295
|
msgid "Run OpenSCAP remediation with Shell"
|
|
1308
1296
|
msgstr ""
|
|
1309
1297
|
|
|
@@ -1319,31 +1307,31 @@ msgstr ""
|
|
|
1319
1307
|
msgid "There's no available report for this host"
|
|
1320
1308
|
msgstr ""
|
|
1321
1309
|
|
|
1322
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1323
|
-
msgid "
|
|
1310
|
+
#: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
|
|
1311
|
+
msgid "Run"
|
|
1324
1312
|
msgstr ""
|
|
1325
1313
|
|
|
1326
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1327
|
-
msgid "
|
|
1314
|
+
#: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
|
|
1315
|
+
msgid "View selected hosts"
|
|
1328
1316
|
msgstr ""
|
|
1329
1317
|
|
|
1330
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1318
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
|
|
1331
1319
|
msgid "Select snippet"
|
|
1332
1320
|
msgstr ""
|
|
1333
1321
|
|
|
1334
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1335
|
-
msgid "Review
|
|
1322
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
|
|
1323
|
+
msgid "Review hosts"
|
|
1336
1324
|
msgstr ""
|
|
1337
1325
|
|
|
1338
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1339
|
-
msgid "
|
|
1326
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
|
|
1327
|
+
msgid "Review remediation"
|
|
1340
1328
|
msgstr ""
|
|
1341
1329
|
|
|
1342
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1330
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:22
|
|
1343
1331
|
msgid "Done"
|
|
1344
1332
|
msgstr ""
|
|
1345
1333
|
|
|
1346
|
-
#: ../webpack/components/OpenscapRemediationWizard/index.js:
|
|
1334
|
+
#: ../webpack/components/OpenscapRemediationWizard/index.js:132
|
|
1347
1335
|
msgid "Remediate %s rule"
|
|
1348
1336
|
msgstr ""
|
|
1349
1337
|
|
|
@@ -1459,198 +1447,13 @@ msgstr ""
|
|
|
1459
1447
|
msgid "Request the following permissions from administrator: %s."
|
|
1460
1448
|
msgstr ""
|
|
1461
1449
|
|
|
1462
|
-
#~ msgid "%s
|
|
1463
|
-
#~ msgstr "
|
|
1464
|
-
|
|
1465
|
-
#~ msgid "%s vulnerabilities with available patch found"
|
|
1466
|
-
#~ msgstr "找到了 %s 个有可用补丁的漏洞"
|
|
1467
|
-
|
|
1468
|
-
#~ msgid "Action with sub plans"
|
|
1469
|
-
#~ msgstr "有子计划的操作"
|
|
1470
|
-
|
|
1471
|
-
#~ msgid "Are required variables for theforeman.foreman_scap_client present?"
|
|
1472
|
-
#~ msgstr "是否存在 forforeman.foreman_scap_client 所需的变量?"
|
|
1473
|
-
|
|
1474
|
-
#~ msgid "Array of host IDs"
|
|
1475
|
-
#~ msgstr "主机 ID 数组"
|
|
1476
|
-
|
|
1477
|
-
#~ msgid "Array of hostgroup IDs"
|
|
1478
|
-
#~ msgstr "主机组 ID 的数组"
|
|
1479
|
-
|
|
1480
|
-
#~ msgid "Assign hostgroups to an OVAL Policy"
|
|
1481
|
-
#~ msgstr "将主机组分配给一个 OVAL 策略"
|
|
1482
|
-
|
|
1483
|
-
#~ msgid "Assign hosts to an OVAL Policy"
|
|
1484
|
-
#~ msgstr "将主机分配给一个 OVAL 策略"
|
|
1485
|
-
|
|
1486
|
-
#~ msgid "Assign openscap_proxy to %s before proceeding."
|
|
1487
|
-
#~ msgstr "在继续前,把 openscap_proxy 分配给 %s。"
|
|
1488
|
-
|
|
1489
|
-
#~ msgid "Could not update Ansible Variables with override: true"
|
|
1490
|
-
#~ msgstr "无法使用替代更新 Ansible 变量:true"
|
|
1491
|
-
|
|
1492
|
-
#~ msgid "Create OVAL content"
|
|
1493
|
-
#~ msgstr "创建 OVAL 内容"
|
|
1494
|
-
|
|
1495
|
-
#~ msgid "Create an OVAL Policy"
|
|
1496
|
-
#~ msgstr "创建一个 OVAL 策略"
|
|
1497
|
-
|
|
1498
|
-
#~ msgid "Delete an OVAL Policy"
|
|
1499
|
-
#~ msgstr "删除 OVAL 策略"
|
|
1500
|
-
|
|
1501
|
-
#~ msgid "Deletes an OVAL content"
|
|
1502
|
-
#~ msgstr "删除 OVAL 内容"
|
|
1503
|
-
|
|
1504
|
-
#~ msgid "Has Errata?"
|
|
1505
|
-
#~ msgstr "有勘误?"
|
|
1506
|
-
|
|
1507
|
-
#~ msgid "Hosts Count"
|
|
1508
|
-
#~ msgstr "主机数"
|
|
1509
|
-
|
|
1510
|
-
#~ msgid "Import Puppet classes"
|
|
1511
|
-
#~ msgstr "导入 Puppet 类"
|
|
1512
|
-
|
|
1513
|
-
#~ msgid "Import facts"
|
|
1514
|
-
#~ msgstr "导入事实"
|
|
1515
|
-
|
|
1516
|
-
#~ msgid "Is %s param set to be overriden?"
|
|
1517
|
-
#~ msgstr "是否设置了 %s 参数?"
|
|
1518
|
-
|
|
1519
|
-
#~ msgid "Is foreman_ansible present?"
|
|
1520
|
-
#~ msgstr "foreman_ansible 存在吗?"
|
|
1521
|
-
|
|
1522
|
-
#~ msgid "Is theforeman.foreman_scap_client present?"
|
|
1523
|
-
#~ msgstr "是否存在 foreman.foreman_scap_client?"
|
|
1524
|
-
|
|
1525
|
-
#~ msgid "List OVAL Policies"
|
|
1526
|
-
#~ msgstr "列出 OVAL 政策"
|
|
1527
|
-
|
|
1528
|
-
#~ msgid "List OVAL contents"
|
|
1529
|
-
#~ msgstr "列出 OVAL 内容"
|
|
1530
|
-
|
|
1531
|
-
#~ msgid "No CVEs found."
|
|
1532
|
-
#~ msgstr "找不到 CVE。"
|
|
1533
|
-
|
|
1534
|
-
#~ msgid "No OVAL Contents found."
|
|
1535
|
-
#~ msgstr "找不到 OVAL 内容。"
|
|
1536
|
-
|
|
1537
|
-
#~ msgid "No OVAL Policies found"
|
|
1538
|
-
#~ msgstr "找不到 OVAL 政策"
|
|
1539
|
-
|
|
1540
|
-
#~ msgid "No OVAL Policy found"
|
|
1541
|
-
#~ msgstr "找不到 OVAL 政策"
|
|
1542
|
-
|
|
1543
|
-
#~ msgid "No Vulnerabilities found"
|
|
1544
|
-
#~ msgstr "没有找到漏洞"
|
|
1545
|
-
|
|
1546
|
-
#~ msgid "OVAL Content"
|
|
1547
|
-
#~ msgstr "OVAL 内容"
|
|
1548
|
-
|
|
1549
|
-
#~ msgid "OVAL Contents"
|
|
1550
|
-
#~ msgstr "OVAL 內容"
|
|
1551
|
-
|
|
1552
|
-
#~ msgid "OVAL Contents table"
|
|
1553
|
-
#~ msgstr "OVAL 内容表"
|
|
1554
|
-
|
|
1555
|
-
#~ msgid "OVAL Policies"
|
|
1556
|
-
#~ msgstr "OVAL 策略"
|
|
1557
|
-
|
|
1558
|
-
#~ msgid "OVAL Policies Table"
|
|
1559
|
-
#~ msgstr "OVAL 策略表"
|
|
1560
|
-
|
|
1561
|
-
#~ msgid "OVAL Policy description"
|
|
1562
|
-
#~ msgstr "OVAL 政策描述"
|
|
1563
|
-
|
|
1564
|
-
#~ msgid "OVAL Policy name"
|
|
1565
|
-
#~ msgstr "OVAL 政策名称"
|
|
1566
|
-
|
|
1567
|
-
#~ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
|
|
1568
|
-
#~ msgstr "OVAL 策略调度 cron 行(只在时段为 \"custom\" 时适用)"
|
|
1569
|
-
|
|
1570
|
-
#~ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
|
|
1571
|
-
#~ msgstr "OVAL 每月的策略调度日(只在时段为 \"monthly\" 时适用)"
|
|
1572
|
-
|
|
1573
|
-
#~ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
|
|
1574
|
-
#~ msgstr "OVAL 策略调度时段(每周、每月、自定义)"
|
|
1575
|
-
|
|
1576
|
-
#~ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
|
|
1577
|
-
#~ msgstr "OVAL 策略调度工作日(只在时段为 \"weekly\" 时适用)"
|
|
1578
|
-
|
|
1579
|
-
#~ msgid "OVAL content name"
|
|
1580
|
-
#~ msgstr "OVAL 内容名称"
|
|
1581
|
-
|
|
1582
|
-
#~ msgid "OVAL policy successfully configured with %s."
|
|
1583
|
-
#~ msgstr "已成功使用 %s 配置了OVAL策略。"
|
|
1584
|
-
|
|
1585
|
-
#~ msgid "OVAL scan"
|
|
1586
|
-
#~ msgstr "OVAL 扫描"
|
|
1587
|
-
|
|
1588
|
-
#~ msgid "Original file name of the OVAL content file"
|
|
1589
|
-
#~ msgstr "OVAL 内容文件的原文件名称"
|
|
1590
|
-
|
|
1591
|
-
#~ msgid "Policy OVAL content ID"
|
|
1592
|
-
#~ msgstr "策略 OVAL 内容 ID"
|
|
1593
|
-
|
|
1594
|
-
#~ msgid "Ref Id"
|
|
1595
|
-
#~ msgstr "参考 id"
|
|
1596
|
-
|
|
1597
|
-
#~ msgid "Remote action:"
|
|
1598
|
-
#~ msgstr "远程操作:"
|
|
1599
|
-
|
|
1600
|
-
#~ msgid "Run OVAL scan"
|
|
1601
|
-
#~ msgstr "运行 OVAL 扫描"
|
|
1602
|
-
|
|
1603
|
-
#~ msgid "Scan All Hostgroups"
|
|
1604
|
-
#~ msgstr "扫描所有主机组"
|
|
1605
|
-
|
|
1606
|
-
#~ msgid "Show an OVAL Policy"
|
|
1607
|
-
#~ msgstr "显示 OVAL 政策"
|
|
1608
|
-
|
|
1609
|
-
#~ msgid "Show an OVAL content"
|
|
1610
|
-
#~ msgstr "显示 OVAL 内容"
|
|
1611
|
-
|
|
1612
|
-
#~ msgid "Sync contents that have remote source URL"
|
|
1613
|
-
#~ msgstr "同步具有远程源 URL 的内容"
|
|
1614
|
-
|
|
1615
|
-
#~ msgid "Table of CVEs for OVAL policy"
|
|
1616
|
-
#~ msgstr "OVAL 策略的 CVE 表"
|
|
1450
|
+
#~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
1451
|
+
#~ msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
|
|
1617
1452
|
|
|
1618
1453
|
#~ msgid ""
|
|
1619
|
-
#~ "The following
|
|
1620
|
-
#~ "
|
|
1621
|
-
#~ msgstr "
|
|
1622
|
-
|
|
1623
|
-
#~ msgid "URL of the OVAL content file"
|
|
1624
|
-
#~ msgstr "OVAL 内容文件的 URL"
|
|
1625
|
-
|
|
1626
|
-
#~ msgid "Unknown OVAL status"
|
|
1627
|
-
#~ msgstr "未知的 OVAL 状态"
|
|
1628
|
-
|
|
1629
|
-
#~ msgid "Update an OVAL Policy"
|
|
1630
|
-
#~ msgstr "更新 OVAL 策略"
|
|
1631
|
-
|
|
1632
|
-
#~ msgid "Update an OVAL content"
|
|
1633
|
-
#~ msgstr "更新 OVAL 内容"
|
|
1634
|
-
|
|
1635
|
-
#~ msgid "Upload an OVAL report - a list of CVEs for given host"
|
|
1636
|
-
#~ msgstr "上传一个 OVAL 报告 - 给定主机的 CVE 列表"
|
|
1637
|
-
|
|
1638
|
-
#~ msgid "Was %s configured successfully?"
|
|
1639
|
-
#~ msgstr "%s 配置成功吗?"
|
|
1640
|
-
|
|
1641
|
-
#~ msgid "Was %{model_name} %{name} configured successfully?"
|
|
1642
|
-
#~ msgstr "%{model_name}%%{name}配置成功了吗?"
|
|
1643
|
-
|
|
1644
|
-
#~ msgid "XML containing OVAL content"
|
|
1645
|
-
#~ msgstr "包含 OVAL 内容的 XML"
|
|
1646
|
-
|
|
1647
|
-
#~ msgid ""
|
|
1648
|
-
#~ "foreman_ansible plugin not found, please install it before running this action"
|
|
1649
|
-
#~ " again."
|
|
1650
|
-
#~ msgstr "没有找到 foreman_ansible 插件,请先安装它,然后再次运行此操作。"
|
|
1651
|
-
|
|
1652
|
-
#~ msgid "hostgroups"
|
|
1653
|
-
#~ msgstr "主机组"
|
|
1454
|
+
#~ "The following proxies could not be reached: %s. Please make sure they are avai"
|
|
1455
|
+
#~ "lable so Foreman can check their versions."
|
|
1456
|
+
#~ msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
|
|
1654
1457
|
|
|
1655
|
-
#~ msgid "
|
|
1656
|
-
#~ msgstr "
|
|
1458
|
+
#~ msgid "This feature is temporarily disabled. "
|
|
1459
|
+
#~ msgstr "此功能暂时被禁用。"
|
|
@@ -919,12 +919,6 @@ msgstr ""
|
|
|
919
919
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
|
920
920
|
msgstr "%{item_name} 缺少以下 %{key_name}:%{key_names}。在继续操作之前,请确保已将其导入。"
|
|
921
921
|
|
|
922
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
923
|
-
msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
|
|
924
|
-
|
|
925
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
|
926
|
-
msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
|
|
927
|
-
|
|
928
922
|
msgid "The identifier of the host"
|
|
929
923
|
msgstr "主机 ID"
|
|
930
924
|
|
|
@@ -943,9 +937,6 @@ msgstr ""
|
|
|
943
937
|
msgid "There's no available report for this host"
|
|
944
938
|
msgstr ""
|
|
945
939
|
|
|
946
|
-
msgid "This feature is temporarily disabled. "
|
|
947
|
-
msgstr "此功能暂时被禁用。"
|
|
948
|
-
|
|
949
940
|
msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
|
|
950
941
|
msgstr ""
|
|
951
942
|
|