foreman_openscap 2.0.1 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
- data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
- data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
- data/app/controllers/scap_contents_controller.rb +1 -1
- data/app/controllers/tailoring_files_controller.rb +1 -1
- data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +1 -1
- data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
- data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
- data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/arf_reports/welcome.html.erb +2 -0
- data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
- data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
- data/app/views/policies/select_multiple_hosts.html.erb +1 -1
- data/config/routes.rb +2 -0
- data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
- data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
- data/lib/foreman_openscap/engine.rb +9 -6
- data/lib/foreman_openscap/helper.rb +1 -1
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/action_names.rb +2 -7
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +9 -194
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +8 -194
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +5 -191
- data/locale/foreman_openscap.pot +91 -336
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +5 -191
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +4 -190
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +4 -190
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +5 -191
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +4 -190
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +5 -191
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +4 -190
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +4 -190
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +5 -191
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +4 -190
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
- data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
- data/test/test_plugin_helper.rb +2 -2
- metadata +18 -11
Binary file
|
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: Foreman\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date:
|
12
|
-
"Last-Translator:
|
11
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
12
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
13
13
|
"Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
|
14
14
|
"age/zh_CN/)\n"
|
15
15
|
"MIME-Version: 1.0\n"
|
@@ -53,9 +53,6 @@ msgstr "Foreman OpenSCAP 摘要"
|
|
53
53
|
msgid "A summary of reports for OpenSCAP policies"
|
54
54
|
msgstr "OpenSCAP 策略报告摘要"
|
55
55
|
|
56
|
-
msgid "Abstract async task"
|
57
|
-
msgstr ""
|
58
|
-
|
59
56
|
msgid "Action with sub plans"
|
60
57
|
msgstr "带有子计划的操作"
|
61
58
|
|
@@ -80,15 +77,6 @@ msgstr "对主机应用策略"
|
|
80
77
|
msgid "Assign Compliance Policy"
|
81
78
|
msgstr "分配合规策略"
|
82
79
|
|
83
|
-
msgid "Attach subscriptions"
|
84
|
-
msgstr ""
|
85
|
-
|
86
|
-
msgid "Auto attach subscriptions"
|
87
|
-
msgstr ""
|
88
|
-
|
89
|
-
msgid "Auto-attach subscriptions"
|
90
|
-
msgstr ""
|
91
|
-
|
92
80
|
msgid "Back"
|
93
81
|
msgstr "后退"
|
94
82
|
|
@@ -128,9 +116,6 @@ msgstr "选择时段"
|
|
128
116
|
msgid "Choose weekday"
|
129
117
|
msgstr "选择工作日"
|
130
118
|
|
131
|
-
msgid "Combined Profile Update"
|
132
|
-
msgstr ""
|
133
|
-
|
134
119
|
msgid "Compliance"
|
135
120
|
msgstr "合规"
|
136
121
|
|
@@ -170,12 +155,6 @@ msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以
|
|
170
155
|
msgid "Could not validate %{file_type}. Error %{error}"
|
171
156
|
msgstr "无法验证 %{file_type}。错误 %{error}"
|
172
157
|
|
173
|
-
msgid "Create"
|
174
|
-
msgstr ""
|
175
|
-
|
176
|
-
msgid "Create Package Group"
|
177
|
-
msgstr ""
|
178
|
-
|
179
158
|
msgid "Create SCAP content"
|
180
159
|
msgstr "创建 SCAP 内容"
|
181
160
|
|
@@ -200,18 +179,6 @@ msgstr "删除 XCCDF 配置文件"
|
|
200
179
|
msgid "Delete"
|
201
180
|
msgstr "删除"
|
202
181
|
|
203
|
-
msgid "Delete Activation Key"
|
204
|
-
msgstr ""
|
205
|
-
|
206
|
-
msgid "Delete Lifecycle Environment"
|
207
|
-
msgstr ""
|
208
|
-
|
209
|
-
msgid "Delete Package Group"
|
210
|
-
msgstr ""
|
211
|
-
|
212
|
-
msgid "Delete Product"
|
213
|
-
msgstr ""
|
214
|
-
|
215
182
|
msgid "Delete a Policy"
|
216
183
|
msgstr "删除一个策略"
|
217
184
|
|
@@ -248,18 +215,6 @@ msgstr ""
|
|
248
215
|
msgid "Description"
|
249
216
|
msgstr "描述"
|
250
217
|
|
251
|
-
msgid "Destroy"
|
252
|
-
msgstr ""
|
253
|
-
|
254
|
-
msgid "Destroy Content Host"
|
255
|
-
msgstr ""
|
256
|
-
|
257
|
-
msgid "Disable"
|
258
|
-
msgstr ""
|
259
|
-
|
260
|
-
msgid "Discover"
|
261
|
-
msgstr ""
|
262
|
-
|
263
218
|
msgid "Documentation"
|
264
219
|
msgstr "文档"
|
265
220
|
|
@@ -296,15 +251,6 @@ msgstr "编辑定制文件"
|
|
296
251
|
msgid "Effective Profile"
|
297
252
|
msgstr "有效配置文件"
|
298
253
|
|
299
|
-
msgid "Enable"
|
300
|
-
msgstr ""
|
301
|
-
|
302
|
-
msgid "Errata mail"
|
303
|
-
msgstr ""
|
304
|
-
|
305
|
-
msgid "Export"
|
306
|
-
msgstr ""
|
307
|
-
|
308
254
|
msgid "Failed"
|
309
255
|
msgstr "失败"
|
310
256
|
|
@@ -339,15 +285,9 @@ msgstr "上传 Arf Report 失败,在为 %s 上传时没有在参数中找到 O
|
|
339
285
|
msgid "Failed|F"
|
340
286
|
msgstr "F"
|
341
287
|
|
342
|
-
msgid "Fetch pxe files"
|
343
|
-
msgstr ""
|
344
|
-
|
345
288
|
msgid "File Upload"
|
346
289
|
msgstr "文件上传"
|
347
290
|
|
348
|
-
msgid "Filtered index content"
|
349
|
-
msgstr ""
|
350
|
-
|
351
291
|
msgid "Full Report"
|
352
292
|
msgstr "完整报告"
|
353
293
|
|
@@ -405,12 +345,6 @@ msgstr "主机通过这个规则"
|
|
405
345
|
msgid "How the policy should be deployed"
|
406
346
|
msgstr ""
|
407
347
|
|
408
|
-
msgid "Hypervisors"
|
409
|
-
msgstr ""
|
410
|
-
|
411
|
-
msgid "Hypervisors update"
|
412
|
-
msgstr ""
|
413
|
-
|
414
348
|
msgid "ID of OpenSCAP Proxy"
|
415
349
|
msgstr "OpenSCAP 代理服务器的 ID"
|
416
350
|
|
@@ -445,39 +379,6 @@ msgstr "无结论"
|
|
445
379
|
msgid "Inconclusive results"
|
446
380
|
msgstr "无结论结果"
|
447
381
|
|
448
|
-
msgid "Incremental Update"
|
449
|
-
msgstr ""
|
450
|
-
|
451
|
-
msgid "Incremental Update of Content View Version(s) "
|
452
|
-
msgstr ""
|
453
|
-
|
454
|
-
msgid "Index content"
|
455
|
-
msgstr ""
|
456
|
-
|
457
|
-
msgid "Index errata"
|
458
|
-
msgstr ""
|
459
|
-
|
460
|
-
msgid "Index module streams"
|
461
|
-
msgstr ""
|
462
|
-
|
463
|
-
msgid "Index package groups"
|
464
|
-
msgstr ""
|
465
|
-
|
466
|
-
msgid "Install Applicable Errata"
|
467
|
-
msgstr ""
|
468
|
-
|
469
|
-
msgid "Install erratum"
|
470
|
-
msgstr ""
|
471
|
-
|
472
|
-
msgid "Install package"
|
473
|
-
msgstr ""
|
474
|
-
|
475
|
-
msgid "Install package group"
|
476
|
-
msgstr ""
|
477
|
-
|
478
|
-
msgid "Instance update"
|
479
|
-
msgstr ""
|
480
|
-
|
481
382
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
482
383
|
msgstr "有些可能需要根据您的具体需求调整安全策略。"
|
483
384
|
|
@@ -493,6 +394,9 @@ msgstr "列出 ARF 报告"
|
|
493
394
|
msgid "List Policies"
|
494
395
|
msgstr "列出策略"
|
495
396
|
|
397
|
+
msgid "List SCAP content profiles"
|
398
|
+
msgstr ""
|
399
|
+
|
496
400
|
msgid "List SCAP contents"
|
497
401
|
msgstr "列出 SCAP 内容"
|
498
402
|
|
@@ -635,9 +539,6 @@ msgstr "其他"
|
|
635
539
|
msgid "Othered|O"
|
636
540
|
msgstr "O"
|
637
541
|
|
638
|
-
msgid "Package Profile Update"
|
639
|
-
msgstr ""
|
640
|
-
|
641
542
|
msgid "Passed"
|
642
543
|
msgstr "通过"
|
643
544
|
|
@@ -696,24 +597,9 @@ msgstr "策略调度工作日(只在时段 = “每周”时适用)"
|
|
696
597
|
msgid "Policy with id %s not found."
|
697
598
|
msgstr ""
|
698
599
|
|
699
|
-
msgid "Product Create"
|
700
|
-
msgstr ""
|
701
|
-
|
702
|
-
msgid "Promote"
|
703
|
-
msgstr ""
|
704
|
-
|
705
|
-
msgid "Promotion to Environment"
|
706
|
-
msgstr ""
|
707
|
-
|
708
600
|
msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
|
709
601
|
msgstr "代理服务器未能从 spool 发送报告至 Foreman。这表示报告格式损坏。报告已被移动至目录,以便将破坏文件存储到代理服务器上供以后检查。"
|
710
602
|
|
711
|
-
msgid "Publish"
|
712
|
-
msgstr ""
|
713
|
-
|
714
|
-
msgid "Publish Lifecycle Environment Repositories"
|
715
|
-
msgstr ""
|
716
|
-
|
717
603
|
msgid "Puppet class"
|
718
604
|
msgstr "Puppet 类"
|
719
605
|
|
@@ -723,33 +609,9 @@ msgstr "基本原理"
|
|
723
609
|
msgid "References"
|
724
610
|
msgstr "参考"
|
725
611
|
|
726
|
-
msgid "Reindex subscriptions"
|
727
|
-
msgstr ""
|
728
|
-
|
729
612
|
msgid "Remote action:"
|
730
613
|
msgstr "远程操作:"
|
731
614
|
|
732
|
-
msgid "Remove Content"
|
733
|
-
msgstr ""
|
734
|
-
|
735
|
-
msgid "Remove Version"
|
736
|
-
msgstr ""
|
737
|
-
|
738
|
-
msgid "Remove Versions and Associations"
|
739
|
-
msgstr ""
|
740
|
-
|
741
|
-
msgid "Remove from Environment"
|
742
|
-
msgstr ""
|
743
|
-
|
744
|
-
msgid "Remove package"
|
745
|
-
msgstr ""
|
746
|
-
|
747
|
-
msgid "Remove package group"
|
748
|
-
msgstr ""
|
749
|
-
|
750
|
-
msgid "Remove subscriptions"
|
751
|
-
msgstr ""
|
752
|
-
|
753
615
|
msgid "Report Metrics"
|
754
616
|
msgstr "报告指标"
|
755
617
|
|
@@ -765,9 +627,6 @@ msgstr "报告于 %s"
|
|
765
627
|
msgid "Reports"
|
766
628
|
msgstr "报告"
|
767
629
|
|
768
|
-
msgid "Republish Version Repositories"
|
769
|
-
msgstr ""
|
770
|
-
|
771
630
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
772
631
|
msgstr "请求超时。请尝试增加设置 -> 代理服务器_请求_超时"
|
773
632
|
|
@@ -786,9 +645,6 @@ msgstr ""
|
|
786
645
|
msgid "Run OpenSCAP scan"
|
787
646
|
msgstr "运行 OpenSCAP 扫描"
|
788
647
|
|
789
|
-
msgid "Run Sync Plan:"
|
790
|
-
msgstr ""
|
791
|
-
|
792
648
|
msgid "SCAP Content"
|
793
649
|
msgstr "SCAP 内容"
|
794
650
|
|
@@ -894,15 +750,6 @@ msgstr "来自于 Foreman 的 OpenScap 概述报告"
|
|
894
750
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
895
751
|
msgstr "Foreman 服务器 %{foreman_url} 概述报告"
|
896
752
|
|
897
|
-
msgid "Sync capsule"
|
898
|
-
msgstr ""
|
899
|
-
|
900
|
-
msgid "Synchronize"
|
901
|
-
msgstr ""
|
902
|
-
|
903
|
-
msgid "Synchronize smart proxy"
|
904
|
-
msgstr ""
|
905
|
-
|
906
753
|
msgid "Tailoring File"
|
907
754
|
msgstr "定制文件"
|
908
755
|
|
@@ -969,12 +816,6 @@ msgstr "取消分配合规策略"
|
|
969
816
|
msgid "Unknown Compliance status"
|
970
817
|
msgstr "未知合规状态"
|
971
818
|
|
972
|
-
msgid "Update"
|
973
|
-
msgstr ""
|
974
|
-
|
975
|
-
msgid "Update Content Overrides"
|
976
|
-
msgstr ""
|
977
|
-
|
978
819
|
msgid "Update a Policy"
|
979
820
|
msgstr "更新策略"
|
980
821
|
|
@@ -984,27 +825,6 @@ msgstr "更新定制文件"
|
|
984
825
|
msgid "Update an SCAP content"
|
985
826
|
msgstr "更新 SCAP 内容"
|
986
827
|
|
987
|
-
msgid "Update content urls"
|
988
|
-
msgstr ""
|
989
|
-
|
990
|
-
msgid "Update for host"
|
991
|
-
msgstr ""
|
992
|
-
|
993
|
-
msgid "Update http proxy"
|
994
|
-
msgstr ""
|
995
|
-
|
996
|
-
msgid "Update http proxy details"
|
997
|
-
msgstr ""
|
998
|
-
|
999
|
-
msgid "Update package"
|
1000
|
-
msgstr ""
|
1001
|
-
|
1002
|
-
msgid "Update redhat repository"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
|
-
msgid "Update release version for host"
|
1006
|
-
msgstr ""
|
1007
|
-
|
1008
828
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1009
829
|
msgstr "更新的主机:分配了 OpenSCAP 代理: %s"
|
1010
830
|
|
@@ -1023,12 +843,6 @@ msgstr "上传新定制文件"
|
|
1023
843
|
msgid "Upload an ARF report"
|
1024
844
|
msgstr "上传 Arf 报告"
|
1025
845
|
|
1026
|
-
msgid "Upload errata into"
|
1027
|
-
msgstr ""
|
1028
|
-
|
1029
|
-
msgid "Upload into"
|
1030
|
-
msgstr ""
|
1031
|
-
|
1032
846
|
msgid "Upload new SCAP content file"
|
1033
847
|
msgstr "上传新 SCAP 内容文件"
|
1034
848
|
|
Binary file
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: Foreman\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date:
|
11
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
12
12
|
"Last-Translator: Lukáš Zapletal\n"
|
13
13
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
|
14
14
|
"uage/zh_TW/)\n"
|
@@ -53,9 +53,6 @@ msgstr ""
|
|
53
53
|
msgid "A summary of reports for OpenSCAP policies"
|
54
54
|
msgstr ""
|
55
55
|
|
56
|
-
msgid "Abstract async task"
|
57
|
-
msgstr ""
|
58
|
-
|
59
56
|
msgid "Action with sub plans"
|
60
57
|
msgstr ""
|
61
58
|
|
@@ -80,15 +77,6 @@ msgstr ""
|
|
80
77
|
msgid "Assign Compliance Policy"
|
81
78
|
msgstr "指定合規政策"
|
82
79
|
|
83
|
-
msgid "Attach subscriptions"
|
84
|
-
msgstr ""
|
85
|
-
|
86
|
-
msgid "Auto attach subscriptions"
|
87
|
-
msgstr ""
|
88
|
-
|
89
|
-
msgid "Auto-attach subscriptions"
|
90
|
-
msgstr ""
|
91
|
-
|
92
80
|
msgid "Back"
|
93
81
|
msgstr "上一頁"
|
94
82
|
|
@@ -128,9 +116,6 @@ msgstr "選擇期間"
|
|
128
116
|
msgid "Choose weekday"
|
129
117
|
msgstr "選擇星期幾"
|
130
118
|
|
131
|
-
msgid "Combined Profile Update"
|
132
|
-
msgstr ""
|
133
|
-
|
134
119
|
msgid "Compliance"
|
135
120
|
msgstr "合規"
|
136
121
|
|
@@ -170,12 +155,6 @@ msgstr ""
|
|
170
155
|
msgid "Could not validate %{file_type}. Error %{error}"
|
171
156
|
msgstr ""
|
172
157
|
|
173
|
-
msgid "Create"
|
174
|
-
msgstr ""
|
175
|
-
|
176
|
-
msgid "Create Package Group"
|
177
|
-
msgstr ""
|
178
|
-
|
179
158
|
msgid "Create SCAP content"
|
180
159
|
msgstr "建立 SCAP 內容"
|
181
160
|
|
@@ -200,18 +179,6 @@ msgstr "預設 XCCDF 設定檔"
|
|
200
179
|
msgid "Delete"
|
201
180
|
msgstr "刪除"
|
202
181
|
|
203
|
-
msgid "Delete Activation Key"
|
204
|
-
msgstr ""
|
205
|
-
|
206
|
-
msgid "Delete Lifecycle Environment"
|
207
|
-
msgstr ""
|
208
|
-
|
209
|
-
msgid "Delete Package Group"
|
210
|
-
msgstr ""
|
211
|
-
|
212
|
-
msgid "Delete Product"
|
213
|
-
msgstr ""
|
214
|
-
|
215
182
|
msgid "Delete a Policy"
|
216
183
|
msgstr ""
|
217
184
|
|
@@ -248,18 +215,6 @@ msgstr ""
|
|
248
215
|
msgid "Description"
|
249
216
|
msgstr "說明"
|
250
217
|
|
251
|
-
msgid "Destroy"
|
252
|
-
msgstr ""
|
253
|
-
|
254
|
-
msgid "Destroy Content Host"
|
255
|
-
msgstr ""
|
256
|
-
|
257
|
-
msgid "Disable"
|
258
|
-
msgstr ""
|
259
|
-
|
260
|
-
msgid "Discover"
|
261
|
-
msgstr ""
|
262
|
-
|
263
218
|
msgid "Documentation"
|
264
219
|
msgstr ""
|
265
220
|
|
@@ -296,15 +251,6 @@ msgstr ""
|
|
296
251
|
msgid "Effective Profile"
|
297
252
|
msgstr ""
|
298
253
|
|
299
|
-
msgid "Enable"
|
300
|
-
msgstr ""
|
301
|
-
|
302
|
-
msgid "Errata mail"
|
303
|
-
msgstr ""
|
304
|
-
|
305
|
-
msgid "Export"
|
306
|
-
msgstr ""
|
307
|
-
|
308
254
|
msgid "Failed"
|
309
255
|
msgstr "已失敗"
|
310
256
|
|
@@ -339,15 +285,9 @@ msgstr ""
|
|
339
285
|
msgid "Failed|F"
|
340
286
|
msgstr "F"
|
341
287
|
|
342
|
-
msgid "Fetch pxe files"
|
343
|
-
msgstr ""
|
344
|
-
|
345
288
|
msgid "File Upload"
|
346
289
|
msgstr "檔案上傳"
|
347
290
|
|
348
|
-
msgid "Filtered index content"
|
349
|
-
msgstr ""
|
350
|
-
|
351
291
|
msgid "Full Report"
|
352
292
|
msgstr ""
|
353
293
|
|
@@ -405,12 +345,6 @@ msgstr ""
|
|
405
345
|
msgid "How the policy should be deployed"
|
406
346
|
msgstr ""
|
407
347
|
|
408
|
-
msgid "Hypervisors"
|
409
|
-
msgstr ""
|
410
|
-
|
411
|
-
msgid "Hypervisors update"
|
412
|
-
msgstr ""
|
413
|
-
|
414
348
|
msgid "ID of OpenSCAP Proxy"
|
415
349
|
msgstr ""
|
416
350
|
|
@@ -445,39 +379,6 @@ msgstr "非決定性"
|
|
445
379
|
msgid "Inconclusive results"
|
446
380
|
msgstr "非決定性結果"
|
447
381
|
|
448
|
-
msgid "Incremental Update"
|
449
|
-
msgstr ""
|
450
|
-
|
451
|
-
msgid "Incremental Update of Content View Version(s) "
|
452
|
-
msgstr ""
|
453
|
-
|
454
|
-
msgid "Index content"
|
455
|
-
msgstr ""
|
456
|
-
|
457
|
-
msgid "Index errata"
|
458
|
-
msgstr ""
|
459
|
-
|
460
|
-
msgid "Index module streams"
|
461
|
-
msgstr ""
|
462
|
-
|
463
|
-
msgid "Index package groups"
|
464
|
-
msgstr ""
|
465
|
-
|
466
|
-
msgid "Install Applicable Errata"
|
467
|
-
msgstr ""
|
468
|
-
|
469
|
-
msgid "Install erratum"
|
470
|
-
msgstr ""
|
471
|
-
|
472
|
-
msgid "Install package"
|
473
|
-
msgstr ""
|
474
|
-
|
475
|
-
msgid "Install package group"
|
476
|
-
msgstr ""
|
477
|
-
|
478
|
-
msgid "Instance update"
|
479
|
-
msgstr ""
|
480
|
-
|
481
382
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
482
383
|
msgstr ""
|
483
384
|
|
@@ -493,6 +394,9 @@ msgstr ""
|
|
493
394
|
msgid "List Policies"
|
494
395
|
msgstr ""
|
495
396
|
|
397
|
+
msgid "List SCAP content profiles"
|
398
|
+
msgstr ""
|
399
|
+
|
496
400
|
msgid "List SCAP contents"
|
497
401
|
msgstr "列出 SCAP 內容"
|
498
402
|
|
@@ -635,9 +539,6 @@ msgstr "其它"
|
|
635
539
|
msgid "Othered|O"
|
636
540
|
msgstr "Othered|O"
|
637
541
|
|
638
|
-
msgid "Package Profile Update"
|
639
|
-
msgstr ""
|
640
|
-
|
641
542
|
msgid "Passed"
|
642
543
|
msgstr "已通過"
|
643
544
|
|
@@ -696,24 +597,9 @@ msgstr ""
|
|
696
597
|
msgid "Policy with id %s not found."
|
697
598
|
msgstr ""
|
698
599
|
|
699
|
-
msgid "Product Create"
|
700
|
-
msgstr ""
|
701
|
-
|
702
|
-
msgid "Promote"
|
703
|
-
msgstr ""
|
704
|
-
|
705
|
-
msgid "Promotion to Environment"
|
706
|
-
msgstr ""
|
707
|
-
|
708
600
|
msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
|
709
601
|
msgstr ""
|
710
602
|
|
711
|
-
msgid "Publish"
|
712
|
-
msgstr ""
|
713
|
-
|
714
|
-
msgid "Publish Lifecycle Environment Repositories"
|
715
|
-
msgstr ""
|
716
|
-
|
717
603
|
msgid "Puppet class"
|
718
604
|
msgstr "Puppet 類別"
|
719
605
|
|
@@ -723,33 +609,9 @@ msgstr "理由"
|
|
723
609
|
msgid "References"
|
724
610
|
msgstr "參照"
|
725
611
|
|
726
|
-
msgid "Reindex subscriptions"
|
727
|
-
msgstr ""
|
728
|
-
|
729
612
|
msgid "Remote action:"
|
730
613
|
msgstr ""
|
731
614
|
|
732
|
-
msgid "Remove Content"
|
733
|
-
msgstr ""
|
734
|
-
|
735
|
-
msgid "Remove Version"
|
736
|
-
msgstr ""
|
737
|
-
|
738
|
-
msgid "Remove Versions and Associations"
|
739
|
-
msgstr ""
|
740
|
-
|
741
|
-
msgid "Remove from Environment"
|
742
|
-
msgstr ""
|
743
|
-
|
744
|
-
msgid "Remove package"
|
745
|
-
msgstr ""
|
746
|
-
|
747
|
-
msgid "Remove package group"
|
748
|
-
msgstr ""
|
749
|
-
|
750
|
-
msgid "Remove subscriptions"
|
751
|
-
msgstr ""
|
752
|
-
|
753
615
|
msgid "Report Metrics"
|
754
616
|
msgstr "報告計量"
|
755
617
|
|
@@ -765,9 +627,6 @@ msgstr ""
|
|
765
627
|
msgid "Reports"
|
766
628
|
msgstr "報告"
|
767
629
|
|
768
|
-
msgid "Republish Version Repositories"
|
769
|
-
msgstr ""
|
770
|
-
|
771
630
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
772
631
|
msgstr ""
|
773
632
|
|
@@ -786,9 +645,6 @@ msgstr ""
|
|
786
645
|
msgid "Run OpenSCAP scan"
|
787
646
|
msgstr ""
|
788
647
|
|
789
|
-
msgid "Run Sync Plan:"
|
790
|
-
msgstr ""
|
791
|
-
|
792
648
|
msgid "SCAP Content"
|
793
649
|
msgstr "SCAP 內容"
|
794
650
|
|
@@ -894,15 +750,6 @@ msgstr ""
|
|
894
750
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
895
751
|
msgstr "來自 Foreman 伺服器的摘要報告,於 %{foreman_url}"
|
896
752
|
|
897
|
-
msgid "Sync capsule"
|
898
|
-
msgstr ""
|
899
|
-
|
900
|
-
msgid "Synchronize"
|
901
|
-
msgstr ""
|
902
|
-
|
903
|
-
msgid "Synchronize smart proxy"
|
904
|
-
msgstr ""
|
905
|
-
|
906
753
|
msgid "Tailoring File"
|
907
754
|
msgstr ""
|
908
755
|
|
@@ -967,12 +814,6 @@ msgstr "取消指定合規政策"
|
|
967
814
|
msgid "Unknown Compliance status"
|
968
815
|
msgstr "未知的合規狀態"
|
969
816
|
|
970
|
-
msgid "Update"
|
971
|
-
msgstr ""
|
972
|
-
|
973
|
-
msgid "Update Content Overrides"
|
974
|
-
msgstr ""
|
975
|
-
|
976
817
|
msgid "Update a Policy"
|
977
818
|
msgstr ""
|
978
819
|
|
@@ -982,27 +823,6 @@ msgstr ""
|
|
982
823
|
msgid "Update an SCAP content"
|
983
824
|
msgstr "更新 SCAP 內容"
|
984
825
|
|
985
|
-
msgid "Update content urls"
|
986
|
-
msgstr ""
|
987
|
-
|
988
|
-
msgid "Update for host"
|
989
|
-
msgstr ""
|
990
|
-
|
991
|
-
msgid "Update http proxy"
|
992
|
-
msgstr ""
|
993
|
-
|
994
|
-
msgid "Update http proxy details"
|
995
|
-
msgstr ""
|
996
|
-
|
997
|
-
msgid "Update package"
|
998
|
-
msgstr ""
|
999
|
-
|
1000
|
-
msgid "Update redhat repository"
|
1001
|
-
msgstr ""
|
1002
|
-
|
1003
|
-
msgid "Update release version for host"
|
1004
|
-
msgstr ""
|
1005
|
-
|
1006
826
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1007
827
|
msgstr ""
|
1008
828
|
|
@@ -1021,12 +841,6 @@ msgstr ""
|
|
1021
841
|
msgid "Upload an ARF report"
|
1022
842
|
msgstr "上傳 ARF 報告"
|
1023
843
|
|
1024
|
-
msgid "Upload errata into"
|
1025
|
-
msgstr ""
|
1026
|
-
|
1027
|
-
msgid "Upload into"
|
1028
|
-
msgstr ""
|
1029
|
-
|
1030
844
|
msgid "Upload new SCAP content file"
|
1031
845
|
msgstr "上傳新的 SCAP 內容檔案"
|
1032
846
|
|