foreman_openscap 6.0.0 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
  11. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
  13. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
  14. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
  15. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
  17. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  18. data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/compliance_hosts_helper.rb +2 -0
  22. data/app/helpers/foreman_openscap_helper.rb +11 -8
  23. data/app/helpers/policies_helper.rb +2 -0
  24. data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
  25. data/app/services/foreman_openscap/client_config/manual.rb +1 -1
  26. data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
  27. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
  28. data/app/views/arf_reports/_list.html.erb +1 -1
  29. data/app/views/arf_reports/show.html.erb +0 -1
  30. data/app/views/arf_reports/welcome.html.erb +1 -1
  31. data/app/views/compliance_hosts/show.html.erb +1 -1
  32. data/app/views/policies/_list.html.erb +3 -3
  33. data/app/views/policies/index.html.erb +1 -1
  34. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  35. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  36. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  37. data/app/views/policy_dashboard/index.html.erb +1 -1
  38. data/app/views/scap_contents/_list.html.erb +3 -3
  39. data/app/views/scap_contents/index.html.erb +1 -1
  40. data/app/views/tailoring_files/_list.html.erb +3 -3
  41. data/app/views/tailoring_files/index.html.erb +1 -1
  42. data/lib/foreman_openscap/bulk_upload.rb +7 -7
  43. data/lib/foreman_openscap/engine.rb +2 -7
  44. data/lib/foreman_openscap/version.rb +1 -1
  45. data/locale/Makefile +6 -3
  46. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
  48. data/locale/cs_CZ/foreman_openscap.po +1309 -0
  49. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  50. data/locale/de/foreman_openscap.edit.po +1745 -0
  51. data/locale/de/foreman_openscap.po +195 -0
  52. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  53. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/en/foreman_openscap.edit.po +1735 -0
  55. data/locale/en/foreman_openscap.po +1309 -0
  56. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  57. data/locale/en_GB/foreman_openscap.edit.po +1735 -0
  58. data/locale/en_GB/foreman_openscap.po +195 -0
  59. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  60. data/locale/es/foreman_openscap.edit.po +1740 -0
  61. data/locale/es/foreman_openscap.po +195 -0
  62. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  63. data/locale/foreman_openscap.pot +388 -76
  64. data/locale/fr/foreman_openscap.edit.po +1746 -0
  65. data/locale/fr/foreman_openscap.po +195 -0
  66. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  67. data/locale/gl/foreman_openscap.edit.po +1735 -0
  68. data/locale/gl/foreman_openscap.po +195 -0
  69. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/it/foreman_openscap.edit.po +1737 -0
  71. data/locale/it/foreman_openscap.po +195 -0
  72. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  73. data/locale/ja/foreman_openscap.edit.po +1741 -0
  74. data/locale/ja/foreman_openscap.po +195 -0
  75. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/ko/foreman_openscap.edit.po +1735 -0
  77. data/locale/ko/foreman_openscap.po +195 -0
  78. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  79. data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
  80. data/locale/pt_BR/foreman_openscap.po +195 -0
  81. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  82. data/locale/ru/foreman_openscap.edit.po +1739 -0
  83. data/locale/ru/foreman_openscap.po +195 -0
  84. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  85. data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
  86. data/locale/sv_SE/foreman_openscap.po +195 -0
  87. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  88. data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
  89. data/locale/zh_CN/foreman_openscap.po +195 -0
  90. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  91. data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
  92. data/locale/zh_TW/foreman_openscap.po +195 -0
  93. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  94. data/package.json +0 -3
  95. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
  96. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
  97. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
  98. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
  99. metadata +54 -5
@@ -31,6 +31,15 @@ msgid "%s compliance report by policy"
31
31
  msgid_plural "%s compliance reports by policy"
32
32
  msgstr[0] "根据策略的 %s 合规报告"
33
33
 
34
+ msgid "%s content"
35
+ msgstr ""
36
+
37
+ msgid "%s does not exist, skipping."
38
+ msgstr ""
39
+
40
+ msgid "%s is a directory, expecting file."
41
+ msgstr ""
42
+
34
43
  msgid "%s latest report"
35
44
  msgstr "%s 最新报告"
36
45
 
