foreman_openscap 5.2.3 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
  11. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
  13. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
  14. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
  15. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
  17. data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
  18. data/app/helpers/compliance_hosts_helper.rb +2 -0
  19. data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
  20. data/app/services/foreman_openscap/client_config/manual.rb +1 -1
  21. data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
  22. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
  23. data/app/views/arf_reports/_list.html.erb +1 -1
  24. data/app/views/policies/_list.html.erb +3 -3
  25. data/app/views/scap_contents/_list.html.erb +3 -3
  26. data/app/views/tailoring_files/_list.html.erb +3 -3
  27. data/lib/foreman_openscap/bulk_upload.rb +7 -7
  28. data/lib/foreman_openscap/engine.rb +2 -7
  29. data/lib/foreman_openscap/version.rb +1 -1
  30. data/locale/Makefile +6 -3
  31. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
  33. data/locale/cs_CZ/foreman_openscap.po +1309 -0
  34. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  35. data/locale/de/foreman_openscap.edit.po +1745 -0
  36. data/locale/de/foreman_openscap.po +195 -0
  37. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  38. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/en/foreman_openscap.edit.po +1735 -0
  40. data/locale/en/foreman_openscap.po +1309 -0
  41. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  42. data/locale/en_GB/foreman_openscap.edit.po +1735 -0
  43. data/locale/en_GB/foreman_openscap.po +195 -0
  44. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  45. data/locale/es/foreman_openscap.edit.po +1740 -0
  46. data/locale/es/foreman_openscap.po +195 -0
  47. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  48. data/locale/foreman_openscap.pot +361 -49
  49. data/locale/fr/foreman_openscap.edit.po +1746 -0
  50. data/locale/fr/foreman_openscap.po +195 -0
  51. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  52. data/locale/gl/foreman_openscap.edit.po +1735 -0
  53. data/locale/gl/foreman_openscap.po +195 -0
  54. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  55. data/locale/it/foreman_openscap.edit.po +1737 -0
  56. data/locale/it/foreman_openscap.po +195 -0
  57. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  58. data/locale/ja/foreman_openscap.edit.po +1741 -0
  59. data/locale/ja/foreman_openscap.po +195 -0
  60. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  61. data/locale/ko/foreman_openscap.edit.po +1735 -0
  62. data/locale/ko/foreman_openscap.po +195 -0
  63. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  64. data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
  65. data/locale/pt_BR/foreman_openscap.po +195 -0
  66. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  67. data/locale/ru/foreman_openscap.edit.po +1739 -0
  68. data/locale/ru/foreman_openscap.po +195 -0
  69. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
  71. data/locale/sv_SE/foreman_openscap.po +195 -0
  72. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  73. data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
  74. data/locale/zh_CN/foreman_openscap.po +195 -0
  75. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
  77. data/locale/zh_TW/foreman_openscap.po +195 -0
  78. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  79. data/package.json +7 -7
  80. data/webpack/components/HostExtentions/HostKebabItems.js +44 -0
  81. data/webpack/global_index.js +10 -1
  82. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
  83. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
  84. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
  85. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
  86. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js +1 -1
  87. metadata +53 -3
@@ -32,6 +32,15 @@ msgid "%s compliance report by policy"
32
32
  msgid_plural "%s compliance reports by policy"
33
33
  msgstr[0] "ポリシー別 コンプライアンスレポート %s 件"
34
34
 
35
+ msgid "%s content"
36
+ msgstr ""
37
+
38
+ msgid "%s does not exist, skipping."
39
+ msgstr ""
40
+
41
+ msgid "%s is a directory, expecting file."
42
+ msgstr ""
43
+
35
44
  msgid "%s latest report"
36
45
  msgstr "最新レポート %s 件"
37
46
 
@@ -80,6 +89,9 @@ msgstr "ホストにポリシーを適用"
80
89
  msgid "Are required variables for theforeman.foreman_scap_client present?"
81
90
  msgstr "theforeman.foreman_scap_client に必要な変数ですか?"
82
91
 
92
+ msgid "Are you sure you want to delete %s?"
93
+ msgstr ""
94
+
83
95
  msgid "Array of host IDs"
84
96
  msgstr "ホスト ID の配列"
85
97
 
