foreman_openscap 7.1.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 (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,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,7 +575,8 @@ 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
 
@@ -562,7 +592,10 @@ msgstr "コンプライアンスポリシーの割り当て解除"
562
592
  msgid "Change OpenSCAP Proxy"
563
593
  msgstr "OpenSCAP プロキシーの変更"
564
594
 
565
- #: ../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
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
 
@@ -578,7 +611,11 @@ msgstr "ホストが削除されました"
578
611
  msgid "Choose existing SCAP Content"
579
612
  msgstr "既存の SCAP コンテンツを選択"
580
613
 
581
- #: ../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
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
582
619
  msgid "SCAP Content"
583
620
  msgstr "SCAP コンテンツ"
584
621
 
@@ -606,11 +643,18 @@ msgstr "テーラリングファイルでの XCCDF プロファイル"
606
643
  msgid "This profile will be used to override the one from scap content"
607
644
  msgstr "このプロファイルは scrap コンテンツからのものを上書きするために使用されます"
608
645
 
609
- #: ../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
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
610
650
  msgid "Submit"
611
651
  msgstr "送信"
612
652
 
613
- #: ../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
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
614
658
  msgid "Cancel"
615
659
  msgstr "取り消し"
616
660
 
@@ -622,7 +666,8 @@ msgstr "準拠したホスト"
622
666
  msgid "Incompliant hosts"
623
667
  msgstr "準拠しないホスト"
624
668
 
625
- #: ../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
626
671
  msgid "Inconclusive"
627
672
  msgstr "不確定"
628
673
 
@@ -635,7 +680,9 @@ msgid "Host is assigned to policy"
635
680
  msgstr "ホストはポリシーに割り当てられています"
636
681
 
637
682
  #: ../app/helpers/policy_dashboard_helper.rb:44
638
- 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."
639
686
  msgstr "ホストはポリシーに割り当てられていませんが、レポートが見つかりました。レポートを削除するか、ポリシーを再度割り当てることをお勧めします。"
640
687
 
641
688
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -647,16 +694,19 @@ msgid "Total hosts with reports where policy is no longer assigned."
647
694
  msgstr "ポリシーの割り当てが解除されたレポートが含まれるホストの総数。"
648
695
 
649
696
  #: ../app/lib/proxy_api/openscap.rb:21
650
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
697
+ msgid ""
698
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout"
651
699
  msgstr "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
652
700
 
653
701
  #: ../app/lib/proxy_api/openscap.rb:24
654
- 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"
655
705
  msgstr "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
656
706
 
657
707
  #: ../app/lib/proxy_api/openscap.rb:27
658
708
  msgid "Could not validate %{file_type}. Error %{error}"
659
- msgstr "{file_type} を検証できませんでした。エラー: %{error}"
709
+ msgstr "%%{file_type} を検証できませんでした。エラー: %%{error}"
660
710
 
661
711
  #: ../app/lib/proxy_api/openscap.rb:40
662
712
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -686,7 +736,9 @@ msgstr "ID %{id} の %{class} の OpenSCAP プロキシーが見つかりませ
686
736
  msgid "does not consist of 5 parts separated by space"
687
737
  msgstr "スペースで区切られた 5 つの部分で構成されていません"
688
738
 
689
- #: ../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
690
742
  msgid "is not a valid value"
691
743
  msgstr "有効な値ではありません"
692
744
 
@@ -694,11 +746,13 @@ msgstr "有効な値ではありません"
694
746
  msgid "must be between 1 and 31"
695
747
  msgstr "1 から 31 の間でなければなりません"
696
748
 
697
- #: ../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
698
751
  msgid "Compliant"
699
752
  msgstr "準拠"
700
753
 
701
- #: ../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
702
756
  msgid "Incompliant"
703
757
  msgstr "非準拠"
704
758
 
@@ -726,7 +780,8 @@ msgstr "%s 利用可能なパッチがある脆弱性が見つかりました"
726
780
  msgid "Unknown OVAL status"
727
781
  msgstr "OVAL の不明なステータス"
728
782
 
729
- #: ../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
730
785
  msgid "Deployment Options"
731
786
  msgstr "デプロイメントオプション"
732
787
 
@@ -734,19 +789,29 @@ msgstr "デプロイメントオプション"
734
789
  msgid "Policy Attributes"
735
790
  msgstr "ポリシー属性"
736
791
 
737
- #: ../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
738
795
  msgid "Schedule"
739
796
  msgstr "スケジュール"
740
797
 
741
- #: ../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
742
802
  msgid "Locations"
743
803
  msgstr "ロケーション"
744
804
 
745
- #: ../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
746
809
  msgid "Organizations"
747
810
  msgstr "組織"
748
811
 
749
- #: ../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
750
815
  msgid "Hostgroups"
751
816
  msgstr "ホストグループ"
752
817
 
@@ -775,7 +840,9 @@ msgid "does not have the selected SCAP content profile"
775
840
  msgstr "選択した SCAP コンテンツプロファイルがありません"
776
841
 
777
842
  #: ../app/models/foreman_openscap/policy.rb:271
778
- 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"
779
846
  msgstr "%s に割り当てることができません。割り当てたポリシーはすべて同じ方法でデプロイする必要があります。割り当て済みのポリシーごとに「デプロイ方法 (deploy by)」を確認してください。"
780
847
 
781
848
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
@@ -783,15 +850,21 @@ msgid "invalid type %s"
783
850
  msgstr "無効なタイプ %s"
784
851
 
785
852
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
786
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
787
- 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 ロール、変数が必要です。ホストまたは選択したホストグループにロールが割り当てられます。"
788
857
 
789
858
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
790
- 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."
791
- 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 ロールの実行を手動でトリガーする必要があります。このポリシーを変更した場合も、変更後に手動での実行が必要になります。"
792
863
 
793
864
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
794
- 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."
795
868
  msgstr "theforeman.foreman_scap_client Ansible ロールが見つかりません。このアクションを再度実行する前に、インポートしてください。"
796
869
 
797
870
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -803,16 +876,22 @@ msgid "Ansible variables"
803
876
  msgstr "Ansible 変数"
804
877
 
805
878
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
806
- 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."
807
- 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 レポートをリンクするには、ポリシーを定義する必要があります。"
808
883
 
809
884
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
810
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
811
- msgstr ""
885
+ msgid ""
886
+ "Requires %s Puppet class. This will assign the class to the hosts or "
887
+ "selected hostgroups."
888
+ msgstr "%s Puppet クラスが必要です。ホストまたは選択したホストグループに、そのクラスが割り当てられます。"
812
889
 
813
890
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
814
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
815
- 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 がポリシーに従って設定されます。"
816
895
 
817
896
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
818
897
  msgid "Puppet class"
@@ -823,31 +902,42 @@ msgid "Smart Class Parameters"
823
902
  msgstr "スマートクラスパラメーター"
824
903
 
825
904
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
826
- 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?"
827
908
  msgstr "クライアントへのポリシーのデプロイに %{type} が選択されましたが、%{type} は利用できません。プラグインがありませんか?"
828
909
 
829
910
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
830
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
831
- 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} が見つかりませんでした。最初にインポートされていることを確認してください。"
832
915
 
