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,18 +1,18 @@
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
  # Kazuki Omo <kazuki.omo@gmail.com>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: Foreman\n"
10
+ "Project-Id-Version: foreman_openscap 7.1.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2023-11-28 22:29+0100\n"
12
13
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
14
  "Last-Translator: Kazuki Omo <kazuki.omo@gmail.com>, 2016\n"
14
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
- ")\n"
15
+ "Language-Team: Japanese (http://app.transifex.com/foreman/foreman/language/ja/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
@@ -47,12 +47,15 @@ msgstr "HTML の ARF レポートのダウンロード"
47
47
  msgid "Policy with id %s not found."
48
48
  msgstr "id が %s のポリシーが見つかりません"
49
49
 
50
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
50
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103
51
+ #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
51
52
  msgid "Could not find host identified by: %s"
52
53
  msgstr "%s が識別したホストが見つかりませんでした"
53
54
 
54
55
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
55
- 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"
56
+ msgid ""
57
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params "
58
+ "when uploading for %s and host is missing openscap_proxy"
56
59
  msgstr "Arf レポートのアップロードに失敗しました。%s のアップロード時にパラメーターで OpenSCAP プロキシー名または url が見つかりませんでした。ホストには openscap_proxy が設定されていません。"
57
60
 
58
61
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
@@ -173,7 +176,7 @@ msgstr "ホスト"
173
176
 
174
177
  #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
175
178
  msgid "Show a policy's OVAL content"
176
- msgstr ""
179
+ msgstr "ポリシーの OVAL コンテンツを表示"
177
180
 
178
181
  #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
179
182
  msgid "OVAL policy successfully configured with %s."
@@ -291,7 +294,8 @@ msgstr "SCAP コンテンツ名"
291
294
  msgid "XML containing SCAP content"
292
295
  msgstr "SCAP コンテンツを含む XML"
293
296
 
294
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
297
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
298
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
295
299
  msgid "Original file name of the XML file"
296
300
  msgstr "XML ファイルの元のファイル名"
297
301
 
@@ -324,7 +328,9 @@ msgid "Directory to upload when using \"directory\" upload type"
324
328
  msgstr "「ディレクトリ」アップロードタイプを使用する場合のアップロードするディレクトリー"
325
329
 
326
330
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
327
- msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
331
+ msgid ""
332
+ "Please specify import type, received: %{received}, expected one of: "
333
+ "%{expected}"
328
334
  msgstr "インポートタイプを指定してください。受信: %%{received}、次のうち 1 つを想定: %%{expected}"
329
335
 
330
336
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
@@ -372,8 +378,9 @@ msgid "Successfully deleted ARF report."
372
378
  msgstr "ARF レポートが正常に削除されました。"
373
379
 
374
380
  #: ../app/controllers/arf_reports_controller.rb:57
375
- msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
376
- msgstr "{reported_at} で報告されたホスト {host_name} ARF レポートの削除に失敗しました"
381
+ msgid ""
382
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
383
+ msgstr "%{reported_at} で報告されたホスト %{host_name} の ARF レポートの削除に失敗しました"
377
384
 
378
385
  #: ../app/controllers/arf_reports_controller.rb:67
379
386
  msgid "Failed to delete %s compliance reports"
@@ -404,8 +411,10 @@ msgid "The identifier of the host"
404
411
  msgstr "ホストの ID"
405
412
 
406
413
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
407
- msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
408
- msgstr ""
414
+ msgid ""
415
+ "The %s proxy does not have Openscap feature enabled. Either set correct "
416
+ "OpenSCAP Proxy or unset it."
417
+ msgstr "%s プロキシーでは Openscap 機能が有効になっていません。正しい OpenSCAP プロキシーを設定するか、未設定にしてください。"
409
418
 
410
419
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
411
420
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -431,27 +440,40 @@ msgstr "更新済みホスト: コンプライアンスポリシー '%s' の割
431
440
  msgid "No valid policy ID provided"
432
441
  msgstr "有効なポリシー ID が提供されていません"
433
442
 
434
- #: ../app/controllers/policies_controller.rb:125
435
- msgid "No hosts were found."
436
- msgstr "ホストが見つかりませんでした。"
437
-
438
443
  #: ../app/controllers/policies_controller.rb:129
444
+ msgid "No hosts were found with that id, name or query filter"
445
+ msgstr "その ID、名前またはクエリーフィルターを使ってホストを見つけることができませんでした"
446
+
447
+ #: ../app/controllers/policies_controller.rb:134
439
448
  msgid "No hosts selected"
440
449
  msgstr "ホストが選択されていません"
441
450
 
442
- #: ../app/controllers/policies_controller.rb:134
451
+ #: ../app/controllers/policies_controller.rb:139
443
452
  msgid "Something went wrong while selecting hosts - %s"
444
453
  msgstr "ホストの選択中に問題が発生しました: %s"
445
454
 
446
- #: ../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
455
+ #: ../app/helpers/arf_report_dashboard_helper.rb:16
456
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
457
+ #: ../app/helpers/compliance_hosts_helper.rb:15
458
+ #: ../app/views/arf_reports/_list.html.erb:11
459
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
460
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:10
447
461
  msgid "Failed"
448
462
  msgstr "失敗"
449
463
 
450
- #: ../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
464
+ #: ../app/helpers/arf_report_dashboard_helper.rb:17
465
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
466
+ #: ../app/helpers/compliance_hosts_helper.rb:14
467
+ #: ../app/views/arf_reports/_list.html.erb:10
468
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
469
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:9
451
470
  msgid "Passed"
452
471
  msgstr "合格"
453
472
 
454
- #: ../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
473
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18
474
+ #: ../app/views/arf_reports/_list.html.erb:12
475
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
476
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:11
455
477
  msgid "Other"
456
478
  msgstr "その他"
457
479
 
@@ -479,7 +501,10 @@ msgstr "Failed および Othered"
479
501
  msgid "Failed only"
480
502
  msgstr "失敗のみ"
481
503
 
482
- #: ../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
504
+ #: ../app/helpers/arf_reports_helper.rb:20
505
+ #: ../app/views/arf_reports/index.html.erb:1
506
+ #: ../app/views/arf_reports/welcome.html.erb:1
507
+ #: ../app/views/arf_reports/welcome.html.erb:7
483
508
  msgid "Compliance Reports"
484
509
  msgstr "コンプライアンスレポート"
485
510
 
@@ -523,11 +548,15 @@ msgstr "このルールに合格のホスト"
523
548
  msgid "Hosts othering this rule"
524
549
  msgstr "このルールに該当しないホスト"
525
550
 
526
- #: ../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
551
+ #: ../app/helpers/compliance_dashboard_helper.rb:3
552
+ #: ../app/views/arf_reports/_list.html.erb:6
553
+ #: ../app/views/arf_reports/delete_multiple.html.erb:7
554
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
527
555
  msgid "Host"
