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
@@ -0,0 +1,1740 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_openscap package.
4
+ #
5
+ # Translators:
6
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Foreman\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
+ "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
+ "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
14
+ "age/zh_CN/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: zh_CN\n"
19
+ "Plural-Forms: nplurals=1; plural=0;\n"
20
+
21
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
22
+ msgid "List ARF reports"
23
+ msgstr "列出 ARF 报告"
24
+
25
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
26
+ msgid "Show an ARF report"
27
+ msgstr "显示 ARF 报告"
28
+
29
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
30
+ msgid "Delete an ARF Report"
31
+ msgstr "删除 ARF 报告"
32
+
33
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
34
+ msgid "Upload an ARF report"
35
+ msgstr "上传 ARF 報告"
36
+
37
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
38
+ msgid "Download bzipped ARF report"
39
+ msgstr "下载压缩 ARF 报告"
40
+
41
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
42
+ msgid "Download ARF report in HTML"
43
+ msgstr "下载 HTML 格式的 ARF 报告"
44
+
45
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:96
46
+ msgid "Policy with id %s not found."
47
+ msgstr "没有找到带有 id %s 的策略。"
48
+
49
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
50
+ msgid "Could not find host identified by: %s"
51
+ msgstr "无法找到由 %s 标识的主机"
52
+
53
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
54
+ msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
55
+ msgstr "上传 Arf Report 失败,在为 %s 上传时没有在参数中找到 OpenSCAP 代理名或 url,主机缺少 openscap_proxy"
56
+
57
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
58
+ msgid "No proxy found for %{name} or %{url}"
59
+ msgstr "找不到 %{name} 或 %{url} 的代理服务器"
60
+
61
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:10
62
+ msgid "List OVAL contents"
63
+ msgstr "列出 OVAL 内容"
64
+
65
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:18
66
+ msgid "Show an OVAL content"
67
+ msgstr "显示 OVAL 内容"
68
+
69
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:26
70
+ msgid "OVAL content name"
71
+ msgstr "OVAL 内容名称"
72
+
73
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:27
74
+ msgid "XML containing OVAL content"
75
+ msgstr "包含 OVAL 内容的 XML"
76
+
77
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:28
78
+ msgid "Original file name of the OVAL content file"
79
+ msgstr "OVAL 内容文件的原文件名称"
80
+
81
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:29
82
+ msgid "URL of the OVAL content file"
83
+ msgstr "OVAL 内容文件的 URL"
84
+
85
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:34
86
+ msgid "Create OVAL content"
87
+ msgstr "创建 OVAL 内容"
88
+
89
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:42
90
+ msgid "Update an OVAL content"
91
+ msgstr "更新 OVAL 内容"
92
+
93
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:50
94
+ msgid "Deletes an OVAL content"
95
+ msgstr "删除 OVAL 内容"
96
+
97
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:57
98
+ msgid "Sync contents that have remote source URL"
99
+ msgstr "同步具有远程源 URL 的内容"
100
+
101
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:13
102
+ msgid "List OVAL Policies"
103
+ msgstr "列出 OVAL 政策"
104
+
105
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:20
106
+ msgid "Show an OVAL Policy"
107
+ msgstr "显示 OVAL 政策"
108
+
109
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:28
110
+ msgid "OVAL Policy name"
111
+ msgstr "OVAL 政策名称"
112
+
113
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:29
114
+ msgid "Policy OVAL content ID"
115
+ msgstr "策略 OVAL 内容 ID"
116
+
117
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:30
118
+ msgid "OVAL Policy description"
119
+ msgstr "OVAL 政策描述"
120
+
121
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:31
122
+ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
123
+ msgstr "OVAL 策略调度时段(每周、每月、自定义)"
124
+
125
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:32
126
+ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
127
+ msgstr "OVAL 策略调度工作日(只在时段为 \"weekly\" 时适用)"
128
+
129
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:33
130
+ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
131
+ msgstr "OVAL 每月的策略调度日(只在时段为 \"monthly\" 时适用)"
132
+
133
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:34
134
+ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
135
+ msgstr "OVAL 策略调度 cron 行(只在时段为 \"custom\" 时适用)"
136
+
137
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:39
138
+ msgid "Create an OVAL Policy"
139
+ msgstr "创建一个 OVAL 策略"
140
+
141
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:47
142
+ msgid "Update an OVAL Policy"
143
+ msgstr "更新 OVAL 策略"
144
+
145
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:55
146
+ msgid "Delete an OVAL Policy"
147
+ msgstr "删除 OVAL 策略"
148
+
149
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:62
150
+ msgid "Assign hostgroups to an OVAL Policy"
151
+ msgstr "将主机组分配给一个 OVAL 策略"
152
+
153
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:64
154
+ msgid "Array of hostgroup IDs"
155
+ msgstr "主机组 ID 的数组"
156
+
157
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:67
158
+ msgid "hostgroups"
159
+ msgstr "主机组"
160
+
161
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:70
162
+ msgid "Assign hosts to an OVAL Policy"
163
+ msgstr "将主机分配给一个 OVAL 策略"
164
+
165
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:72
166
+ msgid "Array of host IDs"
167
+ msgstr "主机 ID 数组"
168
+
169
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:75
170
+ msgid "hosts"
171
+ msgstr "主机"
172
+
173
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
174
+ msgid "Show a policy's OVAL content"
175
+ msgstr ""
176
+
177
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
178
+ msgid "OVAL policy successfully configured with %s."
179
+ msgstr "已成功使用 %s 配置了OVAL策略。"
180
+
181
+ #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:11
182
+ msgid "Upload an OVAL report - a list of CVEs for given host"
183
+ msgstr "上传一个 OVAL 报告 - 给定主机的 CVE 列表"
184
+
185
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
186
+ msgid "List Policies"
187
+ msgstr "列出策略"
188
+
189
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
190
+ msgid "Show a Policy"
191
+ msgstr "显示策略"
192
+
193
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
194
+ msgid "Policy name"
195
+ msgstr "政策名称"
196
+
197
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
198
+ msgid "Policy description"
199
+ msgstr "政策描述"
200
+
201
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
202
+ msgid "Policy SCAP content ID"
203
+ msgstr "策略 SCAP 内容 ID"
204
+
205
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
206
+ msgid "Policy SCAP content profile ID"
207
+ msgstr "策略 SCAP 内容配置文件 ID"
208
+
209
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
210
+ msgid "Policy schedule period (weekly, monthly, custom)"
211
+ msgstr "策略调度时段(周、月、自定义)"
212
+
213
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
214
+ msgid "Policy schedule weekday (only if period == \"weekly\")"
215
+ msgstr "策略调度工作日(只在时段为 \"weekly\" 时适用)"
216
+
217
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
218
+ msgid "Policy schedule day of month (only if period == \"monthly\")"
219
+ msgstr "每月的策略调度日(只在时段为 \"monthly\" 时适用)"
220
+
221
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
222
+ msgid "Policy schedule cron line (only if period == \"custom\")"
223
+ msgstr "策略调度 cron 行(只在时段为 \"custom\" 时适用)"
224
+
225
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
226
+ msgid "Apply policy to host groups"
227
+ msgstr "应用策略到主机组"
228
+
229
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
230
+ msgid "Apply policy to hosts"
231
+ msgstr "对主机应用策略"
232
+
233
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
234
+ msgid "Tailoring file ID"
235
+ msgstr "定制文件 ID"
236
+
237
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
238
+ msgid "Tailoring file profile ID"
239
+ msgstr "定制文件配置文件 ID"
240
+
241
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
242
+ msgid "How the policy should be deployed"
243
+ msgstr "应如何部署策略"
244
+
245
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
246
+ msgid "Create a Policy"
247
+ msgstr "创建策略"
248
+
249
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
250
+ msgid "Update a Policy"
251
+ msgstr "更新策略"
252
+
253
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
254
+ msgid "Delete a Policy"
255
+ msgstr "删除一个策略"
256
+
257
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
258
+ msgid "Show a policy's SCAP content"
259
+ msgstr "显示政策的 SCAP 內容"
260
+
261
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
262
+ msgid "Show a policy's Tailoring file"
263
+ msgstr "显示策略的 Tailoring 文件"
264
+
265
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
266
+ msgid "No Tailoring file assigned for policy with id %s"
267
+ msgstr "没有为 id %s 的策略分配定制文件"
268
+
269
+ #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
270
+ msgid "List SCAP content profiles"
271
+ msgstr "列出 SCAP 内容配置集"
272
+
273
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
274
+ msgid "List SCAP contents"
275
+ msgstr "列出 SCAP 內容"
276
+
277
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
278
+ msgid "Download an SCAP content as XML"
279
+ msgstr "将 SCAP 内容下载为 XML"
280
+
281
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
282
+ msgid "Show an SCAP content"
283
+ msgstr "显示 SCAP 內容"
284
+
285
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
286
+ msgid "SCAP content name"
287
+ msgstr "SCAP 内容名称"
288
+
289
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
290
+ msgid "XML containing SCAP content"
291
+ msgstr "包含 SCAP 内容的 XML"
292
+
293
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
294
+ msgid "Original file name of the XML file"
295
+ msgstr "XML 文件的原文件名称"
296
+
297
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
298
+ msgid "Create SCAP content"
299
+ msgstr "建立 SCAP 內容"
300
+
301
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
302
+ msgid "Update an SCAP content"
303
+ msgstr "更新 SCAP 內容"
304
+
305
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
306
+ msgid "Deletes an SCAP content"
307
+ msgstr "刪除 SCAP 內容"
308
+
309
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:70
310
+ msgid "Upload scap contents in bulk"
311
+ msgstr "批量上传 SCAP 内容"
312
+
313
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:71
314
+ msgid "Type of the upload"
315
+ msgstr "上传类型"
316
+
317
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:72
318
+ msgid "File paths to upload when using \"files\" upload type"
319
+ msgstr "当使用 “files” 上传类型时要上传的文件路径"
320
+
321
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:73
322
+ msgid "Directory to upload when using \"directory\" upload type"
323
+ msgstr "当使用 “directory” 上载类型时要上传的目录"
324
+
325
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
326
+ msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
327
+ msgstr "请指定导入类型,已收到:%%{received},预期为%%{expected} 中的一个"
328
+
329
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
330
+ msgid "List Tailoring files"
331
+ msgstr "列出 Tailoring 文件"
332
+
333
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
334
+ msgid "Download a Tailoring file as XML"
335
+ msgstr "将一个 Tailoring 文件下载为 XML"
336
+
337
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
338
+ msgid "Show a Tailoring file"
339
+ msgstr "显示定制文件"
340
+
341
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
342
+ msgid "Tailoring file name"
343
+ msgstr "定制文件名称"
344
+
345
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
346
+ msgid "XML containing tailoring file"
347
+ msgstr "包含定制文件的 XML"
348
+
349
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
350
+ msgid "Create a Tailoring file"
351
+ msgstr "创建定制文件"
352
+
353
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
354
+ msgid "Update a Tailoring file"
355
+ msgstr "更新定制文件"
356
+
357
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
358
+ msgid "Deletes a Tailoring file"
359
+ msgstr "删除定制文件"
360
+
361
+ #: ../app/controllers/arf_reports_controller.rb:37
362
+ msgid "Failed to downloaded ARF report as bzip: %s"
363
+ msgstr "无法将 ARF 报告下载为 bzip:%s"
364
+
365
+ #: ../app/controllers/arf_reports_controller.rb:48
366
+ msgid "Failed to downloaded ARF report in HTML: %s"
367
+ msgstr "无法以 HTML 格式下载 ARF 报告:%s"
368
+
369
+ #: ../app/controllers/arf_reports_controller.rb:55
370
+ msgid "Successfully deleted ARF report."
371
+ msgstr "成功删除了 ARF 报告。"
372
+
373
+ #: ../app/controllers/arf_reports_controller.rb:57
374
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
375
+ msgstr "无法删除主机 %{host_name} 在 %{reported_at} 报告的 ARF 报告"
376
+
377
+ #: ../app/controllers/arf_reports_controller.rb:67
378
+ msgid "Failed to delete %s compliance reports"
379
+ msgstr "刪除 %s 合规报告失败"
380
+
381
+ #: ../app/controllers/arf_reports_controller.rb:70
382
+ msgid "Successfully deleted %s compliance reports"
383
+ msgstr "刪除 %s 合规报告成功"
384
+
385
+ #: ../app/controllers/arf_reports_controller.rb:85
386
+ msgid "No compliance reports were found."
387
+ msgstr "没有找到合规报告。"
388
+
389
+ #: ../app/controllers/arf_reports_controller.rb:89
390
+ msgid "No compliance reports selected"
391
+ msgstr "未选择合规报告"
392
+
393
+ #: ../app/controllers/arf_reports_controller.rb:94
394
+ msgid "Something went wrong while selecting compliance reports - %s"
395
+ msgstr "在选择合规报告时出错 - %s"
396
+
397
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
398
+ msgid "Show config information for foreman_scap_client"
399
+ msgstr "显示 foreman_scap_client 的配置信息"
400
+
401
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
402
+ msgid "The identifier of the host"
403
+ msgstr "主机 ID"
404
+
405
+ #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
406
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
407
+ msgstr ""
408
+
409
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
410
+ msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
411
+ msgstr "更新的主机:分配了 OpenSCAP 代理:%s"
412
+
413
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
414
+ msgid "No OpenSCAP Proxy selected."
415
+ msgstr "没有选择 OpenSCAP 代理。"
416
+
417
+ #: ../app/controllers/policies_controller.rb:84
418
+ msgid "Updated hosts: Assigned with compliance policy: %s"
419
+ msgstr "更新的主机:分配了合规策略:%s"
420
+
421
+ #: ../app/controllers/policies_controller.rb:91
422
+ msgid "No compliance policy selected."
423
+ msgstr "未选择合规政策。"
424
+
425
+ #: ../app/controllers/policies_controller.rb:103
426
+ msgid "Updated hosts: Unassigned from compliance policy '%s'"
427
+ msgstr "更新的主机:从合规策略 '%s' 中取消分配"
428
+
429
+ #: ../app/controllers/policies_controller.rb:105
430
+ msgid "No valid policy ID provided"
431
+ msgstr "未提供有效的策略 ID"
432
+
433
+ #: ../app/controllers/policies_controller.rb:125
434
+ msgid "No hosts were found."
435
+ msgstr "找不到主机。"
436
+
437
+ #: ../app/controllers/policies_controller.rb:129
438
+ msgid "No hosts selected"
439
+ msgstr "未选择主机"
440
+
441
+ #: ../app/controllers/policies_controller.rb:134
442
+ msgid "Something went wrong while selecting hosts - %s"
443
+ msgstr "选择主机时出错 - %s"
444
+
445
+ #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
446
+ msgid "Failed"
447
+ msgstr "失败"
448
+
449
+ #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
450
+ msgid "Passed"
451
+ msgstr "通过"
452
+
453
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
454
+ msgid "Other"
455
+ msgstr "其他"
456
+
457
+ #: ../app/helpers/arf_report_dashboard_helper.rb:26
458
+ msgid "Number of Events"
459
+ msgstr "事件数量"
460
+
461
+ #: ../app/helpers/arf_report_dashboard_helper.rb:27
462
+ msgid "Rule Results"
463
+ msgstr "规则结果"
464
+
465
+ #: ../app/helpers/arf_reports_helper.rb:10
466
+ msgid "Show log messages:"
467
+ msgstr "显示日志信息:"
468
+
469
+ #: ../app/helpers/arf_reports_helper.rb:11
470
+ msgid "All messages"
471
+ msgstr "所有信息"
472
+
473
+ #: ../app/helpers/arf_reports_helper.rb:11
474
+ msgid "Failed and Othered"
475
+ msgstr "失败和其他"
476
+
477
+ #: ../app/helpers/arf_reports_helper.rb:11
478
+ msgid "Failed only"
479
+ msgstr "只有失敗"
480
+
481
+ #: ../app/helpers/arf_reports_helper.rb:20 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
482
+ msgid "Compliance Reports"
483
+ msgstr "合规报告"
484
+
485
+ #: ../app/helpers/arf_reports_helper.rb:40
486
+ msgid "Delete reports"
487
+ msgstr "删除报告"
488
+
489
+ #: ../app/helpers/arf_reports_helper.rb:45
490
+ msgid "Select Action"
491
+ msgstr "选择操作"
492
+
493
+ #: ../app/helpers/arf_reports_helper.rb:48
494
+ msgid "%s - The following compliance reports are about to be changed"
495
+ msgstr "%s - 以下合规报告将被改变"
496
+
497
+ #: ../app/helpers/arf_reports_helper.rb:53
498
+ msgid "No proxy found!"
499
+ msgstr "找不到代理服务器!"
500
+
501
+ #: ../app/helpers/arf_reports_helper.rb:58
502
+ msgid "Reported at %s"
503
+ msgstr "报告于 %s"
504
+
505
+ #: ../app/helpers/arf_reports_helper.rb:59
506
+ msgid " for policy %s"
507
+ msgstr " 对策略 %s"
508
+
509
+ #: ../app/helpers/arf_reports_helper.rb:61
510
+ msgid " through %s"
511
+ msgstr " 通过 %s"
512
+
513
+ #: ../app/helpers/arf_reports_helper.rb:66
514
+ msgid "Hosts failing this rule"
515
+ msgstr "主机在这个规则上失败"
516
+
517
+ #: ../app/helpers/arf_reports_helper.rb:67
518
+ msgid "Hosts passing this rule"
519
+ msgstr "主机通过了这个规则"
520
+
521
+ #: ../app/helpers/arf_reports_helper.rb:68
522
+ msgid "Hosts othering this rule"
523
+ msgstr "主机除了这个规则"
524
+
525
+ #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
526
+ msgid "Host"
527
+ msgstr "主机"
528
+
529
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
530
+ msgid "Policy"
531
+ msgstr "策略"
532
+
533
+ #. TRANSLATORS: initial character of Passed
534
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
535
+ msgid "Passed|P"
536
+ msgstr "Passed|P"
537
+
538
+ #. TRANSLATORS: initial character of Failed
539
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
540
+ msgid "Failed|F"
541
+ msgstr "Failed|F"
542
+
543
+ #. TRANSLATORS: initial character of Othered which is an SCAP term
544
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
545
+ msgid "Othered|O"
546
+ msgstr "Othered|O"
547
+
548
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
549
+ msgid "Othered"
550
+ msgstr "其它"
551
+
552
+ #: ../app/helpers/compliance_hosts_helper.rb:26
553
+ msgid "Assign Compliance Policy"
554
+ msgstr "分配合规政策"
555
+
556
+ #: ../app/helpers/compliance_hosts_helper.rb:27
557
+ msgid "Unassign Compliance Policy"
558
+ msgstr "取消分配合规政策"
559
+
560
+ #: ../app/helpers/compliance_hosts_helper.rb:28
561
+ msgid "Change OpenSCAP Proxy"
562
+ msgstr "改变 OpenSCAP 代理"
563
+
564
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
565
+ msgid "Compliance"
566
+ msgstr "合规"
567
+
568
+ #: ../app/helpers/compliance_hosts_helper.rb:39
569
+ msgid "Host compliance details"
570
+ msgstr "主机合规性详细信息"
571
+
572
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
573
+ msgid "Host is deleted"
574
+ msgstr "主机被删除"
575
+
576
+ #: ../app/helpers/policies_helper.rb:56
577
+ msgid "Choose existing SCAP Content"
578
+ msgstr "选择现有的SCAP内容"
579
+
580
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
581
+ msgid "SCAP Content"
582
+ msgstr "SCAP 內容"
583
+
584
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
585
+ msgid "XCCDF Profile"
586
+ msgstr "XCCDF 配置集"
587
+
588
+ #: ../app/helpers/policies_helper.rb:80
589
+ msgid "Default XCCDF profile"
590
+ msgstr "默认的 XCCDF 配置集"
591
+
592
+ #: ../app/helpers/policies_helper.rb:89
593
+ msgid "Choose Tailoring File"
594
+ msgstr "选择 Tailoring 文件"
595
+
596
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
597
+ msgid "Tailoring File"
598
+ msgstr "定制文件"
599
+
600
+ #: ../app/helpers/policies_helper.rb:99
601
+ msgid "XCCDF Profile in Tailoring File"
602
+ msgstr "定制文件中的 XCCDF 配置文件"
603
+
604
+ #: ../app/helpers/policies_helper.rb:100
605
+ msgid "This profile will be used to override the one from scap content"
606
+ msgstr "这个配置文件将用于覆盖 scap 内容中的配置文件"
607
+
608
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
609
+ msgid "Submit"
610
+ msgstr "提交"
611
+
612
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
613
+ msgid "Cancel"
614
+ msgstr "取消"
615
+
616
+ #: ../app/helpers/policy_dashboard_helper.rb:11
617
+ msgid "Compliant hosts"
618
+ msgstr "合规主机"
619
+
620
+ #: ../app/helpers/policy_dashboard_helper.rb:12
621
+ msgid "Incompliant hosts"
622
+ msgstr "不合规主机"
623
+
624
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
625
+ msgid "Inconclusive"
626
+ msgstr "非決定性"
627
+
628
+ #: ../app/helpers/policy_dashboard_helper.rb:14
629
+ msgid "Not audited"
630
+ msgstr "未审计"
631
+
632
+ #: ../app/helpers/policy_dashboard_helper.rb:41
633
+ msgid "Host is assigned to policy"
634
+ msgstr "主机已分配给策略"
635
+
636
+ #: ../app/helpers/policy_dashboard_helper.rb:44
637
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
638
+ msgstr "主机未分配给策略,但是找到了报告。您可能要删除报告或再次分配策略。"
639
+
640
+ #: ../app/helpers/policy_dashboard_helper.rb:52
641
+ msgid "Hosts no longer assigned: %s"
642
+ msgstr "不再分配的主机:%s"
643
+
644
+ #: ../app/helpers/policy_dashboard_helper.rb:56
645
+ msgid "Total hosts with reports where policy is no longer assigned."
646
+ msgstr "具有不再分配策略的报告的主机总数。"
647
+
648
+ #: ../app/lib/proxy_api/openscap.rb:21
649
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
650
+ msgstr "请求超时。请尝试增加 Settings -> proxy_request_timeout"
651
+
652
+ #: ../app/lib/proxy_api/openscap.rb:24
653
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
654
+ msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以便使用此功能"
655
+
656
+ #: ../app/lib/proxy_api/openscap.rb:27
657
+ msgid "Could not validate %{file_type}. Error %{error}"
658
+ msgstr "无法验证%{file_type} 。错误 %{error}"
659
+
660
+ #: ../app/lib/proxy_api/openscap.rb:40
661
+ msgid "Unable to get HTML version of requested report from Smart Proxy"
662
+ msgstr "无法从智能代理获取所请求报告的 HTML 版本"
663
+
664
+ #: ../app/lib/proxy_api/openscap.rb:49
665
+ msgid "Unable to get XML version of requested report from Smart Proxy"
666
+ msgstr "无法从智能代理获取所请求报告的 XML 版本"
667
+
668
+ #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
669
+ msgid "SCAP policies summary"
670
+ msgstr "SCAP 策略摘要"
671
+
672
+ #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
673
+ msgid "is not included in SCAP_RESULT"
674
+ msgstr "未包含在 SCAP_RESULT 中"
675
+
676
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:65
677
+ msgid "must have Openscap feature"
678
+ msgstr "必须具备 Openscap 功能"
679
+
680
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
681
+ msgid "No OpenSCAP proxy found for %{class} with id %{id}"
682
+ msgstr "没有找到 id 为 %%{id} 的 %%{class} 的 OpenSCAP 代理服务器"
683
+
684
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:15
685
+ msgid "does not consist of 5 parts separated by space"
686
+ msgstr "不是由使用空格分开的 5 个部分组成"
687
+
688
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
689
+ msgid "is not a valid value"
690
+ msgstr "不是有效值"
691
+
692
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:27
693
+ msgid "must be between 1 and 31"
694
+ msgstr "数字必须在 1 到 31 之间"
695
+
696
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
697
+ msgid "Compliant"
698
+ msgstr "合规"
699
+
700
+ #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
701
+ msgid "Incompliant"
702
+ msgstr "不合规"
703
+
704
+ #: ../app/models/foreman_openscap/compliance_status.rb:28
705
+ msgid "Unknown Compliance status"
706
+ msgstr "未知的合规状态"
707
+
708
+ #: ../app/models/foreman_openscap/oval_status.rb:8
709
+ msgid "OVAL scan"
710
+ msgstr "OVAL 扫描"
711
+
712
+ #: ../app/models/foreman_openscap/oval_status.rb:14
713
+ msgid "No Vulnerabilities found"
714
+ msgstr "没有找到漏洞"
715
+
716
+ #: ../app/models/foreman_openscap/oval_status.rb:16
717
+ msgid "%s vulnerabilities found"
718
+ msgstr "找到了 %s 个漏洞"
719
+
720
+ #: ../app/models/foreman_openscap/oval_status.rb:18
721
+ msgid "%s vulnerabilities with available patch found"
722
+ msgstr "找到了 %s 个有可用补丁的漏洞"
723
+
724
+ #: ../app/models/foreman_openscap/oval_status.rb:20
725
+ msgid "Unknown OVAL status"
726
+ msgstr "未知的 OVAL 状态"
727
+
728
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
729
+ msgid "Deployment Options"
730
+ msgstr "部署选项"
731
+
732
+ #: ../app/models/foreman_openscap/policy.rb:11
733
+ msgid "Policy Attributes"
734
+ msgstr "策略属性"
735
+
736
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
737
+ msgid "Schedule"
738
+ msgstr "调度"
739
+
740
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
741
+ msgid "Locations"
742
+ msgstr "位置"
743
+
744
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
745
+ msgid "Organizations"
746
+ msgstr "机构"
747
+
748
+ #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
749
+ msgid "Hostgroups"
750
+ msgstr "主机组"
751
+
752
+ #: ../app/models/foreman_openscap/policy.rb:55
753
+ msgid "Cannot generate HTML guide, scap content is missing."
754
+ msgstr "无法生成 HTML 指南,scap 内容丢失。"
755
+
756
+ #: ../app/models/foreman_openscap/policy.rb:61
757
+ msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
758
+ msgstr "无法生成 HTML 指南,找不到有效的 OpenSCAP 代理服务器。"
759
+
760
+ #: ../app/models/foreman_openscap/policy.rb:227
761
+ msgid "must be present when tailoring file profile present"
762
+ msgstr "定制当前的文件配置文件时必须存在"
763
+
764
+ #: ../app/models/foreman_openscap/policy.rb:228
765
+ msgid "must be present when tailoring file present"
766
+ msgstr "定制当前的文件时必须存在"
767
+
768
+ #: ../app/models/foreman_openscap/policy.rb:233
769
+ msgid "does not come from selected tailoring file"
770
+ msgstr "不是来自所选的定制文件"
771
+
772
+ #: ../app/models/foreman_openscap/policy.rb:239
773
+ msgid "does not have the selected SCAP content profile"
774
+ msgstr "不具备所选的 SCAP 内容配置文件"
775
+
776
+ #: ../app/models/foreman_openscap/policy.rb:271
777
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
778
+ msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'。"
779
+
780
+ #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
781
+ msgid "invalid type %s"
782
+ msgstr "无效类型 %s"
783
+
784
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:23
785
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
786
+ msgstr ""
787
+
788
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:24
789
+ 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."
790
+ msgstr ""
791
+
792
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:34
793
+ msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
794
+ msgstr "没有找到 theforeman.foreman_scap_client Ansible 角色,请先将其导入,然后再运行此操作。"
795
+
796
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:57
797
+ msgid "Ansible role"
798
+ msgstr "Ansible 角色"
799
+
800
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:58
801
+ msgid "Ansible variables"
802
+ msgstr "Ansible 变量"
803
+
804
+ #: ../app/services/foreman_openscap/client_config/manual.rb:14
805
+ 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."
806
+ msgstr ""
807
+
808
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:17
809
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
810
+ msgstr ""
811
+
812
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:18
813
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
814
+ msgstr ""
815
+
816
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:39
817
+ msgid "Puppet class"
818
+ msgstr "Puppet 类别"
819
+
820
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:40
821
+ msgid "Smart Class Parameters"
822
+ msgstr "智能类参数"
823
+
824
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
825
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
826
+ msgstr "已选择 %{type} 将策略部署到客户端,但是%{type} 不可用。您是否缺少插件?"
827
+
828
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
829
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
830
+ msgstr "没有找到所需的%{msg_name}%{class},请确认它已被导入。"
831
+
832
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
833
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
834
+ msgstr "%{item_name} 缺少以下 %{key_name}:%{key_names}。在继续操作之前,请确保已将其导入。"
835
+
836
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
837
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
838
+ msgstr "覆盖%{config_tool} 的参数时无法保存,原因是:%{errors}"
839
+
840
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
841
+ msgid "This feature is temporarily disabled. "
842
+ msgstr "此功能暂时被禁用。"
843
+
844
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
845
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
846
+ msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
847
+
848
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
849
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
850
+ msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
851
+
852
+ #: ../app/services/foreman_openscap/oval/configure.rb:65
853
+ msgid "Was %s configured successfully?"
854
+ msgstr "%s 配置成功吗?"
855
+
856
+ #: ../app/services/foreman_openscap/oval/configure.rb:66
857
+ msgid "Assign openscap_proxy to %s before proceeding."
858
+ msgstr "在继续前,把 openscap_proxy 分配给 %s。"
859
+
860
+ #: ../app/services/foreman_openscap/oval/configure.rb:75
861
+ msgid "Was %{model_name} %{name} configured successfully?"
862
+ msgstr "%{model_name}%%{name}配置成功了吗?"
863
+
864
+ #: ../app/services/foreman_openscap/oval/setup.rb:56
865
+ msgid "Could not update Ansible Variables with override: true"
866
+ msgstr "无法使用替代更新 Ansible 变量:true"
867
+
868
+ #: ../app/services/foreman_openscap/oval/setup.rb:61
869
+ msgid "Is foreman_ansible present?"
870
+ msgstr "foreman_ansible 存在吗?"
871
+
872
+ #: ../app/services/foreman_openscap/oval/setup.rb:62
873
+ msgid "foreman_ansible plugin not found, please install it before running this action again."
874
+ msgstr "没有找到 foreman_ansible 插件,请先安装它,然后再次运行此操作。"
875
+
876
+ #: ../app/services/foreman_openscap/oval/setup.rb:66
877
+ msgid "Is theforeman.foreman_scap_client present?"
878
+ msgstr "是否存在 foreman.foreman_scap_client?"
879
+
880
+ #: ../app/services/foreman_openscap/oval/setup.rb:71
881
+ msgid "Are required variables for theforeman.foreman_scap_client present?"
882
+ msgstr "是否存在 forforeman.foreman_scap_client 所需的变量?"
883
+
884
+ #: ../app/services/foreman_openscap/oval/setup.rb:72
885
+ msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
886
+ msgstr "找不到以下 Ansible 变量:%{missing_vars},请再次导入它们,然后再运行此操作。"
887
+
888
+ #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
889
+ msgid "Is %s param set to be overriden?"
890
+ msgstr "是否设置了 %s 参数?"
891
+
892
+ #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
893
+ msgid "cause: "
894
+ msgstr ""
895
+
896
+ #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
897
+ msgid "Failed to fetch content file from %s"
898
+ msgstr ""
899
+
900
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
901
+ msgid "No proxy with OpenSCAP feature was found."
902
+ msgstr "未找到具备 OpenSCAP 功能的代理服务器。"
903
+
904
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
905
+ msgid "No proxy with OpenSCAP feature is running."
906
+ msgstr "目前没有具备 OpenSCAP 功能的代理服务器在运行。"
907
+
908
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
909
+ msgid "No available proxy to validate. Returned with error: %s"
910
+ msgstr "没有可用的代理进行验证。返回错误: %s"
911
+
912
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
913
+ msgid "Changed file does not include existing SCAP content profiles"
914
+ msgstr "更改的文件不含现有的 SCAP 内容配置文件"
915
+
916
+ #: ../app/views/arf_reports/_detailed_message.html.erb:3
917
+ msgid "More details"
918
+ msgstr "更多细节"
919
+
920
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
921
+ msgid "Description"
922
+ msgstr "描述"
923
+
924
+ #: ../app/views/arf_reports/_detailed_message.html.erb:7
925
+ msgid "Rationale"
926
+ msgstr "理由"
927
+
928
+ #: ../app/views/arf_reports/_detailed_message.html.erb:8
929
+ msgid "References"
930
+ msgstr "参考"
931
+
932
+ #: ../app/views/arf_reports/_list.html.erb:5
933
+ msgid "Select all items in this page"
934
+ msgstr "选择这个页中的所有项"
935
+
936
+ #: ../app/views/arf_reports/_list.html.erb:5
937
+ msgid "items selected. Uncheck to Clear"
938
+ msgstr "选择的项。取消选中以清除"
939
+
940
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
941
+ msgid "Reported At"
942
+ msgstr "报告于"
943
+
944
+ #: ../app/views/arf_reports/_list.html.erb:9
945
+ msgid "Openscap Proxy"
946
+ msgstr "Openscap 代理"
947
+
948
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
949
+ msgid "Actions"
950
+ msgstr "操作"
951
+
952
+ #: ../app/views/arf_reports/_list.html.erb:28
953
+ msgid "Deleted policy"
954
+ msgstr "删除策略"
955
+
956
+ #: ../app/views/arf_reports/_list.html.erb:34
957
+ msgid "Full Report"
958
+ msgstr "完整报告"
959
+
960
+ #: ../app/views/arf_reports/_list.html.erb:37
961
+ msgid "Delete compliance report for %s?"
962
+ msgstr "为 %s 刪除合规报告?"
963
+
964
+ #: ../app/views/arf_reports/_list.html.erb:48
965
+ msgid "Please Confirm"
966
+ msgstr "请确认"
967
+
968
+ #: ../app/views/arf_reports/_metrics.html.erb:6
969
+ msgid "Report Metrics"
970
+ msgstr "报告指标"
971
+
972
+ #: ../app/views/arf_reports/_metrics.html.erb:14
973
+ msgid "Report Status"
974
+ msgstr "报告状态"
975
+
976
+ #: ../app/views/arf_reports/_metrics.html.erb:34
977
+ msgid "Total"
978
+ msgstr "总计"
979
+
980
+ #: ../app/views/arf_reports/_output.html.erb:12
981
+ msgid "Result"
982
+ msgstr "结果"
983
+
984
+ #: ../app/views/arf_reports/_output.html.erb:13
985
+ msgid "Message"
986
+ msgstr "信息"
987
+
988
+ #: ../app/views/arf_reports/_output.html.erb:14
989
+ msgid "Resource"
990
+ msgstr "资源"
991
+
992
+ #: ../app/views/arf_reports/_output.html.erb:15
993
+ msgid "Severity"
994
+ msgstr "严重性"
995
+
996
+ #: ../app/views/arf_reports/_output.html.erb:33
997
+ msgid "Nothing to show"
998
+ msgstr "没有可显示的信息"
999
+
1000
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
1001
+ msgid "Delete"
1002
+ msgstr "刪除"
1003
+
1004
+ #: ../app/views/arf_reports/delete_multiple.html.erb:28
1005
+ msgid "these Compliance reports"
1006
+ msgstr "这些合规报告"
1007
+
1008
+ #: ../app/views/arf_reports/show.html.erb:14
1009
+ msgid "Back"
1010
+ msgstr "返回"
1011
+
1012
+ #: ../app/views/arf_reports/show.html.erb:16
1013
+ msgid "Host details"
1014
+ msgstr "主机详情"
1015
+
1016
+ #: ../app/views/arf_reports/show.html.erb:17
1017
+ msgid "View full report"
1018
+ msgstr "查看完整报告"
1019
+
1020
+ #: ../app/views/arf_reports/show.html.erb:18
1021
+ msgid "Download XML in bzip"
1022
+ msgstr "下载 XML,格式为 bzip"
1023
+
1024
+ #: ../app/views/arf_reports/show.html.erb:19
1025
+ msgid "Download HTML"
1026
+ msgstr "下载 HTML"
1027
+
1028
+ #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1029
+ msgid "Loading..."
1030
+ msgstr "载入中..."
1031
+
1032
+ #: ../app/views/arf_reports/welcome.html.erb:9
1033
+ 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."
1034
+ msgstr "您似乎没有 ARF 报告。ARF 报告是针对给定的合规策略对特定主机执行单次扫描的摘要。"
1035
+
1036
+ #: ../app/views/arf_reports/welcome.html.erb:12
1037
+ msgid "Documentation"
1038
+ msgstr "文档"
1039
+
1040
+ #: ../app/views/compliance_hosts/show.html.erb:8
1041
+ msgid "%s compliance report by policy"
1042
+ msgid_plural "%s compliance reports by policy"
1043
+ msgstr[0] "根据策略的 %s 合规报告"
1044
+
1045
+ #: ../app/views/compliance_hosts/show.html.erb:10
1046
+ msgid "Policy %s"
1047
+ msgstr "策略 %s"
1048
+
1049
+ #: ../app/views/compliance_hosts/show.html.erb:16
1050
+ msgid "%s latest report"
1051
+ msgstr "%s 最新报告"
1052
+
1053
+ #: ../app/views/compliance_hosts/show.html.erb:28
1054
+ msgid "%s reports over time"
1055
+ msgstr "一直以來的 %s 报告"
1056
+
1057
+ #: ../app/views/compliance_hosts/show.html.erb:34
1058
+ msgid "No report for this policy"
1059
+ msgstr "没有此策略的报告"
1060
+
1061
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1062
+ msgid "Latest Compliance Reports"
1063
+ msgstr "最新合规报告"
1064
+
1065
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
1066
+ msgid "No reports available"
1067
+ msgstr "无可用报告"
1068
+
1069
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
1070
+ msgid "Host does not exist anymore"
1071
+ msgstr "主机已不存在"
1072
+
1073
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
1074
+ msgid "Policy is missing"
1075
+ msgstr "策略缺失"
1076
+
1077
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1078
+ msgid "Compliance Reports Breakdown"
1079
+ msgstr "合规报告故障"
1080
+
1081
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
1082
+ msgid "Changed"
1083
+ msgstr "已改变"
1084
+
1085
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
1086
+ msgid "Hostname"
1087
+ msgstr "主机名"
1088
+
1089
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
1090
+ msgid "Changed?"
1091
+ msgstr "已改变?"
1092
+
1093
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1094
+ msgid "Yes"
1095
+ msgstr "是"
1096
+
1097
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1098
+ msgid "No"
1099
+ msgstr "否"
1100
+
1101
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
1102
+ msgid "No ARF reports for this policy"
1103
+ msgstr "此政策沒有 ARF 報告"
1104
+
1105
+ #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
1106
+ msgid "None!"
1107
+ msgstr "无!"
1108
+
1109
+ #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
1110
+ msgid "Total of one host"
1111
+ msgid_plural "Total of %{hosts} hosts"
1112
+ msgstr[0] "总共一个主机"
1113
+
1114
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
1115
+ msgid "Summary report for OpenScap from Foreman"
1116
+ msgstr "来自于 Foreman 的 OpenScap 概述报告"
1117
+
1118
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
1119
+ msgid "<b>Foreman</b> OpenSCAP summary"
1120
+ msgstr "<b>Foreman</b> OpenSCAP 摘要"
1121
+
1122
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
1123
+ msgid "Summary from %{time} ago to now"
1124
+ msgstr "从 %{time} 到现在的摘要"
1125
+
1126
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1127
+ msgid "Summary report from Foreman server at %{foreman_url}"
1128
+ msgstr "來自 Foreman 服务器的摘要报告,于 %{foreman_url}"
1129
+
1130
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1131
+ msgid "Policies with hosts:"
1132
+ msgstr "策略带有主机:"
1133
+
1134
+ #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
1135
+ msgid "Select OpenSCAP Proxy"
1136
+ msgstr "选择 OpenSCAP 代理"
1137
+
1138
+ #: ../app/views/policies/_form.html.erb:9
1139
+ msgid "General"
1140
+ msgstr "常规"
1141
+
1142
+ #: ../app/views/policies/_form.html.erb:18
1143
+ msgid "Host Groups"
1144
+ msgstr "主机组"
1145
+
1146
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1147
+ msgid "Choose period"
1148
+ msgstr "选择期间"
1149
+
1150
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1151
+ msgid "Choose weekday"
1152
+ msgstr "选择星期几"
1153
+
1154
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1155
+ msgid "Number of a day in month, note that not all months have same count of days"
1156
+ msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數"
1157
+
1158
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1159
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1160
+ msgstr "您可以设置定制的 cron 行,如 \"0 3 * * *\",其中的 5 个值由空格分隔"
1161
+
1162
+ #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1163
+ msgid "Name"
1164
+ msgstr "名称"
1165
+
1166
+ #: ../app/views/policies/_list.html.erb:4
1167
+ msgid "Content"
1168
+ msgstr ""
1169
+
1170
+ #: ../app/views/policies/_list.html.erb:5
1171
+ msgid "Profile"
1172
+ msgstr ""
1173
+
1174
+ #: ../app/views/policies/_list.html.erb:7
1175
+ msgid "Effective Profile"
1176
+ msgstr "有效配置文件"
1177
+
1178
+ #: ../app/views/policies/_list.html.erb:28
1179
+ msgid "None"
1180
+ msgstr "没有"
1181
+
1182
+ #: ../app/views/policies/_list.html.erb:36
1183
+ msgid "Dashboard"
1184
+ msgstr "仪表板"
1185
+
1186
+ #: ../app/views/policies/_list.html.erb:37
1187
+ msgid "Show Guide"
1188
+ msgstr "显示指南"
1189
+
1190
+ #: ../app/views/policies/_list.html.erb:39
1191
+ msgid "Delete compliance policy %s with all of its reports?"
1192
+ msgstr "是否删除所有报告中的合规策略 %s?"
1193
+
1194
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1195
+ msgid "New Compliance Policy"
1196
+ msgstr "新的合规政策"
1197
+
1198
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1199
+ msgid "Select Compliance Policy"
1200
+ msgstr "选择合规政策"
1201
+
1202
+ #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1203
+ msgid "Edit %s"
1204
+ msgstr "编辑 %s"
1205
+
1206
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1207
+ msgid "Compliance Policies"
1208
+ msgstr "合规性策略"
1209
+
1210
+ #: ../app/views/policies/show.html.erb:1
1211
+ msgid "Details for Compliance Policy %s"
1212
+ msgstr "合规政策 %s 详情"
1213
+
1214
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:6
1215
+ msgid "There are significant differences in deployment options."
1216
+ msgstr "部署选项之间存在重大差异。"
1217
+
1218
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1219
+ msgid "Please make sure you understand them by reading our"
1220
+ msgstr "请通过阅读我们的手册确保您了解它们"
1221
+
1222
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1223
+ msgid "documentation"
1224
+ msgstr "文档"
1225
+
1226
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1227
+ msgid "Choose day in month"
1228
+ msgstr "选择月中的一天"
1229
+
1230
+ #: ../app/views/policies/steps/_step_form.html.erb:11
1231
+ msgid "Next"
1232
+ msgstr "下一个"
1233
+
1234
+ #: ../app/views/policies/welcome.html.erb:7
1235
+ msgid "In Foreman, a compliance policy checklist is defined via %s."
1236
+ msgstr "在 Foreman 中,合规策略检查清单通过 %s 定义。"
1237
+
1238
+ #: ../app/views/policies/welcome.html.erb:7
1239
+ msgid "SCAP content"
1240
+ msgstr "SCAP 內容"
1241
+
1242
+ #: ../app/views/policies/welcome.html.erb:8
1243
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1244
+ msgstr "存在 SCAP 内容时,您可以创建策略、分配选定主机组,并调度运行时间。"
1245
+
1246
+ #: ../app/views/policies/welcome.html.erb:12
1247
+ msgid "New Policy"
1248
+ msgstr "新建策略"
1249
+
1250
+ #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1251
+ msgid "Host Breakdown Chart"
1252
+ msgstr "主机分解图"
1253
+
1254
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1255
+ msgid "Policy assigned"
1256
+ msgstr "分配的策略"
1257
+
1258
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1259
+ msgid "Date"
1260
+ msgstr "日期"
1261
+
1262
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1263
+ msgid "View Report"
1264
+ msgstr "查看报表"
1265
+
1266
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1267
+ msgid "Hosts Breakdown"
1268
+ msgstr "主机分解"
1269
+
1270
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1271
+ msgid "Compliant with the policy"
1272
+ msgstr "与策略合规"
1273
+
1274
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1275
+ msgid "Not compliant with the policy"
1276
+ msgstr "与策略不合规"
1277
+
1278
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1279
+ msgid "Inconclusive results"
1280
+ msgstr "非決定性的结果"
1281
+
1282
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1283
+ msgid "Never audited"
1284
+ msgstr "从未审核"
1285
+
1286
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1287
+ msgid "Total hosts with policy: %s"
1288
+ msgstr "带有策略的主机总数:%s"
1289
+
1290
+ #: ../app/views/policy_dashboard/index.html.erb:3
1291
+ msgid "Compliance policy: %s"
1292
+ msgstr "合规策略:%s"
1293
+
1294
+ #: ../app/views/policy_dashboard/index.html.erb:7
1295
+ msgid "Status table"
1296
+ msgstr "状态表"
1297
+
1298
+ #: ../app/views/policy_dashboard/index.html.erb:8
1299
+ msgid "Status chart"
1300
+ msgstr "状态图"
1301
+
1302
+ #: ../app/views/policy_dashboard/index.html.erb:20
1303
+ msgid "Latest reports for policy: %s"
1304
+ msgstr "最新的政策报告:%s"
1305
+
1306
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1307
+ msgid "File Upload"
1308
+ msgstr "上传文件"
1309
+
1310
+ #: ../app/views/scap_contents/_form.html.erb:20
1311
+ msgid "SCAP DataStream file"
1312
+ msgstr "SCAP 数据流文件"
1313
+
1314
+ #: ../app/views/scap_contents/_list.html.erb:3
1315
+ msgid "Title"
1316
+ msgstr ""
1317
+
1318
+ #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1319
+ msgid "File name"
1320
+ msgstr ""
1321
+
1322
+ #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1323
+ msgid "Created at"
1324
+ msgstr ""
1325
+
1326
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1327
+ msgid "Download"
1328
+ msgstr "下載"
1329
+
1330
+ #: ../app/views/scap_contents/_list.html.erb:19
1331
+ msgid "Delete scap content %s?"
1332
+ msgstr "删除 scap 内容 %s?"
1333
+
1334
+ #: ../app/views/scap_contents/index.html.erb:1
1335
+ msgid "SCAP Contents"
1336
+ msgstr "SCAP 內容"
1337
+
1338
+ #: ../app/views/scap_contents/index.html.erb:3
1339
+ msgid "Upload New SCAP Content"
1340
+ msgstr "上载新的 SCAP 内容"
1341
+
1342
+ #: ../app/views/scap_contents/new.html.erb:1
1343
+ msgid "Upload new SCAP content file"
1344
+ msgstr "上载新的 SCAP 内容文件"
1345
+
1346
+ #: ../app/views/scap_contents/welcome.html.erb:7
1347
+ msgid ""
1348
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1349
+ " configuration issues related to security. "
1350
+ msgstr ""
1351
+ "安全内容自动化协议(SCAP)是由一系列用来枚举与安全性有关的软件漏洞和\n"
1352
+ " 配置问题的开源标准。"
1353
+
1354
+ #: ../app/views/scap_contents/welcome.html.erb:9
1355
+ msgid ""
1356
+ "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\n"
1357
+ " via %s"
1358
+ msgstr ""
1359
+ "在 Foreman 中,scap_contents 代表主机上的 SCAP 安全指南,并创建 SCAP 配置文件,供您通过\n"
1360
+ " %s 分配到主机/主机组"
1361
+
1362
+ #: ../app/views/scap_contents/welcome.html.erb:14
1363
+ msgid "New SCAP Content"
1364
+ msgstr "新建 SCAP 内容"
1365
+
1366
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1367
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1368
+ msgstr "发现了 %s 个 spool 错误,在代理上直接检查相关的文件"
1369
+
1370
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1371
+ msgid "Failed to fetch spool status from proxy"
1372
+ msgstr "从代理获取 spool 状态失败"
1373
+
1374
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1375
+ msgid "None found"
1376
+ msgstr "未找到"
1377
+
1378
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1379
+ 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."
1380
+ msgstr "代理服务器未能从 spool 发送报告至 Foreman。这表示报告格式损坏。报告已被移动至目录,以便将破坏文件存储到代理服务器上供以后检查。"
1381
+
1382
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1383
+ msgid "Spool errors"
1384
+ msgstr "Spool 错误"
1385
+
1386
+ #: ../app/views/tailoring_files/_form.html.erb:20
1387
+ msgid "DataStream Tailoring file"
1388
+ msgstr "数据流 Tailoring 文件"
1389
+
1390
+ #: ../app/views/tailoring_files/_list.html.erb:22
1391
+ msgid "Delete tailoring file %s?"
1392
+ msgstr "删除 tailoring 文件 %s?"
1393
+
1394
+ #: ../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:169
1395
+ msgid "Tailoring Files"
1396
+ msgstr "Tailoring 文件"
1397
+
1398
+ #: ../app/views/tailoring_files/index.html.erb:2
1399
+ msgid "Upload New Tailoring file"
1400
+ msgstr "上传新定制文件"
1401
+
1402
+ #: ../app/views/tailoring_files/new.html.erb:1
1403
+ msgid "Upload new Tailoring File"
1404
+ msgstr "上传新定制文件"
1405
+
1406
+ #: ../app/views/tailoring_files/welcome.html.erb:7
1407
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1408
+ msgstr "有些可能需要根据您的具体需求调整安全策略。"
1409
+
1410
+ #: ../app/views/tailoring_files/welcome.html.erb:8
1411
+ msgid ""
1412
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1413
+ " via %s"
1414
+ msgstr ""
1415
+ "在 Foreman 中,tailoring_files 代表对默认 XCCDF 配置文件的自定义更改,它们可通过\n"
1416
+ " %s 应用于主机"
1417
+
1418
+ #: ../app/views/tailoring_files/welcome.html.erb:13
1419
+ msgid "New Tailoring File"
1420
+ msgstr "新建定制文件"
1421
+
1422
+ #: ../db/seeds.d/openscap_policy_notification.rb:1
1423
+ msgid "Compliance policy summary"
1424
+ msgstr "合规策略概述"
1425
+
1426
+ #: ../db/seeds.d/openscap_policy_notification.rb:5
1427
+ msgid "A summary of reports for OpenSCAP policies"
1428
+ msgstr "OpenSCAP 策略报告摘要"
1429
+
1430
+ #: ../lib/foreman_openscap/bulk_upload.rb:20
1431
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1432
+ msgstr ""
1433
+
1434
+ #: ../lib/foreman_openscap/bulk_upload.rb:29
1435
+ msgid "Expected an array of files to upload, got: %s."
1436
+ msgstr ""
1437
+
1438
+ #: ../lib/foreman_openscap/bulk_upload.rb:35
1439
+ msgid "%s is a directory, expecting file."
1440
+ msgstr ""
1441
+
1442
+ #: ../lib/foreman_openscap/bulk_upload.rb:40
1443
+ msgid "%s does not exist, skipping."
1444
+ msgstr ""
1445
+
1446
+ #: ../lib/foreman_openscap/bulk_upload.rb:58
1447
+ msgid "Failed saving %s:"
1448
+ msgstr ""
1449
+
1450
+ #: ../lib/foreman_openscap/bulk_upload.rb:66
1451
+ msgid "No such directory: %s. Please check the path you have provided."
1452
+ msgstr ""
1453
+
1454
+ #: ../lib/foreman_openscap/bulk_upload.rb:88
1455
+ msgid "Red Hat %s default content"
1456
+ msgstr ""
1457
+
1458
+ #: ../lib/foreman_openscap/bulk_upload.rb:88
1459
+ msgid "%s content"
1460
+ msgstr ""
1461
+
1462
+ #: ../lib/foreman_openscap/engine.rb:160
1463
+ msgid "Policies"
1464
+ msgstr "策略"
1465
+
1466
+ #: ../lib/foreman_openscap/engine.rb:163
1467
+ msgid "SCAP contents"
1468
+ msgstr "SCAP 內容"
1469
+
1470
+ #: ../lib/foreman_openscap/engine.rb:166
1471
+ msgid "Reports"
1472
+ msgstr "报表"
1473
+
1474
+ #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1475
+ msgid "OVAL Contents"
1476
+ msgstr "OVAL 內容"
1477
+
1478
+ #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1479
+ msgid "OVAL Policies"
1480
+ msgstr "OVAL 策略"
1481
+
1482
+ #: ../lib/foreman_openscap/engine.rb:199
1483
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1484
+ msgstr "用来获取 SCAP 内容以及上传 ARF 报告的 OpenSCAP 代理。如果为空,则在使用代理负责均衡器时覆盖相应的参数。"
1485
+
1486
+ #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
1487
+ msgid "OpenSCAP Proxy"
1488
+ msgstr "OpenSCAP 代理"
1489
+
1490
+ #: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
1491
+ msgid "ID of OpenSCAP Proxy"
1492
+ msgstr "OpenSCAP 代理服务器的 ID"
1493
+
1494
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1495
+ msgid "Run OpenSCAP scan"
1496
+ msgstr "运行 OpenSCAP 扫描"
1497
+
1498
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1499
+ msgid "Run OVAL scan"
1500
+ msgstr "运行 OVAL 扫描"
1501
+
1502
+ #: ../webpack/components/ConfirmModal.js:19
1503
+ msgid "Confirm"
1504
+ msgstr ""
1505
+
1506
+ #: ../webpack/components/EditableInput.js:78
1507
+ msgid "None provided"
1508
+ msgstr ""
1509
+
1510
+ #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1511
+ msgid "There's no available report for this host"
1512
+ msgstr ""
1513
+
1514
+ #: ../webpack/components/withDeleteModal.js:27
1515
+ msgid "Are you sure you want to delete %s?"
1516
+ msgstr ""
1517
+
1518
+ #: ../webpack/components/withLoading.js:12
1519
+ msgid "Error!"
1520
+ msgstr "错误!"
1521
+
1522
+ #: ../webpack/components/withLoading.js:64
1523
+ msgid "Permission denied"
1524
+ msgstr ""
1525
+
1526
+ #: ../webpack/helpers/mutationHelper.js:7
1527
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1528
+ msgstr ""
1529
+
1530
+ #: ../webpack/helpers/permissionsHelper.js:34
1531
+ msgid "You are not authorized to view the page. "
1532
+ msgstr ""
1533
+
1534
+ #: ../webpack/helpers/permissionsHelper.js:37
1535
+ msgid "Request the following permissions from administrator: %s."
1536
+ msgstr ""
1537
+
1538
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1539
+ msgid "No OVAL Contents found."
1540
+ msgstr "找不到 OVAL 内容。"
1541
+
1542
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1543
+ msgid "Delete OVAL Content"
1544
+ msgstr ""
1545
+
1546
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1547
+ msgid "OVAL Content successfully deleted."
1548
+ msgstr ""
1549
+
1550
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1551
+ msgid "OVAL Content"
1552
+ msgstr "OVAL 内容"
1553
+
1554
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1555
+ msgid "Create OVAL Content"
1556
+ msgstr ""
1557
+
1558
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1559
+ msgid "URL"
1560
+ msgstr ""
1561
+
1562
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1563
+ msgid "Original File Name"
1564
+ msgstr ""
1565
+
1566
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1567
+ msgid "OVAL Contents table"
1568
+ msgstr "OVAL 内容表"
1569
+
1570
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1571
+ msgid "New OVAL Content"
1572
+ msgstr ""
1573
+
1574
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1575
+ msgid "OVAL Content Source"
1576
+ msgstr ""
1577
+
1578
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1579
+ msgid "OVAL Content from URL"
1580
+ msgstr ""
1581
+
1582
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1583
+ msgid "OVAL Content from file"
1584
+ msgstr ""
1585
+
1586
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1587
+ msgid "File"
1588
+ msgstr ""
1589
+
1590
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1591
+ msgid "OVAL Content %s successfully created"
1592
+ msgstr ""
1593
+
1594
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1595
+ msgid "Unknown error when submitting data, please try again later."
1596
+ msgstr ""
1597
+
1598
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1599
+ msgid "No OVAL Content found"
1600
+ msgstr ""
1601
+
1602
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1603
+ msgid "No OVAL Policies found"
1604
+ msgstr "找不到 OVAL 政策"
1605
+
1606
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1607
+ msgid "Delete OVAL Policy"
1608
+ msgstr ""
1609
+
1610
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1611
+ msgid "OVAL policy was successfully deleted."
1612
+ msgstr ""
1613
+
1614
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1615
+ msgid "OVAL policy"
1616
+ msgstr ""
1617
+
1618
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1619
+ msgid "Create OVAL Policy"
1620
+ msgstr ""
1621
+
1622
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1623
+ msgid "OVAL Policies Table"
1624
+ msgstr "OVAL 策略表"
1625
+
1626
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1627
+ msgid "Type a hostgroup name..."
1628
+ msgstr ""
1629
+
1630
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1631
+ msgid "Choose OVAL Content"
1632
+ msgstr ""
1633
+
1634
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1635
+ msgid "can't be blank"
1636
+ msgstr ""
1637
+
1638
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1639
+ msgid "is not a valid cronline"
1640
+ msgstr ""
1641
+
1642
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1643
+ msgid "OVAL Policy succesfully created."
1644
+ msgstr ""
1645
+
1646
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1647
+ msgid "Failed to create OVAL Policy: %s"
1648
+ msgstr ""
1649
+
1650
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1651
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1652
+ msgstr ""
1653
+
1654
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1655
+ msgid "No CVEs found."
1656
+ msgstr "找不到 CVE。"
1657
+
1658
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
1659
+ msgid "Ref Id"
1660
+ msgstr "参考 id"
1661
+
1662
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
1663
+ msgid "Has Errata?"
1664
+ msgstr "有勘误?"
1665
+
1666
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:17
1667
+ msgid "Hosts Count"
1668
+ msgstr "主机数"
1669
+
1670
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:51
1671
+ msgid "Table of CVEs for OVAL policy"
1672
+ msgstr "OVAL 策略的 CVE 表"
1673
+
1674
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1675
+ msgid "Period"
1676
+ msgstr ""
1677
+
1678
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1679
+ msgid "No Hostgroups found."
1680
+ msgstr ""
1681
+
1682
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1683
+ msgid "Table of hostgroups for OVAL policy"
1684
+ msgstr ""
1685
+
1686
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1687
+ msgid "Scan All Hostgroups"
1688
+ msgstr "扫描所有主机组"
1689
+
1690
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1691
+ msgid "Details"
1692
+ msgstr ""
1693
+
1694
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1695
+ msgid "CVEs"
1696
+ msgstr ""
1697
+
1698
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1699
+ msgid "Weekly, on %s"
1700
+ msgstr ""
1701
+
1702
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1703
+ msgid "Monthly, day of month: %s"
1704
+ msgstr ""
1705
+
1706
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1707
+ msgid "Custom cron: %s"
1708
+ msgstr ""
1709
+
1710
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1711
+ msgid "Unknown schedule"
1712
+ msgstr ""
1713
+
1714
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1715
+ msgid "OVAL policy was successfully updated."
1716
+ msgstr ""
1717
+
1718
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1719
+ msgid "There was a following error when updating OVAL policy: %s"
1720
+ msgstr ""
1721
+
1722
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1723
+ msgid "No OVAL Policy found"
1724
+ msgstr "找不到 OVAL 政策"
1725
+
1726
+ #: action_names.rb:2
1727
+ msgid "Action with sub plans"
1728
+ msgstr "有子计划的操作"
1729
+
1730
+ #: action_names.rb:3
1731
+ msgid "Import facts"
1732
+ msgstr "导入事实"
1733
+
1734
+ #: action_names.rb:4
1735
+ msgid "Import Puppet classes"
1736
+ msgstr "导入 Puppet 类"
1737
+
1738
+ #: action_names.rb:5
1739
+ msgid "Remote action:"
1740
+ msgstr "远程操作:"