foreman_openscap 7.0.0 → 7.1.1

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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +4 -4
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +8 -5
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +4 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +4 -4
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +8 -5
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +8 -5
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -4
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +4 -4
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +8 -5
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +8 -5
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +8 -5
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -5
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +4 -4
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +8 -5
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +8 -5
  18. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/foreman_openscap_helper.rb +11 -8
  22. data/app/helpers/policies_helper.rb +2 -0
  23. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  24. data/app/views/arf_reports/show.html.erb +0 -1
  25. data/app/views/arf_reports/welcome.html.erb +1 -1
  26. data/app/views/compliance_hosts/show.html.erb +1 -1
  27. data/app/views/policies/index.html.erb +1 -1
  28. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  29. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  30. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  31. data/app/views/policy_dashboard/index.html.erb +1 -1
  32. data/app/views/scap_contents/index.html.erb +1 -1
  33. data/app/views/tailoring_files/index.html.erb +1 -1
  34. data/lib/foreman_openscap/version.rb +1 -1
  35. data/locale/Makefile +3 -3
  36. data/locale/cs_CZ/foreman_openscap.edit.po +28 -28
  37. data/locale/cs_CZ/foreman_openscap.po +1 -1
  38. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/de/foreman_openscap.edit.po +295 -133
  40. data/locale/de/foreman_openscap.po +2 -2
  41. data/locale/en/foreman_openscap.edit.po +28 -28
  42. data/locale/en/foreman_openscap.po +1 -1
  43. data/locale/en_GB/foreman_openscap.edit.po +28 -28
  44. data/locale/en_GB/foreman_openscap.po +1 -1
  45. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/es/foreman_openscap.edit.po +292 -126
  47. data/locale/es/foreman_openscap.po +2 -2
  48. data/locale/foreman_openscap.pot +33 -33
  49. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/fr/foreman_openscap.edit.po +376 -215
  51. data/locale/fr/foreman_openscap.po +2 -2
  52. data/locale/gl/foreman_openscap.edit.po +28 -28
  53. data/locale/gl/foreman_openscap.po +1 -1
  54. data/locale/it/foreman_openscap.edit.po +28 -28
  55. data/locale/it/foreman_openscap.po +1 -1
  56. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  57. data/locale/ja/foreman_openscap.edit.po +360 -199
  58. data/locale/ja/foreman_openscap.po +2 -2
  59. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  60. data/locale/ka/foreman_openscap.edit.po +1902 -0
  61. data/locale/ka/foreman_openscap.po +1309 -0
  62. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  63. data/locale/ko/foreman_openscap.edit.po +28 -28
  64. data/locale/ko/foreman_openscap.po +2 -2
  65. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/pt_BR/foreman_openscap.edit.po +292 -132
  67. data/locale/pt_BR/foreman_openscap.po +2 -2
  68. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  69. data/locale/ru/foreman_openscap.edit.po +28 -28
  70. data/locale/ru/foreman_openscap.po +2 -2
  71. data/locale/sv_SE/foreman_openscap.edit.po +28 -28
  72. data/locale/sv_SE/foreman_openscap.po +1 -1
  73. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  74. data/locale/zh_CN/foreman_openscap.edit.po +360 -199
  75. data/locale/zh_CN/foreman_openscap.po +2 -2
  76. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  77. data/locale/zh_TW/foreman_openscap.edit.po +28 -28
  78. data/locale/zh_TW/foreman_openscap.po +2 -2
  79. data/package.json +0 -3
  80. metadata +10 -6
@@ -1,17 +1,17 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_openscap package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 7.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-11-28 22:29+0100\n"
11
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
- "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
14
- "age/zh_CN/)\n"
14
+ "Language-Team: Chinese (China) (http://app.transifex.com/foreman/foreman/language/zh_CN/)\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
@@ -46,12 +46,15 @@ msgstr "下载 HTML 格式的 ARF 报告"
46
46
  msgid "Policy with id %s not found."
47
47
  msgstr "没有找到带有 id %s 的策略。"
48
48
 
49
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
49
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103
50
+ #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
50
51
  msgid "Could not find host identified by: %s"
51
52
  msgstr "无法找到由 %s 标识的主机"
52
53
 
53
54
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
54
- msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
55
+ msgid ""
56
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params "
57
+ "when uploading for %s and host is missing openscap_proxy"
55
58
  msgstr "上传 Arf Report 失败,在为 %s 上传时没有在参数中找到 OpenSCAP 代理名或 url,主机缺少 openscap_proxy"
56
59
 
57
60
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
@@ -172,7 +175,7 @@ msgstr "主机"
172
175
 
173
176
  #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
174
177
  msgid "Show a policy's OVAL content"
175
- msgstr ""
178
+ msgstr "显示策略的 OVAL 内容"
176
179
 
177
180
  #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
178
181
  msgid "OVAL policy successfully configured with %s."
@@ -290,7 +293,8 @@ msgstr "SCAP 内容名称"
290
293
  msgid "XML containing SCAP content"
291
294
  msgstr "包含 SCAP 内容的 XML"
292
295
 
293
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
296
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
297
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
294
298
  msgid "Original file name of the XML file"
295
299
  msgstr "XML 文件的原文件名称"
296
300
 
@@ -323,7 +327,9 @@ msgid "Directory to upload when using \"directory\" upload type"
323
327
  msgstr "当使用 “directory” 上载类型时要上传的目录"
324
328
 
325
329
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
326
- msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
330
+ msgid ""
331
+ "Please specify import type, received: %{received}, expected one of: "
332
+ "%{expected}"
327
333
  msgstr "请指定导入类型,已收到:%%{received},预期为%%{expected} 中的一个"
328
334
 
329
335
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
@@ -371,8 +377,9 @@ msgid "Successfully deleted ARF report."
371
377
  msgstr "成功删除了 ARF 报告。"
372
378
 
373
379
  #: ../app/controllers/arf_reports_controller.rb:57
374
- msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
375
- msgstr "无法删除主机 %{host_name} %{reported_at} 报告的 ARF 报告"
380
+ msgid ""
381
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
382
+ msgstr "无法删除主机 %%{host_name} 在 %%{reported_at} 报告的 ARF 报告"
376
383
 
377
384
  #: ../app/controllers/arf_reports_controller.rb:67
378
385
  msgid "Failed to delete %s compliance reports"
@@ -403,8 +410,10 @@ msgid "The identifier of the host"
403
410
  msgstr "主机 ID"
404
411
 
405
412
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
406
- msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
407
- msgstr ""
413
+ msgid ""
414
+ "The %s proxy does not have Openscap feature enabled. Either set correct "
415
+ "OpenSCAP Proxy or unset it."
416
+ msgstr "%s 代理没有启用 Openscap 功能。设置正确的 OpenSCAP 代理或取消设置它。"
408
417
 
409
418
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
410
419
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -430,27 +439,40 @@ msgstr "更新的主机:从合规策略 '%s' 中取消分配"
430
439
  msgid "No valid policy ID provided"