@@ -101,6 +113,12 @@ msgstr "続行する前に、openscap_proxy を %s に割り当てます。"
101
113
  msgid "Back"
102
114
  msgstr "戻る"
103
115
 
116
+ msgid "CVEs"
117
+ msgstr ""
118
+
119
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
120
+ msgstr ""
121
+
104
122
  msgid "Cancel"
105
123
  msgstr "取り消し"
106
124
 
@@ -122,6 +140,9 @@ msgstr "変更されたファイルには既存の SCAP コンテンツプロフ
122
140
  msgid "Changed?"
123
141
  msgstr "変更されましたか?"
124
142
 
143
+ msgid "Choose OVAL Content"
144
+ msgstr ""
145
+
125
146
  msgid "Choose Tailoring File"
126
147
  msgstr "テーラリングファイルの選択"
127
148
 
@@ -164,6 +185,12 @@ msgstr "準拠したホスト"
164
185
  msgid "Compliant with the policy"
165
186
  msgstr "ポリシーに準拠"
166
187
 
188
+ msgid "Confirm"
189
+ msgstr ""
190
+
191
+ msgid "Content"
192
+ msgstr ""
193
+
167
194
  msgid "Could not find host identified by: %s"
168
195
  msgstr "%s が識別したホストが見つかりませんでした"
169
196
 
@@ -176,6 +203,12 @@ msgstr "%s を検証できませんでした。この機能を使用するため
176
203
  msgid "Could not validate %{file_type}. Error %{error}"
177
204
  msgstr "%{file_type} を検証できませんでした。エラー: %{error}"
178
205
 
206
+ msgid "Create OVAL Content"
207
+ msgstr ""
208
+
209
+ msgid "Create OVAL Policy"
210
+ msgstr ""
211
+
179
212
  msgid "Create OVAL content"
180
213
  msgstr "OVAL コンテンツの作成"
181
214
 
@@ -191,6 +224,12 @@ msgstr "テーラリングファイルの作成"
191
224
  msgid "Create an OVAL Policy"
192
225
  msgstr "OVAL ポリシーの作成"
193
226
 
227
+ msgid "Created at"
228
+ msgstr ""
229
+
230
+ msgid "Custom cron: %s"
231
+ msgstr ""
232
+
194
233
  msgid "Dashboard"
195
234
  msgstr "ダッシュボード"
196
235
 
@@ -206,6 +245,12 @@ msgstr "デフォルトの XCCDF プロファイル"
206
245
  msgid "Delete"
207
246
  msgstr "削除"
208
247
 
248
+ msgid "Delete OVAL Content"
249
+ msgstr ""
250
+
251
+ msgid "Delete OVAL Policy"
252
+ msgstr ""
253
+
209
254
  msgid "Delete a Policy"
210
255
  msgstr "ポリシーの削除"
211
256
 
@@ -248,6 +293,9 @@ msgstr "デプロイメントオプション"
248
293
  msgid "Description"
249
294
  msgstr "説明"
250
295
 
296
+ msgid "Details"
297
+ msgstr ""
298
+
251
299
  msgid "Details for Compliance Policy %s"
252
300
  msgstr "コンプライアンスポリシー %s の詳細"
253
301
 
@@ -287,6 +335,12 @@ msgstr "有効なプロファイル"
287
335
  msgid "Error!"
288
336
  msgstr "エラー!"
289
337
 
338
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
339
+ msgstr ""
340
+
341
+ msgid "Expected an array of files to upload, got: %s."
342
+ msgstr ""
343
+
290
344
  msgid "Failed"
291
345
  msgstr "失敗"
292
346
 
@@ -296,6 +350,12 @@ msgstr "Failed および Othered"
296
350
  msgid "Failed only"
297
351
  msgstr "失敗のみ"
298
352
 
353
+ msgid "Failed saving %s:"
354
+ msgstr ""
355
+
356
+ msgid "Failed to create OVAL Policy: %s"
357
+ msgstr ""
358
+
299
359
  msgid "Failed to delete %s compliance reports"
300
360
  msgstr "%s コンプライアンスレポートの削除に失敗しました"
301
361
 
@@ -308,6 +368,9 @@ msgstr "ARFレポートを bzip でダウンロードするのに失敗しまし
308
368
  msgid "Failed to downloaded ARF report in HTML: %s"
