foreman_openscap 8.0.2 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/app/services/foreman_openscap/client_config/ansible.rb +1 -10
  4. data/config/initializers/inflections.rb +0 -2
  5. data/config/routes.rb +0 -15
  6. data/db/migrate/20240313111822_drop_oval.rb +17 -0
  7. data/lib/foreman_openscap/engine.rb +2 -56
  8. data/lib/foreman_openscap/version.rb +1 -1
  9. data/test/factories/compliance_host_factory.rb +0 -12
  10. data/test/test_plugin_helper.rb +0 -2
  11. data/webpack/global_index.js +0 -4
  12. metadata +7 -168
  13. data/app/controllers/api/v2/compliance/oval_contents_controller.rb +0 -72
  14. data/app/controllers/api/v2/compliance/oval_policies_controller.rb +0 -111
  15. data/app/controllers/api/v2/compliance/oval_reports_controller.rb +0 -47
  16. data/app/controllers/concerns/foreman/controller/parameters/oval_content.rb +0 -22
  17. data/app/controllers/concerns/foreman/controller/parameters/oval_policy.rb +0 -22
  18. data/app/graphql/mutations/oval_contents/delete.rb +0 -9
  19. data/app/graphql/mutations/oval_policies/create.rb +0 -33
  20. data/app/graphql/mutations/oval_policies/delete.rb +0 -9
  21. data/app/graphql/mutations/oval_policies/update.rb +0 -15
  22. data/app/graphql/types/cve.rb +0 -17
  23. data/app/graphql/types/oval_check.rb +0 -11
  24. data/app/graphql/types/oval_content.rb +0 -19
  25. data/app/graphql/types/oval_policy.rb +0 -24
  26. data/app/models/concerns/foreman_openscap/oval_facet_host_extensions.rb +0 -38
  27. data/app/models/concerns/foreman_openscap/oval_facet_hostgroup_extensions.rb +0 -31
  28. data/app/models/foreman_openscap/cve.rb +0 -23
  29. data/app/models/foreman_openscap/host/oval_facet.rb +0 -14
  30. data/app/models/foreman_openscap/host_cve.rb +0 -7
  31. data/app/models/foreman_openscap/hostgroup/oval_facet.rb +0 -14
  32. data/app/models/foreman_openscap/hostgroup_oval_facet_oval_policy.rb +0 -6
  33. data/app/models/foreman_openscap/oval_content.rb +0 -28
  34. data/app/models/foreman_openscap/oval_facet_oval_policy.rb +0 -6
  35. data/app/models/foreman_openscap/oval_policy.rb +0 -54
  36. data/app/models/foreman_openscap/oval_status.rb +0 -45
  37. data/app/services/foreman_openscap/oval/check_collection.rb +0 -45
  38. data/app/services/foreman_openscap/oval/configure.rb +0 -83
  39. data/app/services/foreman_openscap/oval/cves.rb +0 -41
  40. data/app/services/foreman_openscap/oval/setup.rb +0 -93
  41. data/app/services/foreman_openscap/oval/setup_check.rb +0 -58
  42. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +0 -42
  43. data/app/views/api/v2/compliance/oval_contents/base.json.rabl +0 -6
  44. data/app/views/api/v2/compliance/oval_contents/create.json.rabl +0 -3
  45. data/app/views/api/v2/compliance/oval_contents/destroy.json.rabl +0 -3
  46. data/app/views/api/v2/compliance/oval_contents/index.json.rabl +0 -3
  47. data/app/views/api/v2/compliance/oval_contents/show.json.rabl +0 -3
  48. data/app/views/api/v2/compliance/oval_contents/sync.json.rabl +0 -3
  49. data/app/views/api/v2/compliance/oval_contents/sync_result.json.rabl +0 -11
  50. data/app/views/api/v2/compliance/oval_contents/update.json.rabl +0 -3
  51. data/app/views/api/v2/compliance/oval_policies/create.json.rabl +0 -3
  52. data/app/views/api/v2/compliance/oval_policies/index.json.rabl +0 -3
  53. data/app/views/api/v2/compliance/oval_policies/main.json.rabl +0 -15
  54. data/app/views/api/v2/compliance/oval_policies/show.json.rabl +0 -3
  55. data/app/views/job_templates/run_oval_scans.erb +0 -24
  56. data/locale/cs_CZ/foreman_openscap.edit.po +0 -1863
  57. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  58. data/locale/de/foreman_openscap.edit.po +0 -1873
  59. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  60. data/locale/en/foreman_openscap.edit.po +0 -1863
  61. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  62. data/locale/en_GB/foreman_openscap.edit.po +0 -1863
  63. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  64. data/locale/es/foreman_openscap.edit.po +0 -1868
  65. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  66. data/locale/fr/foreman_openscap.edit.po +0 -1874
  67. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  68. data/locale/gl/foreman_openscap.edit.po +0 -1863
  69. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/it/foreman_openscap.edit.po +0 -1865
  71. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  72. data/locale/ja/foreman_openscap.edit.po +0 -1869
  73. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  74. data/locale/ka/foreman_openscap.edit.po +0 -1863
  75. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/ko/foreman_openscap.edit.po +0 -1863
  77. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  78. data/locale/pt_BR/foreman_openscap.edit.po +0 -1873
  79. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  80. data/locale/ru/foreman_openscap.edit.po +0 -1867
  81. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  82. data/locale/sv_SE/foreman_openscap.edit.po +0 -1863
  83. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  84. data/locale/zh_CN/foreman_openscap.edit.po +0 -1868
  85. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  86. data/locale/zh_TW/foreman_openscap.edit.po +0 -1864
  87. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  88. data/test/factories/oval_content_factory.rb +0 -7
  89. data/test/factories/oval_policy_factory.rb +0 -9
  90. data/test/fixtures/cve_fixtures.rb +0 -104
  91. data/test/functional/api/v2/compliance/oval_contents_controller_test.rb +0 -39
  92. data/test/functional/api/v2/compliance/oval_policies_controller_test.rb +0 -141
  93. data/test/functional/api/v2/compliance/oval_reports_controller_test.rb +0 -32
  94. data/test/graphql/mutations/oval_policies/delete_mutation_test.rb +0 -63
  95. data/test/graphql/queries/oval_content_query_test.rb +0 -29
  96. data/test/graphql/queries/oval_contents_query_test.rb +0 -35
  97. data/test/graphql/queries/oval_policies_query_test.rb +0 -35
  98. data/test/unit/oval_host_test.rb +0 -45
  99. data/test/unit/oval_policy_test.rb +0 -133
  100. data/test/unit/oval_status_test.rb +0 -47
  101. data/test/unit/services/oval/cves_test.rb +0 -81
  102. data/test/unit/services/oval/setup_check_test.rb +0 -37
  103. data/test/unit/services/oval/setup_test.rb +0 -87
  104. data/webpack/graphql/mutations/createOvalPolicy.gql +0 -22
  105. data/webpack/graphql/mutations/deleteOvalContent.gql +0 -9
  106. data/webpack/graphql/mutations/deleteOvalPolicy.gql +0 -9
  107. data/webpack/graphql/mutations/updateOvalPolicy.gql +0 -14
  108. data/webpack/graphql/queries/currentUserAttributes.gql +0 -11
  109. data/webpack/graphql/queries/cves.gql +0 -23
  110. data/webpack/graphql/queries/hostgroups.gql +0 -14
  111. data/webpack/graphql/queries/ovalContent.gql +0 -8
  112. data/webpack/graphql/queries/ovalContents.gql +0 -19
  113. data/webpack/graphql/queries/ovalPolicies.gql +0 -20
  114. data/webpack/graphql/queries/ovalPolicy.gql +0 -29
  115. data/webpack/helpers/pathsHelper.js +0 -29
  116. data/webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js +0 -71
  117. data/webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js +0 -83
  118. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.fixtures.js +0 -105
  119. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.test.js +0 -124
  120. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.fixtures.js +0 -127
  121. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.test.js +0 -89
  122. data/webpack/routes/OvalContents/OvalContentsIndex/index.js +0 -13
  123. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +0 -138
  124. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.scss +0 -3
  125. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js +0 -73
  126. data/webpack/routes/OvalContents/OvalContentsNew/__tests__/OvalContentsNew.test.js +0 -104
  127. data/webpack/routes/OvalContents/OvalContentsNew/index.js +0 -13
  128. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js +0 -62
  129. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.test.js +0 -45
  130. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShowHelper.js +0 -0
  131. data/webpack/routes/OvalContents/OvalContentsShow/index.js +0 -35
  132. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js +0 -62
  133. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js +0 -74
  134. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.fixtures.js +0 -101
  135. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.test.js +0 -117
  136. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.fixtures.js +0 -111
  137. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.test.js +0 -81
  138. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/index.js +0 -13
  139. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +0 -135
  140. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js +0 -119
  141. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +0 -107
  142. data/webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js +0 -32
  143. data/webpack/routes/OvalPolicies/OvalPoliciesNew/__tests__/OvalPoliciesNew.fixtures.js +0 -147
  144. data/webpack/routes/OvalPolicies/OvalPoliciesNew/__tests__/OvalPoliciesNew.test.js +0 -172
  145. data/webpack/routes/OvalPolicies/OvalPoliciesNew/index.js +0 -11
  146. data/webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js +0 -49
  147. data/webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js +0 -63
  148. data/webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js +0 -87
  149. data/webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js +0 -49
  150. data/webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js +0 -38
  151. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js +0 -82
  152. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +0 -117
  153. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.fixtures.js +0 -48
  154. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.test.js +0 -202
  155. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.fixtures.js +0 -124
  156. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js +0 -172
  157. data/webpack/routes/OvalPolicies/OvalPoliciesShow/index.js +0 -39
  158. data/webpack/routes/routes.js +0 -49