431
440
  msgstr "未提供有效的策略 ID"
432
441
 
433
- #: ../app/controllers/policies_controller.rb:125
434
- msgid "No hosts were found."
435
- msgstr "找不到主机。"
436
-
437
442
  #: ../app/controllers/policies_controller.rb:129
443
+ msgid "No hosts were found with that id, name or query filter"
444
+ msgstr "未找到符合此 id、名称或者查询过滤器的主机"
445
+
446
+ #: ../app/controllers/policies_controller.rb:134
438
447
  msgid "No hosts selected"
439
448
  msgstr "未选择主机"
440
449
 
441
- #: ../app/controllers/policies_controller.rb:134
450
+ #: ../app/controllers/policies_controller.rb:139
442
451
  msgid "Something went wrong while selecting hosts - %s"
443
452
  msgstr "选择主机时出错 - %s"
444
453
 
445
- #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
454
+ #: ../app/helpers/arf_report_dashboard_helper.rb:16
455
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
456
+ #: ../app/helpers/compliance_hosts_helper.rb:15
457
+ #: ../app/views/arf_reports/_list.html.erb:11
458
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
459
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:10
446
460
  msgid "Failed"
447
461
  msgstr "失败"
448
462
 
449
- #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
463
+ #: ../app/helpers/arf_report_dashboard_helper.rb:17
464
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
465
+ #: ../app/helpers/compliance_hosts_helper.rb:14
466
+ #: ../app/views/arf_reports/_list.html.erb:10
467
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
468
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:9
450
469
  msgid "Passed"
451
470
  msgstr "通过"
452
471
 
453
- #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
472
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18
473
+ #: ../app/views/arf_reports/_list.html.erb:12
474
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
475
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:11
454
476
  msgid "Other"
455
477
  msgstr "其他"
456
478
 
@@ -478,7 +500,10 @@ msgstr "失败和其他"
478
500
  msgid "Failed only"
479
501
  msgstr "只有失敗"
480
502
 
481
- #: ../app/helpers/arf_reports_helper.rb:20 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
503
+ #: ../app/helpers/arf_reports_helper.rb:20
504
+ #: ../app/views/arf_reports/index.html.erb:1
505
+ #: ../app/views/arf_reports/welcome.html.erb:1
506
+ #: ../app/views/arf_reports/welcome.html.erb:7
482
507
  msgid "Compliance Reports"
483
508
  msgstr "合规报告"
484
509
 
@@ -522,11 +547,15 @@ msgstr "主机通过了这个规则"
522
547
  msgid "Hosts othering this rule"
523
548
  msgstr "主机除了这个规则"
524
549
 
525
- #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
550
+ #: ../app/helpers/compliance_dashboard_helper.rb:3
551
+ #: ../app/views/arf_reports/_list.html.erb:6
552
+ #: ../app/views/arf_reports/delete_multiple.html.erb:7
553
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
526
554
  msgid "Host"
527
555
  msgstr "主机"
528
556
 
529
- #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
557
+ #: ../app/helpers/compliance_dashboard_helper.rb:4
558
+ #: ../app/views/arf_reports/_list.html.erb:8
530
559
  msgid "Policy"
531
560
  msgstr "策略"
532
561
 
@@ -545,27 +574,31 @@ msgstr "Failed|F"
545
574
  msgid "Othered|O"
546
575
  msgstr "Othered|O"
547
576
 
548
- #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
577
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
578
+ #: ../app/helpers/compliance_hosts_helper.rb:16
549
579
  msgid "Othered"
550
580
  msgstr "其它"
551
581
 
552
- #: ../app/helpers/compliance_hosts_helper.rb:24
582
+ #: ../app/helpers/compliance_hosts_helper.rb:26
553
583
  msgid "Assign Compliance Policy"
554
584
  msgstr "分配合规政策"
555
585
 
556
- #: ../app/helpers/compliance_hosts_helper.rb:25
586
+ #: ../app/helpers/compliance_hosts_helper.rb:27
557
587
  msgid "Unassign Compliance Policy"
558
588
  msgstr "取消分配合规政策"
559
589
 
560
- #: ../app/helpers/compliance_hosts_helper.rb:26
590
+ #: ../app/helpers/compliance_hosts_helper.rb:28
561
591
  msgid "Change OpenSCAP Proxy"
562
592
  msgstr "改变 OpenSCAP 代理"
563
593
 
564
- #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
594
+ #: ../app/helpers/compliance_hosts_helper.rb:37
595
+ #: ../app/models/foreman_openscap/compliance_status.rb:8
596
+ #: ../lib/foreman_openscap/engine.rb:159
597
+ #: ../webpack/components/HostExtentions/HostKebabItems.js:39
565
598
  msgid "Compliance"
566
599
  msgstr "合规"
567
600
 
568
- #: ../app/helpers/compliance_hosts_helper.rb:37
601
+ #: ../app/helpers/compliance_hosts_helper.rb:39
569
602
  msgid "Host compliance details"
570
603
  msgstr "主机合规性详细信息"
571
604
 
@@ -573,47 +606,54 @@ msgstr "主机合规性详细信息"
573
606
  msgid "Host is deleted"
574
607
  msgstr "主机被删除"
575
608
 
576
- #: ../app/helpers/foreman_openscap_helper.rb:4
577
- msgid "documentation"
578
- msgstr "文档"
579
-
580
609
  #: ../app/helpers/policies_helper.rb:56
581
610
  msgid "Choose existing SCAP Content"
582
611
  msgstr "选择现有的SCAP内容"
583
612
 
584
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
613
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
614
+ #: ../app/models/foreman_openscap/policy.rb:11
615
+ #: ../app/views/policies/_form.html.erb:10
616
+ #: ../app/views/scap_contents/welcome.html.erb:1
617
+ #: ../app/views/scap_contents/welcome.html.erb:6
585
618
  msgid "SCAP Content"
586
619
  msgstr "SCAP 內容"
587
620
 
588
- #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
621
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
589
622
  msgid "XCCDF Profile"
590
623
  msgstr "XCCDF 配置集"
591
624
 
592
- #: ../app/helpers/policies_helper.rb:78
625
+ #: ../app/helpers/policies_helper.rb:80
593
626
  msgid "Default XCCDF profile"
594
627
  msgstr "默认的 XCCDF 配置集"
595
628
 
596
- #: ../app/helpers/policies_helper.rb:87
629
+ #: ../app/helpers/policies_helper.rb:89
597
630
  msgid "Choose Tailoring File"
598
631
  msgstr "选择 Tailoring 文件"
599
632
 
600
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
633
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
601
634
  msgid "Tailoring File"
602
635
  msgstr "定制文件"
603
636
 
604
- #: ../app/helpers/policies_helper.rb:97
637
+ #: ../app/helpers/policies_helper.rb:99
605
638
  msgid "XCCDF Profile in Tailoring File"
606
639
  msgstr "定制文件中的 XCCDF 配置文件"
