foreman_openscap 7.1.0 → 7.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1 -1
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +5 -2
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -1
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1 -1
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +5 -2
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +5 -2
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1 -1
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1 -1
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +5 -2
  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 +5 -2
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +5 -2
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +5 -2
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1 -1
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +5 -2
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +5 -2
  18. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  19. data/lib/foreman_openscap/version.rb +1 -1
  20. data/locale/Makefile +3 -3
  21. data/locale/cs_CZ/foreman_openscap.edit.po +1 -1
  22. data/locale/cs_CZ/foreman_openscap.po +1 -1
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +275 -113
  25. data/locale/de/foreman_openscap.po +2 -2
  26. data/locale/en/foreman_openscap.edit.po +1 -1
  27. data/locale/en/foreman_openscap.po +1 -1
  28. data/locale/en_GB/foreman_openscap.edit.po +1 -1
  29. data/locale/en_GB/foreman_openscap.po +1 -1
  30. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  31. data/locale/es/foreman_openscap.edit.po +272 -106
  32. data/locale/es/foreman_openscap.po +2 -2
  33. data/locale/foreman_openscap.pot +6 -6
  34. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  35. data/locale/fr/foreman_openscap.edit.po +356 -195
  36. data/locale/fr/foreman_openscap.po +2 -2
  37. data/locale/gl/foreman_openscap.edit.po +1 -1
  38. data/locale/gl/foreman_openscap.po +1 -1
  39. data/locale/it/foreman_openscap.edit.po +1 -1
  40. data/locale/it/foreman_openscap.po +1 -1
  41. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  42. data/locale/ja/foreman_openscap.edit.po +340 -179
  43. data/locale/ja/foreman_openscap.po +2 -2
  44. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  45. data/locale/ka/foreman_openscap.edit.po +1902 -0
  46. data/locale/ka/foreman_openscap.po +1309 -0
  47. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  48. data/locale/ko/foreman_openscap.edit.po +1 -1
  49. data/locale/ko/foreman_openscap.po +2 -2
  50. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/pt_BR/foreman_openscap.edit.po +272 -112
  52. data/locale/pt_BR/foreman_openscap.po +2 -2
  53. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/ru/foreman_openscap.edit.po +1 -1
  55. data/locale/ru/foreman_openscap.po +2 -2
  56. data/locale/sv_SE/foreman_openscap.edit.po +1 -1
  57. data/locale/sv_SE/foreman_openscap.po +1 -1
  58. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  59. data/locale/zh_CN/foreman_openscap.edit.po +340 -179
  60. data/locale/zh_CN/foreman_openscap.po +2 -2
  61. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  62. data/locale/zh_TW/foreman_openscap.edit.po +1 -1
  63. data/locale/zh_TW/foreman_openscap.po +2 -2
  64. metadata +6 -2
@@ -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,7 +574,8 @@ 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
 
@@ -561,7 +591,10 @@ msgstr "取消分配合规政策"
561
591
  msgid "Change OpenSCAP Proxy"
562
592
  msgstr "改变 OpenSCAP 代理"
563
593
 
564
- #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
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
 
@@ -577,7 +610,11 @@ msgstr "主机被删除"
577
610
  msgid "Choose existing SCAP Content"
578
611
  msgstr "选择现有的SCAP内容"
579
612
 
580
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
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
581
618
  msgid "SCAP Content"
582
619
  msgstr "SCAP 內容"
583
620
 
@@ -605,11 +642,18 @@ msgstr "定制文件中的 XCCDF 配置文件"
605
642
  msgid "This profile will be used to override the one from scap content"
606
643
  msgstr "这个配置文件将用于覆盖 scap 内容中的配置文件"
607
644
 
608
- #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
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
609
649
  msgid "Submit"
610
650
  msgstr "提交"
611
651
 
612
- #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
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
613
657
  msgid "Cancel"
614
658
  msgstr "取消"
615
659
 
@@ -621,7 +665,8 @@ msgstr "合规主机"
621
665
  msgid "Incompliant hosts"
622
666
  msgstr "不合规主机"
623
667
 
624
- #: ../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
625
670
  msgid "Inconclusive"
626
671
  msgstr "非決定性"
627
672
 
@@ -634,7 +679,9 @@ msgid "Host is assigned to policy"
634
679
  msgstr "主机已分配给策略"
635
680
 
636
681
  #: ../app/helpers/policy_dashboard_helper.rb:44
637
- msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
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."
638
685
  msgstr "主机未分配给策略,但是找到了报告。您可能要删除报告或再次分配策略。"
639
686
 