528
556
  msgstr "ホスト"
529
557
 
530
- #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
558
+ #: ../app/helpers/compliance_dashboard_helper.rb:4
559
+ #: ../app/views/arf_reports/_list.html.erb:8
531
560
  msgid "Policy"
532
561
  msgstr "ポリシー"
533
562
 
@@ -546,27 +575,31 @@ msgstr "F"
546
575
  msgid "Othered|O"
547
576
  msgstr "O"
548
577
 
549
- #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
578
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
579
+ #: ../app/helpers/compliance_hosts_helper.rb:16
550
580
  msgid "Othered"
551
581
  msgstr "Othered"
552
582
 
553
- #: ../app/helpers/compliance_hosts_helper.rb:24
583
+ #: ../app/helpers/compliance_hosts_helper.rb:26
554
584
  msgid "Assign Compliance Policy"
555
585
  msgstr "コンプライアンスポリシーの割り当て"
556
586
 
557
- #: ../app/helpers/compliance_hosts_helper.rb:25
587
+ #: ../app/helpers/compliance_hosts_helper.rb:27
558
588
  msgid "Unassign Compliance Policy"
559
589
  msgstr "コンプライアンスポリシーの割り当て解除"
560
590
 
561
- #: ../app/helpers/compliance_hosts_helper.rb:26
591
+ #: ../app/helpers/compliance_hosts_helper.rb:28
562
592
  msgid "Change OpenSCAP Proxy"
563
593
  msgstr "OpenSCAP プロキシーの変更"
564
594
 
565
- #: ../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
595
+ #: ../app/helpers/compliance_hosts_helper.rb:37
596
+ #: ../app/models/foreman_openscap/compliance_status.rb:8
597
+ #: ../lib/foreman_openscap/engine.rb:159
598
+ #: ../webpack/components/HostExtentions/HostKebabItems.js:39
566
599
  msgid "Compliance"
567
600
  msgstr "コンプライアンス"
568
601
 
569
- #: ../app/helpers/compliance_hosts_helper.rb:37
602
+ #: ../app/helpers/compliance_hosts_helper.rb:39
570
603
  msgid "Host compliance details"
571
604
  msgstr "ホストコンプライアンス詳細"
572
605
 
@@ -574,47 +607,54 @@ msgstr "ホストコンプライアンス詳細"
574
607
  msgid "Host is deleted"
575
608
  msgstr "ホストが削除されました"
576
609
 
577
- #: ../app/helpers/foreman_openscap_helper.rb:4
578
- msgid "documentation"
579
- msgstr "ドキュメント"
580
-
581
610
  #: ../app/helpers/policies_helper.rb:56
582
611
  msgid "Choose existing SCAP Content"
583
612
  msgstr "既存の SCAP コンテンツを選択"
584
613
 
585
- #: ../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
614
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
615
+ #: ../app/models/foreman_openscap/policy.rb:11
616
+ #: ../app/views/policies/_form.html.erb:10
617
+ #: ../app/views/scap_contents/welcome.html.erb:1
618
+ #: ../app/views/scap_contents/welcome.html.erb:6
586
619
  msgid "SCAP Content"
587
620
  msgstr "SCAP コンテンツ"
588
621
 
589
- #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
622
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
590
623
  msgid "XCCDF Profile"
591
624
  msgstr "XCCDF プロファイル"
592
625
 
593
- #: ../app/helpers/policies_helper.rb:78
626
+ #: ../app/helpers/policies_helper.rb:80
594
627
  msgid "Default XCCDF profile"
595
628
  msgstr "デフォルトの XCCDF プロファイル"
596
629
 
597
- #: ../app/helpers/policies_helper.rb:87
630
+ #: ../app/helpers/policies_helper.rb:89
598
631
  msgid "Choose Tailoring File"
599
632
  msgstr "テーラリングファイルの選択"
600
633
 
601
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
634
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
602
635
  msgid "Tailoring File"
603
636
  msgstr "テーラリングファイル"
604
637
 
605
- #: ../app/helpers/policies_helper.rb:97
638
+ #: ../app/helpers/policies_helper.rb:99
606
639
  msgid "XCCDF Profile in Tailoring File"
607
640
  msgstr "テーラリングファイルでの XCCDF プロファイル"
608
641
 
609
- #: ../app/helpers/policies_helper.rb:98
642
+ #: ../app/helpers/policies_helper.rb:100
610
643
  msgid "This profile will be used to override the one from scap content"
611
644
  msgstr "このプロファイルは scrap コンテンツからのものを上書きするために使用されます"
612
645
 
613
- #: ../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
646
+ #: ../app/helpers/policies_helper.rb:111
647
+ #: ../app/views/arf_reports/_list.html.erb:54
648
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
649
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
614
650
  msgid "Submit"
615
651
  msgstr "送信"
616
652
 
617
- #: ../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
653
+ #: ../app/helpers/policies_helper.rb:115
654
+ #: ../app/views/arf_reports/_list.html.erb:53
655
+ #: ../webpack/components/ConfirmModal.js:27
656
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
657
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
618
658
  msgid "Cancel"
619
659
  msgstr "取り消し"
620
660
 
@@ -626,7 +666,8 @@ msgstr "準拠したホスト"
626
666
  msgid "Incompliant hosts"
627
667
  msgstr "準拠しないホスト"
628
668
 
629
- #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
669
+ #: ../app/helpers/policy_dashboard_helper.rb:13
670
+ #: ../app/models/foreman_openscap/compliance_status.rb:24
630
671
  msgid "Inconclusive"
631
672
  msgstr "不確定"
632
673
 
@@ -639,7 +680,9 @@ msgid "Host is assigned to policy"
639
680
  msgstr "ホストはポリシーに割り当てられています"
640
681
 
641
682
  #: ../app/helpers/policy_dashboard_helper.rb:44
642
- msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
683
+ msgid ""
684
+ "Host is not assigned to policy but reports were found. You may want to "
685
+ "delete the reports or assign the policy again."
643
686
  msgstr "ホストはポリシーに割り当てられていませんが、レポートが見つかりました。レポートを削除するか、ポリシーを再度割り当てることをお勧めします。"
644
687
 
645
688
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -651,16 +694,19 @@ msgid "Total hosts with reports where policy is no longer assigned."
651
694
  msgstr "ポリシーの割り当てが解除されたレポートが含まれるホストの総数。"
652
695
 
653
696
  #: ../app/lib/proxy_api/openscap.rb:21
654
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
697
+ msgid ""
698
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout"
655
699
  msgstr "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
656
700
 
657
701
  #: ../app/lib/proxy_api/openscap.rb:24
658
- msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
702
+ msgid ""
703
+ "Could not validate %s. Please make sure you have appropriate proxy version "
704
+ "to use this functionality"
659
705
  msgstr "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