607
640
 
608
- #: ../app/helpers/policies_helper.rb:98
641
+ #: ../app/helpers/policies_helper.rb:100
609
642
  msgid "This profile will be used to override the one from scap content"
610
643
  msgstr "这个配置文件将用于覆盖 scap 内容中的配置文件"
611
644
 
612
- #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
645
+ #: ../app/helpers/policies_helper.rb:111
646
+ #: ../app/views/arf_reports/_list.html.erb:54
647
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
648
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
613
649
  msgid "Submit"
614
650
  msgstr "提交"
615
651
 
616
- #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
652
+ #: ../app/helpers/policies_helper.rb:115
653
+ #: ../app/views/arf_reports/_list.html.erb:53
654
+ #: ../webpack/components/ConfirmModal.js:27
655
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
656
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
617
657
  msgid "Cancel"
618
658
  msgstr "取消"
619
659
 
@@ -625,7 +665,8 @@ msgstr "合规主机"
625
665
  msgid "Incompliant hosts"
626
666
  msgstr "不合规主机"
627
667
 
628
- #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
668
+ #: ../app/helpers/policy_dashboard_helper.rb:13
669
+ #: ../app/models/foreman_openscap/compliance_status.rb:24
629
670
  msgid "Inconclusive"
630
671
  msgstr "非決定性"
631
672
 
@@ -638,7 +679,9 @@ msgid "Host is assigned to policy"
638
679
  msgstr "主机已分配给策略"
639
680
 
640
681
  #: ../app/helpers/policy_dashboard_helper.rb:44
641
- msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
682
+ msgid ""
683
+ "Host is not assigned to policy but reports were found. You may want to "
684
+ "delete the reports or assign the policy again."
642
685
  msgstr "主机未分配给策略,但是找到了报告。您可能要删除报告或再次分配策略。"
643
686
 
644
687
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -650,16 +693,19 @@ msgid "Total hosts with reports where policy is no longer assigned."
650
693
  msgstr "具有不再分配策略的报告的主机总数。"
651
694
 
652
695
  #: ../app/lib/proxy_api/openscap.rb:21
653
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
696
+ msgid ""
697
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout"
654
698
  msgstr "请求超时。请尝试增加 Settings -> proxy_request_timeout"
655
699
 
656
700
  #: ../app/lib/proxy_api/openscap.rb:24
657
- msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
701
+ msgid ""
702
+ "Could not validate %s. Please make sure you have appropriate proxy version "
703
+ "to use this functionality"
658
704
  msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以便使用此功能"
659
705
 
660
706
  #: ../app/lib/proxy_api/openscap.rb:27
661
707
  msgid "Could not validate %{file_type}. Error %{error}"
662
- msgstr "无法验证%{file_type} 。错误 %{error}"
708
+ msgstr "无法验证%%{file_type} 。错误 %{error}"
663
709
 
664
710
  #: ../app/lib/proxy_api/openscap.rb:40
665
711
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -689,7 +735,9 @@ msgstr "没有找到 id 为 %%{id} 的 %%{class} 的 OpenSCAP 代理服务器"
689
735
  msgid "does not consist of 5 parts separated by space"
690
736
  msgstr "不是由使用空格分开的 5 个部分组成"
691
737
 
692
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
738
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21
739
+ #: ../app/models/foreman_openscap/oval_policy.rb:14
740
+ #: ../app/models/foreman_openscap/policy.rb:34
693
741
  msgid "is not a valid value"
694
742
  msgstr "不是有效值"
695
743
 
@@ -697,11 +745,13 @@ msgstr "不是有效值"
697
745
  msgid "must be between 1 and 31"
698
746
  msgstr "数字必须在 1 到 31 之间"
699
747
 
700
- #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
748
+ #: ../app/models/foreman_openscap/compliance_status.rb:22
749
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
701
750
  msgid "Compliant"
702
751
  msgstr "合规"
703
752
 
704
- #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
753
+ #: ../app/models/foreman_openscap/compliance_status.rb:26
754
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
705
755
  msgid "Incompliant"
706
756
  msgstr "不合规"
707
757
 
@@ -729,7 +779,8 @@ msgstr "找到了 %s 个有可用补丁的漏洞"
729
779
  msgid "Unknown OVAL status"
730
780
  msgstr "未知的 OVAL 状态"
731
781
 
732
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
782
+ #: ../app/models/foreman_openscap/policy.rb:11
783
+ #: ../app/views/policies/_form.html.erb:8
733
784
  msgid "Deployment Options"
734
785
  msgstr "部署选项"
735
786
 
@@ -737,19 +788,29 @@ msgstr "部署选项"
737
788
  msgid "Policy Attributes"
738
789
  msgstr "策略属性"
739
790
 
740
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
791
+ #: ../app/models/foreman_openscap/policy.rb:11
792
+ #: ../app/views/policies/_form.html.erb:11
793
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
741
794
  msgid "Schedule"
742
795
  msgstr "调度"
743
796
 
744
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
797
+ #: ../app/models/foreman_openscap/policy.rb:11
798
+ #: ../app/views/policies/_form.html.erb:13
799
+ #: ../app/views/scap_contents/_form.html.erb:11
800
+ #: ../app/views/tailoring_files/_form.html.erb:11
745
801
  msgid "Locations"
746
802
  msgstr "位置"
747
803
 
748
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
804
+ #: ../app/models/foreman_openscap/policy.rb:11
805
+ #: ../app/views/policies/_form.html.erb:16
806
+ #: ../app/views/scap_contents/_form.html.erb:14
807
+ #: ../app/views/tailoring_files/_form.html.erb:14
749
808
  msgid "Organizations"
750
809
  msgstr "机构"
751
810
 
752
- #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
811
+ #: ../app/models/foreman_openscap/policy.rb:11
812
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99
813
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
753
814
  msgid "Hostgroups"
754
815
  msgstr "主机组"
755
816
 
@@ -778,23 +839,31 @@ msgid "does not have the selected SCAP content profile"
778
839
  msgstr "不具备所选的 SCAP 内容配置文件"
779
840
 
780
841
  #: ../app/models/foreman_openscap/policy.rb:271
781
- msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
782
- msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'。"
842
+ msgid ""
843
+ "cannot assign to %s, all assigned policies must be deployed in the same way,"
844
+ " check 'deploy by' for each assigned policy"
845
+ msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'"
783
846
 
784
847
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
785
848
  msgid "invalid type %s"
786
849
  msgstr "无效类型 %s"
787
850
 
788
851
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
789
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
790
- msgstr ""
852
+ msgid ""
853
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the"
854
+ " role to the hosts or selected hostgroups."
855
+ msgstr "需要 Ansible 插件,%s Ansible 角色和变量。这将为主机或选定的主机组分配角色。"
791
856
 