@@ -79,6 +88,9 @@ msgstr "对主机应用策略"
79
88
  msgid "Are required variables for theforeman.foreman_scap_client present?"
80
89
  msgstr "是否存在 forforeman.foreman_scap_client 所需的变量?"
81
90
 
91
+ msgid "Are you sure you want to delete %s?"
92
+ msgstr ""
93
+
82
94
  msgid "Array of host IDs"
83
95
  msgstr "主机 ID 数组"
84
96
 
@@ -100,6 +112,12 @@ msgstr "在继续前,把 openscap_proxy 分配给 %s。"
100
112
  msgid "Back"
101
113
  msgstr "返回"
102
114
 
115
+ msgid "CVEs"
116
+ msgstr ""
117
+
118
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
119
+ msgstr ""
120
+
103
121
  msgid "Cancel"
104
122
  msgstr "取消"
105
123
 
@@ -121,6 +139,9 @@ msgstr "更改的文件不含现有的 SCAP 内容配置文件"
121
139
  msgid "Changed?"
122
140
  msgstr "已改变?"
123
141
 
142
+ msgid "Choose OVAL Content"
143
+ msgstr ""
144
+
124
145
  msgid "Choose Tailoring File"
125
146
  msgstr "选择 Tailoring 文件"
126
147
 
@@ -163,6 +184,12 @@ msgstr "合规主机"
163
184
  msgid "Compliant with the policy"
164
185
  msgstr "与策略合规"
165
186
 
187
+ msgid "Confirm"
188
+ msgstr ""
189
+
190
+ msgid "Content"
191
+ msgstr ""
192
+
166
193
  msgid "Could not find host identified by: %s"
167
194
  msgstr "无法找到由 %s 标识的主机"
168
195
 
@@ -175,6 +202,12 @@ msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以
175
202
  msgid "Could not validate %{file_type}. Error %{error}"
176
203
  msgstr "无法验证%{file_type} 。错误 %{error}"
177
204
 
205
+ msgid "Create OVAL Content"
206
+ msgstr ""
207
+
208
+ msgid "Create OVAL Policy"
209
+ msgstr ""
210
+
178
211
  msgid "Create OVAL content"
179
212
  msgstr "创建 OVAL 内容"
180
213
 
@@ -190,6 +223,12 @@ msgstr "创建定制文件"
190
223
  msgid "Create an OVAL Policy"
191
224
  msgstr "创建一个 OVAL 策略"
192
225
 
226
+ msgid "Created at"
227
+ msgstr ""
228
+
229
+ msgid "Custom cron: %s"
230
+ msgstr ""
231
+
193
232
  msgid "Dashboard"
194
233
  msgstr "仪表板"
195
234
 
@@ -205,6 +244,12 @@ msgstr "默认的 XCCDF 配置集"
205
244
  msgid "Delete"
206
245
  msgstr "刪除"
207
246
 
247
+ msgid "Delete OVAL Content"
248
+ msgstr ""
249
+
250
+ msgid "Delete OVAL Policy"
251
+ msgstr ""
252
+
208
253
  msgid "Delete a Policy"
209
254
  msgstr "删除一个策略"
210
255
 
@@ -247,6 +292,9 @@ msgstr "部署选项"
247
292
  msgid "Description"
248
293
  msgstr "描述"
249
294
 
295
+ msgid "Details"
296
+ msgstr ""
297
+
250
298
  msgid "Details for Compliance Policy %s"
251
299
  msgstr "合规政策 %s 详情"
252
300
 
@@ -286,6 +334,12 @@ msgstr "有效配置文件"
286
334
  msgid "Error!"
287
335
  msgstr "错误!"
288
336
 
337
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
338
+ msgstr ""
339
+
340
+ msgid "Expected an array of files to upload, got: %s."
341
+ msgstr ""
342
+
289
343
  msgid "Failed"
290
344
  msgstr "失败"
291
345
 
@@ -295,6 +349,12 @@ msgstr "失败和其他"
295
349
  msgid "Failed only"
296
350
  msgstr "只有失敗"
297
351
 
352
+ msgid "Failed saving %s:"
353
+ msgstr ""
354
+
355
+ msgid "Failed to create OVAL Policy: %s"
356
+ msgstr ""
357
+
298
358
  msgid "Failed to delete %s compliance reports"