833
916
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
834
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
835
- 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} にありませんでした。続行前にインポートされていることを確認してください。"
836
921
 
837
922
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
838
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
839
- msgstr "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
923
+ msgid ""
924
+ "Failed to save when overriding parameters for %{config_tool}, cause: "
925
+ "%{errors}"
926
+ msgstr "%%{config_tool} のパラメーターの上書き時に保存に失敗しました。原因: %%{errors}"
840
927
 
841
928
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
842
929
  msgid "This feature is temporarily disabled. "
843
930
  msgstr "この機能は一時的に無効にされています。 "
844
931
 
845
932
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
846
- 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. "
847
935
  msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
848
936
 
849
937
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
850
- 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."
851
941
  msgstr "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
852
942
 
853
943
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -860,7 +950,7 @@ msgstr "続行する前に、openscap_proxy を %s に割り当てます。"
860
950
 
861
951
  #: ../app/services/foreman_openscap/oval/configure.rb:75
862
952
  msgid "Was %{model_name} %{name} configured successfully?"
863
- msgstr "%{model_name} %%{name} は正常に設定されましたか?"
953
+ msgstr "%%{model_name} %%{name} は正常に設定されましたか?"
864
954
 
865
955
  #: ../app/services/foreman_openscap/oval/setup.rb:56