792
857
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
793
- msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
794
- msgstr ""
858
+ msgid ""
859
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered "
860
+ "manually. Manual run is also required after any change to this policy."
861
+ msgstr "要部署 foreman_scap_client,需要手动触发 ansible 角色运行。在更改此策略后,还需要手动运行。"
795
862
 
796
863
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
797
- msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
864
+ msgid ""
865
+ "theforeman.foreman_scap_client Ansible Role not found, please import it "
866
+ "before running this action again."
798
867
  msgstr "没有找到 theforeman.foreman_scap_client Ansible 角色,请先将其导入,然后再运行此操作。"
799
868
 
800
869
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -806,16 +875,22 @@ msgid "Ansible variables"
806
875
  msgstr "Ansible 变量"
807
876
 
808
877
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
809
- msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
810
- msgstr ""
878
+ msgid ""
879
+ "This leaves the setup of the foreman_scap_client solely on the user. The "
880
+ "policy still needs to be defined in order to link incoming ARF reports."
881
+ msgstr "这会使用户只保留 foreman_scap_client 的设置。策略仍然需要定义才能来链接传入的 ARF 报告。"
811
882
 
812
883
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
813
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
814
- msgstr ""
884
+ msgid ""
885
+ "Requires %s Puppet class. This will assign the class to the hosts or "
886
+ "selected hostgroups."
887
+ msgstr "需要 %s Puppet 类。这会将类分配给主机或所选主机组。"
815
888
 
816
889
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
817
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
818
- msgstr ""
890
+ msgid ""
891
+ "Every puppet run ensures the foreman_scap_client is configured according to "
892
+ "the policy."
893
+ msgstr "每个 puppet 运行确保了 foreman_scap_client 会根据策略配置。"
819
894
 
820
895
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
821
896
  msgid "Puppet class"
@@ -826,31 +901,42 @@ msgid "Smart Class Parameters"
826
901
  msgstr "智能类参数"
827
902
 
828
903
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
829
- msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
904
+ msgid ""
905
+ "%{type} was selected to deploy policy to clients, but %{type} is not "
906
+ "available. Are you missing a plugin?"
830
907
  msgstr "已选择 %{type} 将策略部署到客户端,但是%{type} 不可用。您是否缺少插件?"
831
908
 
832
909
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
833
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
834
- msgstr "没有找到所需的%{msg_name}%{class},请确认它已被导入。"
910
+ msgid ""
911
+ "Required %{msg_name} %{class} was not found, please ensure it is imported "
912
+ "first."
913
+ msgstr "没有找到所需的%%{msg_name}%%{class},请确认它已被导入。"
835
914
 
836
915
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
837
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
838
- msgstr "%{item_name} 缺少以下 {key_name}:%{key_names}。在继续操作之前,请确保已将其导入。"
916
+ msgid ""
917
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make "
918
+ "sure they are imported before proceeding."
919
+ msgstr "%%{item_name} 缺少以下 %%{key_name}:%%{key_names}。在继续操作之前,请确保已将其导入。"
839
920
 
840
921
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
841
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
842
- msgstr "覆盖%{config_tool} 的参数时无法保存,原因是:%{errors}"
922
+ msgid ""
923
+ "Failed to save when overriding parameters for %{config_tool}, cause: "
924
+ "%{errors}"
925
+ msgstr "覆盖%%{config_tool} 的参数时无法保存,原因是:%{errors}"
843
926
 
844
927
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
845
928
  msgid "This feature is temporarily disabled. "
846
929
  msgstr "此功能暂时被禁用。"
847
930
 
848
931
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
849
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
932
+ msgid ""
933
+ "The following Smart Proxies need to be updated to unlock the feature: %s. "
850
934
  msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
851
935
 
852
936
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
853
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
937
+ msgid ""
938
+ "The following proxies could not be reached: %s. Please make sure they are "
939
+ "available so Foreman can check their versions."
854
940
  msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
855
941
 
856
942
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -863,7 +949,7 @@ msgstr "在继续前,把 openscap_proxy 分配给 %s。"
863
949
 
864
950
  #: ../app/services/foreman_openscap/oval/configure.rb:75
865
951
  msgid "Was %{model_name} %{name} configured successfully?"
866
- msgstr "{model_name}%%{name}配置成功了吗?"
952
+ msgstr "%%{model_name}%%{name}配置成功了吗?"
867
953
 
868
954
  #: ../app/services/foreman_openscap/oval/setup.rb:56
869
955
  msgid "Could not update Ansible Variables with override: true"
@@ -874,7 +960,9 @@ msgid "Is foreman_ansible present?"
874
960
  msgstr "foreman_ansible 存在吗?"
875
961
 
876
962
  #: ../app/services/foreman_openscap/oval/setup.rb:62
877
- msgid "foreman_ansible plugin not found, please install it before running this action again."
963
+ msgid ""
964
+ "foreman_ansible plugin not found, please install it before running this "
965
+ "action again."
878
966
  msgstr "没有找到 foreman_ansible 插件,请先安装它,然后再次运行此操作。"
879
967
 
880
968
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -886,20 +974,24 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
886
974
  msgstr "是否存在 forforeman.foreman_scap_client 所需的变量?"
887
975
 
888
976
  #: ../app/services/foreman_openscap/oval/setup.rb:72
889
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
890
- msgstr "找不到以下 Ansible 变量:%{missing_vars},请再次导入它们,然后再运行此操作。"
977
+ msgid ""
978
+ "The following Ansible Variables were not found: %{missing_vars}, please "
979
+ "import them before running this action again."
980
+ msgstr "找不到以下 Ansible 变量:%%{missing_vars},请再次导入它们,然后再运行此操作。"
891
981
 
892
- #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
982
+ #: ../app/services/foreman_openscap/oval/setup.rb:76
983
+ #: ../app/services/foreman_openscap/oval/setup.rb:81
984
+ #: ../app/services/foreman_openscap/oval/setup.rb:86
893
985
  msgid "Is %s param set to be overriden?"
894
986
  msgstr "是否设置了 %s 参数?"
895
987
 
896
988
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
897
989
  msgid "cause: "
898
- msgstr ""
990
+ msgstr "原因: "
899
991
 
900
992
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
901
993
  msgid "Failed to fetch content file from %s"
902
- msgstr ""
994
+ msgstr "从 %s 获取内容文件失败"
903
995
 
904
996
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
905
997
  msgid "No proxy with OpenSCAP feature was found."
@@ -921,7 +1013,9 @@ msgstr "更改的文件不含现有的 SCAP 内容配置文件"
921
1013
  msgid "More details"
922
1014
  msgstr "更多细节"
923
1015
 
924
- #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
1016
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6
1017
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62
1018
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
925
1019
  msgid "Description"
926
1020
  msgstr "描述"
927
1021
 
@@ -941,7 +1035,8 @@ msgstr "选择这个页中的所有项"
941
1035
  msgid "items selected. Uncheck to Clear"
942
1036
  msgstr "选择的项。取消选中以清除"
943
1037
 
