foreman_openscap 7.1.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +517 -421
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +907 -814
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +517 -421
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +549 -453
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +911 -818
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +911 -818
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +556 -460
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +601 -505
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +909 -816
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +96 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +704 -611
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +911 -818
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +706 -613
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +556 -460
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +909 -816
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +704 -611
  18. data/app/assets/javascripts/foreman_openscap/reports.js +5 -0
  19. data/app/controllers/arf_reports_controller.rb +23 -2
  20. data/app/helpers/arf_reports_helper.rb +17 -4
  21. data/app/models/foreman_openscap/arf_report.rb +11 -2
  22. data/app/views/arf_reports/_output.html.erb +5 -1
  23. data/app/views/job_templates/run_openscap_remediation_-_ansible_default.erb +27 -0
  24. data/app/views/job_templates/run_openscap_remediation_-_script_default.erb +24 -0
  25. data/config/routes.rb +1 -0
  26. data/db/migrate/20230912122310_add_fixes_to_message.rb +5 -0
  27. data/lib/foreman_openscap/engine.rb +18 -2
  28. data/lib/foreman_openscap/version.rb +1 -1
  29. data/lib/tasks/foreman_openscap_tasks.rake +5 -16
  30. data/locale/cs_CZ/foreman_openscap.edit.po +145 -17
  31. data/locale/cs_CZ/foreman_openscap.po +96 -0
  32. data/locale/de/foreman_openscap.edit.po +248 -282
  33. data/locale/de/foreman_openscap.po +96 -0
  34. data/locale/en/foreman_openscap.edit.po +145 -17
  35. data/locale/en/foreman_openscap.po +96 -0
  36. data/locale/en_GB/foreman_openscap.edit.po +145 -17
  37. data/locale/en_GB/foreman_openscap.po +96 -0
  38. data/locale/es/foreman_openscap.edit.po +241 -279
  39. data/locale/es/foreman_openscap.po +96 -0
  40. data/locale/foreman_openscap.pot +164 -12
  41. data/locale/fr/foreman_openscap.edit.po +330 -363
  42. data/locale/fr/foreman_openscap.po +96 -0
  43. data/locale/gl/foreman_openscap.edit.po +145 -17
  44. data/locale/gl/foreman_openscap.po +96 -0
  45. data/locale/it/foreman_openscap.edit.po +145 -17
  46. data/locale/it/foreman_openscap.po +96 -0
  47. data/locale/ja/foreman_openscap.edit.po +314 -347
  48. data/locale/ja/foreman_openscap.po +96 -0
  49. data/locale/ka/foreman_openscap.edit.po +289 -328
  50. data/locale/ka/foreman_openscap.po +96 -0
  51. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +146 -18
  53. data/locale/ko/foreman_openscap.po +96 -0
  54. data/locale/pt_BR/foreman_openscap.edit.po +247 -279
  55. data/locale/pt_BR/foreman_openscap.po +96 -0
  56. data/locale/ru/foreman_openscap.edit.po +146 -18
  57. data/locale/ru/foreman_openscap.po +96 -0
  58. data/locale/sv_SE/foreman_openscap.edit.po +145 -17
  59. data/locale/sv_SE/foreman_openscap.po +96 -0
  60. data/locale/zh_CN/foreman_openscap.edit.po +314 -347
  61. data/locale/zh_CN/foreman_openscap.po +96 -0
  62. data/locale/zh_TW/foreman_openscap.edit.po +146 -18
  63. data/locale/zh_TW/foreman_openscap.po +96 -0
  64. data/webpack/components/EmptyState.js +6 -2
  65. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationSelectors.js +16 -0
  66. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationWizardContext.js +4 -0
  67. data/webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js +38 -0
  68. data/webpack/components/OpenscapRemediationWizard/WizardHeader.js +43 -0
  69. data/webpack/components/OpenscapRemediationWizard/constants.js +14 -0
  70. data/webpack/components/OpenscapRemediationWizard/helpers.js +33 -0
  71. data/webpack/components/OpenscapRemediationWizard/index.js +160 -0
  72. data/webpack/components/OpenscapRemediationWizard/steps/Finish.js +131 -0
  73. data/webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js +217 -0
  74. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js +176 -0
  75. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.scss +4 -0
  76. data/webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js +160 -0
  77. data/webpack/components/OpenscapRemediationWizard/steps/index.js +4 -0
  78. data/webpack/index.js +8 -3
  79. data/webpack/testHelper.js +6 -5
  80. metadata +20 -3