660
706
 
661
707
  #: ../app/lib/proxy_api/openscap.rb:27
662
708
  msgid "Could not validate %{file_type}. Error %{error}"
663
- msgstr "{file_type} を検証できませんでした。エラー: %{error}"
709
+ msgstr "%%{file_type} を検証できませんでした。エラー: %%{error}"
664
710
 
665
711
  #: ../app/lib/proxy_api/openscap.rb:40
666
712
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -690,7 +736,9 @@ msgstr "ID %{id} の %{class} の OpenSCAP プロキシーが見つかりませ
690
736
  msgid "does not consist of 5 parts separated by space"
691
737
  msgstr "スペースで区切られた 5 つの部分で構成されていません"
692
738
 
693
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
739
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21
740
+ #: ../app/models/foreman_openscap/oval_policy.rb:14
741
+ #: ../app/models/foreman_openscap/policy.rb:34
694
742
  msgid "is not a valid value"
695
743
  msgstr "有効な値ではありません"
696
744
 
@@ -698,11 +746,13 @@ msgstr "有効な値ではありません"
698
746
  msgid "must be between 1 and 31"
699
747
  msgstr "1 から 31 の間でなければなりません"
700
748
 
701
- #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
749
+ #: ../app/models/foreman_openscap/compliance_status.rb:22
750
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
702
751
  msgid "Compliant"
703
752
  msgstr "準拠"
704
753
 
705
- #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
754
+ #: ../app/models/foreman_openscap/compliance_status.rb:26
755
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
706
756
  msgid "Incompliant"
707
757
  msgstr "非準拠"
708
758
 
@@ -730,7 +780,8 @@ msgstr "%s 利用可能なパッチがある脆弱性が見つかりました"
730
780
  msgid "Unknown OVAL status"
731
781
  msgstr "OVAL の不明なステータス"
732
782
 
733
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
783
+ #: ../app/models/foreman_openscap/policy.rb:11
784
+ #: ../app/views/policies/_form.html.erb:8
734
785
  msgid "Deployment Options"
735
786
  msgstr "デプロイメントオプション"
736
787
 
@@ -738,19 +789,29 @@ msgstr "デプロイメントオプション"
738
789
  msgid "Policy Attributes"
739
790
  msgstr "ポリシー属性"
740
791
 
741
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
792
+ #: ../app/models/foreman_openscap/policy.rb:11
793
+ #: ../app/views/policies/_form.html.erb:11
794
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
742
795
  msgid "Schedule"
743
796
  msgstr "スケジュール"
744
797
 
745
- #: ../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
798
+ #: ../app/models/foreman_openscap/policy.rb:11
799
+ #: ../app/views/policies/_form.html.erb:13
800
+ #: ../app/views/scap_contents/_form.html.erb:11
801
+ #: ../app/views/tailoring_files/_form.html.erb:11
746
802
  msgid "Locations"
747
803
  msgstr "ロケーション"
748
804
 
749
- #: ../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
805
+ #: ../app/models/foreman_openscap/policy.rb:11
806
+ #: ../app/views/policies/_form.html.erb:16
807
+ #: ../app/views/scap_contents/_form.html.erb:14
808
+ #: ../app/views/tailoring_files/_form.html.erb:14
750
809
  msgid "Organizations"
751
810
  msgstr "組織"
752
811
 
753
- #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
812
+ #: ../app/models/foreman_openscap/policy.rb:11
813
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99
814
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
754
815
  msgid "Hostgroups"
755
816
  msgstr "ホストグループ"
756
817
 
@@ -779,7 +840,9 @@ msgid "does not have the selected SCAP content profile"
779
840
  msgstr "選択した SCAP コンテンツプロファイルがありません"
780
841
 
781
842
  #: ../app/models/foreman_openscap/policy.rb:271
782
- msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
843
+ msgid ""
844
+ "cannot assign to %s, all assigned policies must be deployed in the same way,"
845
+ " check 'deploy by' for each assigned policy"
783
846
  msgstr "%s に割り当てることができません。割り当てたポリシーはすべて同じ方法でデプロイする必要があります。割り当て済みのポリシーごとに「デプロイ方法 (deploy by)」を確認してください。"
784
847
 
785
848
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
@@ -787,15 +850,21 @@ msgid "invalid type %s"
787
850
  msgstr "無効なタイプ %s"
788
851
 
789
852
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
790
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
791
- msgstr ""
853
+ msgid ""
854
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the"
855
+ " role to the hosts or selected hostgroups."
856
+ msgstr "Ansible プラグイン、%s Ansible ロール、変数が必要です。ホストまたは選択したホストグループにロールが割り当てられます。"
792
857
 
793
858
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
794
- 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."
795
- msgstr ""
859
+ msgid ""
860
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered "
861
+ "manually. Manual run is also required after any change to this policy."
862
+ msgstr "foreman_scap_client をデプロイするには、ansible ロールの実行を手動でトリガーする必要があります。このポリシーを変更した場合も、変更後に手動での実行が必要になります。"
796
863
 
797
864
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
798
- msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
865
+ msgid ""
866
+ "theforeman.foreman_scap_client Ansible Role not found, please import it "
867
+ "before running this action again."
799
868
  msgstr "theforeman.foreman_scap_client Ansible ロールが見つかりません。このアクションを再度実行する前に、インポートしてください。"
800
869
 
801
870
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -807,16 +876,22 @@ msgid "Ansible variables"
807
876
  msgstr "Ansible 変数"
808
877
 
809
878
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
810
- 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."
811
- msgstr ""
879
+ msgid ""
880
+ "This leaves the setup of the foreman_scap_client solely on the user. The "
881
+ "policy still needs to be defined in order to link incoming ARF reports."
882
+ msgstr "これにより、foreman_scap_client のセットアップはユーザーにのみ残ります。受信 ARF レポートをリンクするには、ポリシーを定義する必要があります。"
812
883
 
813
884
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
814
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
815
- msgstr ""
885
+ msgid ""
886
+ "Requires %s Puppet class. This will assign the class to the hosts or "
887
+ "selected hostgroups."
888
+ msgstr "%s Puppet クラスが必要です。ホストまたは選択したホストグループに、そのクラスが割り当てられます。"
816
889
 
817
890
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
818
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
819
- msgstr ""
891
+ msgid ""
892
+ "Every puppet run ensures the foreman_scap_client is configured according to "
893
+ "the policy."
894
+ msgstr "すべての Puppet 実行により、foreman_scap_client がポリシーに従って設定されます。"
820
895
 
821
896
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
822
897
  msgid "Puppet class"
@@ -827,31 +902,42 @@ msgid "Smart Class Parameters"
827
902
  msgstr "スマートクラスパラメーター"
828
903
 