944
- #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
1038
+ #: ../app/views/arf_reports/_list.html.erb:7
1039
+ #: ../app/views/arf_reports/delete_multiple.html.erb:10
945
1040
  msgid "Reported At"
946
1041
  msgstr "报告于"
947
1042
 
@@ -949,7 +1044,12 @@ msgstr "报告于"
949
1044
  msgid "Openscap Proxy"
950
1045
  msgstr "Openscap 代理"
951
1046
 
952
- #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
1047
+ #: ../app/views/arf_reports/_list.html.erb:13
1048
+ #: ../app/views/arf_reports/_output.html.erb:16
1049
+ #: ../app/views/policies/_list.html.erb:8
1050
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:12
1051
+ #: ../app/views/scap_contents/_list.html.erb:6
1052
+ #: ../app/views/tailoring_files/_list.html.erb:6
953
1053
  msgid "Actions"
954
1054
  msgstr "操作"
955
1055
 
@@ -1009,32 +1109,35 @@ msgstr "刪除"
1009
1109
  msgid "these Compliance reports"
1010
1110
  msgstr "这些合规报告"
1011
1111
 
1012
- #: ../app/views/arf_reports/show.html.erb:15
1112
+ #: ../app/views/arf_reports/show.html.erb:14
1013
1113
  msgid "Back"
1014
1114
  msgstr "返回"
1015
1115
 
1016
- #: ../app/views/arf_reports/show.html.erb:17
1116
+ #: ../app/views/arf_reports/show.html.erb:16
1017
1117
  msgid "Host details"
1018
1118
  msgstr "主机详情"
1019
1119
 
1020
- #: ../app/views/arf_reports/show.html.erb:18
1120
+ #: ../app/views/arf_reports/show.html.erb:17
1021
1121
  msgid "View full report"
1022
1122
  msgstr "查看完整报告"
1023
1123
 
1024
- #: ../app/views/arf_reports/show.html.erb:19
1124
+ #: ../app/views/arf_reports/show.html.erb:18
1025
1125
  msgid "Download XML in bzip"
1026
1126
  msgstr "下载 XML,格式为 bzip"
1027
1127
 
1028
- #: ../app/views/arf_reports/show.html.erb:20
1128
+ #: ../app/views/arf_reports/show.html.erb:19
1029
1129
  msgid "Download HTML"
1030
1130
  msgstr "下载 HTML"
1031
1131
 
1032
- #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1132
+ #: ../app/views/arf_reports/show_html.html.erb:10
1133
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1033
1134
  msgid "Loading..."
1034
1135
  msgstr "载入中..."
1035
1136
 
1036
1137
  #: ../app/views/arf_reports/welcome.html.erb:9
1037
- msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
1138
+ msgid ""
1139
+ "You don't seem to have any ARF report. ARF report is a summary of a single "
1140
+ "scan occurrence on a particular host for a given Compliance Policy."
1038
1141
  msgstr "您似乎没有 ARF 报告。ARF 报告是针对给定的合规策略对特定主机执行单次扫描的摘要。"
1039
1142
 
1040
1143
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1062,7 +1165,8 @@ msgstr "一直以來的 %s 报告"
1062
1165
  msgid "No report for this policy"
1063
1166
  msgstr "没有此策略的报告"
1064
1167
 
1065
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1168
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
1169
+ #: ../lib/foreman_openscap/engine.rb:183
1066
1170
  msgid "Latest Compliance Reports"
1067
1171
  msgstr "最新合规报告"
1068
1172
 
@@ -1078,7 +1182,8 @@ msgstr "主机已不存在"
1078
1182
  msgid "Policy is missing"
1079
1183
  msgstr "策略缺失"
1080
1184
 
1081
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1185
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
1186
+ #: ../lib/foreman_openscap/engine.rb:185
1082
1187
  msgid "Compliance Reports Breakdown"
1083
1188
  msgstr "合规报告故障"
1084
1189
 
@@ -1094,11 +1199,13 @@ msgstr "主机名"
1094
1199
  msgid "Changed?"
1095
1200
  msgstr "已改变?"
1096
1201
 
1097
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1202
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1203
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1098
1204
  msgid "Yes"
1099
1205
  msgstr "是"
1100
1206
 
1101
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1207
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1208
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1102
1209
  msgid "No"
1103
1210
  msgstr "否"
1104
1211
 
@@ -1147,33 +1254,48 @@ msgstr "常规"
1147
1254
  msgid "Host Groups"
1148
1255
  msgstr "主机组"
1149
1256
 
1150
- #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1257
+ #: ../app/views/policies/_form.html.erb:45
1258
+ #: ../app/views/policies/steps/_schedule_form.html.erb:6
1151
1259
  msgid "Choose period"
1152
1260
  msgstr "选择期间"
1153
1261
 
1154
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
1262
+ #: ../app/views/policies/_form.html.erb:47
1263
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
1155
1264
  msgid "Choose weekday"
1156
1265
  msgstr "选择星期几"
1157
1266
 
1158
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
1159
- msgid "Number of a day in month, note that not all months have same count of days"
1267
+ #: ../app/views/policies/_form.html.erb:48
1268
+ #: ../app/views/policies/steps/_schedule_form.html.erb:13
1269
+ msgid ""
1270
+ "Number of a day in month, note that not all months have same count of days"
1160
1271
  msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數"
1161
1272
 
1162
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
1163
- msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1273
+ #: ../app/views/policies/_form.html.erb:49
1274
+ #: ../app/views/policies/steps/_schedule_form.html.erb:14
1275
+ msgid ""
1276
+ "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5"
1277
+ " values by space"
1164
1278
  msgstr "您可以设置定制的 cron 行,如 \"0 3 * * *\",其中的 5 个值由空格分隔"
1165
1279
 
1166
- #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1280
+ #: ../app/views/policies/_list.html.erb:3
1281
+ #: ../app/views/tailoring_files/_list.html.erb:3
1282
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19
1283
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57
1284
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48
1285
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1286
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56
1287
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31
1288
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1167
1289
  msgid "Name"
1168
1290
  msgstr "名称"
1169
1291
 
1170
1292
  #: ../app/views/policies/_list.html.erb:4
1171
1293
  msgid "Content"
1172
- msgstr ""
1294
+ msgstr "内容"
1173
1295
 
1174
1296
  #: ../app/views/policies/_list.html.erb:5
1175
1297
  msgid "Profile"
1176
- msgstr ""
1298
+ msgstr "配置集"
1177
1299
 
1178
1300
  #: ../app/views/policies/_list.html.erb:7
1179
1301
  msgid "Effective Profile"
@@ -1195,19 +1317,25 @@ msgstr "显示指南"
1195
1317
  msgid "Delete compliance policy %s with all of its reports?"
1196
1318
  msgstr "是否删除所有报告中的合规策略 %s?"
1197
1319
 
1198
- #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1320
+ #: ../app/views/policies/create.html.erb:1
1321
+ #: ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1199
1322
  msgid "New Compliance Policy"
1200
1323
  msgstr "新的合规政策"