@@ -17,344 +17,351 @@
17
17
  "domain": "foreman_openscap",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "List ARF reports": [
20
+ " for policy %s": [
21
21
  ""
22
22
  ],
23
- "Show an ARF report": [
23
+ " through %s": [
24
24
  ""
25
25
  ],
26
- "Delete an ARF Report": [
26
+ "%s - The following compliance reports are about to be changed": [
27
27
  ""
28
28
  ],
29
- "Upload an ARF report": [
29
+ "%s compliance report by policy": [
30
+ "",
30
31
  ""
31
32
  ],
32
- "Download bzipped ARF report": [
33
+ "%s content": [
33
34
  ""
34
35
  ],
35
- "Download ARF report in HTML": [
36
+ "%s does not exist, skipping.": [
36
37
  ""
37
38
  ],
38
- "Policy with id %s not found.": [
39
+ "%s is a directory, expecting file.": [
39
40
  ""
40
41
  ],
41
- "Could not find host identified by: %s": [
42
+ "%s latest report": [
42
43
  ""
43
44
  ],
44
- "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
45
+ "%s reports over time": [
45
46
  ""
46
47
  ],
47
- "No proxy found for %{name} or %{url}": [
48
+ "%s spool errors detected, inspect the appropriate file directly on proxy": [
48
49
  ""
49
50
  ],
50
- "List OVAL contents": [
51
+ "%s vulnerabilities found": [
51
52
  ""
52
53
  ],
53
- "Show an OVAL content": [
54
+ "%s vulnerabilities with available patch found": [
54
55
  ""
55
56
  ],
56
- "OVAL content name": [
57
+ "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
57
58
  ""
58
59
  ],
59
- "XML containing OVAL content": [
60
+ "<b>Foreman</b> OpenSCAP summary": [
60
61
  ""
61
62
  ],
62
- "Original file name of the OVAL content file": [
63
+ "A reboot is required after applying remediation.": [
63
64
  ""
64
65
  ],
65
- "URL of the OVAL content file": [
66
+ "A reboot might be required after applying remediation.": [
66
67
  ""
67
68
  ],
68
- "Create OVAL content": [
69
+ "A summary of reports for OpenSCAP policies": [
69
70
  ""
70
71
  ],
71
- "Update an OVAL content": [
72
+ "Action with sub plans": [
72
73
  ""
73
74
  ],
74
- "Deletes an OVAL content": [
75
- ""
75
+ "Actions": [
76
+ "Accións"
76
77
  ],
77
- "Sync contents that have remote source URL": [
78
- ""
78
+ "All messages": [
79
+ "Tódalas mensaxes"
79
80
  ],
80
- "List OVAL Policies": [
81
+ "Ansible role": [
81
82
  ""
82
83
  ],
83
- "Show an OVAL Policy": [
84
+ "Ansible variables": [
84
85
  ""
85
86
  ],
86
- "OVAL Policy name": [
87
+ "Apply policy to host groups": [
87
88
  ""
88
89
  ],
89
- "Policy OVAL content ID": [
90
+ "Apply policy to hosts": [
90
91
  ""
91
92
  ],
92
- "OVAL Policy description": [
93
+ "Are required variables for theforeman.foreman_scap_client present?": [
93
94
  ""
94
95
  ],
95
- "OVAL Policy schedule period (weekly, monthly, custom)": [
96
+ "Are you sure you want to delete %s?": [
96
97
  ""
97
98
  ],
98
- "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
99
+ "Array of host IDs": [
99
100
  ""
100
101
  ],
101
- "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
102
+ "Array of hostgroup IDs": [
102
103
  ""
103
104
  ],
104
- "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
105
+ "Assign Compliance Policy": [
105
106
  ""
106
107
  ],
107
- "Create an OVAL Policy": [
108
+ "Assign hostgroups to an OVAL Policy": [
108
109
  ""
109
110
  ],
110
- "Update an OVAL Policy": [
111
+ "Assign hosts to an OVAL Policy": [
111
112
  ""
112
113
  ],
113
- "Delete an OVAL Policy": [
114
+ "Assign openscap_proxy to %s before proceeding.": [
114
115
  ""
115
116
  ],
116
- "Assign hostgroups to an OVAL Policy": [
117
- ""
117
+ "Back": [
118
+ "Atrás"
118
119
  ],
119
- "Array of hostgroup IDs": [
120
+ "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule.": [
120
121
  ""
121
122
  ],
122
- "hostgroups": [
123
+ "CVEs": [
123
124
  ""
124
125
  ],
125
- "Assign hosts to an OVAL Policy": [
126
+ "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
126
127
  ""
127
128
  ],
128
- "Array of host IDs": [
129
- ""
129
+ "Cancel": [
130
+ "Cancelar"
130
131
  ],
131
- "hosts": [
132
+ "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
132
133
  ""
133
134
  ],
134
- "Show a policy's OVAL content": [
135
+ "Cannot generate HTML guide, scap content is missing.": [
135
136
  ""
136
137
  ],
137
- "OVAL policy successfully configured with %s.": [
138
+ "Change OpenSCAP Proxy": [
138
139
  ""
139
140
  ],
140
- "Upload an OVAL report - a list of CVEs for given host": [
141
+ "Changed": [
141
142
  ""
142
143
  ],
143
- "List Policies": [
144
+ "Changed file does not include existing SCAP content profiles": [
144
145
  ""
145
146
  ],
146
- "Show a Policy": [
147
+ "Changed?": [
147
148
  ""
148
149
  ],
149
- "Policy name": [
150
+ "Choose OVAL Content": [
150
151
  ""
151
152
  ],
152
- "Policy description": [
153
+ "Choose Tailoring File": [
153
154
  ""
154
155
  ],
155
- "Policy SCAP content ID": [
156
+ "Choose day in month": [
156
157
  ""
157
158
  ],
158
- "Policy SCAP content profile ID": [
159
+ "Choose existing SCAP Content": [
159
160
  ""
160
161
  ],
161
- "Policy schedule period (weekly, monthly, custom)": [
162
+ "Choose period": [
162
163
  ""
163
164
  ],
164
- "Policy schedule weekday (only if period == \\\"weekly\\\")": [
165
+ "Choose weekday": [
165
166
  ""
166
167
  ],
167
- "Policy schedule day of month (only if period == \\\"monthly\\\")": [
168
+ "Close": [
168
169
  ""
169
170
  ],
170
- "Policy schedule cron line (only if period == \\\"custom\\\")": [
171
+ "Compliance": [
171
172
  ""
172
173
  ],
173
- "Apply policy to host groups": [
174
+ "Compliance Policies": [
174
175
  ""
175
176
  ],
176
- "Apply policy to hosts": [
177
+ "Compliance Reports": [
177
178
  ""
178
179
  ],
179
- "Tailoring file ID": [
180
+ "Compliance Reports Breakdown": [
180
181
  ""
181
182
  ],
182
- "Tailoring file profile ID": [
183
+ "Compliance policy summary": [
183
184
  ""
184
185
  ],
185
- "How the policy should be deployed": [
186
+ "Compliance policy: %s": [
186
187
  ""
187
188
  ],
188
- "Create a Policy": [
189
+ "Compliant": [
189
190
  ""
190
191
  ],
191
- "Update a Policy": [
192
+ "Compliant hosts": [
192
193
  ""
193
194
  ],
194
- "Delete a Policy": [
195
+ "Compliant with the policy": [
195
196
  ""
196
197
  ],
197
- "Show a policy's SCAP content": [
198
+ "Confirm": [
198
199
  ""
199
200
  ],
200
- "Show a policy's Tailoring file": [
201
+ "Content": [
201
202
  ""
202
203
  ],
203
- "No Tailoring file assigned for policy with id %s": [
204
+ "Copy to clipboard": [
204
205
  ""
205
206
  ],
206
- "List SCAP content profiles": [
207
+ "Could not find host identified by: %s": [
207
208
  ""
208
209
  ],
209
- "List SCAP contents": [
210
+ "Could not update Ansible Variables with override: true": [
210
211
  ""
211
212
  ],
212
- "Download an SCAP content as XML": [
213
+ "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
213
214
  ""
214
215
  ],
215
- "Show an SCAP content": [
216
+ "Could not validate %{file_type}. Error %{error}": [
216
217
  ""
217
218
  ],
218
- "SCAP content name": [
219
+ "Create OVAL Content": [
219
220
  ""
220
221
  ],
221
- "XML containing SCAP content": [
222
+ "Create OVAL Policy": [
222
223
  ""
223
224
  ],
224
- "Original file name of the XML file": [
225
+ "Create OVAL content": [
225
226
  ""
226
227
  ],
227
228
  "Create SCAP content": [
228
229
  ""
229
230
  ],
230
- "Update an SCAP content": [
231
+ "Create a Policy": [
231
232
  ""
232
233
  ],
233
- "Deletes an SCAP content": [
234
+ "Create a Tailoring file": [
234
235
  ""
235
236
  ],
236
- "Upload scap contents in bulk": [
237
+ "Create an OVAL Policy": [
237
238
  ""
238
239
  ],
239
- "Type of the upload": [
240
+ "Created at": [
240
241
  ""
241
242
  ],
242
- "File paths to upload when using \\\"files\\\" upload type": [
243
+ "Custom cron: %s": [
243
244
  ""
244
245
  ],
245
- "Directory to upload when using \\\"directory\\\" upload type": [
246
- ""
246
+ "Dashboard": [
247
+ "Escritorio"
247
248
  ],
248
- "Please specify import type, received: %{received}, expected one of: %{expected}": [
249
+ "DataStream Tailoring file": [
249
250
  ""
250
251
  ],
251
- "List Tailoring files": [
252
+ "Date": [
252
253
  ""
253
254
  ],
254
- "Download a Tailoring file as XML": [
255
+ "Default XCCDF profile": [
255
256
  ""
256
257
  ],
257
- "Show a Tailoring file": [
258
+ "Delete": [
259
+ "Borrar"
260
+ ],
261
+ "Delete OVAL Content": [
258
262
  ""
259
263
  ],
260
- "Tailoring file name": [
264
+ "Delete OVAL Policy": [
261
265
  ""
262
266
  ],
263
- "XML containing tailoring file": [
267
+ "Delete a Policy": [
264
268
  ""
265
269
  ],
266
- "Create a Tailoring file": [
270
+ "Delete an ARF Report": [
267
271
  ""
268
272
  ],
269
- "Update a Tailoring file": [
273
+ "Delete an OVAL Policy": [
270
274
  ""
271
275
  ],
272
- "Deletes a Tailoring file": [
276
+ "Delete compliance policy %s with all of its reports?": [
273
277
  ""
274
278
  ],
275
- "Failed to downloaded ARF report as bzip: %s": [
279
+ "Delete compliance report for %s?": [
276
280
  ""
277
281
  ],
278
- "Failed to downloaded ARF report in HTML: %s": [
282
+ "Delete reports": [
279
283
  ""
280
284
  ],
281
- "Successfully deleted ARF report.": [
285
+ "Delete scap content %s?": [
282
286
  ""
283
287
  ],
284
- "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
288
+ "Delete tailoring file %s?": [
285
289
  ""
286
290
  ],
287
- "Failed to delete %s compliance reports": [
291
+ "Deleted policy": [
288
292
  ""
289
293
  ],
290
- "Successfully deleted %s compliance reports": [
294
+ "Deletes a Tailoring file": [
291
295
  ""
292
296
  ],
293
- "No compliance reports were found.": [
297
+ "Deletes an OVAL content": [
294
298
  ""
295
299
  ],
296
- "No compliance reports selected": [
300
+ "Deletes an SCAP content": [
297
301
  ""
298
302
  ],
299
- "Something went wrong while selecting compliance reports - %s": [
303
+ "Deployment Options": [
300
304
  ""
301
305
  ],
302
- "Show config information for foreman_scap_client": [
306
+ "Description": [
307
+ "Descripción"
308
+ ],
309
+ "Details": [
303
310
  ""
304
311
  ],
305
- "The identifier of the host": [
312
+ "Details for Compliance Policy %s": [
306
313
  ""
307
314
  ],
308
- "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
315
+ "Directory to upload when using \\\"directory\\\" upload type": [
309
316
  ""
310
317
  ],
311
- "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
318
+ "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment.": [
312
319
  ""
313
320
  ],
314
- "No OpenSCAP Proxy selected.": [
321
+ "Documentation": [
322
+ "Documentación"
323
+ ],
324
+ "Done": [
315
325
  ""
316
326
  ],
317
- "Updated hosts: Assigned with compliance policy: %s": [
327
+ "Download": [
318
328
  ""
319
329
  ],
320
- "No compliance policy selected.": [
330
+ "Download ARF report in HTML": [
321
331
  ""
322
332
  ],
323
- "Updated hosts: Unassigned from compliance policy '%s'": [
333
+ "Download HTML": [
324
334
  ""
325
335
  ],
326
- "No valid policy ID provided": [
336
+ "Download XML in bzip": [
327
337
  ""
328
338
  ],
329
- "No hosts were found with that id, name or query filter": [
339
+ "Download a Tailoring file as XML": [
330
340
  ""
331
341
  ],
332
- "No hosts selected": [
333
- "Ningún equipo seleccionado"
342
+ "Download an SCAP content as XML": [
343
+ ""
334
344
  ],
335
- "Something went wrong while selecting hosts - %s": [
336
- "Algo fallou ao seleccionar equipos - %s"
345
+ "Download bzipped ARF report": [
346
+ ""
337
347
  ],
338
- "Failed": [
339
- "Errores"
348
+ "Edit %s": [
349
+ "Editar %s"
340
350
  ],
341
- "Passed": [
351
+ "Effective Profile": [
342
352
  ""
343
353
  ],
344
- "Other": [
354
+ "Error!": [
345
355
  ""
346
356
  ],
347
- "Number of Events": [
348
- "Número de Eventos"
349
- ],
350
- "Rule Results": [
357
+ "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
351
358
  ""
352
359
  ],
353
- "Show log messages:": [
354
- "Mostrar rexistro de mensaxes:"
360
+ "Expected an array of files to upload, got: %s.": [
361
+ ""
355
362
  ],
356
- "All messages": [
357
- "Tódalas mensaxes"
363
+ "Failed": [
364
+ "Errores"
358
365
  ],
359
366
  "Failed and Othered": [
360
367
  ""
@@ -362,106 +369,133 @@
362
369
  "Failed only": [
363
370
  ""
364
371
  ],
365
- "Compliance Reports": [
372
+ "Failed saving %s:": [
366
373
  ""
367
374
  ],
368
- "Delete reports": [
375
+ "Failed to create OVAL Policy: %s": [
369
376
  ""
370
377
  ],
371
- "Select Action": [
372
- "Selecciona unha Acción"
378
+ "Failed to delete %s compliance reports": [
379
+ ""
373
380
  ],
374
- "%s - The following compliance reports are about to be changed": [
381
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
375
382
  ""
376
383
  ],
377
- "No proxy found!": [
384
+ "Failed to downloaded ARF report as bzip: %s": [
378
385
  ""
379
386
  ],
380
- "Reported at %s": [
387
+ "Failed to downloaded ARF report in HTML: %s": [
381
388
  ""
382
389
  ],
383
- " for policy %s": [
390
+ "Failed to fetch content file from %s": [
384
391
  ""
385
392
  ],
386
- " through %s": [
393
+ "Failed to fetch spool status from proxy": [
387
394
  ""
388
395
  ],
389
- "Hosts failing this rule": [
396
+ "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
390
397
  ""
391
398
  ],
392
- "Hosts passing this rule": [
399
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
393
400
  ""
394
401
  ],
395
- "Hosts othering this rule": [
402
+ "Failed|F": [
403
+ "F"
404
+ ],
405
+ "File": [
406
+ ""
407
+ ],
408
+ "File Upload": [
409
+ ""
410
+ ],
411
+ "File name": [
412
+ ""
413
+ ],
414
+ "File paths to upload when using \\\"files\\\" upload type": [
415
+ ""
416
+ ],
417
+ "Full Report": [
418
+ ""
419
+ ],
420
+ "General": [
421
+ ""
422
+ ],
423
+ "Has Errata?": [
396
424
  ""
397
425
  ],
398
426
  "Host": [
399
427
  "Equipo"
400
428
  ],
401
- "Policy": [
429
+ "Host Breakdown Chart": [
402
430
  ""
403
431
  ],
404
- "Passed|P": [
432
+ "Host Groups": [
433
+ "Grupos de Equipos"
434
+ ],
435
+ "Host compliance details": [
405
436
  ""
406
437
  ],
407
- "Failed|F": [
408
- "F"
438
+ "Host details": [
439
+ "Detalles do Equipo"
409
440
  ],
410
- "Othered|O": [
441
+ "Host does not exist anymore": [
411
442
  ""
412
443
  ],
413
- "Othered": [
444
+ "Host is assigned to policy": [
414
445
  ""
415
446
  ],
416
- "Assign Compliance Policy": [
447
+ "Host is deleted": [
417
448
  ""
418
449
  ],
419
- "Unassign Compliance Policy": [
450
+ "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
420
451
  ""
421
452
  ],
422
- "Change OpenSCAP Proxy": [
453
+ "Hostgroups": [
423
454
  ""
424
455
  ],
425
- "Compliance": [
456
+ "Hostname": [
426
457
  ""
427
458
  ],
428
- "Host compliance details": [
459
+ "Hosts Breakdown": [
429
460
  ""
430
461
  ],
431
- "Host is deleted": [
462
+ "Hosts Count": [
432
463
  ""
433
464
  ],
434
- "Choose existing SCAP Content": [
465
+ "Hosts failing this rule": [
435
466
  ""
436
467
  ],
437
- "SCAP Content": [
468
+ "Hosts no longer assigned: %s": [
438
469
  ""
439
470
  ],
440
- "XCCDF Profile": [
471
+ "Hosts othering this rule": [
441
472
  ""
442
473
  ],
443
- "Default XCCDF profile": [
474
+ "Hosts passing this rule": [
444
475
  ""
445
476
  ],
446
- "Choose Tailoring File": [
477
+ "How the policy should be deployed": [
447
478
  ""
448
479
  ],
449
- "Tailoring File": [
480
+ "ID of OpenSCAP Proxy": [
450
481
  ""
451
482
  ],
452
- "XCCDF Profile in Tailoring File": [
483
+ "Import Puppet classes": [
453
484
  ""
454
485
  ],
455
- "This profile will be used to override the one from scap content": [
486
+ "Import facts": [
456
487
  ""
457
488
  ],
458
- "Submit": [
459
- "Introducir"
489
+ "In Foreman, a compliance policy checklist is defined via %s.": [
490
+ ""
460
491
  ],
461
- "Cancel": [
462
- "Cancelar"
492
+ "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 via %s": [
493
+ ""
463
494
  ],
464
- "Compliant hosts": [
495
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
496
+ ""
497
+ ],
498
+ "Incompliant": [
465
499
  ""
466
500
  ],
467
501
  "Incompliant hosts": [
@@ -470,831 +504,893 @@
470
504
  "Inconclusive": [
471
505
  ""
472
506
  ],
473
- "Not audited": [
507
+ "Inconclusive results": [
474
508
  ""
475
509
  ],
476
- "Host is assigned to policy": [
510
+ "Is %s param set to be overriden?": [
477
511
  ""
478
512
  ],
479
- "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
513
+ "Is foreman_ansible present?": [
480
514
  ""
481
515
  ],
482
- "Hosts no longer assigned: %s": [
516
+ "Is theforeman.foreman_scap_client present?": [
483
517
  ""
484
518
  ],
485
- "Total hosts with reports where policy is no longer assigned.": [
519
+ "It may sometimes be required to adjust the security policy to your specific needs. ": [
486
520
  ""
487
521
  ],
488
- "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
522
+ "Job details": [
489
523
  ""
490
524
  ],
491
- "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
525
+ "Latest Compliance Reports": [
492
526
  ""
493
527
  ],
494
- "Could not validate %{file_type}. Error %{error}": [
528
+ "Latest reports for policy: %s": [
495
529
  ""
496
530
  ],
497
- "Unable to get HTML version of requested report from Smart Proxy": [
531
+ "List ARF reports": [
498
532
  ""
499
533
  ],
500
- "Unable to get XML version of requested report from Smart Proxy": [
534
+ "List OVAL Policies": [
501
535
  ""
502
536
  ],
503
- "SCAP policies summary": [
537
+ "List OVAL contents": [
504
538
  ""
505
539
  ],
506
- "is not included in SCAP_RESULT": [
540
+ "List Policies": [
507
541
  ""
508
542
  ],
509
- "must have Openscap feature": [
543
+ "List SCAP content profiles": [
510
544
  ""
511
545
  ],
512
- "No OpenSCAP proxy found for %{class} with id %{id}": [
546
+ "List SCAP contents": [
513
547
  ""
514
548
  ],
515
- "does not consist of 5 parts separated by space": [
549
+ "List Tailoring files": [
516
550
  ""
517
551
  ],
518
- "is not a valid value": [
552
+ "Loading...": [
519
553
  ""
520
554
  ],
521
- "must be between 1 and 31": [
555
+ "Locations": [
556
+ "Lugares"
557
+ ],
558
+ "Manual": [
522
559
  ""
523
560
  ],
524
- "Compliant": [
561
+ "Message": [
562
+ "Mensaxe"
563
+ ],
564
+ "Method": [
525
565
  ""
526
566
  ],
527
- "Incompliant": [
567
+ "Monthly, day of month: %s": [
528
568
  ""
529
569
  ],
530
- "Unknown Compliance status": [
570
+ "More details": [
531
571
  ""
532
572
  ],
533
- "OVAL scan": [
573
+ "Name": [
574
+ "Nome"
575
+ ],
576
+ "Never audited": [
534
577
  ""
535
578
  ],
536
- "No Vulnerabilities found": [
579
+ "New Compliance Policy": [
537
580
  ""
538
581
  ],
539
- "%s vulnerabilities found": [
582
+ "New OVAL Content": [
540
583
  ""
541
584
  ],
542
- "%s vulnerabilities with available patch found": [
585
+ "New Policy": [
543
586
  ""
544
587
  ],
545
- "Unknown OVAL status": [
588
+ "New SCAP Content": [
546
589
  ""
547
590
  ],
548
- "Deployment Options": [
591
+ "New Tailoring File": [
549
592
  ""
550
593
  ],
551
- "Policy Attributes": [
594
+ "Next": [
552
595
  ""
553
596
  ],
554
- "Schedule": [
597
+ "No": [
555
598
  ""
556
599
  ],
557
- "Locations": [
558
- "Lugares"
600
+ "No ARF reports for this policy": [
601
+ ""
559
602
  ],
560
- "Organizations": [
561
- "Organizacións"
603
+ "No CVEs found.": [
604
+ ""
562
605
  ],
563
- "Hostgroups": [
606
+ "No Hostgroups found.": [
564
607
  ""
565
608
  ],
566
- "Cannot generate HTML guide, scap content is missing.": [
609
+ "No OVAL Content found": [
567
610
  ""
568
611
  ],
569
- "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
612
+ "No OVAL Contents found.": [
570
613
  ""
571
614
  ],
572
- "must be present when tailoring file profile present": [
615
+ "No OVAL Policies found": [
573
616
  ""
574
617
  ],
575
- "must be present when tailoring file present": [
618
+ "No OVAL Policy found": [
576
619
  ""
577
620
  ],
578
- "does not come from selected tailoring file": [
621
+ "No OpenSCAP Proxy selected.": [
579
622
  ""
580
623
  ],
581
- "does not have the selected SCAP content profile": [
624
+ "No OpenSCAP proxy found for %{class} with id %{id}": [
582
625
  ""
583
626
  ],
584
- "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
627
+ "No Tailoring file assigned for policy with id %s": [
585
628
  ""
586
629
  ],
587
- "invalid type %s": [
588
- "Tipo %s non válido"
630
+ "No Vulnerabilities found": [
631
+ ""
589
632
  ],
590
- "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
633
+ "No available proxy to validate. Returned with error: %s": [
591
634
  ""
592
635
  ],
593
- "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
636
+ "No compliance policy selected.": [
594
637
  ""
595
638
  ],
596
- "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
639
+ "No compliance reports selected": [
597
640
  ""
598
641
  ],
599
- "Ansible role": [
642
+ "No compliance reports were found.": [
600
643
  ""
601
644
  ],
602
- "Ansible variables": [
645
+ "No hosts selected": [
646
+ "Ningún equipo seleccionado"
647
+ ],
648
+ "No hosts were found with that id, name or query filter": [
603
649
  ""
604
650
  ],
605
- "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.": [
651
+ "No proxy found for %{name} or %{url}": [
606
652
  ""
607
653
  ],
608
- "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
654
+ "No proxy found!": [
609
655
  ""
610
656
  ],
611
- "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
657
+ "No proxy with OpenSCAP feature is running.": [
612
658
  ""
613
659
  ],
614
- "Puppet class": [
615
- "Clase Puppet"
660
+ "No proxy with OpenSCAP feature was found.": [
661
+ ""
616
662
  ],
617
- "Smart Class Parameters": [
663
+ "No report for this policy": [
618
664
  ""
619
665
  ],
620
- "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
666
+ "No reports available": [
621
667
  ""
622
668
  ],
623
- "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
669
+ "No such directory: %s. Please check the path you have provided.": [
624
670
  ""
625
671
  ],
626
- "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
672
+ "No valid policy ID provided": [
627
673
  ""
628
674
  ],
629
- "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
675
+ "None": [
676
+ "Ningún"
677
+ ],
678
+ "None found": [
630
679
  ""
631
680
  ],
632
- "This feature is temporarily disabled. ": [
681
+ "None provided": [
633
682
  ""
634
683
  ],
635
- "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
684
+ "None!": [
636
685
  ""
637
686
  ],
638
- "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
687
+ "Not audited": [
639
688
  ""
640
689
  ],
641
- "Was %s configured successfully?": [
690
+ "Not compliant with the policy": [
642
691
  ""
643
692
  ],
644
- "Assign openscap_proxy to %s before proceeding.": [
693
+ "Nothing to show": [
694
+ "Nada que mostrar"
695
+ ],
696
+ "Number of Events": [
697
+ "Número de Eventos"
698
+ ],
699
+ "Number of a day in month, note that not all months have same count of days": [
645
700
  ""
646
701
  ],
647
- "Was %{model_name} %{name} configured successfully?": [
702
+ "OS": [
648
703
  ""
649
704
  ],
650
- "Could not update Ansible Variables with override: true": [
705
+ "OVAL Content": [
651
706
  ""
652
707
  ],
653
- "Is foreman_ansible present?": [
708
+ "OVAL Content %s successfully created": [
654
709
  ""
655
710
  ],
656
- "foreman_ansible plugin not found, please install it before running this action again.": [
711
+ "OVAL Content Source": [
657
712
  ""
658
713
  ],
659
- "Is theforeman.foreman_scap_client present?": [
714
+ "OVAL Content from URL": [
660
715
  ""
661
716
  ],
662
- "Are required variables for theforeman.foreman_scap_client present?": [
717
+ "OVAL Content from file": [
663
718
  ""
664
719
  ],
665
- "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
720
+ "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
666
721
  ""
667
722
  ],
668
- "Is %s param set to be overriden?": [
723
+ "OVAL Content successfully deleted.": [
669
724
  ""
670
725
  ],
671
- "cause: ": [
726
+ "OVAL Contents": [
672
727
  ""
673
728
  ],
674
- "Failed to fetch content file from %s": [
729
+ "OVAL Contents table": [
675
730
  ""
676
731
  ],
677
- "No proxy with OpenSCAP feature was found.": [
732
+ "OVAL Policies": [
678
733
  ""
679
734
  ],
680
- "No proxy with OpenSCAP feature is running.": [
735
+ "OVAL Policies Table": [
681
736
  ""
682
737
  ],
683
- "No available proxy to validate. Returned with error: %s": [
738
+ "OVAL Policy description": [
684
739
  ""
685
740
  ],
686
- "Changed file does not include existing SCAP content profiles": [
741
+ "OVAL Policy name": [
687
742
  ""
688
743
  ],
689
- "More details": [
744
+ "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
690
745
  ""
691
746
  ],
692
- "Description": [
693
- "Descripción"
747
+ "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
748
+ ""
694
749
  ],
695
- "Rationale": [
750
+ "OVAL Policy schedule period (weekly, monthly, custom)": [
696
751
  ""
697
752
  ],
698
- "References": [
753
+ "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
699
754
  ""
700
755
  ],
701
- "Select all items in this page": [
702
- "Seleccionar tódolos obxetos desta páxina"
756
+ "OVAL Policy succesfully created.": [
757
+ ""
703
758
  ],
704
- "items selected. Uncheck to Clear": [
705
- "obxetos seleccionados. Desactivar para limpar"
759
+ "OVAL content name": [
760
+ ""
706
761
  ],
707
- "Reported At": [
762
+ "OVAL policy": [
708
763
  ""
709
764
  ],
710
- "Openscap Proxy": [
765
+ "OVAL policy successfully configured with %s.": [
711
766
  ""
712
767
  ],
713
- "Actions": [
714
- "Accións"
768
+ "OVAL policy was successfully deleted.": [
769
+ ""
715
770
  ],
716
- "Deleted policy": [
771
+ "OVAL policy was successfully updated.": [
717
772
  ""
718
773
  ],
719
- "Full Report": [
774
+ "OVAL scan": [
720
775
  ""
721
776
  ],
722
- "Delete compliance report for %s?": [
777
+ "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
723
778
  ""
724
779
  ],
725
- "Please Confirm": [
726
- "Confirme, por favor"
780
+ "OpenSCAP Proxy": [
781
+ ""
727
782
  ],
728
- "Report Metrics": [
729
- "Métricas de Informe"
783
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
784
+ ""
730
785
  ],
731
- "Report Status": [
732
- "Estado do Informe"
786
+ "Openscap Proxy": [
787
+ ""
733
788
  ],
734
- "Total": [
735
- "Total"
789
+ "Organizations": [
790
+ "Organizacións"
736
791
  ],
737
- "Result": [
792
+ "Original File Name": [
738
793
  ""
739
794
  ],
740
- "Message": [
741
- "Mensaxe"
795
+ "Original file name of the OVAL content file": [
796
+ ""
742
797
  ],
743
- "Resource": [
744
- "Recurso"
798
+ "Original file name of the XML file": [
799
+ ""
745
800
  ],
746
- "Severity": [
801
+ "Other": [
747
802
  ""
748
803
  ],
749
- "Nothing to show": [
750
- "Nada que mostrar"
804
+ "Other hosts failing this rule": [
805
+ ""
751
806
  ],
752
- "Delete": [
753
- "Borrar"
807
+ "Othered": [
808
+ ""
754
809
  ],
755
- "these Compliance reports": [
810
+ "Othered|O": [
756
811
  ""
757
812
  ],
758
- "Back": [
759
- "Atrás"
813
+ "Passed": [
814
+ ""
760
815
  ],
761
- "Host details": [
762
- "Detalles do Equipo"
816
+ "Passed|P": [
817
+ ""
763
818
  ],
764
- "View full report": [
819
+ "Period": [
765
820
  ""
766
821
  ],
767
- "Download XML in bzip": [
822
+ "Permission denied": [
768
823
  ""
769
824
  ],
770
- "Download HTML": [
825
+ "Please Confirm": [
826
+ "Confirme, por favor"
827
+ ],
828
+ "Please make sure you understand them by reading our": [
771
829
  ""
772
830
  ],
773
- "Loading...": [
831
+ "Please specify import type, received: %{received}, expected one of: %{expected}": [
774
832
  ""
775
833
  ],
776
- "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.": [
834
+ "Policies": [
777
835
  ""
778
836
  ],
779
- "Documentation": [
780
- "Documentación"
837
+ "Policies with hosts:": [
838
+ ""
781
839
  ],
782
- "%s compliance report by policy": [
783
- "",
840
+ "Policy": [
784
841
  ""
785
842
  ],
786
843
  "Policy %s": [
787
844
  ""
788
845
  ],
789
- "%s latest report": [
846
+ "Policy Attributes": [
790
847
  ""
791
848
  ],
792
- "%s reports over time": [
849
+ "Policy OVAL content ID": [
793
850
  ""
794
851
  ],
795
- "No report for this policy": [
852
+ "Policy SCAP content ID": [
796
853
  ""
797
854
  ],
798
- "Latest Compliance Reports": [
855
+ "Policy SCAP content profile ID": [
799
856
  ""
800
857
  ],
801
- "No reports available": [
858
+ "Policy assigned": [
802
859
  ""
803
860
  ],
804
- "Host does not exist anymore": [
861
+ "Policy description": [
805
862
  ""
806
863
  ],
807
864
  "Policy is missing": [
808
865
  ""
809
866
  ],
810
- "Compliance Reports Breakdown": [
867
+ "Policy name": [
811
868
  ""
812
869
  ],
813
- "Changed": [
870
+ "Policy schedule cron line (only if period == \\\"custom\\\")": [
814
871
  ""
815
872
  ],
816
- "Hostname": [
873
+ "Policy schedule day of month (only if period == \\\"monthly\\\")": [
817
874
  ""
818
875
  ],
819
- "Changed?": [
876
+ "Policy schedule period (weekly, monthly, custom)": [
820
877
  ""
821
878
  ],
822
- "Yes": [
879
+ "Policy schedule weekday (only if period == \\\"weekly\\\")": [
823
880
  ""
824
881
  ],
825
- "No": [
882
+ "Policy with id %s not found.": [
826
883
  ""
827
884
  ],
828
- "No ARF reports for this policy": [
885
+ "Profile": [
829
886
  ""
830
887
  ],
831
- "None!": [
888
+ "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.": [
832
889
  ""
833
890
  ],
834
- "Total of one host": [
835
- "",
891
+ "Puppet class": [
892
+ "Clase Puppet"
893
+ ],
894
+ "Rationale": [
836
895
  ""
837
896
  ],
838
- "Summary report for OpenScap from Foreman": [
897
+ "Reboot the system(s)": [
839
898
  ""
840
899
  ],
841
- "<b>Foreman</b> OpenSCAP summary": [
900
+ "Red Hat %s default content": [
842
901
  ""
843
902
  ],
844
- "Summary from %{time} ago to now": [
903
+ "Ref Id": [
845
904
  ""
846
905
  ],
847
- "Summary report from Foreman server at %{foreman_url}": [
906
+ "References": [
848
907
  ""
849
908
  ],
850
- "Policies with hosts:": [
909
+ "Remediate %s rule": [
851
910
  ""
852
911
  ],
853
- "Select OpenSCAP Proxy": [
912
+ "Remediation": [
854
913
  ""
855
914
  ],
856
- "General": [
915
+ "Remediation might render the system non-functional.": [
857
916
  ""
858
917
  ],
859
- "Host Groups": [
860
- "Grupos de Equipos"
918
+ "Remote action:": [
919
+ ""
861
920
  ],
862
- "Choose period": [
921
+ "Remote job": [
863
922
  ""
864
923
  ],
865
- "Choose weekday": [
924
+ "Report Metrics": [
925
+ "Métricas de Informe"
926
+ ],
927
+ "Report Status": [
928
+ "Estado do Informe"
929
+ ],
930
+ "Reported At": [
866
931
  ""
867
932
  ],
868
- "Number of a day in month, note that not all months have same count of days": [
933
+ "Reported at %s": [
869
934
  ""
870
935
  ],
871
- "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
936
+ "Reports": [
937
+ "Informes"
938
+ ],
939
+ "Request the following permissions from administrator: %s.": [
872
940
  ""
873
941
  ],
874
- "Name": [
875
- "Nome"
942
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
943
+ ""
876
944
  ],
877
- "Content": [
945
+ "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
878
946
  ""
879
947
  ],
880
- "Profile": [
948
+ "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
881
949
  ""
882
950
  ],
883
- "Effective Profile": [
951
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
884
952
  ""
885
953
  ],
886
- "None": [
887
- "Ningún"
954
+ "Resource": [
955
+ "Recurso"
888
956
  ],
889
- "Dashboard": [
890
- "Escritorio"
957
+ "Result": [
958
+ ""
891
959
  ],
892
- "Show Guide": [
960
+ "Review hosts": [
893
961
  ""
894
962
  ],
895
- "Delete compliance policy %s with all of its reports?": [
963
+ "Review remediation": [
896
964
  ""
897
965
  ],
898
- "New Compliance Policy": [
966
+ "Review the remediation snippet and apply it to the host manually.": [
899
967
  ""
900
968
  ],
901
- "Select Compliance Policy": [
969
+ "Review the remediation snippet that will be applied to selected host(s).": [
902
970
  ""
903
971
  ],
904
- "Edit %s": [
905
- "Editar %s"
972
+ "Rule Results": [
973
+ ""
906
974
  ],
907
- "Compliance Policies": [
975
+ "Run": [
908
976
  ""
909
977
  ],
910
- "Details for Compliance Policy %s": [
978
+ "Run OVAL scan": [
911
979
  ""
912
980
  ],
913
- "There are significant differences in deployment options.": [
981
+ "Run OpenSCAP remediation with Ansible": [
914
982
  ""
915
983
  ],
916
- "Please make sure you understand them by reading our": [
984
+ "Run OpenSCAP remediation with Shell": [
917
985
  ""
918
986
  ],
919
- "documentation": [
987
+ "Run OpenSCAP scan": [
920
988
  ""
921
989
  ],
922
- "Choose day in month": [
990
+ "SCAP Content": [
923
991
  ""
924
992
  ],
925
- "Next": [
993
+ "SCAP Contents": [
926
994
  ""
927
995
  ],
928
- "In Foreman, a compliance policy checklist is defined via %s.": [
996
+ "SCAP DataStream file": [
929
997
  ""
930
998
  ],
931
999
  "SCAP content": [
932
1000
  ""
933
1001
  ],
934
- "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
1002
+ "SCAP content name": [
935
1003
  ""
936
1004
  ],
937
- "New Policy": [
1005
+ "SCAP contents": [
1006
+ ""
1007
+ ],
1008
+ "SCAP policies summary": [
1009
+ ""
1010
+ ],
1011
+ "Scan All Hostgroups": [
938
1012
  ""
939
1013
  ],
940
- "Host Breakdown Chart": [
1014
+ "Schedule": [
941
1015
  ""
942
1016
  ],
943
- "Policy assigned": [
944
- ""
1017
+ "Select Action": [
1018
+ "Selecciona unha Acción"
945
1019
  ],
946
- "Date": [
1020
+ "Select Compliance Policy": [
947
1021
  ""
948
1022
  ],
949
- "View Report": [
1023
+ "Select OpenSCAP Proxy": [
950
1024
  ""
951
1025
  ],
952
- "Hosts Breakdown": [
1026
+ "Select all items in this page": [
1027
+ "Seleccionar tódolos obxetos desta páxina"
1028
+ ],
1029
+ "Select remediation method": [
953
1030
  ""
954
1031
  ],
955
- "Compliant with the policy": [
1032
+ "Select snippet": [
956
1033
  ""
957
1034
  ],
958
- "Not compliant with the policy": [
1035
+ "Severity": [
959
1036
  ""
960
1037
  ],
961
- "Inconclusive results": [
1038
+ "Show Guide": [
962
1039
  ""
963
1040
  ],
964
- "Never audited": [
1041
+ "Show a Policy": [
965
1042
  ""
966
1043
  ],
967
- "Total hosts with policy: %s": [
1044
+ "Show a Tailoring file": [
968
1045
  ""
969
1046
  ],
970
- "Compliance policy: %s": [
1047
+ "Show a policy's OVAL content": [
971
1048
  ""
972
1049
  ],
973
- "Status table": [
1050
+ "Show a policy's SCAP content": [
974
1051
  ""
975
1052
  ],
976
- "Status chart": [
1053
+ "Show a policy's Tailoring file": [
977
1054
  ""
978
1055
  ],
979
- "Latest reports for policy: %s": [
1056
+ "Show an ARF report": [
980
1057
  ""
981
1058
  ],
982
- "File Upload": [
1059
+ "Show an OVAL Policy": [
983
1060
  ""
984
1061
  ],
985
- "SCAP DataStream file": [
1062
+ "Show an OVAL content": [
986
1063
  ""
987
1064
  ],
988
- "Title": [
1065
+ "Show an SCAP content": [
989
1066
  ""
990
1067
  ],
991
- "File name": [
1068
+ "Show config information for foreman_scap_client": [
992
1069
  ""
993
1070
  ],
994
- "Created at": [
1071
+ "Show log messages:": [
1072
+ "Mostrar rexistro de mensaxes:"
1073
+ ],
1074
+ "Smart Class Parameters": [
995
1075
  ""
996
1076
  ],
997
- "Download": [
1077
+ "Snippet": [
998
1078
  ""
999
1079
  ],
1000
- "Delete scap content %s?": [
1080
+ "Something went wrong while selecting compliance reports - %s": [
1001
1081
  ""
1002
1082
  ],
1003
- "SCAP Contents": [
1083
+ "Something went wrong while selecting hosts - %s": [
1084
+ "Algo fallou ao seleccionar equipos - %s"
1085
+ ],
1086
+ "Spool errors": [
1004
1087
  ""
1005
1088
  ],
1006
- "Upload New SCAP Content": [
1089
+ "Status chart": [
1007
1090
  ""
1008
1091
  ],
1009
- "Upload new SCAP content file": [
1092
+ "Status table": [
1010
1093
  ""
1011
1094
  ],
1012
- "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1095
+ "Submit": [
1096
+ "Introducir"
1097
+ ],
1098
+ "Successfully copied to clipboard!": [
1013
1099
  ""
1014
1100
  ],
1015
- "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 via %s": [
1101
+ "Successfully deleted %s compliance reports": [
1016
1102
  ""
1017
1103
  ],
1018
- "New SCAP Content": [
1104
+ "Successfully deleted ARF report.": [
1019
1105
  ""
1020
1106
  ],
1021
- "%s spool errors detected, inspect the appropriate file directly on proxy": [
1107
+ "Summary from %{time} ago to now": [
1022
1108
  ""
1023
1109
  ],
1024
- "Failed to fetch spool status from proxy": [
1110
+ "Summary report for OpenScap from Foreman": [
1025
1111
  ""
1026
1112
  ],
1027
- "None found": [
1113
+ "Summary report from Foreman server at %{foreman_url}": [
1028
1114
  ""
1029
1115
  ],
1030
- "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.": [
1116
+ "Sync contents that have remote source URL": [
1031
1117
  ""
1032
1118
  ],
1033
- "Spool errors": [
1119
+ "Table of CVEs for OVAL policy": [
1034
1120
  ""
1035
1121
  ],
1036
- "DataStream Tailoring file": [
1122
+ "Table of hostgroups for OVAL policy": [
1037
1123
  ""
1038
1124
  ],
1039
- "Delete tailoring file %s?": [
1125
+ "Tailoring File": [
1040
1126
  ""
1041
1127
  ],
1042
1128
  "Tailoring Files": [
1043
1129
  ""
1044
1130
  ],
1045
- "Upload New Tailoring file": [
1131
+ "Tailoring file ID": [
1046
1132
  ""
1047
1133
  ],
1048
- "Upload new Tailoring File": [
1134
+ "Tailoring file name": [
1049
1135
  ""
1050
1136
  ],
1051
- "It may sometimes be required to adjust the security policy to your specific needs. ": [
1137
+ "Tailoring file profile ID": [
1052
1138
  ""
1053
1139
  ],
1054
- "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
1140
+ "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
1055
1141
  ""
1056
1142
  ],
1057
- "New Tailoring File": [
1143
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1058
1144
  ""
1059
1145
  ],
1060
- "Compliance policy summary": [
1146
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
1061
1147
  ""
1062
1148
  ],
1063
- "A summary of reports for OpenSCAP policies": [
1149
+ "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
1064
1150
  ""
1065
1151
  ],
1066
- "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
1152
+ "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
1067
1153
  ""
1068
1154
  ],
1069
- "Expected an array of files to upload, got: %s.": [
1155
+ "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
1070
1156
  ""
1071
1157
  ],
1072
- "%s is a directory, expecting file.": [
1158
+ "The identifier of the host": [
1073
1159
  ""
1074
1160
  ],
1075
- "%s does not exist, skipping.": [
1161
+ "The job has started on selected host(s), you can check the status on the job details page.": [
1076
1162
  ""
1077
1163
  ],
1078
- "Failed saving %s:": [
1164
+ "There are significant differences in deployment options.": [
1079
1165
  ""
1080
1166
  ],
1081
- "No such directory: %s. Please check the path you have provided.": [
1167
+ "There is no job to remediate with. Please remediate manually.": [
1082
1168
  ""
1083
1169
  ],
1084
- "Red Hat %s default content": [
1170
+ "There was a following error when deleting %(name)s: %(error)s": [
1085
1171
  ""
1086
1172
  ],
1087
- "%s content": [
1173
+ "There was a following error when updating OVAL policy: %s": [
1088
1174
  ""
1089
1175
  ],
1090
- "Policies": [
1176
+ "There's no available report for this host": [
1091
1177
  ""
1092
1178
  ],
1093
- "SCAP contents": [
1179
+ "This feature is temporarily disabled. ": [
1094
1180
  ""
1095
1181
  ],
1096
- "Reports": [
1097
- "Informes"
1182
+ "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.": [
1183
+ ""
1098
1184
  ],
1099
- "OVAL Contents": [
1185
+ "This profile will be used to override the one from scap content": [
1100
1186
  ""
1101
1187
  ],
1102
- "OVAL Policies": [
1188
+ "Title": [
1103
1189
  ""
1104
1190
  ],
1105
- "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
1191
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
1106
1192
  ""
1107
1193
  ],
1108
- "OpenSCAP Proxy": [
1194
+ "Total": [
1195
+ "Total"
1196
+ ],
1197
+ "Total hosts with policy: %s": [
1109
1198
  ""
1110
1199
  ],
1111
- "ID of OpenSCAP Proxy": [
1200
+ "Total hosts with reports where policy is no longer assigned.": [
1112
1201
  ""
1113
1202
  ],
1114
- "Run OpenSCAP scan": [
1203
+ "Total of one host": [
1204
+ "",
1115
1205
  ""
1116
1206
  ],
1117
- "Run OVAL scan": [
1207
+ "Type a hostgroup name...": [
1118
1208
  ""
1119
1209
  ],
1120
- "Confirm": [
1210
+ "Type of the upload": [
1121
1211
  ""
1122
1212
  ],
1123
- "None provided": [
1213
+ "URL": [
1124
1214
  ""
1125
1215
  ],
1126
- "There's no available report for this host": [
1216
+ "URL of the OVAL content file": [
1127
1217
  ""
1128
1218
  ],
1129
- "Are you sure you want to delete %s?": [
1219
+ "Unable to get HTML version of requested report from Smart Proxy": [
1130
1220
  ""
1131
1221
  ],
1132
- "Error!": [
1222
+ "Unable to get XML version of requested report from Smart Proxy": [
1133
1223
  ""
1134
1224
  ],
1135
- "Permission denied": [
1225
+ "Unassign Compliance Policy": [
1136
1226
  ""
1137
1227
  ],
1138
- "There was a following error when deleting %(name)s: %(error)s": [
1228
+ "Unknown Compliance status": [
1139
1229
  ""
1140
1230
  ],
1141
- "You are not authorized to view the page. ": [
1231
+ "Unknown OVAL status": [
1142
1232
  ""
1143
1233
  ],
1144
- "Request the following permissions from administrator: %s.": [
1234
+ "Unknown error when submitting data, please try again later.": [
1145
1235
  ""
1146
1236
  ],
1147
- "No OVAL Contents found.": [
1237
+ "Unknown schedule": [
1148
1238
  ""
1149
1239
  ],
1150
- "Delete OVAL Content": [
1240
+ "Update a Policy": [
1151
1241
  ""
1152
1242
  ],
1153
- "OVAL Content successfully deleted.": [
1243
+ "Update a Tailoring file": [
1154
1244
  ""
1155
1245
  ],
1156
- "OVAL Content": [
1246
+ "Update an OVAL Policy": [
1157
1247
  ""
1158
1248
  ],
1159
- "Create OVAL Content": [
1249
+ "Update an OVAL content": [
1160
1250
  ""
1161
1251
  ],
1162
- "URL": [
1252
+ "Update an SCAP content": [
1163
1253
  ""
1164
1254
  ],
1165
- "Original File Name": [
1255
+ "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
1166
1256
  ""
1167
1257
  ],
1168
- "OVAL Contents table": [
1258
+ "Updated hosts: Assigned with compliance policy: %s": [
1169
1259
  ""
1170
1260
  ],
1171
- "New OVAL Content": [
1261
+ "Updated hosts: Unassigned from compliance policy '%s'": [
1172
1262
  ""
1173
1263
  ],
1174
- "OVAL Content Source": [
1264
+ "Upload New SCAP Content": [
1175
1265
  ""
1176
1266
  ],
1177
- "OVAL Content from URL": [
1267
+ "Upload New Tailoring file": [
1178
1268
  ""
1179
1269
  ],
1180
- "OVAL Content from file": [
1270
+ "Upload an ARF report": [
1181
1271
  ""
1182
1272
  ],
1183
- "File": [
1273
+ "Upload an OVAL report - a list of CVEs for given host": [
1184
1274
  ""
1185
1275
  ],
1186
- "OVAL Content %s successfully created": [
1276
+ "Upload new SCAP content file": [
1187
1277
  ""
1188
1278
  ],
1189
- "Unknown error when submitting data, please try again later.": [
1279
+ "Upload new Tailoring File": [
1190
1280
  ""
1191
1281
  ],
1192
- "No OVAL Content found": [
1282
+ "Upload scap contents in bulk": [
1193
1283
  ""
1194
1284
  ],
1195
- "No OVAL Policies found": [
1285
+ "View Report": [
1196
1286
  ""
1197
1287
  ],
1198
- "Delete OVAL Policy": [
1288
+ "View full report": [
1199
1289
  ""
1200
1290
  ],
1201
- "OVAL policy was successfully deleted.": [
1291
+ "View selected hosts": [
1202
1292
  ""
1203
1293
  ],
1204
- "OVAL policy": [
1294
+ "Was %s configured successfully?": [
1205
1295
  ""
1206
1296
  ],
1207
- "Create OVAL Policy": [
1297
+ "Was %{model_name} %{name} configured successfully?": [
1208
1298
  ""
1209
1299
  ],
1210
- "OVAL Policies Table": [
1300
+ "Weekly, on %s": [
1211
1301
  ""
1212
1302
  ],
1213
- "Type a hostgroup name...": [
1303
+ "XCCDF Profile": [
1214
1304
  ""
1215
1305
  ],
1216
- "Choose OVAL Content": [
1306
+ "XCCDF Profile in Tailoring File": [
1217
1307
  ""
1218
1308
  ],
1219
- "can't be blank": [
1309
+ "XML containing OVAL content": [
1220
1310
  ""
1221
1311
  ],
1222
- "is not a valid cronline": [
1312
+ "XML containing SCAP content": [
1223
1313
  ""
1224
1314
  ],
1225
- "OVAL Policy succesfully created.": [
1315
+ "XML containing tailoring file": [
1226
1316
  ""
1227
1317
  ],
1228
- "Failed to create OVAL Policy: %s": [
1318
+ "Yes": [
1229
1319
  ""
1230
1320
  ],
1231
- "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
1321
+ "You are not authorized to view the page. ": [
1232
1322
  ""
1233
1323
  ],
1234
- "No CVEs found.": [
1324
+ "You can remediate by running a remote job or you can display a snippet for manual remediation.": [
1235
1325
  ""
1236
1326
  ],
1237
- "Ref Id": [
1327
+ "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
1238
1328
  ""
1239
1329
  ],
1240
- "Has Errata?": [
1330
+ "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.": [
1241
1331
  ""
1242
1332
  ],
1243
- "Hosts Count": [
1333
+ "can't be blank": [
1244
1334
  ""
1245
1335
  ],
1246
- "Table of CVEs for OVAL policy": [
1336
+ "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
1247
1337
  ""
1248
1338
  ],
1249
- "Period": [
1339
+ "cause: ": [
1250
1340
  ""
1251
1341
  ],
1252
- "No Hostgroups found.": [
1342
+ "documentation": [
1253
1343
  ""
1254
1344
  ],
1255
- "Table of hostgroups for OVAL policy": [
1345
+ "does not come from selected tailoring file": [
1256
1346
  ""
1257
1347
  ],
1258
- "Scan All Hostgroups": [
1348
+ "does not consist of 5 parts separated by space": [
1259
1349
  ""
1260
1350
  ],
1261
- "Details": [
1351
+ "does not have the selected SCAP content profile": [
1262
1352
  ""
1263
1353
  ],
1264
- "CVEs": [
1354
+ "foreman_ansible plugin not found, please install it before running this action again.": [
1265
1355
  ""
1266
1356
  ],
1267
- "Weekly, on %s": [
1357
+ "hostgroups": [
1268
1358
  ""
1269
1359
  ],
1270
- "Monthly, day of month: %s": [
1360
+ "hosts": [
1271
1361
  ""
1272
1362
  ],
1273
- "Custom cron: %s": [
1363
+ "invalid type %s": [
1364
+ "Tipo %s non válido"
1365
+ ],
1366
+ "is not a valid cronline": [
1274
1367
  ""
1275
1368
  ],
1276
- "Unknown schedule": [
1369
+ "is not a valid value": [
1277
1370
  ""
1278
1371
  ],
1279
- "OVAL policy was successfully updated.": [
1372
+ "is not included in SCAP_RESULT": [
1280
1373
  ""
1281
1374
  ],
1282
- "There was a following error when updating OVAL policy: %s": [
1375
+ "items selected. Uncheck to Clear": [
1376
+ "obxetos seleccionados. Desactivar para limpar"
1377
+ ],
1378
+ "must be between 1 and 31": [
1283
1379
  ""
1284
1380
  ],
1285
- "No OVAL Policy found": [
1381
+ "must be present when tailoring file present": [
1286
1382
  ""
1287
1383
  ],
1288
- "Action with sub plans": [
1384
+ "must be present when tailoring file profile present": [
1289
1385
  ""
1290
1386
  ],
1291
- "Import facts": [
1387
+ "must have Openscap feature": [
1292
1388
  ""
1293
1389
  ],
1294
- "Import Puppet classes": [
1390
+ "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
1295
1391
  ""
1296
1392
  ],
1297
- "Remote action:": [
1393
+ "these Compliance reports": [
1298
1394
  ""
1299
1395
  ]
1300
1396
  }