309
369
  msgstr "ARF レポートを HTML でダウンロードするのに失敗しました: %s"
310
370
 
371
+ msgid "Failed to fetch content file from %s"
372
+ msgstr ""
373
+
311
374
  msgid "Failed to fetch spool status from proxy"
312
375
  msgstr "プロキシーからスプールステータスを取得できませんでした"
313
376
 
@@ -321,9 +384,15 @@ msgstr "Arf レポートのアップロードに失敗しました。%s のア
321
384
  msgid "Failed|F"
322
385
  msgstr "F"
323
386
 
387
+ msgid "File"
388
+ msgstr ""
389
+
324
390
  msgid "File Upload"
325
391
  msgstr "ファイルアップロード"
326
392
 
393
+ msgid "File name"
394
+ msgstr ""
395
+
327
396
  msgid "File paths to upload when using \"files\" upload type"
328
397
  msgstr "「ファイル」アップロードタイプを使用する場合のアップロードするファイルパス"
329
398
 
@@ -476,6 +545,9 @@ msgstr "ロケーション"
476
545
  msgid "Message"
477
546
  msgstr "メッセージ"
478
547
 
548
+ msgid "Monthly, day of month: %s"
549
+ msgstr ""
550
+
479
551
  msgid "More details"
480
552
  msgstr "詳細"
481
553
 
@@ -488,6 +560,9 @@ msgstr "未監査"
488
560
  msgid "New Compliance Policy"
489
561
  msgstr "新規コンプライアンスポリシー"
490
562
 
563
+ msgid "New OVAL Content"
564
+ msgstr ""
565
+
491
566
  msgid "New Policy"
492
567
  msgstr "新規ポリシー"
493
568
 
@@ -509,6 +584,12 @@ msgstr "このポリシーの ARF レポートがありません"
509
584
  msgid "No CVEs found."
510
585
  msgstr "CVE が見つかりません。"
511
586
 
587
+ msgid "No Hostgroups found."
588
+ msgstr ""
589
+
590
+ msgid "No OVAL Content found"
591
+ msgstr ""
592
+
512
593
  msgid "No OVAL Contents found."
513
594
  msgstr "OVAL コンテンツが見つかりません。"
514
595
 
@@ -566,6 +647,9 @@ msgstr "このポリシーのレポートはありません"
566
647
  msgid "No reports available"
567
648
  msgstr "利用可能なレポートがありません"
568
649
 
650
+ msgid "No such directory: %s. Please check the path you have provided."
651
+ msgstr ""
652
+
569
653
  msgid "No valid policy ID provided"
570
654
  msgstr "有効なポリシー ID が提供されていません"
571
655
 
@@ -575,6 +659,9 @@ msgstr "なし"
575
659
  msgid "None found"
576
660
  msgstr "何も見つかりません"
577
661
 
662
+ msgid "None provided"
663
+ msgstr ""
664
+
578
665
  msgid "None!"
579
666
  msgstr "なし!"
580
667
 
@@ -596,6 +683,24 @@ msgstr "月の日数。すべての月の日数が同じであるとは限らな
596
683
  msgid "OVAL Content"
597
684
  msgstr "OVAL コンテンツ"
598
685
 
686
+ msgid "OVAL Content %s successfully created"
687
+ msgstr ""
688
+
689
+ msgid "OVAL Content Source"
690
+ msgstr ""
691
+
692
+ msgid "OVAL Content from URL"
693
+ msgstr ""
694
+
695
+ msgid "OVAL Content from file"
696
+ msgstr ""
697
+
698
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
699
+ msgstr ""
700
+
701
+ msgid "OVAL Content successfully deleted."
702
+ msgstr ""
703
+
599
704
  msgid "OVAL Contents"
600
705
  msgstr "OVAL コンテンツ"
601
706
 
@@ -626,12 +731,24 @@ msgstr "OVAL ポリシーのスケジュール期間 (週次、月次、カス
626
731
  msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
627
732
  msgstr "OVAL ポリシーのスケジュール: 平日 (period == \"weekly\" の場合のみ)"
628
733
 
734
+ msgid "OVAL Policy succesfully created."
735
+ msgstr ""
736
+
629
737
  msgid "OVAL content name"