1201
1324
 
1202
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1325
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4
1326
+ #: ../app/views/policies/select_multiple_hosts.html.erb:5
1203
1327
  msgid "Select Compliance Policy"
1204
1328
  msgstr "选择合规政策"
1205
1329
 
1206
- #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1330
+ #: ../app/views/policies/edit.html.erb:1
1331
+ #: ../app/views/scap_contents/edit.html.erb:1
1332
+ #: ../app/views/tailoring_files/edit.html.erb:1
1207
1333
  msgid "Edit %s"
1208
1334
  msgstr "编辑 %s"
1209
1335
 
1210
- #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1336
+ #: ../app/views/policies/index.html.erb:2
1337
+ #: ../app/views/policies/welcome.html.erb:1
1338
+ #: ../app/views/policies/welcome.html.erb:6
1211
1339
  msgid "Compliance Policies"
1212
1340
  msgstr "合规性策略"
1213
1341
 
@@ -1223,7 +1351,11 @@ msgstr "部署选项之间存在重大差异。"
1223
1351
  msgid "Please make sure you understand them by reading our"
1224
1352
  msgstr "请通过阅读我们的手册确保您了解它们"
1225
1353
 
1226
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1354
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1355
+ msgid "documentation"
1356
+ msgstr "文档"
1357
+
1358
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1227
1359
  msgid "Choose day in month"
1228
1360
  msgstr "选择月中的一天"
1229
1361
 
@@ -1240,7 +1372,9 @@ msgid "SCAP content"
1240
1372
  msgstr "SCAP 內容"
1241
1373
 
1242
1374
  #: ../app/views/policies/welcome.html.erb:8
1243
- msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1375
+ msgid ""
1376
+ "Once SCAP content is present, you can create a policy, assign select host "
1377
+ "groups and schedule to run."
1244
1378
  msgstr "存在 SCAP 内容时,您可以创建策略、分配选定主机组,并调度运行时间。"
1245
1379
 
1246
1380
  #: ../app/views/policies/welcome.html.erb:12
@@ -1303,7 +1437,8 @@ msgstr "状态图"
1303
1437
  msgid "Latest reports for policy: %s"
1304
1438
  msgstr "最新的政策报告:%s"
1305
1439
 
1306
- #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1440
+ #: ../app/views/scap_contents/_form.html.erb:9
1441
+ #: ../app/views/tailoring_files/_form.html.erb:9
1307
1442
  msgid "File Upload"
1308
1443
  msgstr "上传文件"
1309
1444
 
@@ -1313,17 +1448,20 @@ msgstr "SCAP 数据流文件"
1313
1448
 
1314
1449
  #: ../app/views/scap_contents/_list.html.erb:3
1315
1450
  msgid "Title"
1316
- msgstr ""
1451
+ msgstr "提示"
1317
1452
 
1318
- #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1453
+ #: ../app/views/scap_contents/_list.html.erb:4
1454
+ #: ../app/views/tailoring_files/_list.html.erb:4
1319
1455
  msgid "File name"
1320
- msgstr ""
1456
+ msgstr "文件名"
1321
1457
 
1322
- #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1458
+ #: ../app/views/scap_contents/_list.html.erb:5
1459
+ #: ../app/views/tailoring_files/_list.html.erb:5
1323
1460
  msgid "Created at"
1324
- msgstr ""
1461
+ msgstr "建立于"
1325
1462
 
1326
- #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1463
+ #: ../app/views/scap_contents/_list.html.erb:17
1464
+ #: ../app/views/tailoring_files/_list.html.erb:23
1327
1465
  msgid "Download"
1328
1466
  msgstr "下載"
1329
1467
 
@@ -1347,24 +1485,21 @@ msgstr "上载新的 SCAP 内容文件"
1347
1485
  msgid ""
1348
1486
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1349
1487
  " configuration issues related to security. "
1350
- msgstr ""
1351
- "安全内容自动化协议(SCAP)是由一系列用来枚举与安全性有关的软件漏洞和\n"
1352
- " 配置问题的开源标准。"
1488
+ msgstr "安全内容自动化协议(SCAP)是由一系列用来枚举与安全性有关的软件漏洞和\n 配置问题的开源标准。"
1353
1489
 
1354
1490
  #: ../app/views/scap_contents/welcome.html.erb:9
1355
1491
  msgid ""
1356
1492
  "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\n"
1357
1493
  " via %s"
1358
- msgstr ""
1359
- "在 Foreman 中,scap_contents 代表主机上的 SCAP 安全指南,并创建 SCAP 配置文件,供您通过\n"
1360
- " %s 分配到主机/主机组"
1494
+ msgstr "在 Foreman 中,scap_contents 代表主机上的 SCAP 安全指南,并创建 SCAP 配置文件,供您通过\n %s 分配到主机/主机组"
1361
1495
 
1362
1496
  #: ../app/views/scap_contents/welcome.html.erb:14
1363
1497
  msgid "New SCAP Content"
1364
1498
  msgstr "新建 SCAP 内容"
1365
1499
 
1366
1500
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1367
- msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1501
+ msgid ""
1502
+ "%s spool errors detected, inspect the appropriate file directly on proxy"
1368
1503
  msgstr "发现了 %s 个 spool 错误,在代理上直接检查相关的文件"
1369
1504
 
1370
1505
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
@@ -1376,7 +1511,10 @@ msgid "None found"
1376
1511
  msgstr "未找到"
1377
1512
 
1378
1513
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1379
- msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
1514
+ msgid ""
1515
+ "Proxy failed to send a report from spool to Foreman. This indicates a "
1516
+ "corrupted report format. Report has been moved to directory for storing "
1517
+ "corrupted files on proxy for later inspection."
1380
1518
  msgstr "代理服务器未能从 spool 发送报告至 Foreman。这表示报告格式损坏。报告已被移动至目录,以便将破坏文件存储到代理服务器上供以后检查。"
1381
1519
 
1382
1520
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
@@ -1391,7 +1529,10 @@ msgstr "数据流 Tailoring 文件"
1391
1529
  msgid "Delete tailoring file %s?"
1392
1530
  msgstr "删除 tailoring 文件 %s?"
1393
1531
 
1394
- #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:169
1532
+ #: ../app/views/tailoring_files/index.html.erb:1
1533
+ #: ../app/views/tailoring_files/welcome.html.erb:1
1534
+ #: ../app/views/tailoring_files/welcome.html.erb:6
1535
+ #: ../lib/foreman_openscap/engine.rb:169
1395
1536
  msgid "Tailoring Files"
1396
1537
  msgstr "Tailoring 文件"
1397
1538
 
@@ -1404,16 +1545,16 @@ msgid "Upload new Tailoring File"
1404
1545
  msgstr "上传新定制文件"
1405
1546
 
1406
1547
  #: ../app/views/tailoring_files/welcome.html.erb:7