829
904
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
830
- msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
905
+ msgid ""
906
+ "%{type} was selected to deploy policy to clients, but %{type} is not "
907
+ "available. Are you missing a plugin?"
831
908
  msgstr "クライアントへのポリシーのデプロイに %{type} が選択されましたが、%{type} は利用できません。プラグインがありませんか?"
832
909
 
833
910
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
834
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
835
- msgstr "必要とされる {msg_name}%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
911
+ msgid ""
912
+ "Required %{msg_name} %{class} was not found, please ensure it is imported "
913
+ "first."
914
+ msgstr "必要とされる %%{msg_name} %%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
836
915
 
837
916
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
838
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
839
- msgstr "以下の %{key_name} %{item_name}: %{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
917
+ msgid ""
918
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make "
919
+ "sure they are imported before proceeding."
920
+ msgstr "以下の %%{key_name} が %%{item_name}: %%{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
840
921
 
841
922
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
842
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
843
- msgstr "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
923
+ msgid ""
924
+ "Failed to save when overriding parameters for %{config_tool}, cause: "
925
+ "%{errors}"
926
+ msgstr "%%{config_tool} のパラメーターの上書き時に保存に失敗しました。原因: %%{errors}"
844
927
 
845
928
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
846
929
  msgid "This feature is temporarily disabled. "
847
930
  msgstr "この機能は一時的に無効にされています。 "
848
931
 
849
932
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
850
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
933
+ msgid ""
934
+ "The following Smart Proxies need to be updated to unlock the feature: %s. "
851
935
  msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
852
936
 
853
937
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
854
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
938
+ msgid ""
939
+ "The following proxies could not be reached: %s. Please make sure they are "
940
+ "available so Foreman can check their versions."
855
941
  msgstr "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
856
942
 
857
943
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -864,7 +950,7 @@ msgstr "続行する前に、openscap_proxy を %s に割り当てます。"
864
950
 
865
951
  #: ../app/services/foreman_openscap/oval/configure.rb:75
866
952
  msgid "Was %{model_name} %{name} configured successfully?"
867
- msgstr "%{model_name} %%{name} は正常に設定されましたか?"
953
+ msgstr "%%{model_name} %%{name} は正常に設定されましたか?"
868
954
 
869
955
  #: ../app/services/foreman_openscap/oval/setup.rb:56
870
956
  msgid "Could not update Ansible Variables with override: true"
@@ -875,7 +961,9 @@ msgid "Is foreman_ansible present?"
875
961
  msgstr "foreman_ansible は存在しますか?"
876
962
 
877
963
  #: ../app/services/foreman_openscap/oval/setup.rb:62
878
- msgid "foreman_ansible plugin not found, please install it before running this action again."
964
+ msgid ""
965
+ "foreman_ansible plugin not found, please install it before running this "
966
+ "action again."
879
967
  msgstr "foreman_ansible プラグインが見つかりません。このアクションを再度実行する前に、プラグインをインストールしてください。"
880
968
 
881
969
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -887,20 +975,24 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
887
975
  msgstr "theforeman.foreman_scap_client に必要な変数ですか?"
888
976
 
889
977
  #: ../app/services/foreman_openscap/oval/setup.rb:72
890
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
891
- msgstr "次の Ansible 変数が見つかりませんでした: %{missing_vars}。このアクションを再度実行する前に、Ansible 変数をインポートしてください。"
978
+ msgid ""
979
+ "The following Ansible Variables were not found: %{missing_vars}, please "
980
+ "import them before running this action again."
981
+ msgstr "次の Ansible 変数が見つかりませんでした: %%{missing_vars}。このアクションを再度実行する前に、Ansible 変数をインポートしてください。"
892
982
 
893
- #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
983
+ #: ../app/services/foreman_openscap/oval/setup.rb:76
984
+ #: ../app/services/foreman_openscap/oval/setup.rb:81
985
+ #: ../app/services/foreman_openscap/oval/setup.rb:86
894
986
  msgid "Is %s param set to be overriden?"
895
987
  msgstr "%s param はオーバーライドされるように設定されていますか?"
896
988
 
897
989
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
898
990
  msgid "cause: "
899
- msgstr ""
991
+ msgstr "原因: "
900
992
 
901
993
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
902
994
  msgid "Failed to fetch content file from %s"
903
- msgstr ""
995
+ msgstr "%s からコンテンツファイルを取得できませんでした"
904
996
 
905
997
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
906
998
  msgid "No proxy with OpenSCAP feature was found."
@@ -922,7 +1014,9 @@ msgstr "変更されたファイルには既存の SCAP コンテンツプロフ
922
1014
  msgid "More details"
923
1015
  msgstr "詳細"
924
1016
 
925
- #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
1017
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6
1018
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62
1019
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
926
1020
  msgid "Description"
927
1021
  msgstr "説明"
928
1022
 
@@ -942,7 +1036,8 @@ msgstr "このページのすべての項目を選択"
942
1036
  msgid "items selected. Uncheck to Clear"
943
1037
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
944
1038
 
945
- #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
1039
+ #: ../app/views/arf_reports/_list.html.erb:7
1040
+ #: ../app/views/arf_reports/delete_multiple.html.erb:10
946
1041
  msgid "Reported At"
947
1042
  msgstr "報告済み"
948
1043
 
@@ -950,7 +1045,12 @@ msgstr "報告済み"
950
1045
  msgid "Openscap Proxy"
951
1046
  msgstr "OpenSCAP プロキシー"
952
1047
 
953
- #: ../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
1048
+ #: ../app/views/arf_reports/_list.html.erb:13
1049
+ #: ../app/views/arf_reports/_output.html.erb:16
1050
+ #: ../app/views/policies/_list.html.erb:8
1051
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:12
1052
+ #: ../app/views/scap_contents/_list.html.erb:6
1053
+ #: ../app/views/tailoring_files/_list.html.erb:6
954
1054
  msgid "Actions"
955
1055
  msgstr "アクション"
956
1056
 
@@ -1010,32 +1110,35 @@ msgstr "削除"
1010
1110
  msgid "these Compliance reports"
1011
1111
  msgstr "これらのコンプライアンスレポート"
1012
1112
 
1013
- #: ../app/views/arf_reports/show.html.erb:15
1113
+ #: ../app/views/arf_reports/show.html.erb:14
1014
1114
  msgid "Back"
1015
1115
  msgstr "戻る"
1016
1116
 
1017
- #: ../app/views/arf_reports/show.html.erb:17
1117
+ #: ../app/views/arf_reports/show.html.erb:16
1018
1118
  msgid "Host details"
1019
1119
  msgstr "ホストの詳細"
1020
1120
 
1021
- #: ../app/views/arf_reports/show.html.erb:18
1121
+ #: ../app/views/arf_reports/show.html.erb:17
1022
1122
  msgid "View full report"
1023
1123
  msgstr "フルレポートを表示"
1024
1124
 