299
359
  msgstr "刪除 %s 合规报告失败"
300
360
 
@@ -307,6 +367,9 @@ msgstr "无法将 ARF 报告下载为 bzip:%s"
307
367
  msgid "Failed to downloaded ARF report in HTML: %s"
308
368
  msgstr "无法以 HTML 格式下载 ARF 报告:%s"
309
369
 
370
+ msgid "Failed to fetch content file from %s"
371
+ msgstr ""
372
+
310
373
  msgid "Failed to fetch spool status from proxy"
311
374
  msgstr "从代理获取 spool 状态失败"
312
375
 
@@ -320,9 +383,15 @@ msgstr "上传 Arf Report 失败,在为 %s 上传时没有在参数中找到 O
320
383
  msgid "Failed|F"
321
384
  msgstr "Failed|F"
322
385
 
386
+ msgid "File"
387
+ msgstr ""
388
+
323
389
  msgid "File Upload"
324
390
  msgstr "上传文件"
325
391
 
392
+ msgid "File name"
393
+ msgstr ""
394
+
326
395
  msgid "File paths to upload when using \"files\" upload type"
327
396
  msgstr "当使用 “files” 上传类型时要上传的文件路径"
328
397
 
@@ -475,6 +544,9 @@ msgstr "位置"
475
544
  msgid "Message"
476
545
  msgstr "信息"
477
546
 
547
+ msgid "Monthly, day of month: %s"
548
+ msgstr ""
549
+
478
550
  msgid "More details"
479
551
  msgstr "更多细节"
480
552
 
@@ -487,6 +559,9 @@ msgstr "从未审核"
487
559
  msgid "New Compliance Policy"
488
560
  msgstr "新的合规政策"
489
561
 
562
+ msgid "New OVAL Content"
563
+ msgstr ""
564
+
490
565
  msgid "New Policy"
491
566
  msgstr "新建策略"
492
567
 
@@ -508,6 +583,12 @@ msgstr "此政策沒有 ARF 報告"
508
583
  msgid "No CVEs found."
509
584
  msgstr "找不到 CVE。"
510
585
 
586
+ msgid "No Hostgroups found."
587
+ msgstr ""
588
+
589
+ msgid "No OVAL Content found"
590
+ msgstr ""
591
+
511
592
  msgid "No OVAL Contents found."
512
593
  msgstr "找不到 OVAL 内容。"
513
594
 
@@ -565,6 +646,9 @@ msgstr "没有此策略的报告"
565
646
  msgid "No reports available"
566
647
  msgstr "无可用报告"
567
648
 
649
+ msgid "No such directory: %s. Please check the path you have provided."
650
+ msgstr ""
651
+
568
652
  msgid "No valid policy ID provided"
569
653
  msgstr "未提供有效的策略 ID"
570
654
 
@@ -574,6 +658,9 @@ msgstr "没有"
574
658
  msgid "None found"
575
659
  msgstr "未找到"
576
660
 
661
+ msgid "None provided"
662
+ msgstr ""
663
+
577
664
  msgid "None!"
578
665
  msgstr "无!"
579
666
 
@@ -595,6 +682,24 @@ msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數
595
682
  msgid "OVAL Content"
596
683
  msgstr "OVAL 内容"
597
684
 
685
+ msgid "OVAL Content %s successfully created"
686
+ msgstr ""
687
+
688
+ msgid "OVAL Content Source"
689
+ msgstr ""
690
+
691
+ msgid "OVAL Content from URL"
692
+ msgstr ""
693
+
694
+ msgid "OVAL Content from file"
695
+ msgstr ""
696
+
697
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
698
+ msgstr ""
699
+
700
+ msgid "OVAL Content successfully deleted."
701
+ msgstr ""
702
+
598
703
  msgid "OVAL Contents"
599
704
  msgstr "OVAL 內容"
600
705
 
@@ -625,12 +730,24 @@ msgstr "OVAL 策略调度时段(每周、每月、自定义)"
625
730
  msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
626
731
  msgstr "OVAL 策略调度工作日(只在时段为 \"weekly\" 时适用)"
627
732
 