866
956
  msgid "Could not update Ansible Variables with override: true"
@@ -871,7 +961,9 @@ msgid "Is foreman_ansible present?"
871
961
  msgstr "foreman_ansible は存在しますか?"
872
962
 
873
963
  #: ../app/services/foreman_openscap/oval/setup.rb:62
874
- 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."
875
967
  msgstr "foreman_ansible プラグインが見つかりません。このアクションを再度実行する前に、プラグインをインストールしてください。"
876
968
 
877
969
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -883,20 +975,24 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
883
975
  msgstr "theforeman.foreman_scap_client に必要な変数ですか?"
884
976
 
885
977
  #: ../app/services/foreman_openscap/oval/setup.rb:72
886
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
887
- 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 変数をインポートしてください。"
888
982
 
889
- #: ../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
890
986
  msgid "Is %s param set to be overriden?"
891
987
  msgstr "%s param はオーバーライドされるように設定されていますか?"
892
988
 
893
989
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
894
990
  msgid "cause: "
895
- msgstr ""
991
+ msgstr "原因: "
896
992
 
897
993
  #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
898
994
  msgid "Failed to fetch content file from %s"
899
- msgstr ""
995
+ msgstr "%s からコンテンツファイルを取得できませんでした"
900
996
 
901
997
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
902
998
  msgid "No proxy with OpenSCAP feature was found."
@@ -918,7 +1014,9 @@ msgstr "変更されたファイルには既存の SCAP コンテンツプロフ
918
1014
  msgid "More details"
919
1015
  msgstr "詳細"
920
1016
 
921
- #: ../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
922
1020
  msgid "Description"
923
1021
  msgstr "説明"
924
1022
 
@@ -938,7 +1036,8 @@ msgstr "このページのすべての項目を選択"
938
1036
  msgid "items selected. Uncheck to Clear"
939
1037
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
940
1038
 
941
- #: ../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
942
1041
  msgid "Reported At"
943
1042
  msgstr "報告済み"
944
1043
 
@@ -946,7 +1045,12 @@ msgstr "報告済み"
946
1045
  msgid "Openscap Proxy"
947
1046
  msgstr "OpenSCAP プロキシー"
948
1047
 
949
- #: ../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
950
1054
  msgid "Actions"
951
1055
  msgstr "アクション"
952
1056
 
@@ -1026,12 +1130,15 @@ msgstr "XML を bzip でダウンロード"
1026
1130
  msgid "Download HTML"
1027
1131
  msgstr "HTML のダウンロード"
1028
1132
 
1029
- #: ../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
1030
1135
  msgid "Loading..."
1031
- msgstr "読み込み中..."
1136
+ msgstr "ロード中..."
1032
1137
 
1033
1138
  #: ../app/views/arf_reports/welcome.html.erb:9
1034
- 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."
1035
1142
  msgstr "ARF レポートがないようです。ARF レポートは、指定のコンプライアンスポリシーを基に、特定のホストを 1 回スキャンしたときのサマリーです。"
1036
1143
 
1037
1144
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1059,7 +1166,8 @@ msgstr "経過レポート %s 件"
1059
1166
  msgid "No report for this policy"