@@ -1,1864 +0,0 @@
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 (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
14
- "uage/zh_TW/)\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_TW\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 ""
24
-
25
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
26
- msgid "Show an ARF report"
27
- msgstr ""
28
-
29
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
30
- msgid "Delete an ARF Report"
31
- msgstr ""
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 ""
40
-
41
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
42
- msgid "Download ARF report in HTML"
43
- msgstr ""
44
-
45
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:96
46
- msgid "Policy with id %s not found."
47
- msgstr ""
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 ""
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 ""
56
-
57
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
58
- msgid "No proxy found for %{name} or %{url}"
59
- msgstr ""
60
-
61
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:10
62
- msgid "List OVAL contents"
63
- msgstr ""
64
-
65
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:18
66
- msgid "Show an OVAL content"
67
- msgstr ""
68
-
69
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:26
70
- msgid "OVAL content name"
71
- msgstr ""
72
-
73
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:27
74
- msgid "XML containing OVAL content"
75
- msgstr ""
76
-
77
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:28
78
- msgid "Original file name of the OVAL content file"
79
- msgstr ""
80
-
81
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:29
82
- msgid "URL of the OVAL content file"
83
- msgstr ""
84
-
85
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:34
86
- msgid "Create OVAL content"
87
- msgstr ""
88
-
89
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:42
90
- msgid "Update an OVAL content"
91
- msgstr ""
92
-
93
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:50
94
- msgid "Deletes an OVAL content"
95
- msgstr ""
96
-
97
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:57
98
- msgid "Sync contents that have remote source URL"
99
- msgstr ""
100
-
101
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:13
102
- msgid "List OVAL Policies"
103
- msgstr ""
104
-
105
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:20
106
- msgid "Show an OVAL Policy"
107
- msgstr ""
108
-
109
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:28
110
- msgid "OVAL Policy name"
111
- msgstr ""
112
-
113
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:29
114
- msgid "Policy OVAL content ID"
115
- msgstr ""
116
-
117
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:30
118
- msgid "OVAL Policy description"
119
- msgstr ""
120
-
121
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:31
122
- msgid "OVAL Policy schedule period (weekly, monthly, custom)"
123
- msgstr ""
124
-
125
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:32
126
- msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
127
- msgstr ""
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 ""
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 ""
136
-
137
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:39
138
- msgid "Create an OVAL Policy"
139
- msgstr ""
140
-
141
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:47
142
- msgid "Update an OVAL Policy"
143
- msgstr ""
144
-
145
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:55
146
- msgid "Delete an OVAL Policy"
147
- msgstr ""
148
-
149
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:62
150
- msgid "Assign hostgroups to an OVAL Policy"
151
- msgstr ""
152
-
153
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:64
154
- msgid "Array of hostgroup IDs"
155
- msgstr ""
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 ""
164
-
165
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:72
166
- msgid "Array of host IDs"
167
- msgstr ""
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 ""
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 ""
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 ""
204
-
205
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
206
- msgid "Policy SCAP content profile ID"
207
- msgstr ""
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 ""
216
-
217
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
218
- msgid "Policy schedule day of month (only if period == \"monthly\")"
219
- msgstr ""
220
-
221
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
222
- msgid "Policy schedule cron line (only if period == \"custom\")"
223
- msgstr ""
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 ""
236
-
237
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
238
- msgid "Tailoring file profile ID"
239
- msgstr ""
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 ""
264
-
265
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
266
- msgid "No Tailoring file assigned for policy with id %s"
267
- msgstr ""
268
-
269
- #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
270
- msgid "List SCAP content profiles"
271
- msgstr ""
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 ""
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 ""
288
-
289
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
290
- msgid "XML containing SCAP content"
291
- msgstr ""
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 ""
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 ""
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 ""
320
-
321
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:73
322
- msgid "Directory to upload when using \"directory\" upload type"
323
- msgstr ""
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 ""
328
-
329
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
330
- msgid "List Tailoring files"
331
- msgstr ""
332
-
333
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
334
- msgid "Download a Tailoring file as XML"
335
- msgstr ""
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 ""
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 ""
364
-
365
- #: ../app/controllers/arf_reports_controller.rb:48
366
- msgid "Failed to downloaded ARF report in HTML: %s"
367
- msgstr ""
368
-
369
- #: ../app/controllers/arf_reports_controller.rb:55
370
- msgid "Successfully deleted ARF report."
371
- msgstr ""
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 ""
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:106
386
- msgid "No compliance reports were found."
387
- msgstr ""
388
-
389
- #: ../app/controllers/arf_reports_controller.rb:110
390
- msgid "No compliance reports selected"
391
- msgstr ""
392
-
393
- #: ../app/controllers/arf_reports_controller.rb:115
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 ""
400
-
401
- #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
402
- msgid "The identifier of the host"
403
- msgstr ""
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 ""
412
-
413
- #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
414
- msgid "No OpenSCAP Proxy selected."
415
- msgstr ""
416
-
417
- #: ../app/controllers/policies_controller.rb:84
418
- msgid "Updated hosts: Assigned with compliance policy: %s"
419
- msgstr ""
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 ""
432
-
433
- #: ../app/controllers/policies_controller.rb:129
434
- msgid "No hosts were found with that id, name or query filter"
435
- msgstr ""
436
-
437
- #: ../app/controllers/policies_controller.rb:134
438
- msgid "No hosts selected"
439
- msgstr "未選擇主機"
440
-
441
- #: ../app/controllers/policies_controller.rb:139
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 ""
504
-
505
- #: ../app/helpers/arf_reports_helper.rb:59
506
- msgid " for policy %s"
507
- msgstr ""
508
-
509
- #: ../app/helpers/arf_reports_helper.rb:61
510
- msgid " through %s"
511
- msgstr ""
512
-
513
- #: ../app/helpers/arf_reports_helper.rb:67
514
- msgid "Hosts failing this rule"
515
- msgstr ""
516
-
517
- #: ../app/helpers/arf_reports_helper.rb:68
518
- msgid "Hosts passing this rule"
519
- msgstr ""
520
-
521
- #: ../app/helpers/arf_reports_helper.rb:69
522
- msgid "Hosts othering this rule"
523
- msgstr ""
524
-
525
- #: ../app/helpers/arf_reports_helper.rb:72
526
- msgid "Remediation"
527
- msgstr ""
528
-
529
- #: ../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
530
- msgid "Host"
531
- msgstr "主機"
532
-
533
- #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
534
- msgid "Policy"
535
- msgstr "政策"
536
-
537
- #. TRANSLATORS: initial character of Passed
538
- #: ../app/helpers/compliance_dashboard_helper.rb:6
539
- msgid "Passed|P"
540
- msgstr "Passed|P"
541
-
542
- #. TRANSLATORS: initial character of Failed
543
- #: ../app/helpers/compliance_dashboard_helper.rb:8
544
- msgid "Failed|F"
545
- msgstr "F"
546
-
547
- #. TRANSLATORS: initial character of Othered which is an SCAP term
548
- #: ../app/helpers/compliance_dashboard_helper.rb:10
549
- msgid "Othered|O"
550
- msgstr "Othered|O"
551
-
552
- #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
553
- msgid "Othered"
554
- msgstr "其它"
555
-
556
- #: ../app/helpers/compliance_hosts_helper.rb:26
557
- msgid "Assign Compliance Policy"
558
- msgstr "指定合規政策"
559
-
560
- #: ../app/helpers/compliance_hosts_helper.rb:27
561
- msgid "Unassign Compliance Policy"
562
- msgstr "取消指定合規政策"
563
-
564
- #: ../app/helpers/compliance_hosts_helper.rb:28
565
- msgid "Change OpenSCAP Proxy"
566
- msgstr ""
567
-
568
- #: ../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
569
- msgid "Compliance"
570
- msgstr "合規"
571
-
572
- #: ../app/helpers/compliance_hosts_helper.rb:39
573
- msgid "Host compliance details"
574
- msgstr "主機合規的詳情"
575
-
576
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
577
- msgid "Host is deleted"
578
- msgstr "已刪除主機"
579
-
580
- #: ../app/helpers/policies_helper.rb:56
581
- msgid "Choose existing SCAP Content"
582
- msgstr "選擇現有的 SCAP 內容"
583
-
584
- #: ../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
585
- msgid "SCAP Content"
586
- msgstr "SCAP 內容"
587
-
588
- #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
589
- msgid "XCCDF Profile"
590
- msgstr "XCCDF 設定檔"
591
-
592
- #: ../app/helpers/policies_helper.rb:80
593
- msgid "Default XCCDF profile"
594
- msgstr "預設 XCCDF 設定檔"
595
-
596
- #: ../app/helpers/policies_helper.rb:89
597
- msgid "Choose Tailoring File"
598
- msgstr ""
599
-
600
- #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
601
- msgid "Tailoring File"
602
- msgstr ""
603
-
604
- #: ../app/helpers/policies_helper.rb:99
605
- msgid "XCCDF Profile in Tailoring File"
606
- msgstr ""
607
-
608
- #: ../app/helpers/policies_helper.rb:100
609
- msgid "This profile will be used to override the one from scap content"
610
- msgstr ""
611
-
612
- #: ../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
613
- msgid "Submit"
614
- msgstr "提交"
615
-
616
- #: ../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
617
- msgid "Cancel"
618
- msgstr "取消"
619
-
620
- #: ../app/helpers/policy_dashboard_helper.rb:11
621
- msgid "Compliant hosts"
622
- msgstr "合規主機"
623
-
624
- #: ../app/helpers/policy_dashboard_helper.rb:12
625
- msgid "Incompliant hosts"
626
- msgstr "不合規主機"
627
-
628
- #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
629
- msgid "Inconclusive"
630
- msgstr "非決定性"
631
-
632
- #: ../app/helpers/policy_dashboard_helper.rb:14
633
- msgid "Not audited"
634
- msgstr "尚未稽核"
635
-
636
- #: ../app/helpers/policy_dashboard_helper.rb:41
637
- msgid "Host is assigned to policy"
638
- msgstr ""
639
-
640
- #: ../app/helpers/policy_dashboard_helper.rb:44
641
- msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
642
- msgstr ""
643
-
644
- #: ../app/helpers/policy_dashboard_helper.rb:52
645
- msgid "Hosts no longer assigned: %s"
646
- msgstr ""
647
-
648
- #: ../app/helpers/policy_dashboard_helper.rb:56
649
- msgid "Total hosts with reports where policy is no longer assigned."
650
- msgstr ""
651
-
652
- #: ../app/lib/proxy_api/openscap.rb:21
653
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
654
- msgstr ""
655
-
656
- #: ../app/lib/proxy_api/openscap.rb:24
657
- msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
658
- msgstr ""
659
-
660
- #: ../app/lib/proxy_api/openscap.rb:27
661
- msgid "Could not validate %{file_type}. Error %{error}"
662
- msgstr ""
663
-
664
- #: ../app/lib/proxy_api/openscap.rb:40
665
- msgid "Unable to get HTML version of requested report from Smart Proxy"
666
- msgstr ""
667
-
668
- #: ../app/lib/proxy_api/openscap.rb:49
669
- msgid "Unable to get XML version of requested report from Smart Proxy"
670
- msgstr ""
671
-
672
- #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
673
- msgid "SCAP policies summary"
674
- msgstr ""
675
-
676
- #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
677
- msgid "is not included in SCAP_RESULT"
678
- msgstr ""
679
-
680
- #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:65
681
- msgid "must have Openscap feature"
682
- msgstr ""
683
-
684
- #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
685
- msgid "No OpenSCAP proxy found for %{class} with id %{id}"
686
- msgstr ""
687
-
688
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:15
689
- msgid "does not consist of 5 parts separated by space"
690
- msgstr ""
691
-
692
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
693
- msgid "is not a valid value"
694
- msgstr ""
695
-
696
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:27
697
- msgid "must be between 1 and 31"
698
- msgstr ""
699
-
700
- #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
701
- msgid "Compliant"
702
- msgstr "合規"
703
-
704
- #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
705
- msgid "Incompliant"
706
- msgstr "不合規"
707
-
708
- #: ../app/models/foreman_openscap/compliance_status.rb:28
709
- msgid "Unknown Compliance status"
710
- msgstr "未知的合規狀態"
711
-
712
- #: ../app/models/foreman_openscap/oval_status.rb:8
713
- msgid "OVAL scan"
714
- msgstr ""
715
-
716
- #: ../app/models/foreman_openscap/oval_status.rb:14
717
- msgid "No Vulnerabilities found"
718
- msgstr ""
719
-
720
- #: ../app/models/foreman_openscap/oval_status.rb:16
721
- msgid "%s vulnerabilities found"
722
- msgstr ""
723
-
724
- #: ../app/models/foreman_openscap/oval_status.rb:18
725
- msgid "%s vulnerabilities with available patch found"
726
- msgstr ""
727
-
728
- #: ../app/models/foreman_openscap/oval_status.rb:20
729
- msgid "Unknown OVAL status"
730
- msgstr ""
731
-
732
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
733
- msgid "Deployment Options"
734
- msgstr ""
735
-
736
- #: ../app/models/foreman_openscap/policy.rb:11
737
- msgid "Policy Attributes"
738
- msgstr ""
739
-
740
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
741
- msgid "Schedule"
742
- msgstr "排程"
743
-
744
- #: ../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
745
- msgid "Locations"
746
- msgstr "位置"
747
-
748
- #: ../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
749
- msgid "Organizations"
750
- msgstr "組織"
751
-
752
- #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
753
- msgid "Hostgroups"
754
- msgstr "主機群組"
755
-
756
- #: ../app/models/foreman_openscap/policy.rb:55
757
- msgid "Cannot generate HTML guide, scap content is missing."
758
- msgstr ""
759
-
760
- #: ../app/models/foreman_openscap/policy.rb:61
761
- msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
762
- msgstr ""
763
-
764
- #: ../app/models/foreman_openscap/policy.rb:227
765
- msgid "must be present when tailoring file profile present"
766
- msgstr ""
767
-
768
- #: ../app/models/foreman_openscap/policy.rb:228
769
- msgid "must be present when tailoring file present"
770
- msgstr ""
771
-
772
- #: ../app/models/foreman_openscap/policy.rb:233
773
- msgid "does not come from selected tailoring file"
774
- msgstr ""
775
-
776
- #: ../app/models/foreman_openscap/policy.rb:239
777
- msgid "does not have the selected SCAP content profile"
778
- msgstr ""
779
-
780
- #: ../app/models/foreman_openscap/policy.rb:271
781
- msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
782
- msgstr ""
783
-
784
- #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
785
- msgid "invalid type %s"
786
- msgstr "無效的類型 %s"
787
-
788
- #: ../app/services/foreman_openscap/client_config/ansible.rb:23
789
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
790
- msgstr ""
791
-
792
- #: ../app/services/foreman_openscap/client_config/ansible.rb:24
793
- 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."
794
- msgstr ""
795
-
796
- #: ../app/services/foreman_openscap/client_config/ansible.rb:34
797
- msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
798
- msgstr ""
799
-
800
- #: ../app/services/foreman_openscap/client_config/ansible.rb:57
801
- msgid "Ansible role"
802
- msgstr ""
803
-
804
- #: ../app/services/foreman_openscap/client_config/ansible.rb:58
805
- msgid "Ansible variables"
806
- msgstr ""
807
-
808
- #: ../app/services/foreman_openscap/client_config/manual.rb:14
809
- 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."
810
- msgstr ""
811
-
812
- #: ../app/services/foreman_openscap/client_config/puppet.rb:17
813
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
814
- msgstr ""
815
-
816
- #: ../app/services/foreman_openscap/client_config/puppet.rb:18
817
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
818
- msgstr ""
819
-
820
- #: ../app/services/foreman_openscap/client_config/puppet.rb:39
821
- msgid "Puppet class"
822
- msgstr "Puppet 類別"
823
-
824
- #: ../app/services/foreman_openscap/client_config/puppet.rb:40
825
- msgid "Smart Class Parameters"
826
- msgstr ""
827
-
828
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
829
- msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
830
- msgstr ""
831
-
832
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
833
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
834
- msgstr ""
835
-
836
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
837
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
838
- msgstr ""
839
-
840
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
841
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
842
- msgstr ""
843
-
844
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
845
- msgid "This feature is temporarily disabled. "
846
- msgstr ""
847
-
848
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
849
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
850
- msgstr ""
851
-
852
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
853
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
854
- msgstr ""
855
-
856
- #: ../app/services/foreman_openscap/oval/configure.rb:65
857
- msgid "Was %s configured successfully?"
858
- msgstr ""
859
-
860
- #: ../app/services/foreman_openscap/oval/configure.rb:66
861
- msgid "Assign openscap_proxy to %s before proceeding."
862
- msgstr ""
863
-
864
- #: ../app/services/foreman_openscap/oval/configure.rb:75
865
- msgid "Was %{model_name} %{name} configured successfully?"
866
- msgstr ""
867
-
868
- #: ../app/services/foreman_openscap/oval/setup.rb:56
869
- msgid "Could not update Ansible Variables with override: true"
870
- msgstr ""
871
-
872
- #: ../app/services/foreman_openscap/oval/setup.rb:61
873
- msgid "Is foreman_ansible present?"
874
- msgstr ""
875
-
876
- #: ../app/services/foreman_openscap/oval/setup.rb:62
877
- msgid "foreman_ansible plugin not found, please install it before running this action again."
878
- msgstr ""
879
-
880
- #: ../app/services/foreman_openscap/oval/setup.rb:66
881
- msgid "Is theforeman.foreman_scap_client present?"
882
- msgstr ""
883
-
884
- #: ../app/services/foreman_openscap/oval/setup.rb:71
885
- msgid "Are required variables for theforeman.foreman_scap_client present?"
886
- msgstr ""
887
-
888
- #: ../app/services/foreman_openscap/oval/setup.rb:72
889
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
890
- msgstr ""
891
-
892
- #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
893
- msgid "Is %s param set to be overriden?"
894
- msgstr ""
895
-
896
- #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
897
- msgid "cause: "
898
- msgstr ""
899
-
900
- #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
901
- msgid "Failed to fetch content file from %s"
902
- msgstr ""
903
-
904
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
905
- msgid "No proxy with OpenSCAP feature was found."
906
- msgstr ""
907
-
908
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
909
- msgid "No proxy with OpenSCAP feature is running."
910
- msgstr ""
911
-
912
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
913
- msgid "No available proxy to validate. Returned with error: %s"
914
- msgstr "沒有可用的代理供驗證。傳回錯誤:%s"
915
-
916
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
917
- msgid "Changed file does not include existing SCAP content profiles"
918
- msgstr ""
919
-
920
- #: ../app/views/arf_reports/_detailed_message.html.erb:3
921
- msgid "More details"
922
- msgstr "更多詳細資訊"
923
-
924
- #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
925
- msgid "Description"
926
- msgstr "說明"
927
-
928
- #: ../app/views/arf_reports/_detailed_message.html.erb:7
929
- msgid "Rationale"
930
- msgstr "理由"
931
-
932
- #: ../app/views/arf_reports/_detailed_message.html.erb:8
933
- msgid "References"
934
- msgstr "參照"
935
-
936
- #: ../app/views/arf_reports/_list.html.erb:5
937
- msgid "Select all items in this page"
938
- msgstr "選擇這頁中的所有項目"
939
-
940
- #: ../app/views/arf_reports/_list.html.erb:5
941
- msgid "items selected. Uncheck to Clear"
942
- msgstr "已選取項目。反選以清除"
943
-
944
- #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
945
- msgid "Reported At"
946
- msgstr "回報於"
947
-
948
- #: ../app/views/arf_reports/_list.html.erb:9
949
- msgid "Openscap Proxy"
950
- msgstr ""
951
-
952
- #: ../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
953
- msgid "Actions"
954
- msgstr "動作"
955
-
956
- #: ../app/views/arf_reports/_list.html.erb:28
957
- msgid "Deleted policy"
958
- msgstr ""
959
-
960
- #: ../app/views/arf_reports/_list.html.erb:34
961
- msgid "Full Report"
962
- msgstr ""
963
-
964
- #: ../app/views/arf_reports/_list.html.erb:37
965
- msgid "Delete compliance report for %s?"
966
- msgstr "刪除 %s 的合規報告?"
967
-
968
- #: ../app/views/arf_reports/_list.html.erb:48
969
- msgid "Please Confirm"
970
- msgstr "請確認"
971
-
972
- #: ../app/views/arf_reports/_metrics.html.erb:6
973
- msgid "Report Metrics"
974
- msgstr "報告計量"
975
-
976
- #: ../app/views/arf_reports/_metrics.html.erb:14
977
- msgid "Report Status"
978
- msgstr "報告狀態"
979
-
980
- #: ../app/views/arf_reports/_metrics.html.erb:34
981
- msgid "Total"
982
- msgstr "總數"
983
-
984
- #: ../app/views/arf_reports/_output.html.erb:12
985
- msgid "Result"
986
- msgstr "結果"
987
-
988
- #: ../app/views/arf_reports/_output.html.erb:13
989
- msgid "Message"
990
- msgstr "訊息"
991
-
992
- #: ../app/views/arf_reports/_output.html.erb:14
993
- msgid "Resource"
994
- msgstr "資源"
995
-
996
- #: ../app/views/arf_reports/_output.html.erb:15
997
- msgid "Severity"
998
- msgstr "嚴重性"
999
-
1000
- #: ../app/views/arf_reports/_output.html.erb:33
1001
- msgid "Nothing to show"
1002
- msgstr "沒有可顯示的項目"
1003
-
1004
- #: ../app/views/arf_reports/delete_multiple.html.erb:27
1005
- msgid "Delete"
1006
- msgstr "刪除"
1007
-
1008
- #: ../app/views/arf_reports/delete_multiple.html.erb:28
1009
- msgid "these Compliance reports"
1010
- msgstr ""
1011
-
1012
- #: ../app/views/arf_reports/show.html.erb:14
1013
- msgid "Back"
1014
- msgstr "上一頁"
1015
-
1016
- #: ../app/views/arf_reports/show.html.erb:16
1017
- msgid "Host details"
1018
- msgstr "主機詳細資訊"
1019
-
1020
- #: ../app/views/arf_reports/show.html.erb:17
1021
- msgid "View full report"
1022
- msgstr "檢視完整報告"
1023
-
1024
- #: ../app/views/arf_reports/show.html.erb:18
1025
- msgid "Download XML in bzip"
1026
- msgstr "下載 XML,格式為 bzip"
1027
-
1028
- #: ../app/views/arf_reports/show.html.erb:19
1029
- msgid "Download HTML"
1030
- msgstr ""
1031
-
1032
- #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1033
- msgid "Loading..."
1034
- msgstr "載入中…"
1035
-
1036
- #: ../app/views/arf_reports/welcome.html.erb:9
1037
- 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."
1038
- msgstr ""
1039
-
1040
- #: ../app/views/arf_reports/welcome.html.erb:12
1041
- msgid "Documentation"
1042
- msgstr "文件"
1043
-
1044
- #: ../app/views/compliance_hosts/show.html.erb:8
1045
- msgid "%s compliance report by policy"
1046
- msgid_plural "%s compliance reports by policy"
1047
- msgstr[0] ""
1048
- msgstr[1] ""
1049
-
1050
- #: ../app/views/compliance_hosts/show.html.erb:10
1051
- msgid "Policy %s"
1052
- msgstr "政策 %s"
1053
-
1054
- #: ../app/views/compliance_hosts/show.html.erb:16
1055
- msgid "%s latest report"
1056
- msgstr "%s 最新報告"
1057
-
1058
- #: ../app/views/compliance_hosts/show.html.erb:28
1059
- msgid "%s reports over time"
1060
- msgstr "%s 一直以來的報告"
1061
-
1062
- #: ../app/views/compliance_hosts/show.html.erb:34
1063
- msgid "No report for this policy"
1064
- msgstr "此政策沒有報告"
1065
-
1066
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1067
- msgid "Latest Compliance Reports"
1068
- msgstr ""
1069
-
1070
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
1071
- msgid "No reports available"
1072
- msgstr "無報告可用"
1073
-
1074
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
1075
- msgid "Host does not exist anymore"
1076
- msgstr "主機不復存在"
1077
-
1078
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
1079
- msgid "Policy is missing"
1080
- msgstr ""
1081
-
1082
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1083
- msgid "Compliance Reports Breakdown"
1084
- msgstr ""
1085
-
1086
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
1087
- msgid "Changed"
1088
- msgstr "已改變"
1089
-
1090
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
1091
- msgid "Hostname"
1092
- msgstr "主機名稱"
1093
-
1094
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
1095
- msgid "Changed?"
1096
- msgstr "已改變?"
1097
-
1098
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1099
- msgid "Yes"
1100
- msgstr "是"
1101
-
1102
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1103
- msgid "No"
1104
- msgstr "否"
1105
-
1106
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
1107
- msgid "No ARF reports for this policy"
1108
- msgstr "此政策沒有 ARF 報告"
1109
-
1110
- #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
1111
- msgid "None!"
1112
- msgstr "無!"
1113
-
1114
- #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
1115
- msgid "Total of one host"
1116
- msgid_plural "Total of %{hosts} hosts"
1117
- msgstr[0] ""
1118
- msgstr[1] ""
1119
-
1120
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
1121
- msgid "Summary report for OpenScap from Foreman"
1122
- msgstr ""
1123
-
1124
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
1125
- msgid "<b>Foreman</b> OpenSCAP summary"
1126
- msgstr ""
1127
-
1128
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
1129
- msgid "Summary from %{time} ago to now"
1130
- msgstr "%{time} 之前到現在的摘要"
1131
-
1132
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1133
- msgid "Summary report from Foreman server at %{foreman_url}"
1134
- msgstr "來自 Foreman 伺服器的摘要報告,於 %{foreman_url}"
1135
-
1136
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1137
- msgid "Policies with hosts:"
1138
- msgstr "政策與主機:"
1139
-
1140
- #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
1141
- msgid "Select OpenSCAP Proxy"
1142
- msgstr ""
1143
-
1144
- #: ../app/views/policies/_form.html.erb:9
1145
- msgid "General"
1146
- msgstr "一般"
1147
-
1148
- #: ../app/views/policies/_form.html.erb:18
1149
- msgid "Host Groups"
1150
- msgstr "主機群組"
1151
-
1152
- #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1153
- msgid "Choose period"
1154
- msgstr "選擇期間"
1155
-
1156
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1157
- msgid "Choose weekday"
1158
- msgstr "選擇星期幾"
1159
-
1160
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1161
- msgid "Number of a day in month, note that not all months have same count of days"
1162
- msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數"
1163
-
1164
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1165
- msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1166
- msgstr "您可指定自訂的 cron 行,例如\"0 3 * * *\",五個數值均由空格隔開"
1167
-
1168
- #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:162 ../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
1169
- msgid "Name"
1170
- msgstr "名稱"
1171
-
1172
- #: ../app/views/policies/_list.html.erb:4
1173
- msgid "Content"
1174
- msgstr ""
1175
-
1176
- #: ../app/views/policies/_list.html.erb:5
1177
- msgid "Profile"
1178
- msgstr ""
1179
-
1180
- #: ../app/views/policies/_list.html.erb:7
1181
- msgid "Effective Profile"
1182
- msgstr ""
1183
-
1184
- #: ../app/views/policies/_list.html.erb:28
1185
- msgid "None"
1186
- msgstr "無"
1187
-
1188
- #: ../app/views/policies/_list.html.erb:36
1189
- msgid "Dashboard"
1190
- msgstr "控制面板"
1191
-
1192
- #: ../app/views/policies/_list.html.erb:37
1193
- msgid "Show Guide"
1194
- msgstr "顯示指引"
1195
-
1196
- #: ../app/views/policies/_list.html.erb:39
1197
- msgid "Delete compliance policy %s with all of its reports?"
1198
- msgstr ""
1199
-
1200
- #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1201
- msgid "New Compliance Policy"
1202
- msgstr "新合規政策"
1203
-
1204
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1205
- msgid "Select Compliance Policy"
1206
- msgstr "選擇合規政策"
1207
-
1208
- #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1209
- msgid "Edit %s"
1210
- msgstr "編輯 %s"
1211
-
1212
- #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1213
- msgid "Compliance Policies"
1214
- msgstr "合規政策"
1215
-
1216
- #: ../app/views/policies/show.html.erb:1
1217
- msgid "Details for Compliance Policy %s"
1218
- msgstr ""
1219
-
1220
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:6
1221
- msgid "There are significant differences in deployment options."
1222
- msgstr ""
1223
-
1224
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1225
- msgid "Please make sure you understand them by reading our"
1226
- msgstr ""
1227
-
1228
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1229
- msgid "documentation"
1230
- msgstr ""
1231
-
1232
- #: ../app/views/policies/steps/_schedule_form.html.erb:12
1233
- msgid "Choose day in month"
1234
- msgstr ""
1235
-
1236
- #: ../app/views/policies/steps/_step_form.html.erb:11
1237
- msgid "Next"
1238
- msgstr "下一個"
1239
-
1240
- #: ../app/views/policies/welcome.html.erb:7
1241
- msgid "In Foreman, a compliance policy checklist is defined via %s."
1242
- msgstr ""
1243
-
1244
- #: ../app/views/policies/welcome.html.erb:7
1245
- msgid "SCAP content"
1246
- msgstr "SCAP 內容"
1247
-
1248
- #: ../app/views/policies/welcome.html.erb:8
1249
- msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1250
- msgstr ""
1251
-
1252
- #: ../app/views/policies/welcome.html.erb:12
1253
- msgid "New Policy"
1254
- msgstr ""
1255
-
1256
- #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1257
- msgid "Host Breakdown Chart"
1258
- msgstr "主機錯誤圖表"
1259
-
1260
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1261
- msgid "Policy assigned"
1262
- msgstr ""
1263
-
1264
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1265
- msgid "Date"
1266
- msgstr "日期"
1267
-
1268
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1269
- msgid "View Report"
1270
- msgstr "檢視報告"
1271
-
1272
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1273
- msgid "Hosts Breakdown"
1274
- msgstr "主機錯誤"
1275
-
1276
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1277
- msgid "Compliant with the policy"
1278
- msgstr "合於政策"
1279
-
1280
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1281
- msgid "Not compliant with the policy"
1282
- msgstr "不合於政策"
1283
-
1284
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1285
- msgid "Inconclusive results"
1286
- msgstr "非決定性結果"
1287
-
1288
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1289
- msgid "Never audited"
1290
- msgstr "未曾稽核"
1291
-
1292
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1293
- msgid "Total hosts with policy: %s"
1294
- msgstr ""
1295
-
1296
- #: ../app/views/policy_dashboard/index.html.erb:3
1297
- msgid "Compliance policy: %s"
1298
- msgstr "合規政策:%s"
1299
-
1300
- #: ../app/views/policy_dashboard/index.html.erb:7
1301
- msgid "Status table"
1302
- msgstr "狀態表"
1303
-
1304
- #: ../app/views/policy_dashboard/index.html.erb:8
1305
- msgid "Status chart"
1306
- msgstr "狀態圖表"
1307
-
1308
- #: ../app/views/policy_dashboard/index.html.erb:20
1309
- msgid "Latest reports for policy: %s"
1310
- msgstr "最新的政策報告:%s"
1311
-
1312
- #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1313
- msgid "File Upload"
1314
- msgstr "檔案上傳"
1315
-
1316
- #: ../app/views/scap_contents/_form.html.erb:20
1317
- msgid "SCAP DataStream file"
1318
- msgstr ""
1319
-
1320
- #: ../app/views/scap_contents/_list.html.erb:3
1321
- msgid "Title"
1322
- msgstr ""
1323
-
1324
- #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1325
- msgid "File name"
1326
- msgstr ""
1327
-
1328
- #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1329
- msgid "Created at"
1330
- msgstr ""
1331
-
1332
- #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1333
- msgid "Download"
1334
- msgstr "下載"
1335
-
1336
- #: ../app/views/scap_contents/_list.html.erb:19
1337
- msgid "Delete scap content %s?"
1338
- msgstr ""
1339
-
1340
- #: ../app/views/scap_contents/index.html.erb:1
1341
- msgid "SCAP Contents"
1342
- msgstr "SCAP 內容"
1343
-
1344
- #: ../app/views/scap_contents/index.html.erb:3
1345
- msgid "Upload New SCAP Content"
1346
- msgstr "上傳新的 SCAP 內容"
1347
-
1348
- #: ../app/views/scap_contents/new.html.erb:1
1349
- msgid "Upload new SCAP content file"
1350
- msgstr "上傳新的 SCAP 內容檔案"
1351
-
1352
- #: ../app/views/scap_contents/welcome.html.erb:7
1353
- msgid ""
1354
- "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1355
- " configuration issues related to security. "
1356
- msgstr ""
1357
-
1358
- #: ../app/views/scap_contents/welcome.html.erb:9
1359
- msgid ""
1360
- "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"
1361
- " via %s"
1362
- msgstr ""
1363
-
1364
- #: ../app/views/scap_contents/welcome.html.erb:14
1365
- msgid "New SCAP Content"
1366
- msgstr ""
1367
-
1368
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1369
- msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1370
- msgstr ""
1371
-
1372
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1373
- msgid "Failed to fetch spool status from proxy"
1374
- msgstr ""
1375
-
1376
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1377
- msgid "None found"
1378
- msgstr "未找到"
1379
-
1380
- #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1381
- 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."
1382
- msgstr ""
1383
-
1384
- #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1385
- msgid "Spool errors"
1386
- msgstr ""
1387
-
1388
- #: ../app/views/tailoring_files/_form.html.erb:20
1389
- msgid "DataStream Tailoring file"
1390
- msgstr ""
1391
-
1392
- #: ../app/views/tailoring_files/_list.html.erb:22
1393
- msgid "Delete tailoring file %s?"
1394
- msgstr ""
1395
-
1396
- #: ../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
1397
- msgid "Tailoring Files"
1398
- msgstr ""
1399
-
1400
- #: ../app/views/tailoring_files/index.html.erb:2
1401
- msgid "Upload New Tailoring file"
1402
- msgstr ""
1403
-
1404
- #: ../app/views/tailoring_files/new.html.erb:1
1405
- msgid "Upload new Tailoring File"
1406
- msgstr ""
1407
-
1408
- #: ../app/views/tailoring_files/welcome.html.erb:7
1409
- msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1410
- msgstr ""
1411
-
1412
- #: ../app/views/tailoring_files/welcome.html.erb:8
1413
- msgid ""
1414
- "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1415
- " via %s"
1416
- msgstr ""
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 ""
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 ""
1477
-
1478
- #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1479
- msgid "OVAL Policies"
1480
- msgstr ""
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 ""
1485
-
1486
- #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
1487
- msgid "OpenSCAP Proxy"
1488
- msgstr ""
1489
-
1490
- #: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
1491
- msgid "ID of OpenSCAP Proxy"
1492
- msgstr ""
1493
-
1494
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1495
- msgid "Run OpenSCAP scan"
1496
- msgstr ""
1497
-
1498
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1499
- msgid "Run OVAL scan"
1500
- msgstr ""
1501
-
1502
- #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1503
- msgid "Run OpenSCAP remediation with Ansible"
1504
- msgstr ""
1505
-
1506
- #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1507
- msgid "Run OpenSCAP remediation with Shell"
1508
- msgstr ""
1509
-
1510
- #: ../webpack/components/ConfirmModal.js:19
1511
- msgid "Confirm"
1512
- msgstr ""
1513
-
1514
- #: ../webpack/components/EditableInput.js:78
1515
- msgid "None provided"
1516
- msgstr ""
1517
-
1518
- #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1519
- msgid "There's no available report for this host"
1520
- msgstr ""
1521
-
1522
- #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1523
- msgid "View selected hosts"
1524
- msgstr ""
1525
-
1526
- #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1527
- msgid "Review hosts"
1528
- msgstr ""
1529
-
1530
- #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1531
- msgid "Select snippet"
1532
- msgstr ""
1533
-
1534
- #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1535
- msgid "Review remediation"
1536
- msgstr ""
1537
-
1538
- #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1539
- msgid "Run"
1540
- msgstr ""
1541
-
1542
- #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1543
- msgid "Done"
1544
- msgstr ""
1545
-
1546
- #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1547
- msgid "Remediate %s rule"
1548
- msgstr ""
1549
-
1550
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1551
- msgid "Job details"
1552
- msgstr ""
1553
-
1554
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1555
- msgid "Close"
1556
- msgstr ""
1557
-
1558
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1559
- msgid "Error!"
1560
- msgstr ""
1561
-
1562
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1563
- msgid "The job has started on selected host(s), you can check the status on the job details page."
1564
- msgstr ""
1565
-
1566
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1567
- msgid "OS"
1568
- msgstr ""
1569
-
1570
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1571
- msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1572
- msgstr ""
1573
-
1574
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1575
- msgid "Review the remediation snippet and apply it to the host manually."
1576
- msgstr ""
1577
-
1578
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1579
- msgid "Review the remediation snippet that will be applied to selected host(s)."
1580
- msgstr ""
1581
-
1582
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1583
- msgid "A reboot is required after applying remediation."
1584
- msgstr ""
1585
-
1586
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1587
- msgid "A reboot might be required after applying remediation."
1588
- msgstr ""
1589
-
1590
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1591
- msgid "Successfully copied to clipboard!"
1592
- msgstr ""
1593
-
1594
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1595
- msgid "Copy to clipboard"
1596
- msgstr ""
1597
-
1598
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1599
- msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1600
- msgstr ""
1601
-
1602
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1603
- msgid "Remediation might render the system non-functional."
1604
- msgstr ""
1605
-
1606
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1607
- msgid "Other hosts failing this rule"
1608
- msgstr ""
1609
-
1610
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1611
- msgid "Reboot the system(s)"
1612
- msgstr ""
1613
-
1614
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1615
- msgid "Method"
1616
- msgstr ""
1617
-
1618
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1619
- msgid "Remote job"
1620
- msgstr ""
1621
-
1622
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1623
- msgid "Manual"
1624
- msgstr ""
1625
-
1626
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1627
- msgid "There is no job to remediate with. Please remediate manually."
1628
- msgstr ""
1629
-
1630
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1631
- msgid "Snippet"
1632
- msgstr ""
1633
-
1634
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1635
- msgid "Select remediation method"
1636
- msgstr ""
1637
-
1638
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1639
- msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1640
- msgstr ""
1641
-
1642
- #: ../webpack/components/withDeleteModal.js:27
1643
- msgid "Are you sure you want to delete %s?"
1644
- msgstr ""
1645
-
1646
- #: ../webpack/components/withLoading.js:64
1647
- msgid "Permission denied"
1648
- msgstr ""
1649
-
1650
- #: ../webpack/helpers/mutationHelper.js:7
1651
- msgid "There was a following error when deleting %(name)s: %(error)s"
1652
- msgstr ""
1653
-
1654
- #: ../webpack/helpers/permissionsHelper.js:34
1655
- msgid "You are not authorized to view the page. "
1656
- msgstr ""
1657
-
1658
- #: ../webpack/helpers/permissionsHelper.js:37
1659
- msgid "Request the following permissions from administrator: %s."
1660
- msgstr ""
1661
-
1662
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1663
- msgid "No OVAL Contents found."
1664
- msgstr ""
1665
-
1666
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1667
- msgid "Delete OVAL Content"
1668
- msgstr ""
1669
-
1670
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1671
- msgid "OVAL Content successfully deleted."
1672
- msgstr ""
1673
-
1674
- #: ../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
1675
- msgid "OVAL Content"
1676
- msgstr ""
1677
-
1678
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1679
- msgid "Create OVAL Content"
1680
- msgstr ""
1681
-
1682
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1683
- msgid "URL"
1684
- msgstr ""
1685
-
1686
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1687
- msgid "Original File Name"
1688
- msgstr ""
1689
-
1690
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1691
- msgid "OVAL Contents table"
1692
- msgstr ""
1693
-
1694
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1695
- msgid "New OVAL Content"
1696
- msgstr ""
1697
-
1698
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1699
- msgid "OVAL Content Source"
1700
- msgstr ""
1701
-
1702
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1703
- msgid "OVAL Content from URL"
1704
- msgstr ""
1705
-
1706
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1707
- msgid "OVAL Content from file"
1708
- msgstr ""
1709
-
1710
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1711
- msgid "File"
1712
- msgstr ""
1713
-
1714
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1715
- msgid "OVAL Content %s successfully created"
1716
- msgstr ""
1717
-
1718
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1719
- msgid "Unknown error when submitting data, please try again later."
1720
- msgstr ""
1721
-
1722
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1723
- msgid "No OVAL Content found"
1724
- msgstr ""
1725
-
1726
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1727
- msgid "No OVAL Policies found"
1728
- msgstr ""
1729
-
1730
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1731
- msgid "Delete OVAL Policy"
1732
- msgstr ""
1733
-
1734
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1735
- msgid "OVAL policy was successfully deleted."
1736
- msgstr ""
1737
-
1738
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1739
- msgid "OVAL policy"
1740
- msgstr ""
1741
-
1742
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1743
- msgid "Create OVAL Policy"
1744
- msgstr ""
1745
-
1746
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1747
- msgid "OVAL Policies Table"
1748
- msgstr ""
1749
-
1750
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1751
- msgid "Type a hostgroup name..."
1752
- msgstr ""
1753
-
1754
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1755
- msgid "Choose OVAL Content"
1756
- msgstr ""
1757
-
1758
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1759
- msgid "can't be blank"
1760
- msgstr ""
1761
-
1762
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1763
- msgid "is not a valid cronline"
1764
- msgstr ""
1765
-
1766
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1767
- msgid "OVAL Policy succesfully created."
1768
- msgstr ""
1769
-
1770
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1771
- msgid "Failed to create OVAL Policy: %s"
1772
- msgstr ""
1773
-
1774
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1775
- msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1776
- msgstr ""
1777
-
1778
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1779
- msgid "No CVEs found."
1780
- msgstr ""
1781
-
1782
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
1783
- msgid "Ref Id"
1784
- msgstr ""
1785
-
1786
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
1787
- msgid "Has Errata?"
1788
- msgstr ""
1789
-
1790
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:17
1791
- msgid "Hosts Count"
1792
- msgstr ""
1793
-
1794
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:51
1795
- msgid "Table of CVEs for OVAL policy"
1796
- msgstr ""
1797
-
1798
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1799
- msgid "Period"
1800
- msgstr ""
1801
-
1802
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1803
- msgid "No Hostgroups found."
1804
- msgstr ""
1805
-
1806
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1807
- msgid "Table of hostgroups for OVAL policy"
1808
- msgstr ""
1809
-
1810
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1811
- msgid "Scan All Hostgroups"
1812
- msgstr ""
1813
-
1814
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1815
- msgid "Details"
1816
- msgstr ""
1817
-
1818
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1819
- msgid "CVEs"
1820
- msgstr ""
1821
-
1822
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1823
- msgid "Weekly, on %s"
1824
- msgstr ""
1825
-
1826
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1827
- msgid "Monthly, day of month: %s"
1828
- msgstr ""
1829
-
1830
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1831
- msgid "Custom cron: %s"
1832
- msgstr ""
1833
-
1834
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1835
- msgid "Unknown schedule"
1836
- msgstr ""
1837
-
1838
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1839
- msgid "OVAL policy was successfully updated."
1840
- msgstr ""
1841
-
1842
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1843
- msgid "There was a following error when updating OVAL policy: %s"
1844
- msgstr ""
1845
-
1846
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1847
- msgid "No OVAL Policy found"
1848
- msgstr ""
1849
-
1850
- #: action_names.rb:2
1851
- msgid "Action with sub plans"
1852
- msgstr "有子計畫的動作"
1853
-
1854
- #: action_names.rb:3
1855
- msgid "Import facts"
1856
- msgstr "匯入詳情"
1857
-
1858
- #: action_names.rb:4
1859
- msgid "Import Puppet classes"
1860
- msgstr "匯入 Puppet 類別"
1861
-
1862
- #: action_names.rb:5
1863
- msgid "Remote action:"
1864
- msgstr "遠端動作:"