733
+ msgid "OVAL Policy succesfully created."
734
+ msgstr ""
735
+
628
736
  msgid "OVAL content name"
629
737
  msgstr "OVAL 内容名称"
630
738
 
739
+ msgid "OVAL policy"
740
+ msgstr ""
741
+
631
742
  msgid "OVAL policy successfully configured with %s."
632
743
  msgstr "已成功使用 %s 配置了OVAL策略。"
633
744
 
745
+ msgid "OVAL policy was successfully deleted."
746
+ msgstr ""
747
+
748
+ msgid "OVAL policy was successfully updated."
749
+ msgstr ""
750
+
634
751
  msgid "OVAL scan"
635
752
  msgstr "OVAL 扫描"
636
753
 
@@ -649,6 +766,9 @@ msgstr "Openscap 代理"
649
766
  msgid "Organizations"
650
767
  msgstr "机构"
651
768
 
769
+ msgid "Original File Name"
770
+ msgstr ""
771
+
652
772
  msgid "Original file name of the OVAL content file"
653
773
  msgstr "OVAL 内容文件的原文件名称"
654
774
 
@@ -672,6 +792,12 @@ msgstr "通过"
672
792
  msgid "Passed|P"
673
793
  msgstr "Passed|P"
674
794
 
795
+ msgid "Period"
796
+ msgstr ""
797
+
798
+ msgid "Permission denied"
799
+ msgstr ""
800
+
675
801
  msgid "Please Confirm"
676
802
  msgstr "请确认"
677
803
 
@@ -732,6 +858,9 @@ msgstr "策略调度工作日(只在时段为 \"weekly\" 时适用)"
732
858
  msgid "Policy with id %s not found."
733
859
  msgstr "没有找到带有 id %s 的策略。"
734
860
 
861
+ msgid "Profile"
862
+ msgstr ""
863
+
735
864
  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."
736
865
  msgstr "代理服务器未能从 spool 发送报告至 Foreman。这表示报告格式损坏。报告已被移动至目录,以便将破坏文件存储到代理服务器上供以后检查。"
737
866
 
@@ -741,6 +870,9 @@ msgstr "Puppet 类别"
741
870
  msgid "Rationale"
742
871
  msgstr "理由"
743
872
 
873
+ msgid "Red Hat %s default content"
874
+ msgstr ""
875
+
744
876
  msgid "Ref Id"
745
877
  msgstr "参考 id"
746
878
 
@@ -765,12 +897,21 @@ msgstr "报告于 %s"
765
897
  msgid "Reports"
766
898
  msgstr "报表"
767
899
 
900
+ msgid "Request the following permissions from administrator: %s."
901
+ msgstr ""
902
+
768
903
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
769
904
  msgstr "请求超时。请尝试增加 Settings -> proxy_request_timeout"
770
905
 
771
906
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
772
907
  msgstr "没有找到所需的%{msg_name}%{class},请确认它已被导入。"
773
908
 
909
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
910
+ msgstr ""
911
+
912
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
913
+ msgstr ""
914
+
774
915
  msgid "Resource"
775
916
  msgstr "资源"
776
917
 
@@ -837,6 +978,9 @@ msgstr "显示策略"
837
978
  msgid "Show a Tailoring file"
838
979
  msgstr "显示定制文件"
839
980
 
981
+ msgid "Show a policy's OVAL content"
982
+ msgstr ""
983
+
840
984
  msgid "Show a policy's SCAP content"
841
985
  msgstr "显示政策的 SCAP 內容"
842
986
 
@@ -903,6 +1047,9 @@ msgstr "同步具有远程源 URL 的内容"
903
1047
  msgid "Table of CVEs for OVAL policy"
904
1048
  msgstr "OVAL 策略的 CVE 表"
905
1049
 
1050
+ msgid "Table of hostgroups for OVAL policy"
1051
+ msgstr ""
1052
+
906
1053
  msgid "Tailoring File"
907
1054
  msgstr "定制文件"
908
1055
 
@@ -918,6 +1065,9 @@ msgstr "定制文件名称"
918
1065
  msgid "Tailoring file profile ID"
919
1066
  msgstr "定制文件配置文件 ID"
920
1067
 
1068
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
1069
+ msgstr ""
1070
+
921
1071
  msgid ""
