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