640
687
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -646,16 +693,19 @@ msgid "Total hosts with reports where policy is no longer assigned."
646
693
  msgstr "具有不再分配策略的报告的主机总数。"
647
694
 
648
695
  #: ../app/lib/proxy_api/openscap.rb:21
649
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
696
+ msgid ""
697
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout"
650
698
  msgstr "请求超时。请尝试增加 Settings -> proxy_request_timeout"
651
699
 
652
700
  #: ../app/lib/proxy_api/openscap.rb:24
653
- msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
701
+ msgid ""
702
+ "Could not validate %s. Please make sure you have appropriate proxy version "
703
+ "to use this functionality"
654
704
  msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以便使用此功能"
655
705
 
656
706
  #: ../app/lib/proxy_api/openscap.rb:27
657
707
  msgid "Could not validate %{file_type}. Error %{error}"
658
- msgstr "无法验证%{file_type} 。错误 %{error}"
708
+ msgstr "无法验证%%{file_type} 。错误 %{error}"
659
709
 
660
710
  #: ../app/lib/proxy_api/openscap.rb:40
661
711
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -685,7 +735,9 @@ msgstr "没有找到 id 为 %%{id} 的 %%{class} 的 OpenSCAP 代理服务器"
685
735
  msgid "does not consist of 5 parts separated by space"
686
736
  msgstr "不是由使用空格分开的 5 个部分组成"
687
737
 
688
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
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
689
741
  msgid "is not a valid value"
690
742
  msgstr "不是有效值"
691
743
 
@@ -693,11 +745,13 @@ msgstr "不是有效值"
693
745
  msgid "must be between 1 and 31"
694
746
  msgstr "数字必须在 1 到 31 之间"
695
747
 
696
- #: ../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
697
750
  msgid "Compliant"
698
751
  msgstr "合规"
699
752
 
700
- #: ../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
701
755
  msgid "Incompliant"
702
756
  msgstr "不合规"
703
757
 
@@ -725,7 +779,8 @@ msgstr "找到了 %s 个有可用补丁的漏洞"
725
779
  msgid "Unknown OVAL status"
726
780
  msgstr "未知的 OVAL 状态"
727
781
 
728
- #: ../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
729
784
  msgid "Deployment Options"
730
785
  msgstr "部署选项"
731
786
 
@@ -733,19 +788,29 @@ msgstr "部署选项"
733
788
  msgid "Policy Attributes"
734
789
  msgstr "策略属性"
735
790
 
736
- #: ../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
737
794
  msgid "Schedule"
738
795
  msgstr "调度"
739
796
 
740
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
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
741
801
  msgid "Locations"
742
802
  msgstr "位置"
743
803
 
744
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
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
745
808
  msgid "Organizations"
746
809
  msgstr "机构"
747
810
 
748
- #: ../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
749
814
  msgid "Hostgroups"
750
815
  msgstr "主机组"
751
816
 
@@ -774,23 +839,31 @@ msgid "does not have the selected SCAP content profile"
774
839
  msgstr "不具备所选的 SCAP 内容配置文件"
775
840
 
776
841
  #: ../app/models/foreman_openscap/policy.rb:271
777
- msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
778
- msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'。"
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'"
779
846
 
780
847
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
781
848
  msgid "invalid type %s"
782
849
  msgstr "无效类型 %s"
783
850
 
784
851
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
785
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
786
- msgstr ""
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 角色和变量。这将为主机或选定的主机组分配角色。"
787
856
 
788
857
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
789
- msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
790
- msgstr ""
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 角色运行。在更改此策略后,还需要手动运行。"
791
862
 
792
863
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
793
- msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
864
+ msgid ""
865
+ "theforeman.foreman_scap_client Ansible Role not found, please import it "
866
+ "before running this action again."
794
867
  msgstr "没有找到 theforeman.foreman_scap_client Ansible 角色,请先将其导入,然后再运行此操作。"
795
868
 
796
869
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -802,16 +875,22 @@ msgid "Ansible variables"
802
875
  msgstr "Ansible 变量"
803
876
 
804
877
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
805
- msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
806
- msgstr ""
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 报告。"
807
882
 
808
883
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
809
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
810
- msgstr ""
884
+ msgid ""
885
+ "Requires %s Puppet class. This will assign the class to the hosts or "
886
+ "selected hostgroups."
887
+ msgstr "需要 %s Puppet 类。这会将类分配给主机或所选主机组。"
811
888
 
812
889
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
813
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
814
- msgstr ""
890
+ msgid ""
891
+ "Every puppet run ensures the foreman_scap_client is configured according to "
892
+ "the policy."
893
+ msgstr "每个 puppet 运行确保了 foreman_scap_client 会根据策略配置。"
815
894
 