1407
- msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1548
+ msgid ""
1549
+ "It may sometimes be required to adjust the security policy to your specific "
1550
+ "needs. "
1408
1551
  msgstr "有些可能需要根据您的具体需求调整安全策略。"
1409
1552
 
1410
1553
  #: ../app/views/tailoring_files/welcome.html.erb:8
1411
1554
  msgid ""
1412
1555
  "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1413
1556
  " via %s"
1414
- msgstr ""
1415
- "在 Foreman 中,tailoring_files 代表对默认 XCCDF 配置文件的自定义更改,它们可通过\n"
1416
- " %s 应用于主机"
1557
+ msgstr "在 Foreman 中,tailoring_files 代表对默认 XCCDF 配置文件的自定义更改,它们可通过\n %s 应用于主机"
1417
1558
 
1418
1559
  #: ../app/views/tailoring_files/welcome.html.erb:13
1419
1560
  msgid "New Tailoring File"
@@ -1428,36 +1569,38 @@ msgid "A summary of reports for OpenSCAP policies"
1428
1569
  msgstr "OpenSCAP 策略报告摘要"
1429
1570
 
1430
1571
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1431
- msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1432
- msgstr ""
1572
+ msgid ""
1573
+ "Can't find scap-security-guide RPM, are you sure it is installed on your "
1574
+ "server?"
1575
+ msgstr "无法找到 scap-security-guide RPM,您确定是否已安装在服务器上?"
1433
1576
 
1434
1577
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1435
1578
  msgid "Expected an array of files to upload, got: %s."
1436
- msgstr ""
1579
+ msgstr "预期上传一个文件数组,实际为:%s。"
1437
1580
 
1438
1581
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1439
1582
  msgid "%s is a directory, expecting file."
1440
- msgstr ""
1583
+ msgstr "%s 是一个目录,预期为文件。"
1441
1584
 
1442
1585
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1443
1586
  msgid "%s does not exist, skipping."
1444
- msgstr ""
1587
+ msgstr "%s 不存在,跳过。"
1445
1588
 
1446
1589
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1447
1590
  msgid "Failed saving %s:"
1448
- msgstr ""
1591
+ msgstr "保存失败 %s:"
1449
1592
 
1450
1593
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1451
1594
  msgid "No such directory: %s. Please check the path you have provided."
1452
- msgstr ""
1595
+ msgstr "没有这个目录:%s。请检查您所提供的路径。"
1453
1596
 
1454
1597
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1455
1598
  msgid "Red Hat %s default content"
1456
- msgstr ""
1599
+ msgstr "Red Hat %s 默认内容"
1457
1600
 
1458
1601
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1459
1602
  msgid "%s content"
1460
- msgstr ""
1603
+ msgstr "%s 内容"
1461
1604
 
1462
1605
  #: ../lib/foreman_openscap/engine.rb:160
1463
1606
  msgid "Policies"
@@ -1471,16 +1614,21 @@ msgstr "SCAP 內容"
1471
1614
  msgid "Reports"
1472
1615
  msgstr "报表"
1473
1616
 
1474
- #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1617
+ #: ../lib/foreman_openscap/engine.rb:172
1618
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1475
1619
  msgid "OVAL Contents"
1476
1620
  msgstr "OVAL 內容"
1477
1621
 
1478
- #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1622
+ #: ../lib/foreman_openscap/engine.rb:177
1623
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1479
1624
  msgid "OVAL Policies"
1480
1625
  msgstr "OVAL 策略"
1481
1626
 
1482
1627
  #: ../lib/foreman_openscap/engine.rb:199
1483
- msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1628
+ msgid ""
1629
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. "
1630
+ "Leave blank and override appropriate parameters when using proxy load "
1631
+ "balancer."
1484
1632
  msgstr "用来获取 SCAP 内容以及上传 ARF 报告的 OpenSCAP 代理。如果为空,则在使用代理负责均衡器时覆盖相应的参数。"
1485
1633
 
1486
1634
  #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
@@ -1501,19 +1649,19 @@ msgstr "运行 OVAL 扫描"
1501
1649
 
1502
1650
  #: ../webpack/components/ConfirmModal.js:19
1503
1651
  msgid "Confirm"
1504
- msgstr ""
1652
+ msgstr "确认"
1505
1653
 
1506
1654
  #: ../webpack/components/EditableInput.js:78
1507
1655
  msgid "None provided"
1508
- msgstr ""
1656
+ msgstr "没有提供"
1509
1657
 
1510
1658
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1511
1659
  msgid "There's no available report for this host"
1512
- msgstr ""
1660
+ msgstr "此主机没有可用的报告"
1513
1661
 
1514
1662
  #: ../webpack/components/withDeleteModal.js:27
1515
1663
  msgid "Are you sure you want to delete %s?"
1516
- msgstr ""
1664
+ msgstr "您确定要删除 %s 吗?"
1517
1665
 
1518
1666
  #: ../webpack/components/withLoading.js:12
1519
1667
  msgid "Error!"
@@ -1521,47 +1669,54 @@ msgstr "错误!"
1521
1669
 
1522
1670
  #: ../webpack/components/withLoading.js:64
1523
1671
  msgid "Permission denied"
1524
- msgstr ""
1672
+ msgstr "没有权限"
1525
1673
 
1526
1674
  #: ../webpack/helpers/mutationHelper.js:7
1527
1675
  msgid "There was a following error when deleting %(name)s: %(error)s"
1528
- msgstr ""
1676
+ msgstr "删除 %(name)s 时出现以下错误:%(error)s"
1529
1677
 
1530
1678
  #: ../webpack/helpers/permissionsHelper.js:34
1531
1679
  msgid "You are not authorized to view the page. "
1532
- msgstr ""
1680
+ msgstr "您没有权利查看该页面。 "
1533
1681
 
1534
1682
  #: ../webpack/helpers/permissionsHelper.js:37
1535
1683
  msgid "Request the following permissions from administrator: %s."
1536
- msgstr ""
1684
+ msgstr "连续管理员来获得以下权限:%s。"
1537
1685
 
1538
1686
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1539
1687
  msgid "No OVAL Contents found."
1540
1688
  msgstr "找不到 OVAL 内容。"
1541
1689
 
1542
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1690
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42
1691
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1543
1692
  msgid "Delete OVAL Content"
1544
- msgstr ""
1693
+ msgstr "删除 OVAL 内容"
1545
1694
 
1546
1695
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1547
1696
  msgid "OVAL Content successfully deleted."
1548
- msgstr ""
1697
+ msgstr "OVAL 内容已被成功删除。"
1549
1698
 
1550
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1699
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51
1700
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39
1701
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1702
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1551
1703
  msgid "OVAL Content"
1552
1704
  msgstr "OVAL 内容"
1553
1705
 
1554
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1706
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56
1707
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1555
1708
  msgid "Create OVAL Content"
1556
- msgstr ""
1709
+ msgstr "创建 OVAL 内容"
1557
1710
 
1558
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1711
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20
1712
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103
1713
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1559
1714
  msgid "URL"