630
738
  msgstr "OVAL コンテンツ名"
631
739
 
740
+ msgid "OVAL policy"
741
+ msgstr ""
742
+
632
743
  msgid "OVAL policy successfully configured with %s."
633
744
  msgstr "%s で正常に設定された OVAL ポリシー。"
634
745
 
746
+ msgid "OVAL policy was successfully deleted."
747
+ msgstr ""
748
+
749
+ msgid "OVAL policy was successfully updated."
750
+ msgstr ""
751
+
635
752
  msgid "OVAL scan"
636
753
  msgstr "OVAL スキャン"
637
754
 
@@ -650,6 +767,9 @@ msgstr "OpenSCAP プロキシー"
650
767
  msgid "Organizations"
651
768
  msgstr "組織"
652
769
 
770
+ msgid "Original File Name"
771
+ msgstr ""
772
+
653
773
  msgid "Original file name of the OVAL content file"
654
774
  msgstr "OVAL コンテンツファイルの元のファイル名"
655
775
 
@@ -673,6 +793,12 @@ msgstr "合格"
673
793
  msgid "Passed|P"
674
794
  msgstr "P"
675
795
 
796
+ msgid "Period"
797
+ msgstr ""
798
+
799
+ msgid "Permission denied"
800
+ msgstr ""
801
+
676
802
  msgid "Please Confirm"
677
803
  msgstr "確認してください"
678
804
 
@@ -733,6 +859,9 @@ msgstr "ポリシースケジュール: 平日 (period == \"weekly\" の場合
733
859
  msgid "Policy with id %s not found."
734
860
  msgstr "id が %s のポリシーが見つかりません"
735
861
 
862
+ msgid "Profile"
863
+ msgstr ""
864
+
736
865
  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."
737
866
  msgstr "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクトリーに移動しました。"
738
867
 
@@ -742,6 +871,9 @@ msgstr "Puppet クラス"
742
871
  msgid "Rationale"
743
872
  msgstr "理由"
744
873
 
874
+ msgid "Red Hat %s default content"
875
+ msgstr ""
876
+
745
877
  msgid "Ref Id"
746
878
  msgstr "参照 ID"
747
879
 
@@ -766,12 +898,21 @@ msgstr "レポート日時: %s"
766
898
  msgid "Reports"
767
899
  msgstr "レポート"
768
900
 
901
+ msgid "Request the following permissions from administrator: %s."
902
+ msgstr ""
903
+
769
904
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
770
905
  msgstr "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
771
906
 
772
907
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
773
908
  msgstr "必要とされる {msg_name}%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
774
909
 
910
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
911
+ msgstr ""
912
+
913
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
914
+ msgstr ""
915
+
775
916
  msgid "Resource"
776
917
  msgstr "リソース"
777
918
 
@@ -838,6 +979,9 @@ msgstr "ポリシーの表示"
838
979
  msgid "Show a Tailoring file"
839
980
  msgstr "テーラリングファイルの表示"
840
981
 
982
+ msgid "Show a policy's OVAL content"
983
+ msgstr ""
984
+
841
985
  msgid "Show a policy's SCAP content"
842
986
  msgstr "ポリシーの SCAP コンテンツの表示"
843
987
 
@@ -904,6 +1048,9 @@ msgstr "リモートソース URL を持つコンテンツの同期"
904
1048
  msgid "Table of CVEs for OVAL policy"
905
1049
  msgstr "OVAL ポリシーの CVE テーブル"
906
1050
 
1051
+ msgid "Table of hostgroups for OVAL policy"
1052
+ msgstr ""
1053
+
907
1054
  msgid "Tailoring File"
908
1055
  msgstr "テーラリングファイル"
909
1056
 
@@ -919,6 +1066,9 @@ msgstr "テーラリングファイル名"
919
1066
  msgid "Tailoring file profile ID"
920
1067
  msgstr "テーラリングファイルのプロファイル ID"
921
1068
 
1069
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
1070
+ msgstr ""
1071
+
922
1072
  msgid ""
923
1073
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
924
1074
  " configuration issues related to security. "
@@ -944,12 +1094,30 @@ msgstr "ホストの ID"
944
1094
  msgid "There are significant differences in deployment options."