1025
- #: ../app/views/arf_reports/show.html.erb:19
1125
+ #: ../app/views/arf_reports/show.html.erb:18
1026
1126
  msgid "Download XML in bzip"
1027
1127
  msgstr "XML を bzip でダウンロード"
1028
1128
 
1029
- #: ../app/views/arf_reports/show.html.erb:20
1129
+ #: ../app/views/arf_reports/show.html.erb:19
1030
1130
  msgid "Download HTML"
1031
1131
  msgstr "HTML のダウンロード"
1032
1132
 
1033
- #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1133
+ #: ../app/views/arf_reports/show_html.html.erb:10
1134
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1034
1135
  msgid "Loading..."
1035
- msgstr "読み込み中..."
1136
+ msgstr "ロード中..."
1036
1137
 
1037
1138
  #: ../app/views/arf_reports/welcome.html.erb:9
1038
- 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."
1139
+ msgid ""
1140
+ "You don't seem to have any ARF report. ARF report is a summary of a single "
1141
+ "scan occurrence on a particular host for a given Compliance Policy."
1039
1142
  msgstr "ARF レポートがないようです。ARF レポートは、指定のコンプライアンスポリシーを基に、特定のホストを 1 回スキャンしたときのサマリーです。"
1040
1143
 
1041
1144
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1063,7 +1166,8 @@ msgstr "経過レポート %s 件"
1063
1166
  msgid "No report for this policy"
1064
1167
  msgstr "このポリシーのレポートはありません"
1065
1168
 
1066
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1169
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
1170
+ #: ../lib/foreman_openscap/engine.rb:183
1067
1171
  msgid "Latest Compliance Reports"
1068
1172
  msgstr "最新コンプライアンスレポート"
1069
1173
 
@@ -1079,7 +1183,8 @@ msgstr "ホストは存在しません"
1079
1183
  msgid "Policy is missing"
1080
1184
  msgstr "ポリシーがありません"
1081
1185
 
1082
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1186
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
1187
+ #: ../lib/foreman_openscap/engine.rb:185
1083
1188
  msgid "Compliance Reports Breakdown"
1084
1189
  msgstr "コンプライアンスレポートの内訳"
1085
1190
 
@@ -1095,11 +1200,13 @@ msgstr "ホスト名"
1095
1200
  msgid "Changed?"
1096
1201
  msgstr "変更されましたか?"
1097
1202
 
1098
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1203
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1204
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1099
1205
  msgid "Yes"
1100
1206
  msgstr "はい"
1101
1207
 
1102
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1208
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1209
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1103
1210
  msgid "No"
1104
1211
  msgstr "いいえ"
1105
1212
 
@@ -1130,7 +1237,7 @@ msgstr "過去 %{time} から今までの概要"
1130
1237
 
1131
1238
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1132
1239
  msgid "Summary report from Foreman server at %{foreman_url}"
1133
- msgstr "%{foreman_url} にある Foreman サーバーからの概要レポート"
1240
+ msgstr "%%{foreman_url} にある Foreman サーバーからの概要レポート"
1134
1241
 
1135
1242
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1136
1243
  msgid "Policies with hosts:"
@@ -1148,33 +1255,48 @@ msgstr "全般"
1148
1255
  msgid "Host Groups"
1149
1256
  msgstr "ホストグループ"
1150
1257
 
1151
- #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1258
+ #: ../app/views/policies/_form.html.erb:45
1259
+ #: ../app/views/policies/steps/_schedule_form.html.erb:6
1152
1260
  msgid "Choose period"
1153
1261
  msgstr "期間を選択"
1154
1262
 
1155
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
1263
+ #: ../app/views/policies/_form.html.erb:47
1264
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
1156
1265
  msgid "Choose weekday"
1157
1266
  msgstr "平日を選択"
1158
1267
 
1159
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
1160
- msgid "Number of a day in month, note that not all months have same count of days"
1268
+ #: ../app/views/policies/_form.html.erb:48
1269
+ #: ../app/views/policies/steps/_schedule_form.html.erb:13
1270
+ msgid ""
1271
+ "Number of a day in month, note that not all months have same count of days"
1161
1272
  msgstr "月の日数。すべての月の日数が同じであるとは限らないことに注意してください"
1162
1273
 
1163
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
1164
- msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1274
+ #: ../app/views/policies/_form.html.erb:49
1275
+ #: ../app/views/policies/steps/_schedule_form.html.erb:14
1276
+ msgid ""
1277
+ "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5"
1278
+ " values by space"
1165
1279
  msgstr "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
1166
1280
 
1167
- #: ../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
1281
+ #: ../app/views/policies/_list.html.erb:3
1282
+ #: ../app/views/tailoring_files/_list.html.erb:3
1283
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19
1284
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57
1285
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48
1286
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1287
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56
1288
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31
1289
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1168
1290
  msgid "Name"
1169
1291
  msgstr "名前"
1170
1292
 
1171
1293
  #: ../app/views/policies/_list.html.erb:4
1172
1294
  msgid "Content"
1173
- msgstr ""
1295
+ msgstr "コンテンツ"
1174
1296
 
1175
1297
  #: ../app/views/policies/_list.html.erb:5
1176
1298
  msgid "Profile"
1177
- msgstr ""
1299
+ msgstr "profile"
1178
1300
 
1179
1301
  #: ../app/views/policies/_list.html.erb:7
1180
1302
  msgid "Effective Profile"
@@ -1196,19 +1318,25 @@ msgstr "ガイドの表示"
1196
1318
  msgid "Delete compliance policy %s with all of its reports?"
1197
1319
  msgstr "すべてのレポートでコンプライアンスポリシー %s を削除しますか?"
1198
1320
 
1199
- #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1321
+ #: ../app/views/policies/create.html.erb:1
1322
+ #: ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1200
1323
  msgid "New Compliance Policy"
1201
1324
  msgstr "新規コンプライアンスポリシー"
1202
1325
 
1203
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1326
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4
1327
+ #: ../app/views/policies/select_multiple_hosts.html.erb:5
1204
1328
  msgid "Select Compliance Policy"
1205
1329
  msgstr "コンプライアンスポリシーの選択"
1206
1330
 
1207
- #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1331
+ #: ../app/views/policies/edit.html.erb:1
1332
+ #: ../app/views/scap_contents/edit.html.erb:1
1333
+ #: ../app/views/tailoring_files/edit.html.erb:1
1208
1334
  msgid "Edit %s"
1209
1335
  msgstr "%s の編集"
1210
1336
 
1211
- #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1337
+ #: ../app/views/policies/index.html.erb:2
1338
+ #: ../app/views/policies/welcome.html.erb:1
1339
+ #: ../app/views/policies/welcome.html.erb:6
1212
1340
  msgid "Compliance Policies"
1213
1341
  msgstr "コンプライアンスポリシー"