1560
- msgstr ""
1715
+ msgstr "URL"
1561
1716
 
1562
1717
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1563
1718
  msgid "Original File Name"
1564
- msgstr ""
1719
+ msgstr "原始文件名"
1565
1720
 
1566
1721
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1567
1722
  msgid "OVAL Contents table"
@@ -1569,55 +1724,59 @@ msgstr "OVAL 内容表"
1569
1724
 
1570
1725
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1571
1726
  msgid "New OVAL Content"
1572
- msgstr ""
1727
+ msgstr "新的 OVAL 内容"
1573
1728
 
1574
1729
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1575
1730
  msgid "OVAL Content Source"
1576
- msgstr ""
1731
+ msgstr "OVAL 内容源"
1577
1732
 
1578
1733
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1579
1734
  msgid "OVAL Content from URL"
1580
- msgstr ""
1735
+ msgstr "来自 URL 的 OVAL 内容"
1581
1736
 
1582
1737
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1583
1738
  msgid "OVAL Content from file"
1584
- msgstr ""
1739
+ msgstr "来自文件的 OVAL 内容"
1585
1740
 
1586
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1741
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92
1742
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1587
1743
  msgid "File"
1588
- msgstr ""
1744
+ msgstr "文件"
1589
1745
 
1590
1746
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1591
1747
  msgid "OVAL Content %s successfully created"
1592
- msgstr ""
1748
+ msgstr "OVAL 内容 %s 已成功创建"
1593
1749
 
1594
1750
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1595
1751
  msgid "Unknown error when submitting data, please try again later."
1596
- msgstr ""
1752
+ msgstr "提交数据时出现未知错误,请稍后再试。"
1597
1753
 
1598
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1754
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26
1755
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1599
1756
  msgid "No OVAL Content found"
1600
- msgstr ""
1757
+ msgstr "没有找到 OVAL 内容"
1601
1758
 
1602
1759
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1603
1760
  msgid "No OVAL Policies found"
1604
1761
  msgstr "找不到 OVAL 政策"
1605
1762
 
1606
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1763
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41
1764
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1607
1765
  msgid "Delete OVAL Policy"
1608
- msgstr ""
1766
+ msgstr "删除 OVAL 策略"
1609
1767
 
1610
1768
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1611
1769
  msgid "OVAL policy was successfully deleted."
1612
- msgstr ""
1770
+ msgstr "OVAL 策略已被成功删除。"
1613
1771
 
1614
1772
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1615
1773
  msgid "OVAL policy"
1616
- msgstr ""
1774
+ msgstr "OVAL 策略"
1617
1775
 
1618
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1776
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48
1777
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1619
1778
  msgid "Create OVAL Policy"
1620
- msgstr ""
1779
+ msgstr "创建 OVAL 策略"
1621
1780
 
1622
1781
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1623
1782
  msgid "OVAL Policies Table"
@@ -1625,31 +1784,33 @@ msgstr "OVAL 策略表"
1625
1784
 
1626
1785
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1627
1786
  msgid "Type a hostgroup name..."
1628
- msgstr ""
1787
+ msgstr "键入主机组名..."
1629
1788
 
1630
1789
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1631
1790
  msgid "Choose OVAL Content"
1632
- msgstr ""
1791
+ msgstr "选择 OVAL 内容"
1633
1792
 
1634
1793
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1635
1794
  msgid "can't be blank"
1636
- msgstr ""
1795
+ msgstr "不能为空"
1637
1796
 
1638
1797
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1639
1798
  msgid "is not a valid cronline"
1640
- msgstr ""
1799
+ msgstr "不是有效的 cron 行"
1641
1800
 
1642
1801
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1643
1802
  msgid "OVAL Policy succesfully created."
1644
- msgstr ""
1803
+ msgstr "OVAL 策略被成功创建。"
1645
1804
 
1646
1805
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1647
1806
  msgid "Failed to create OVAL Policy: %s"
1648
- msgstr ""
1807
+ msgstr "创建 OVAL 策略失败:%s"
1649
1808
 
1650
1809
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1651
- msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1652
- msgstr ""
1810
+ msgid ""
1811
+ "OVAL Content is required to create OVAL Policy. Please create one before "
1812
+ "proceeding."
1813
+ msgstr "创建 OVAL 策略需要 OVAL 内容。请在继续操作前创建一个。"
1653
1814
 
1654
1815
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1655
1816
  msgid "No CVEs found."
@@ -1657,7 +1818,7 @@ msgstr "找不到 CVE。"
1657
1818
 
1658
1819
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
1659
1820
  msgid "Ref Id"
1660
- msgstr "参考 id"
1821
+ msgstr "参考 id"
1661
1822
 
1662
1823
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
1663
1824
  msgid "Has Errata?"
@@ -1673,15 +1834,15 @@ msgstr "OVAL 策略的 CVE 表"
1673
1834
 
1674
1835
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1675
1836
  msgid "Period"
1676
- msgstr ""
1837
+ msgstr "时期"
1677
1838
 
1678
1839
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1679
1840
  msgid "No Hostgroups found."
1680
- msgstr ""
1841
+ msgstr "没有找到主机组。"
1681
1842
 
1682
1843
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1683
1844
  msgid "Table of hostgroups for OVAL policy"
1684
- msgstr ""
1845
+ msgstr "OVAL 策略的主机组表"
1685
1846
 
1686
1847
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1687
1848
  msgid "Scan All Hostgroups"
@@ -1689,35 +1850,35 @@ msgstr "扫描所有主机组"
1689
1850
 
1690
1851
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1691
1852
  msgid "Details"
1692
- msgstr ""
1853
+ msgstr "详情"
1693
1854
 
1694
1855
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1695
1856
  msgid "CVEs"
1696
- msgstr ""
1857
+ msgstr "CVE"
1697
1858
 
1698
1859
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1699
1860
  msgid "Weekly, on %s"
1700
- msgstr ""
1861
+ msgstr "每周,于 %s"
1701
1862
 
1702
1863
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1703
1864
  msgid "Monthly, day of month: %s"
1704
- msgstr ""
1865
+ msgstr "每月,每月的日: %s"
1705
1866
 
1706
1867
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1707
1868
  msgid "Custom cron: %s"
1708
- msgstr ""
1869
+ msgstr "自定义 Cron:%s"
1709
1870
 
1710
1871
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1711
1872
  msgid "Unknown schedule"
1712
- msgstr ""
1873
+ msgstr "未知调度"
1713
1874
 
1714
1875
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1715
1876
  msgid "OVAL policy was successfully updated."
1716
- msgstr ""
1877
+ msgstr "OVAL 策略已被成功更新。"
1717
1878
 
1718
1879
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1719
1880
  msgid "There was a following error when updating OVAL policy: %s"
1720
- msgstr ""
1881
+ msgstr "更新 OVAL 策略时会出现以下错误:%s"
1721
1882
 
1722
1883
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1723
1884
  msgid "No OVAL Policy found"