922
1072
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
923
1073
  " configuration issues related to security. "
@@ -943,12 +1093,30 @@ msgstr "主机 ID"
943
1093
  msgid "There are significant differences in deployment options."
944
1094
  msgstr "部署选项之间存在重大差异。"
945
1095
 
1096
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1097
+ msgstr ""
1098
+
1099
+ msgid "There was a following error when updating OVAL policy: %s"
1100
+ msgstr ""
1101
+
1102
+ msgid "There's no available report for this host"
1103
+ msgstr ""
1104
+
946
1105
  msgid "This feature is temporarily disabled. "
947
1106
  msgstr "此功能暂时被禁用。"
948
1107
 
1108
+ 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."
1109
+ msgstr ""
1110
+
949
1111
  msgid "This profile will be used to override the one from scap content"
950
1112
  msgstr "这个配置文件将用于覆盖 scap 内容中的配置文件"
951
1113
 
1114
+ msgid "Title"
1115
+ msgstr ""
1116
+
1117
+ msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
1118
+ msgstr ""
1119
+
952
1120
  msgid "Total"
953
1121
  msgstr "总计"
954
1122
 
@@ -962,9 +1130,15 @@ msgid "Total of one host"
962
1130
  msgid_plural "Total of %{hosts} hosts"
963
1131
  msgstr[0] "总共一个主机"
964
1132
 
1133
+ msgid "Type a hostgroup name..."
1134
+ msgstr ""
1135
+
965
1136
  msgid "Type of the upload"
966
1137
  msgstr "上传类型"
967
1138
 
1139
+ msgid "URL"
1140
+ msgstr ""
1141
+
968
1142
  msgid "URL of the OVAL content file"
969
1143
  msgstr "OVAL 内容文件的 URL"
970
1144
 
@@ -983,6 +1157,12 @@ msgstr "未知的合规状态"
983
1157
  msgid "Unknown OVAL status"
984
1158
  msgstr "未知的 OVAL 状态"
985
1159
 
1160
+ msgid "Unknown error when submitting data, please try again later."
1161
+ msgstr ""
1162
+
1163
+ msgid "Unknown schedule"
1164
+ msgstr ""
1165
+
986
1166
  msgid "Update a Policy"
987
1167
  msgstr "更新策略"
988
1168
 
@@ -1040,6 +1220,9 @@ msgstr "%s 配置成功吗?"
1040
1220
  msgid "Was %{model_name} %{name} configured successfully?"
1041
1221
  msgstr "%{model_name}%%{name}配置成功了吗?"
1042
1222
 
1223
+ msgid "Weekly, on %s"
1224
+ msgstr ""
1225
+
1043
1226
  msgid "XCCDF Profile"
1044
1227
  msgstr "XCCDF 配置集"
1045
1228
 
@@ -1058,15 +1241,24 @@ msgstr "包含定制文件的 XML"
1058
1241
  msgid "Yes"
1059
1242
  msgstr "是"
1060
1243
 
1244
+ msgid "You are not authorized to view the page. "
1245
+ msgstr ""
1246
+
1061
1247
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1062
1248
  msgstr "您可以设置定制的 cron 行,如 \"0 3 * * *\",其中的 5 个值由空格分隔"
1063
1249
 
1064
1250
  msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
1065
1251
  msgstr "您似乎没有 ARF 报告。ARF 报告是针对给定的合规策略对特定主机执行单次扫描的摘要。"
1066
1252
 
1253
+ msgid "can't be blank"
1254
+ msgstr ""
1255
+
1067
1256
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
1068
1257
  msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'。"
1069
1258
 
1259
+ msgid "cause: "
1260
+ msgstr ""
1261
+
1070
1262
  msgid "documentation"
1071
1263
  msgstr "文档"
1072
1264
 
@@ -1091,6 +1283,9 @@ msgstr "主机"
1091
1283
  msgid "invalid type %s"
1092
1284
  msgstr "无效类型 %s"
1093
1285
 
1286
+ msgid "is not a valid cronline"
1287
+ msgstr ""
1288
+
1094
1289
  msgid "is not a valid value"
1095
1290
  msgstr "不是有效值"
1096
1291
 
File without changes