1214
1342
 
@@ -1224,7 +1352,11 @@ msgstr "デプロイメントオプションには大きな違いがあります
1224
1352
  msgid "Please make sure you understand them by reading our"
1225
1353
  msgstr "理解するために読んでください。"
1226
1354
 
1227
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1355
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1356
+ msgid "documentation"
1357
+ msgstr "ドキュメント"
1358
+
1359
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1228
1360
  msgid "Choose day in month"
1229
1361
  msgstr "月の日付を選択"
1230
1362
 
@@ -1241,7 +1373,9 @@ msgid "SCAP content"
1241
1373
  msgstr "SCAP のコンテンツ"
1242
1374
 
1243
1375
  #: ../app/views/policies/welcome.html.erb:8
1244
- msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1376
+ msgid ""
1377
+ "Once SCAP content is present, you can create a policy, assign select host "
1378
+ "groups and schedule to run."
1245
1379
  msgstr "SCAP コンテンツが表示されたら、ポリシーの作成、選択したホストグループの割り当て、実行のスケジューリングが可能です。"
1246
1380
 
1247
1381
  #: ../app/views/policies/welcome.html.erb:12
@@ -1304,7 +1438,8 @@ msgstr "状態チャート"
1304
1438
  msgid "Latest reports for policy: %s"
1305
1439
  msgstr "ポリシーの最新レポート: %s"
1306
1440
 
1307
- #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1441
+ #: ../app/views/scap_contents/_form.html.erb:9
1442
+ #: ../app/views/tailoring_files/_form.html.erb:9
1308
1443
  msgid "File Upload"
1309
1444
  msgstr "ファイルアップロード"
1310
1445
 
@@ -1314,17 +1449,20 @@ msgstr "SCAP データストリームファイル"
1314
1449
 
1315
1450
  #: ../app/views/scap_contents/_list.html.erb:3
1316
1451
  msgid "Title"
1317
- msgstr ""
1452
+ msgstr "タイトル"
1318
1453
 
1319
- #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1454
+ #: ../app/views/scap_contents/_list.html.erb:4
1455
+ #: ../app/views/tailoring_files/_list.html.erb:4
1320
1456
  msgid "File name"
1321
- msgstr ""
1457
+ msgstr "ファイル名"
1322
1458
 
1323
- #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1459
+ #: ../app/views/scap_contents/_list.html.erb:5
1460
+ #: ../app/views/tailoring_files/_list.html.erb:5
1324
1461
  msgid "Created at"
1325
- msgstr ""
1462
+ msgstr "作成:"
1326
1463
 
1327
- #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1464
+ #: ../app/views/scap_contents/_list.html.erb:17
1465
+ #: ../app/views/tailoring_files/_list.html.erb:23
1328
1466
  msgid "Download"
1329
1467
  msgstr "ダウンロード"
1330
1468
 
@@ -1348,24 +1486,21 @@ msgstr "新規 SCAP コンテンツファイルをアップロード"
1348
1486
  msgid ""
1349
1487
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1350
1488
  " configuration issues related to security. "
1351
- msgstr ""
1352
- "Security Content Automation Protocol (SCAP) は、ソフトウェアの不具合およびセキュリティーに関連する設定の問題を列挙するために使用される\n"
1353
- " 数多くのオープンスタンダードの組み合わせです。 "
1489
+ msgstr "Security Content Automation Protocol (SCAP) は、ソフトウェアの不具合およびセキュリティーに関連する設定の問題を列挙するために使用される\n 数多くのオープンスタンダードの組み合わせです。 "
1354
1490
 
1355
1491
  #: ../app/views/scap_contents/welcome.html.erb:9
1356
1492
  msgid ""
1357
1493
  "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"
1358
1494
  " via %s"
1359
- msgstr ""
1360
- "Foreman では、scap_contents はホストの SCAP セキュリティーガイドを表し、%s でホスト/ホストグループに割り当てるための SCAP プロファルを\n"
1361
- " 作成します。"
1495
+ msgstr "Foreman では、scap_contents はホストの SCAP セキュリティーガイドを表し、%s でホスト/ホストグループに割り当てるための SCAP プロファルを\n 作成します。"
1362
1496
 
1363
1497
  #: ../app/views/scap_contents/welcome.html.erb:14
1364
1498
  msgid "New SCAP Content"
1365
1499
  msgstr "新規 SCAP コンテンツ"
1366
1500
 
1367
1501
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1368
- msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1502
+ msgid ""
1503
+ "%s spool errors detected, inspect the appropriate file directly on proxy"
1369
1504
  msgstr "%s のスプールエラーが検出されました。プロキシーで直接適切なファイルを検証してください。"
1370
1505
 
1371
1506
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
@@ -1377,7 +1512,10 @@ msgid "None found"
1377
1512
  msgstr "何も見つかりません"
1378
1513
 
1379
1514
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1380
- 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."
1515
+ msgid ""
1516
+ "Proxy failed to send a report from spool to Foreman. This indicates a "
1517
+ "corrupted report format. Report has been moved to directory for storing "
1518
+ "corrupted files on proxy for later inspection."
1381
1519
  msgstr "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクトリーに移動しました。"
1382
1520
 
1383
1521
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
@@ -1392,7 +1530,10 @@ msgstr "DataStream テーラリングファイル"
1392
1530
  msgid "Delete tailoring file %s?"
1393
1531
  msgstr "テーラリングファイル %s を削除しますか?"
1394
1532
 
1395
- #: ../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
1533
+ #: ../app/views/tailoring_files/index.html.erb:1
1534
+ #: ../app/views/tailoring_files/welcome.html.erb:1
1535
+ #: ../app/views/tailoring_files/welcome.html.erb:6
1536
+ #: ../lib/foreman_openscap/engine.rb:169
1396
1537
  msgid "Tailoring Files"
1397
1538
  msgstr "テーラリングファイル"
1398
1539
 
@@ -1405,16 +1546,16 @@ msgid "Upload new Tailoring File"
1405
1546
  msgstr "新規テーラリングファイルのアップロード"
1406
1547
 
1407
1548
  #: ../app/views/tailoring_files/welcome.html.erb:7
1408
- msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1549
+ msgid ""
1550
+ "It may sometimes be required to adjust the security policy to your specific "
1551
+ "needs. "
1409
1552
  msgstr "セキュリティーポリシーを特定のニーズに合わせて調整することが必要になることがあります。 "
1410
1553
 
1411
1554
  #: ../app/views/tailoring_files/welcome.html.erb:8
1412
1555
  msgid ""
1413
1556
  "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1414
1557
  " via %s"
1415
- msgstr ""
1416
- "Foreman では、tailoring_files はデフォルトの XCCDF プロファイルへのカスタム修正を表し、%s で\n"
1417
- " ホストに適用できます"
1558
+ msgstr "Foreman では、tailoring_files はデフォルトの XCCDF プロファイルへのカスタム修正を表し、%s で\n ホストに適用できます"
1418
1559
 