945
1095
  msgstr "デプロイメントオプションには大きな違いがあります。"
946
1096
 
1097
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1098
+ msgstr ""
1099
+
1100
+ msgid "There was a following error when updating OVAL policy: %s"
1101
+ msgstr ""
1102
+
1103
+ msgid "There's no available report for this host"
1104
+ msgstr ""
1105
+
947
1106
  msgid "This feature is temporarily disabled. "
948
1107
  msgstr "この機能は一時的に無効にされています。 "
949
1108
 
1109
+ 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."
1110
+ msgstr ""
1111
+
950
1112
  msgid "This profile will be used to override the one from scap content"
951
1113
  msgstr "このプロファイルは scrap コンテンツからのものを上書きするために使用されます"
952
1114
 
1115
+ msgid "Title"
1116
+ msgstr ""
1117
+
1118
+ 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."
1119
+ msgstr ""
1120
+
953
1121
  msgid "Total"
954
1122
  msgstr "合計"
955
1123
 
@@ -963,9 +1131,15 @@ msgid "Total of one host"
963
1131
  msgid_plural "Total of %{hosts} hosts"
964
1132
  msgstr[0] "合計ホスト 1 台"
965
1133
 
1134
+ msgid "Type a hostgroup name..."
1135
+ msgstr ""
1136
+
966
1137
  msgid "Type of the upload"
967
1138
  msgstr "アップロードの種類"
968
1139
 
1140
+ msgid "URL"
1141
+ msgstr ""
1142
+
969
1143
  msgid "URL of the OVAL content file"
970
1144
  msgstr "OVAL コンテンツファイルの URL"
971
1145
 
@@ -984,6 +1158,12 @@ msgstr "不明なコンプライアンスステータス"
984
1158
  msgid "Unknown OVAL status"
985
1159
  msgstr "OVAL の不明なステータス"
986
1160
 
1161
+ msgid "Unknown error when submitting data, please try again later."
1162
+ msgstr ""
1163
+
1164
+ msgid "Unknown schedule"
1165
+ msgstr ""
1166
+
987
1167
  msgid "Update a Policy"
988
1168
  msgstr "ポリシーの更新"
989
1169
 
@@ -1041,6 +1221,9 @@ msgstr "%s は正常に設定されましたか?"
1041
1221
  msgid "Was %{model_name} %{name} configured successfully?"
1042
1222
  msgstr "%{model_name} %%{name} は正常に設定されましたか?"
1043
1223
 
1224
+ msgid "Weekly, on %s"
1225
+ msgstr ""
1226
+
1044
1227
  msgid "XCCDF Profile"
1045
1228
  msgstr "XCCDF プロファイル"
1046
1229
 
@@ -1059,15 +1242,24 @@ msgstr "テーラリングファイルを含む XML"
1059
1242
  msgid "Yes"
1060
1243
  msgstr "はい"
1061
1244
 
1245
+ msgid "You are not authorized to view the page. "
1246
+ msgstr ""
1247
+
1062
1248
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1063
1249
  msgstr "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
1064
1250
 
1065
1251
  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."
1066
1252
  msgstr "ARF レポートがないようです。ARF レポートは、指定のコンプライアンスポリシーを基に、特定のホストを 1 回スキャンしたときのサマリーです。"
1067
1253
 
1254
+ msgid "can't be blank"
1255
+ msgstr ""
1256
+
1068
1257
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
1069
1258
  msgstr "%s に割り当てることができません。割り当てたポリシーはすべて同じ方法でデプロイする必要があります。割り当て済みのポリシーごとに「デプロイ方法 (deploy by)」を確認してください。"
1070
1259
 
1260
+ msgid "cause: "
1261
+ msgstr ""
1262
+
1071
1263
  msgid "documentation"
1072
1264
  msgstr "ドキュメント"
1073
1265
 
@@ -1092,6 +1284,9 @@ msgstr "ホスト"
1092
1284
  msgid "invalid type %s"
1093
1285
  msgstr "無効なタイプ %s"
1094
1286
 
1287
+ msgid "is not a valid cronline"
1288
+ msgstr ""
1289
+
1095
1290
  msgid "is not a valid value"
1096
1291
  msgstr "有効な値ではありません"
1097
1292
 
File without changes