1060
1167
  msgstr "このポリシーのレポートはありません"
1061
1168
 
1062
- #: ../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
1063
1171
  msgid "Latest Compliance Reports"
1064
1172
  msgstr "最新コンプライアンスレポート"
1065
1173
 
@@ -1075,7 +1183,8 @@ msgstr "ホストは存在しません"
1075
1183
  msgid "Policy is missing"
1076
1184
  msgstr "ポリシーがありません"
1077
1185
 
1078
- #: ../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
1079
1188
  msgid "Compliance Reports Breakdown"
1080
1189
  msgstr "コンプライアンスレポートの内訳"
1081
1190
 
@@ -1091,11 +1200,13 @@ msgstr "ホスト名"
1091
1200
  msgid "Changed?"
1092
1201
  msgstr "変更されましたか?"
1093
1202
 
1094
- #: ../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
1095
1205
  msgid "Yes"
1096
1206
  msgstr "はい"
1097
1207
 
1098
- #: ../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
1099
1210
  msgid "No"
1100
1211
  msgstr "いいえ"
1101
1212
 
@@ -1126,7 +1237,7 @@ msgstr "過去 %{time} から今までの概要"
1126
1237
 
1127
1238
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1128
1239
  msgid "Summary report from Foreman server at %{foreman_url}"
1129
- msgstr "%{foreman_url} にある Foreman サーバーからの概要レポート"
1240
+ msgstr "%%{foreman_url} にある Foreman サーバーからの概要レポート"
1130
1241
 
1131
1242
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1132
1243
  msgid "Policies with hosts:"
@@ -1144,33 +1255,48 @@ msgstr "全般"
1144
1255
  msgid "Host Groups"
1145
1256
  msgstr "ホストグループ"
1146
1257
 
1147
- #: ../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
1148
1260
  msgid "Choose period"
1149
1261
  msgstr "期間を選択"
1150
1262
 
1151
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1263
+ #: ../app/views/policies/_form.html.erb:47
1264
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
1152
1265
  msgid "Choose weekday"
1153
1266
  msgstr "平日を選択"
1154
1267
 
1155
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1156
- 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"
1157
1272
  msgstr "月の日数。すべての月の日数が同じであるとは限らないことに注意してください"
1158
1273
 
1159
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1160
- 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"
1161
1279
  msgstr "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
1162
1280
 
1163
- #: ../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
1164
1290
  msgid "Name"
1165
1291
  msgstr "名前"
1166
1292
 
1167
1293
  #: ../app/views/policies/_list.html.erb:4
1168
1294
  msgid "Content"
1169
- msgstr ""
1295
+ msgstr "コンテンツ"
1170
1296
 
1171
1297
  #: ../app/views/policies/_list.html.erb:5
1172
1298
  msgid "Profile"
1173
- msgstr ""
1299
+ msgstr "profile"
1174
1300
 
1175
1301
  #: ../app/views/policies/_list.html.erb:7
1176
1302
  msgid "Effective Profile"
@@ -1192,19 +1318,25 @@ msgstr "ガイドの表示"
1192
1318
  msgid "Delete compliance policy %s with all of its reports?"
1193
1319
  msgstr "すべてのレポートでコンプライアンスポリシー %s を削除しますか?"
1194
1320
 
1195
- #: ../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
1196
1323
  msgid "New Compliance Policy"
1197
1324
  msgstr "新規コンプライアンスポリシー"
1198
1325
 
1199
- #: ../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
1200
1328
  msgid "Select Compliance Policy"
1201
1329
  msgstr "コンプライアンスポリシーの選択"
1202
1330
 
1203
- #: ../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
1204
1334
  msgid "Edit %s"
1205
1335
  msgstr "%s の編集"
1206
1336
 
1207
- #: ../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
1208
1340
  msgid "Compliance Policies"
1209
1341
  msgstr "コンプライアンスポリシー"
1210
1342
 
@@ -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"