1419
1560
  #: ../app/views/tailoring_files/welcome.html.erb:13
1420
1561
  msgid "New Tailoring File"
@@ -1429,36 +1570,38 @@ msgid "A summary of reports for OpenSCAP policies"
1429
1570
  msgstr "OpenSCAP ポリシーのレポートの概要"
1430
1571
 
1431
1572
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1432
- msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1433
- msgstr ""
1573
+ msgid ""
1574
+ "Can't find scap-security-guide RPM, are you sure it is installed on your "
1575
+ "server?"
1576
+ msgstr "scap-security-guide RPM が見つかりません。サーバーにインストールされていますか?"
1434
1577
 
1435
1578
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1436
1579
  msgid "Expected an array of files to upload, got: %s."
1437
- msgstr ""
1580
+ msgstr "アップロードするファイルの配列が必要とされており、以下を取得しました: %s。"
1438
1581
 
1439
1582
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1440
1583
  msgid "%s is a directory, expecting file."
1441
- msgstr ""
1584
+ msgstr "%s はディレクトリーで、ファイルが必要です。"
1442
1585
 
1443
1586
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1444
1587
  msgid "%s does not exist, skipping."
1445
- msgstr ""
1588
+ msgstr "%s は存在しないため、スキップします。"
1446
1589
 
1447
1590
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1448
1591
  msgid "Failed saving %s:"
1449
- msgstr ""
1592
+ msgstr "%s の保存に失敗しました:"
1450
1593
 
1451
1594
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1452
1595
  msgid "No such directory: %s. Please check the path you have provided."
1453
- msgstr ""
1596
+ msgstr "次のディレクトリーは存在しません: %s。指定したパスを確認してください。"
1454
1597
 
1455
1598
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1456
1599
  msgid "Red Hat %s default content"
1457
- msgstr ""
1600
+ msgstr "Red Hat %s のデフォルトコンテンツ"
1458
1601
 
1459
1602
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1460
1603
  msgid "%s content"
1461
- msgstr ""
1604
+ msgstr "%s のコンテンツ"
1462
1605
 
1463
1606
  #: ../lib/foreman_openscap/engine.rb:160
1464
1607
  msgid "Policies"
@@ -1472,16 +1615,21 @@ msgstr "SCAP コンテンツ"
1472
1615
  msgid "Reports"
1473
1616
  msgstr "レポート"
1474
1617
 
1475
- #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1618
+ #: ../lib/foreman_openscap/engine.rb:172
1619
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1476
1620
  msgid "OVAL Contents"
1477
1621
  msgstr "OVAL コンテンツ"
1478
1622
 
1479
- #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1623
+ #: ../lib/foreman_openscap/engine.rb:177
1624
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1480
1625
  msgid "OVAL Policies"
1481
1626
  msgstr "OVAL ポリシー"
1482
1627
 
1483
1628
  #: ../lib/foreman_openscap/engine.rb:199
1484
- msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1629
+ msgid ""
1630
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. "
1631
+ "Leave blank and override appropriate parameters when using proxy load "
1632
+ "balancer."
1485
1633
  msgstr "SCAP コンテンツのフェッチおよび ARF レポートのアップロードに使用する OpenSCAP プロキシー。プロキシーロードバランサーを使用する場合には、空白にして、適切なパラメーターを上書きします。"
1486
1634
 
1487
1635
  #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
@@ -1502,19 +1650,19 @@ msgstr "OVAL スキャンの実行"
1502
1650
 
1503
1651
  #: ../webpack/components/ConfirmModal.js:19
1504
1652
  msgid "Confirm"
1505
- msgstr ""
1653
+ msgstr "確認"
1506
1654
 
1507
1655
  #: ../webpack/components/EditableInput.js:78
1508
1656
  msgid "None provided"
1509
- msgstr ""
1657
+ msgstr "指定なし"
1510
1658
 
1511
1659
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1512
1660
  msgid "There's no available report for this host"
1513
- msgstr ""
1661
+ msgstr "このホストの利用可能なレポートはありません。"
1514
1662
 
1515
1663
  #: ../webpack/components/withDeleteModal.js:27
1516
1664
  msgid "Are you sure you want to delete %s?"
1517
- msgstr ""
1665
+ msgstr "本当に %s を削除しますか?"
1518
1666
 
1519
1667
  #: ../webpack/components/withLoading.js:12
1520
1668
  msgid "Error!"
@@ -1522,47 +1670,54 @@ msgstr "エラー!"
1522
1670
 
1523
1671
  #: ../webpack/components/withLoading.js:64
1524
1672
  msgid "Permission denied"
1525
- msgstr ""
1673
+ msgstr "パーミッションが拒否されました。"
1526
1674
 
1527
1675
  #: ../webpack/helpers/mutationHelper.js:7
1528
1676
  msgid "There was a following error when deleting %(name)s: %(error)s"
1529
- msgstr ""
1677
+ msgstr "%(name)s を削除する際に、次のエラーが発生しました: %(error)s"
1530
1678
 
1531
1679
  #: ../webpack/helpers/permissionsHelper.js:34
1532
1680
  msgid "You are not authorized to view the page. "
1533
- msgstr ""
1681
+ msgstr "ページを表示する権限がありません。 "
1534
1682
 
1535
1683
  #: ../webpack/helpers/permissionsHelper.js:37
1536
1684
  msgid "Request the following permissions from administrator: %s."
1537
- msgstr ""
1685
+ msgstr "管理者に次のパーミッションを要求してください: %s。"
1538
1686
 
1539
1687
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1540
1688
  msgid "No OVAL Contents found."
1541
1689
  msgstr "OVAL コンテンツが見つかりません。"
1542
1690
 
1543
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1691
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42
1692
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1544
1693
  msgid "Delete OVAL Content"
1545
- msgstr ""
1694
+ msgstr "OVAL コンテンツの削除"
1546
1695
 
1547
1696
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1548
1697
  msgid "OVAL Content successfully deleted."
1549
- msgstr ""
1698
+ msgstr "OVAL コンテンツが正常に削除されました。"
1550
1699
 
1551
- #: ../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
1700
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51
1701
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39
1702
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1703
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1552
1704
  msgid "OVAL Content"
1553
1705
  msgstr "OVAL コンテンツ"
1554
1706
 
1555
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1707
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56
1708
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1556
1709
  msgid "Create OVAL Content"
1557
- msgstr ""
1710
+ msgstr "OVAL コンテンツの作成"
1558
1711
 
1559
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1712
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20
1713
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103
1714
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1560
1715
  msgid "URL"
1561
- msgstr ""
1716
+ msgstr "URL"
1562
1717
 
1563
1718
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1564
1719
  msgid "Original File Name"