816
895
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
817
896
  msgid "Puppet class"
@@ -822,31 +901,42 @@ msgid "Smart Class Parameters"
822
901
  msgstr "智能类参数"
823
902
 
824
903
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
825
- msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
904
+ msgid ""
905
+ "%{type} was selected to deploy policy to clients, but %{type} is not "
906
+ "available. Are you missing a plugin?"
826
907
  msgstr "已选择 %{type} 将策略部署到客户端,但是%{type} 不可用。您是否缺少插件?"
827
908
 
828
909
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
829
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
830
- msgstr "没有找到所需的%{msg_name}%{class},请确认它已被导入。"
910
+ msgid ""
911
+ "Required %{msg_name} %{class} was not found, please ensure it is imported "
912
+ "first."
913
+ msgstr "没有找到所需的%%{msg_name}%%{class},请确认它已被导入。"
831
914
 
832
915
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
833
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
834
- msgstr "%{item_name} 缺少以下 {key_name}:%{key_names}。在继续操作之前,请确保已将其导入。"
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}。在继续操作之前,请确保已将其导入。"
835
920
 
836
921
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
837
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
838
- msgstr "覆盖%{config_tool} 的参数时无法保存,原因是:%{errors}"
922
+ msgid ""
923
+ "Failed to save when overriding parameters for %{config_tool}, cause: "
924
+ "%{errors}"
925
+ msgstr "覆盖%%{config_tool} 的参数时无法保存,原因是:%{errors}"
839
926
 
840
927
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
841
928
  msgid "This feature is temporarily disabled. "
842
929
  msgstr "此功能暂时被禁用。"
843
930
 
844
931
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
845
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
932
+ msgid ""
933
+ "The following Smart Proxies need to be updated to unlock the feature: %s. "
846
934
  msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
847
935
 
848
936
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
849
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
937
+ msgid ""
938
+ "The following proxies could not be reached: %s. Please make sure they are "
939
+ "available so Foreman can check their versions."
850
940
  msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
851
941
 
852
942
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -859,7 +949,7 @@ msgstr "在继续前,把 openscap_proxy 分配给 %s。"
859
949
 
860
950
  #: ../app/services/foreman_openscap/oval/configure.rb:75
861
951
  msgid "Was %{model_name} %{name} configured successfully?"
862
- msgstr "{model_name}%%{name}配置成功了吗?"
952
+ msgstr "%%{model_name}%%{name}配置成功了吗?"
863
953
 
864
954
  #: ../app/services/foreman_openscap/oval/setup.rb:56
865
955
  msgid "Could not update Ansible Variables with override: true"
@@ -870,7 +960,9 @@ msgid "Is foreman_ansible present?"
870
960
  msgstr "foreman_ansible 存在吗?"
871
961
 
872
962
  #: ../app/services/foreman_openscap/oval/setup.rb:62
873
- 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."
874
966
  msgstr "没有找到 foreman_ansible 插件,请先安装它,然后再次运行此操作。"
875
967
 
876
968
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -882,20 +974,24 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
882
974
  msgstr "是否存在 forforeman.foreman_scap_client 所需的变量?"
883
975
 
884
976
  #: ../app/services/foreman_openscap/oval/setup.rb:72
885
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
886
- msgstr "找不到以下 Ansible 变量:%{missing_vars},请再次导入它们,然后再运行此操作。"
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},请再次导入它们,然后再运行此操作。"
887
981
 
888
- #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
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
889
985
  msgid "Is %s param set to be overriden?"
890
986
  msgstr "是否设置了 %s 参数?"
891
987
 
892
988
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
893
989
  msgid "cause: "
894
- msgstr ""
990
+ msgstr "原因: "
895
991
 
896
992
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
897
993
  msgid "Failed to fetch content file from %s"
898
- msgstr ""
994
+ msgstr "从 %s 获取内容文件失败"
899
995
 
900
996
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
901
997
  msgid "No proxy with OpenSCAP feature was found."
@@ -917,7 +1013,9 @@ msgstr "更改的文件不含现有的 SCAP 内容配置文件"
917
1013
  msgid "More details"
918
1014
  msgstr "更多细节"
919
1015
 
920
- #: ../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
921
1019
  msgid "Description"
922
1020
  msgstr "描述"
923
1021
 
@@ -937,7 +1035,8 @@ msgstr "选择这个页中的所有项"
937
1035
  msgid "items selected. Uncheck to Clear"