1565
- msgstr ""
1720
+ msgstr "元のファイル名"
1566
1721
 
1567
1722
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1568
1723
  msgid "OVAL Contents table"
@@ -1570,55 +1725,59 @@ msgstr "OVAL コンテンツテーブル"
1570
1725
 
1571
1726
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1572
1727
  msgid "New OVAL Content"
1573
- msgstr ""
1728
+ msgstr "新規 OVAL コンテンツ"
1574
1729
 
1575
1730
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1576
1731
  msgid "OVAL Content Source"
1577
- msgstr ""
1732
+ msgstr "OVAL コンテンツソース"
1578
1733
 
1579
1734
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1580
1735
  msgid "OVAL Content from URL"
1581
- msgstr ""
1736
+ msgstr "URL からの OVAL コンテンツ"
1582
1737
 
1583
1738
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1584
1739
  msgid "OVAL Content from file"
1585
- msgstr ""
1740
+ msgstr "ファイルからの OVAL コンテンツ"
1586
1741
 
1587
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1742
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92
1743
+ #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1588
1744
  msgid "File"
1589
- msgstr ""
1745
+ msgstr "ファイル"
1590
1746
 
1591
1747
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1592
1748
  msgid "OVAL Content %s successfully created"
1593
- msgstr ""
1749
+ msgstr "OVAL コンテンツ %s が正常に作成されました"
1594
1750
 
1595
1751
  #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1596
1752
  msgid "Unknown error when submitting data, please try again later."
1597
- msgstr ""
1753
+ msgstr "データ送信時に不明なエラーが発生しました。後でやり直してください。"
1598
1754
 
1599
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1755
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26
1756
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1600
1757
  msgid "No OVAL Content found"
1601
- msgstr ""
1758
+ msgstr "OVAL コンテンツが見つかりません"
1602
1759
 
1603
1760
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1604
1761
  msgid "No OVAL Policies found"
1605
1762
  msgstr "OVAL ポリシーが見つかりません"
1606
1763
 
1607
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1764
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41
1765
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1608
1766
  msgid "Delete OVAL Policy"
1609
- msgstr ""
1767
+ msgstr "OVAL ポリシーの削除"
1610
1768
 
1611
1769
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1612
1770
  msgid "OVAL policy was successfully deleted."
1613
- msgstr ""
1771
+ msgstr "OVAL ポリシーが正常に削除されました。"
1614
1772
 
1615
1773
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1616
1774
  msgid "OVAL policy"
1617
- msgstr ""
1775
+ msgstr "OVAL ポリシー"
1618
1776
 
1619
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1777
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48
1778
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1620
1779
  msgid "Create OVAL Policy"
1621
- msgstr ""
1780
+ msgstr "OVAL ポリシーの作成"
1622
1781
 
1623
1782
  #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1624
1783
  msgid "OVAL Policies Table"
@@ -1626,31 +1785,33 @@ msgstr "OVAL ポリシーテーブル"
1626
1785
 
1627
1786
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1628
1787
  msgid "Type a hostgroup name..."
1629
- msgstr ""
1788
+ msgstr "ホストグループ名を入力してください..."
1630
1789
 
1631
1790
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1632
1791
  msgid "Choose OVAL Content"
1633
- msgstr ""
1792
+ msgstr "OVAL コンテンツの選択"
1634
1793
 
1635
1794
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1636
1795
  msgid "can't be blank"
1637
- msgstr ""
1796
+ msgstr "空白にしないでください"
1638
1797
 
1639
1798
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1640
1799
  msgid "is not a valid cronline"
1641
- msgstr ""
1800
+ msgstr "有効な cron 行ではありません"
1642
1801
 
1643
1802
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1644
1803
  msgid "OVAL Policy succesfully created."
1645
- msgstr ""
1804
+ msgstr "OVAL ポリシーが正常に作成されました。"
1646
1805
 
1647
1806
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1648
1807
  msgid "Failed to create OVAL Policy: %s"
1649
- msgstr ""
1808
+ msgstr "OVAL ポリシーの作成の作成に失敗しました: %s"
1650
1809
 
1651
1810
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1652
- msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1653
- msgstr ""
1811
+ msgid ""
1812
+ "OVAL Content is required to create OVAL Policy. Please create one before "
1813
+ "proceeding."
1814
+ msgstr "OVAL ポリシーを作成するには、OVAL コンテンツが必要です。OVAL コンテンツを 1 つ作成してから続行してください。"
1654
1815
 
1655
1816
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1656
1817
  msgid "No CVEs found."
@@ -1674,15 +1835,15 @@ msgstr "OVAL ポリシーの CVE テーブル"
1674
1835
 
1675
1836
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1676
1837
  msgid "Period"
1677
- msgstr ""
1838
+ msgstr "期間"
1678
1839
 
1679
1840
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1680
1841
  msgid "No Hostgroups found."
1681
- msgstr ""
1842
+ msgstr "ホストグループ名が見つかりません。"
1682
1843
 
1683
1844
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1684
1845
  msgid "Table of hostgroups for OVAL policy"
1685
- msgstr ""
1846
+ msgstr "OVAL ポリシーのホストグループテーブル"
1686
1847
 
1687
1848
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1688
1849
  msgid "Scan All Hostgroups"
@@ -1690,35 +1851,35 @@ msgstr "すべてのホストグループのスキャン"
1690
1851
 
1691
1852
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1692
1853
  msgid "Details"
1693
- msgstr ""
1854
+ msgstr "詳細"
1694
1855
 
1695
1856
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1696
1857
  msgid "CVEs"
1697
- msgstr ""
1858
+ msgstr "CVE"
1698
1859
 
1699
1860
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1700
1861
  msgid "Weekly, on %s"
1701
- msgstr ""
1862
+ msgstr "毎週 %s"
1702
1863
 
1703
1864
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1704
1865
  msgid "Monthly, day of month: %s"
1705
- msgstr ""
1866
+ msgstr "毎月 %s 日"
1706
1867
 
1707
1868
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1708
1869
  msgid "Custom cron: %s"
1709
- msgstr ""
1870
+ msgstr "カスタム cron: %s"
1710
1871
 
1711
1872
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1712
1873
  msgid "Unknown schedule"
1713
- msgstr ""
1874
+ msgstr "不明なスケジュール"
1714
1875
 
1715
1876
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1716
1877
  msgid "OVAL policy was successfully updated."
1717
- msgstr ""
1878
+ msgstr "OVAL ポリシーが正常に更新されました。"
1718
1879
 
1719
1880
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1720
1881
  msgid "There was a following error when updating OVAL policy: %s"
1721
- msgstr ""
1882
+ msgstr "OVAL ポリシーの更新時に次のエラーが発生しました: %s"
1722
1883
 
1723
1884
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1724
1885
  msgid "No OVAL Policy found"