938
1036
  msgstr "选择的项。取消选中以清除"
939
1037
 
940
- #: ../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
941
1040
  msgid "Reported At"
942
1041
  msgstr "报告于"
943
1042
 
@@ -945,7 +1044,12 @@ msgstr "报告于"
945
1044
  msgid "Openscap Proxy"
946
1045
  msgstr "Openscap 代理"
947
1046
 
948
- #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
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
949
1053
  msgid "Actions"
950
1054
  msgstr "操作"
951
1055
 
@@ -1025,12 +1129,15 @@ msgstr "下载 XML,格式为 bzip"
1025
1129
  msgid "Download HTML"
1026
1130
  msgstr "下载 HTML"
1027
1131
 
1028
- #: ../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
1029
1134
  msgid "Loading..."
1030
1135
  msgstr "载入中..."
1031
1136
 
1032
1137
  #: ../app/views/arf_reports/welcome.html.erb:9
1033
- msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
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."
1034
1141
  msgstr "您似乎没有 ARF 报告。ARF 报告是针对给定的合规策略对特定主机执行单次扫描的摘要。"
1035
1142
 
1036
1143
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1058,7 +1165,8 @@ msgstr "一直以來的 %s 报告"
1058
1165
  msgid "No report for this policy"
1059
1166
  msgstr "没有此策略的报告"
1060
1167
 
1061
- #: ../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
1062
1170
  msgid "Latest Compliance Reports"
1063
1171
  msgstr "最新合规报告"
1064
1172
 
@@ -1074,7 +1182,8 @@ msgstr "主机已不存在"
1074
1182
  msgid "Policy is missing"
1075
1183
  msgstr "策略缺失"
1076
1184
 
1077
- #: ../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
1078
1187
  msgid "Compliance Reports Breakdown"
1079
1188
  msgstr "合规报告故障"
1080
1189
 
@@ -1090,11 +1199,13 @@ msgstr "主机名"
1090
1199
  msgid "Changed?"
1091
1200
  msgstr "已改变?"
1092
1201
 
1093
- #: ../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
1094
1204
  msgid "Yes"
1095
1205
  msgstr "是"
1096
1206
 
1097
- #: ../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
1098
1209
  msgid "No"
1099
1210
  msgstr "否"
1100
1211
 
@@ -1143,33 +1254,48 @@ msgstr "常规"
1143
1254
  msgid "Host Groups"
1144
1255
  msgstr "主机组"
1145
1256
 
1146
- #: ../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
1147
1259
  msgid "Choose period"
1148
1260
  msgstr "选择期间"
1149
1261
 
1150
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1262
+ #: ../app/views/policies/_form.html.erb:47
1263
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
1151
1264
  msgid "Choose weekday"
1152
1265
  msgstr "选择星期几"
1153
1266
 
1154
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1155
- msgid "Number of a day in month, note that not all months have same count of days"
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"
1156
1271
  msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數"
1157
1272
 
1158
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1159
- msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
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"
1160
1278
  msgstr "您可以设置定制的 cron 行,如 \"0 3 * * *\",其中的 5 个值由空格分隔"
1161
1279
 
1162
- #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
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
1163
1289
  msgid "Name"
1164
1290
  msgstr "名称"
1165
1291
 
1166
1292
  #: ../app/views/policies/_list.html.erb:4
1167
1293
  msgid "Content"
1168
- msgstr ""
1294
+ msgstr "内容"
1169
1295
 
1170
1296
  #: ../app/views/policies/_list.html.erb:5
1171
1297
  msgid "Profile"
1172
- msgstr ""
1298
+ msgstr "配置集"
1173
1299
 
1174
1300
  #: ../app/views/policies/_list.html.erb:7
1175
1301
  msgid "Effective Profile"
@@ -1191,19 +1317,25 @@ msgstr "显示指南"
1191
1317
  msgid "Delete compliance policy %s with all of its reports?"
1192
1318
  msgstr "是否删除所有报告中的合规策略 %s?"
1193
1319
 
1194
- #: ../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
1195
1322
  msgid "New Compliance Policy"
1196
1323
  msgstr "新的合规政策"
1197
1324
 
1198
- #: ../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
1199
1327
  msgid "Select Compliance Policy"
1200
1328
  msgstr "选择合规政策"
1201
1329
 
1202
- #: ../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
1203
1333
  msgid "Edit %s"
1204
1334
  msgstr "编辑 %s"
1205
1335
 
1206
- #: ../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
1207
1339
  msgid "Compliance Policies"
1208
1340
  msgstr "合规性策略"
1209
1341
 
@@ -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"