foreman_openscap 6.0.0 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) 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/api/v2/compliance/arf_reports_controller.rb +2 -1
  18. data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/compliance_hosts_helper.rb +2 -0
  22. data/app/helpers/foreman_openscap_helper.rb +11 -8
  23. data/app/helpers/policies_helper.rb +2 -0
  24. data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
  25. data/app/services/foreman_openscap/client_config/manual.rb +1 -1
  26. data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
  27. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
  28. data/app/views/arf_reports/_list.html.erb +1 -1
  29. data/app/views/arf_reports/show.html.erb +0 -1
  30. data/app/views/arf_reports/welcome.html.erb +1 -1
  31. data/app/views/compliance_hosts/show.html.erb +1 -1
  32. data/app/views/policies/_list.html.erb +3 -3
  33. data/app/views/policies/index.html.erb +1 -1
  34. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  35. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  36. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  37. data/app/views/policy_dashboard/index.html.erb +1 -1
  38. data/app/views/scap_contents/_list.html.erb +3 -3
  39. data/app/views/scap_contents/index.html.erb +1 -1
  40. data/app/views/tailoring_files/_list.html.erb +3 -3
  41. data/app/views/tailoring_files/index.html.erb +1 -1
  42. data/lib/foreman_openscap/bulk_upload.rb +7 -7
  43. data/lib/foreman_openscap/engine.rb +2 -7
  44. data/lib/foreman_openscap/version.rb +1 -1
  45. data/locale/Makefile +6 -3
  46. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
  48. data/locale/cs_CZ/foreman_openscap.po +1309 -0
  49. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  50. data/locale/de/foreman_openscap.edit.po +1745 -0
  51. data/locale/de/foreman_openscap.po +195 -0
  52. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  53. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/en/foreman_openscap.edit.po +1735 -0
  55. data/locale/en/foreman_openscap.po +1309 -0
  56. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  57. data/locale/en_GB/foreman_openscap.edit.po +1735 -0
  58. data/locale/en_GB/foreman_openscap.po +195 -0
  59. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  60. data/locale/es/foreman_openscap.edit.po +1740 -0
  61. data/locale/es/foreman_openscap.po +195 -0
  62. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  63. data/locale/foreman_openscap.pot +388 -76
  64. data/locale/fr/foreman_openscap.edit.po +1746 -0
  65. data/locale/fr/foreman_openscap.po +195 -0
  66. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  67. data/locale/gl/foreman_openscap.edit.po +1735 -0
  68. data/locale/gl/foreman_openscap.po +195 -0
  69. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/it/foreman_openscap.edit.po +1737 -0
  71. data/locale/it/foreman_openscap.po +195 -0
  72. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  73. data/locale/ja/foreman_openscap.edit.po +1741 -0
  74. data/locale/ja/foreman_openscap.po +195 -0
  75. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/ko/foreman_openscap.edit.po +1735 -0
  77. data/locale/ko/foreman_openscap.po +195 -0
  78. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  79. data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
  80. data/locale/pt_BR/foreman_openscap.po +195 -0
  81. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  82. data/locale/ru/foreman_openscap.edit.po +1739 -0
  83. data/locale/ru/foreman_openscap.po +195 -0
  84. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  85. data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
  86. data/locale/sv_SE/foreman_openscap.po +195 -0
  87. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  88. data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
  89. data/locale/zh_CN/foreman_openscap.po +195 -0
  90. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  91. data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
  92. data/locale/zh_TW/foreman_openscap.po +195 -0
  93. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  94. data/package.json +0 -3
  95. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
  96. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
  97. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
  98. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
  99. metadata +54 -5
@@ -0,0 +1,1300 @@
1
+ locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ja'] = {
2
+ "domain": "foreman_openscap",
3
+ "locale_data": {
4
+ "foreman_openscap": {
5
+ "": {
6
+ "Project-Id-Version": "Foreman",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2016-04-14 07:48+0000",
9
+ "Last-Translator": "Kazuki Omo <kazuki.omo@gmail.com>, 2016",
10
+ "Language-Team": "Japanese (http://www.transifex.com/foreman/foreman/language/ja/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "ja",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "ja",
17
+ "domain": "foreman_openscap",
18
+ "plural_forms": "nplurals=1; plural=0;"
19
+ },
20
+ "List ARF reports": [
21
+ "ARF レポートの一覧表示"
22
+ ],
23
+ "Show an ARF report": [
24
+ "ARF レポートの表示"
25
+ ],
26
+ "Delete an ARF Report": [
27
+ "ARF レポートの削除"
28
+ ],
29
+ "Upload an ARF report": [
30
+ "ARF レポートのアップロード"
31
+ ],
32
+ "Download bzipped ARF report": [
33
+ "bzip 形式の ARF レポートのダウンロード"
34
+ ],
35
+ "Download ARF report in HTML": [
36
+ "HTML の ARF レポートのダウンロード"
37
+ ],
38
+ "Policy with id %s not found.": [
39
+ "id が %s のポリシーが見つかりません"
40
+ ],
41
+ "Could not find host identified by: %s": [
42
+ "%s が識別したホストが見つかりませんでした"
43
+ ],
44
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
45
+ "Arf レポートのアップロードに失敗しました。%s のアップロード時にパラメーターで OpenSCAP プロキシー名または url が見つかりませんでした。ホストには openscap_proxy が設定されていません。"
46
+ ],
47
+ "No proxy found for %{name} or %{url}": [
48
+ "%{name} または %{url} のプロキシーが見つかりません"
49
+ ],
50
+ "List OVAL contents": [
51
+ "OVAL コンテンツの一覧表示"
52
+ ],
53
+ "Show an OVAL content": [
54
+ "OVAL コンテンツの表示"
55
+ ],
56
+ "OVAL content name": [
57
+ "OVAL コンテンツ名"
58
+ ],
59
+ "XML containing OVAL content": [
60
+ "OVAL コンテンツを含む XML"
61
+ ],
62
+ "Original file name of the OVAL content file": [
63
+ "OVAL コンテンツファイルの元のファイル名"
64
+ ],
65
+ "URL of the OVAL content file": [
66
+ "OVAL コンテンツファイルの URL"
67
+ ],
68
+ "Create OVAL content": [
69
+ "OVAL コンテンツの作成"
70
+ ],
71
+ "Update an OVAL content": [
72
+ "OVAL コンテンツの更新"
73
+ ],
74
+ "Deletes an OVAL content": [
75
+ "OVAL コンテンツの削除"
76
+ ],
77
+ "Sync contents that have remote source URL": [
78
+ "リモートソース URL を持つコンテンツの同期"
79
+ ],
80
+ "List OVAL Policies": [
81
+ "OVAL ポリシーの一覧表示"
82
+ ],
83
+ "Show an OVAL Policy": [
84
+ "OVAL ポリシーの表示"
85
+ ],
86
+ "OVAL Policy name": [
87
+ "OVAL ポリシー名"
88
+ ],
89
+ "Policy OVAL content ID": [
90
+ "ポリシー OVAL コンテンツ ID"
91
+ ],
92
+ "OVAL Policy description": [
93
+ "OVAL ポリシーの説明"
94
+ ],
95
+ "OVAL Policy schedule period (weekly, monthly, custom)": [
96
+ "OVAL ポリシーのスケジュール期間 (週次、月次、カスタム)"
97
+ ],
98
+ "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
99
+ "OVAL ポリシーのスケジュール: 平日 (period == \\\"weekly\\\" の場合のみ)"
100
+ ],
101
+ "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
102
+ "OVAL ポリシーのスケジュール: 月の日付 (period == \\\"monthly\\\" の場合のみ)"
103
+ ],
104
+ "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
105
+ "OVAL ポリシーのスケジュール: cron 行 (period == \\\"custom\\\" の場合のみ)"
106
+ ],
107
+ "Create an OVAL Policy": [
108
+ "OVAL ポリシーの作成"
109
+ ],
110
+ "Update an OVAL Policy": [
111
+ "OVAL ポリシーの更新"
112
+ ],
113
+ "Delete an OVAL Policy": [
114
+ "OVAL ポリシーの削除"
115
+ ],
116
+ "Assign hostgroups to an OVAL Policy": [
117
+ "OVAL ポリシーへのホストグループの割り当て"
118
+ ],
119
+ "Array of hostgroup IDs": [
120
+ "ホストグループ ID の配列"
121
+ ],
122
+ "hostgroups": [
123
+ "ホストグループ"
124
+ ],
125
+ "Assign hosts to an OVAL Policy": [
126
+ "OVAL ポリシーへのホストの割り当て"
127
+ ],
128
+ "Array of host IDs": [
129
+ "ホスト ID の配列"
130
+ ],
131
+ "hosts": [
132
+ "ホスト"
133
+ ],
134
+ "Show a policy's OVAL content": [
135
+ ""
136
+ ],
137
+ "OVAL policy successfully configured with %s.": [
138
+ "%s で正常に設定された OVAL ポリシー。"
139
+ ],
140
+ "Upload an OVAL report - a list of CVEs for given host": [
141
+ "OVAL レポートのアップロード: 特定のホストの CVE の一覧"
142
+ ],
143
+ "List Policies": [
144
+ "ポリシーの一覧表示"
145
+ ],
146
+ "Show a Policy": [
147
+ "ポリシーの表示"
148
+ ],
149
+ "Policy name": [
150
+ "ポリシー名"
151
+ ],
152
+ "Policy description": [
153
+ "ポリシーの説明"
154
+ ],
155
+ "Policy SCAP content ID": [
156
+ "ポリシー SCAP コンテンツ ID"
157
+ ],
158
+ "Policy SCAP content profile ID": [
159
+ "ポリシー SCAP コンテンツプロファイル ID"
160
+ ],
161
+ "Policy schedule period (weekly, monthly, custom)": [
162
+ "ポリシーのスケジュール期間 (週次、月次、カスタム)"
163
+ ],
164
+ "Policy schedule weekday (only if period == \\\"weekly\\\")": [
165
+ "ポリシースケジュール: 平日 (period == \\\"weekly\\\" の場合のみ)"
166
+ ],
167
+ "Policy schedule day of month (only if period == \\\"monthly\\\")": [
168
+ "ポリシースケジュール: 月の日付 (period == \\\"monthly\\\" の場合のみ)"
169
+ ],
170
+ "Policy schedule cron line (only if period == \\\"custom\\\")": [
171
+ "ポリシースケジュール: cron 行 (period == \\\"custom\\\" の場合のみ)"
172
+ ],
173
+ "Apply policy to host groups": [
174
+ "ホストグループ にポリシーを適用"
175
+ ],
176
+ "Apply policy to hosts": [
177
+ "ホストにポリシーを適用"
178
+ ],
179
+ "Tailoring file ID": [
180
+ "テーラリングファイル ID"
181
+ ],
182
+ "Tailoring file profile ID": [
183
+ "テーラリングファイルのプロファイル ID"
184
+ ],
185
+ "How the policy should be deployed": [
186
+ "ポリシーのデプロイメント方法"
187
+ ],
188
+ "Create a Policy": [
189
+ "ポリシーの作成"
190
+ ],
191
+ "Update a Policy": [
192
+ "ポリシーの更新"
193
+ ],
194
+ "Delete a Policy": [
195
+ "ポリシーの削除"
196
+ ],
197
+ "Show a policy's SCAP content": [
198
+ "ポリシーの SCAP コンテンツの表示"
199
+ ],
200
+ "Show a policy's Tailoring file": [
201
+ "ポリシーのテーラリングファイルの表示"
202
+ ],
203
+ "No Tailoring file assigned for policy with id %s": [
204
+ "id が %s のポリシーに割り当てられているテーラリングファイルはありません"
205
+ ],
206
+ "List SCAP content profiles": [
207
+ "SCAP コンテンツプロファイルの一覧表示"
208
+ ],
209
+ "List SCAP contents": [
210
+ "SCAP コンテンツの一覧表示"
211
+ ],
212
+ "Download an SCAP content as XML": [
213
+ "XML として SCAP コンテンツをダウンロード"
214
+ ],
215
+ "Show an SCAP content": [
216
+ "SCAP コンテンツの表示"
217
+ ],
218
+ "SCAP content name": [
219
+ "SCAP コンテンツ名"
220
+ ],
221
+ "XML containing SCAP content": [
222
+ "SCAP コンテンツを含む XML"
223
+ ],
224
+ "Original file name of the XML file": [
225
+ "XML ファイルの元のファイル名"
226
+ ],
227
+ "Create SCAP content": [
228
+ "SCAP コンテンツの作成"
229
+ ],
230
+ "Update an SCAP content": [
231
+ "SCAP コンテンツの更新"
232
+ ],
233
+ "Deletes an SCAP content": [
234
+ "SCAP コンテンツの削除"
235
+ ],
236
+ "Upload scap contents in bulk": [
237
+ "SCAP コンテンツをまとめてアップロード"
238
+ ],
239
+ "Type of the upload": [
240
+ "アップロードの種類"
241
+ ],
242
+ "File paths to upload when using \\\"files\\\" upload type": [
243
+ "「ファイル」アップロードタイプを使用する場合のアップロードするファイルパス"
244
+ ],
245
+ "Directory to upload when using \\\"directory\\\" upload type": [
246
+ "「ディレクトリ」アップロードタイプを使用する場合のアップロードするディレクトリー"
247
+ ],
248
+ "Please specify import type, received: %{received}, expected one of: %{expected}": [
249
+ "インポートタイプを指定してください。受信: %%{received}、次のうち 1 つを想定: %%{expected}"
250
+ ],
251
+ "List Tailoring files": [
252
+ "テーラリングファイルの一覧表示"
253
+ ],
254
+ "Download a Tailoring file as XML": [
255
+ "XML としてテーラリングファイルをダウンロード"
256
+ ],
257
+ "Show a Tailoring file": [
258
+ "テーラリングファイルの表示"
259
+ ],
260
+ "Tailoring file name": [
261
+ "テーラリングファイル名"
262
+ ],
263
+ "XML containing tailoring file": [
264
+ "テーラリングファイルを含む XML"
265
+ ],
266
+ "Create a Tailoring file": [
267
+ "テーラリングファイルの作成"
268
+ ],
269
+ "Update a Tailoring file": [
270
+ "テーラリングファイルの更新"
271
+ ],
272
+ "Deletes a Tailoring file": [
273
+ "テーラリングファイルの削除"
274
+ ],
275
+ "Failed to downloaded ARF report as bzip: %s": [
276
+ "ARFレポートを bzip でダウンロードするのに失敗しました: %s"
277
+ ],
278
+ "Failed to downloaded ARF report in HTML: %s": [
279
+ "ARF レポートを HTML でダウンロードするのに失敗しました: %s"
280
+ ],
281
+ "Successfully deleted ARF report.": [
282
+ "ARF レポートが正常に削除されました。"
283
+ ],
284
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
285
+ "{reported_at} で報告されたホスト {host_name} の ARF レポートの削除に失敗しました"
286
+ ],
287
+ "Failed to delete %s compliance reports": [
288
+ "%s コンプライアンスレポートの削除に失敗しました"
289
+ ],
290
+ "Successfully deleted %s compliance reports": [
291
+ "%s コンプライアンスレポートが正常に削除されました"
292
+ ],
293
+ "No compliance reports were found.": [
294
+ "コンプライアンスレポートが見つかりませんでした。"
295
+ ],
296
+ "No compliance reports selected": [
297
+ "コンプライアンスレポートが選択されていません"
298
+ ],
299
+ "Something went wrong while selecting compliance reports - %s": [
300
+ "コンプライアンスレポートの選択中に問題が発生しました: %s"
301
+ ],
302
+ "Show config information for foreman_scap_client": [
303
+ "foreman_scap_client の設定情報の表示"
304
+ ],
305
+ "The identifier of the host": [
306
+ "ホストの ID"
307
+ ],
308
+ "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
309
+ ""
310
+ ],
311
+ "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
312
+ "更新済みホスト: OpenSCAP プロキシーで割り当て済み: %s"
313
+ ],
314
+ "No OpenSCAP Proxy selected.": [
315
+ "OpenSCAP プロキシーが選択されていません。"
316
+ ],
317
+ "Updated hosts: Assigned with compliance policy: %s": [
318
+ "更新済みホスト: コンプライアンスポリシーで割り当て済み: %s"
319
+ ],
320
+ "No compliance policy selected.": [
321
+ "コンプライアンスポリシーが選択されていません。"
322
+ ],
323
+ "Updated hosts: Unassigned from compliance policy '%s'": [
324
+ "更新済みホスト: コンプライアンスポリシー '%s' の割り当てなし"
325
+ ],
326
+ "No valid policy ID provided": [
327
+ "有効なポリシー ID が提供されていません"
328
+ ],
329
+ "No hosts were found.": [
330
+ "ホストが見つかりませんでした。"
331
+ ],
332
+ "No hosts selected": [
333
+ "ホストが選択されていません"
334
+ ],
335
+ "Something went wrong while selecting hosts - %s": [
336
+ "ホストの選択中に問題が発生しました: %s"
337
+ ],
338
+ "Failed": [
339
+ "失敗"
340
+ ],
341
+ "Passed": [
342
+ "合格"
343
+ ],
344
+ "Other": [
345
+ "その他"
346
+ ],
347
+ "Number of Events": [
348
+ "イベント数"
349
+ ],
350
+ "Rule Results": [
351
+ "ルールの結果"
352
+ ],
353
+ "Show log messages:": [
354
+ "ログメッセージの表示:"
355
+ ],
356
+ "All messages": [
357
+ "すべてのメッセージ"
358
+ ],
359
+ "Failed and Othered": [
360
+ "Failed および Othered"
361
+ ],
362
+ "Failed only": [
363
+ "失敗のみ"
364
+ ],
365
+ "Compliance Reports": [
366
+ "コンプライアンスレポート"
367
+ ],
368
+ "Delete reports": [
369
+ "レポートを削除"
370
+ ],
371
+ "Select Action": [
372
+ "アクションの選択"
373
+ ],
374
+ "%s - The following compliance reports are about to be changed": [
375
+ "%s: 次のコンプライアンスレポートが変更されます"
376
+ ],
377
+ "No proxy found!": [
378
+ "プロキシーが見つかりません!"
379
+ ],
380
+ "Reported at %s": [
381
+ "レポート日時: %s"
382
+ ],
383
+ " for policy %s": [
384
+ " ポリシー %s"
385
+ ],
386
+ " through %s": [
387
+ " %s まで更新を受信できます。"
388
+ ],
389
+ "Hosts failing this rule": [
390
+ "このルールに不合格のホスト"
391
+ ],
392
+ "Hosts passing this rule": [
393
+ "このルールに合格のホスト"
394
+ ],
395
+ "Hosts othering this rule": [
396
+ "このルールに該当しないホスト"
397
+ ],
398
+ "Host": [
399
+ "ホスト"
400
+ ],
401
+ "Policy": [
402
+ "ポリシー"
403
+ ],
404
+ "Passed|P": [
405
+ "P"
406
+ ],
407
+ "Failed|F": [
408
+ "F"
409
+ ],
410
+ "Othered|O": [
411
+ "O"
412
+ ],
413
+ "Othered": [
414
+ "Othered"
415
+ ],
416
+ "Assign Compliance Policy": [
417
+ "コンプライアンスポリシーの割り当て"
418
+ ],
419
+ "Unassign Compliance Policy": [
420
+ "コンプライアンスポリシーの割り当て解除"
421
+ ],
422
+ "Change OpenSCAP Proxy": [
423
+ "OpenSCAP プロキシーの変更"
424
+ ],
425
+ "Compliance": [
426
+ "コンプライアンス"
427
+ ],
428
+ "Host compliance details": [
429
+ "ホストコンプライアンス詳細"
430
+ ],
431
+ "Host is deleted": [
432
+ "ホストが削除されました"
433
+ ],
434
+ "Choose existing SCAP Content": [
435
+ "既存の SCAP コンテンツを選択"
436
+ ],
437
+ "SCAP Content": [
438
+ "SCAP コンテンツ"
439
+ ],
440
+ "XCCDF Profile": [
441
+ "XCCDF プロファイル"
442
+ ],
443
+ "Default XCCDF profile": [
444
+ "デフォルトの XCCDF プロファイル"
445
+ ],
446
+ "Choose Tailoring File": [
447
+ "テーラリングファイルの選択"
448
+ ],
449
+ "Tailoring File": [
450
+ "テーラリングファイル"
451
+ ],
452
+ "XCCDF Profile in Tailoring File": [
453
+ "テーラリングファイルでの XCCDF プロファイル"
454
+ ],
455
+ "This profile will be used to override the one from scap content": [
456
+ "このプロファイルは scrap コンテンツからのものを上書きするために使用されます"
457
+ ],
458
+ "Submit": [
459
+ "送信"
460
+ ],
461
+ "Cancel": [
462
+ "取り消し"
463
+ ],
464
+ "Compliant hosts": [
465
+ "準拠したホスト"
466
+ ],
467
+ "Incompliant hosts": [
468
+ "準拠しないホスト"
469
+ ],
470
+ "Inconclusive": [
471
+ "不確定"
472
+ ],
473
+ "Not audited": [
474
+ "未監査"
475
+ ],
476
+ "Host is assigned to policy": [
477
+ "ホストはポリシーに割り当てられています"
478
+ ],
479
+ "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
480
+ "ホストはポリシーに割り当てられていませんが、レポートが見つかりました。レポートを削除するか、ポリシーを再度割り当てることをお勧めします。"
481
+ ],
482
+ "Hosts no longer assigned: %s": [
483
+ "割り当てが解除されたホスト: %s"
484
+ ],
485
+ "Total hosts with reports where policy is no longer assigned.": [
486
+ "ポリシーの割り当てが解除されたレポートが含まれるホストの総数。"
487
+ ],
488
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
489
+ "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
490
+ ],
491
+ "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
492
+ "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
493
+ ],
494
+ "Could not validate %{file_type}. Error %{error}": [
495
+ "%{file_type} を検証できませんでした。エラー: %{error}"
496
+ ],
497
+ "Unable to get HTML version of requested report from Smart Proxy": [
498
+ "要求されたレポートの HTML バージョンをスマートプロキシーから取得できません"
499
+ ],
500
+ "Unable to get XML version of requested report from Smart Proxy": [
501
+ "要求されたレポートの XML バージョンをスマートプロキシーから取得できません"
502
+ ],
503
+ "SCAP policies summary": [
504
+ "SCAP ポリシーの概要"
505
+ ],
506
+ "is not included in SCAP_RESULT": [
507
+ "SCAP_RESULT に含まれていません"
508
+ ],
509
+ "must have Openscap feature": [
510
+ "Openscap 機能がなければなりません"
511
+ ],
512
+ "No OpenSCAP proxy found for %{class} with id %{id}": [
513
+ "ID %{id} の %{class} の OpenSCAP プロキシーが見つかりません"
514
+ ],
515
+ "does not consist of 5 parts separated by space": [
516
+ "スペースで区切られた 5 つの部分で構成されていません"
517
+ ],
518
+ "is not a valid value": [
519
+ "有効な値ではありません"
520
+ ],
521
+ "must be between 1 and 31": [
522
+ "1 から 31 の間でなければなりません"
523
+ ],
524
+ "Compliant": [
525
+ "準拠"
526
+ ],
527
+ "Incompliant": [
528
+ "非準拠"
529
+ ],
530
+ "Unknown Compliance status": [
531
+ "不明なコンプライアンスステータス"
532
+ ],
533
+ "OVAL scan": [
534
+ "OVAL スキャン"
535
+ ],
536
+ "No Vulnerabilities found": [
537
+ "脆弱性は見つかりませんでした"
538
+ ],
539
+ "%s vulnerabilities found": [
540
+ "%s 脆弱性が見つかりました"
541
+ ],
542
+ "%s vulnerabilities with available patch found": [
543
+ "%s 利用可能なパッチがある脆弱性が見つかりました"
544
+ ],
545
+ "Unknown OVAL status": [
546
+ "OVAL の不明なステータス"
547
+ ],
548
+ "Deployment Options": [
549
+ "デプロイメントオプション"
550
+ ],
551
+ "Policy Attributes": [
552
+ "ポリシー属性"
553
+ ],
554
+ "Schedule": [
555
+ "スケジュール"
556
+ ],
557
+ "Locations": [
558
+ "ロケーション"
559
+ ],
560
+ "Organizations": [
561
+ "組織"
562
+ ],
563
+ "Hostgroups": [
564
+ "ホストグループ"
565
+ ],
566
+ "Cannot generate HTML guide, scap content is missing.": [
567
+ "HTML ガイドを生成できません。SCAP のコンテンツがありません。"
568
+ ],
569
+ "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
570
+ "HTML ガイドを生成できません。有効な OpenSCAP プロキシーサーバーが見つかりません。"
571
+ ],
572
+ "must be present when tailoring file profile present": [
573
+ "テーラリングファイルのプロファイルがある場合に存在する必要があります"
574
+ ],
575
+ "must be present when tailoring file present": [
576
+ "テーラリングファイルがある場合になければなりません"
577
+ ],
578
+ "does not come from selected tailoring file": [
579
+ "選択したテーラリングファイルからのものではありません"
580
+ ],
581
+ "does not have the selected SCAP content profile": [
582
+ "選択した SCAP コンテンツプロファイルがありません"
583
+ ],
584
+ "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
585
+ "%s に割り当てることができません。割り当てたポリシーはすべて同じ方法でデプロイする必要があります。割り当て済みのポリシーごとに「デプロイ方法 (deploy by)」を確認してください。"
586
+ ],
587
+ "invalid type %s": [
588
+ "無効なタイプ %s"
589
+ ],
590
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
591
+ ""
592
+ ],
593
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
594
+ ""
595
+ ],
596
+ "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
597
+ "theforeman.foreman_scap_client Ansible ロールが見つかりません。このアクションを再度実行する前に、インポートしてください。"
598
+ ],
599
+ "Ansible role": [
600
+ "Ansible ロール"
601
+ ],
602
+ "Ansible variables": [
603
+ "Ansible 変数"
604
+ ],
605
+ "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.": [
606
+ ""
607
+ ],
608
+ "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
609
+ ""
610
+ ],
611
+ "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
612
+ ""
613
+ ],
614
+ "Puppet class": [
615
+ "Puppet クラス"
616
+ ],
617
+ "Smart Class Parameters": [
618
+ "スマートクラスパラメーター"
619
+ ],
620
+ "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
621
+ "クライアントへのポリシーのデプロイに %{type} が選択されましたが、%{type} は利用できません。プラグインがありませんか?"
622
+ ],
623
+ "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
624
+ "必要とされる {msg_name}%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
625
+ ],
626
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
627
+ "以下の %{key_name} が %{item_name}: %{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
628
+ ],
629
+ "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
630
+ "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
631
+ ],
632
+ "This feature is temporarily disabled. ": [
633
+ "この機能は一時的に無効にされています。 "
634
+ ],
635
+ "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
636
+ "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
637
+ ],
638
+ "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
639
+ "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
640
+ ],
641
+ "Was %s configured successfully?": [
642
+ "%s は正常に設定されましたか?"
643
+ ],
644
+ "Assign openscap_proxy to %s before proceeding.": [
645
+ "続行する前に、openscap_proxy を %s に割り当てます。"
646
+ ],
647
+ "Was %{model_name} %{name} configured successfully?": [
648
+ "%{model_name} %%{name} は正常に設定されましたか?"
649
+ ],
650
+ "Could not update Ansible Variables with override: true": [
651
+ "オーバーライドで Ansible 変数を更新できませんでした: true"
652
+ ],
653
+ "Is foreman_ansible present?": [
654
+ "foreman_ansible は存在しますか?"
655
+ ],
656
+ "foreman_ansible plugin not found, please install it before running this action again.": [
657
+ "foreman_ansible プラグインが見つかりません。このアクションを再度実行する前に、プラグインをインストールしてください。"
658
+ ],
659
+ "Is theforeman.foreman_scap_client present?": [
660
+ "theforeman.foreman_scap_client は存在しますか?"
661
+ ],
662
+ "Are required variables for theforeman.foreman_scap_client present?": [
663
+ "theforeman.foreman_scap_client に必要な変数ですか?"
664
+ ],
665
+ "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
666
+ "次の Ansible 変数が見つかりませんでした: %{missing_vars}。このアクションを再度実行する前に、Ansible 変数をインポートしてください。"
667
+ ],
668
+ "Is %s param set to be overriden?": [
669
+ "%s param はオーバーライドされるように設定されていますか?"
670
+ ],
671
+ "cause: ": [
672
+ ""
673
+ ],
674
+ "Failed to fetch content file from %s": [
675
+ ""
676
+ ],
677
+ "No proxy with OpenSCAP feature was found.": [
678
+ "OpenSCAP 機能のあるプロキシーが見つかりませんでした。"
679
+ ],
680
+ "No proxy with OpenSCAP feature is running.": [
681
+ "OpenSCAP 機能のあるプロキシーが実行されていません。"
682
+ ],
683
+ "No available proxy to validate. Returned with error: %s": [
684
+ "検証するプロキシーがありません。返されたエラー: %s"
685
+ ],
686
+ "Changed file does not include existing SCAP content profiles": [
687
+ "変更されたファイルには既存の SCAP コンテンツプロファイルが含まれません"
688
+ ],
689
+ "More details": [
690
+ "詳細"
691
+ ],
692
+ "Description": [
693
+ "説明"
694
+ ],
695
+ "Rationale": [
696
+ "理由"
697
+ ],
698
+ "References": [
699
+ "リファレンス"
700
+ ],
701
+ "Select all items in this page": [
702
+ "このページのすべての項目を選択"
703
+ ],
704
+ "items selected. Uncheck to Clear": [
705
+ "項目が選択されています。クリアするにはチェックを解除してください"
706
+ ],
707
+ "Reported At": [
708
+ "報告済み"
709
+ ],
710
+ "Openscap Proxy": [
711
+ "OpenSCAP プロキシー"
712
+ ],
713
+ "Actions": [
714
+ "アクション"
715
+ ],
716
+ "Deleted policy": [
717
+ "削除済みのポリシー"
718
+ ],
719
+ "Full Report": [
720
+ "完全レポート"
721
+ ],
722
+ "Delete compliance report for %s?": [
723
+ "%s のコンプライアンスレポートを削除しますか?"
724
+ ],
725
+ "Please Confirm": [
726
+ "確認してください"
727
+ ],
728
+ "Report Metrics": [
729
+ "レポートメトリックス"
730
+ ],
731
+ "Report Status": [
732
+ "レポートのステータス"
733
+ ],
734
+ "Total": [
735
+ "合計"
736
+ ],
737
+ "Result": [
738
+ "結果"
739
+ ],
740
+ "Message": [
741
+ "メッセージ"
742
+ ],
743
+ "Resource": [
744
+ "リソース"
745
+ ],
746
+ "Severity": [
747
+ "重要度"
748
+ ],
749
+ "Nothing to show": [
750
+ "表示するものがありません"
751
+ ],
752
+ "Delete": [
753
+ "削除"
754
+ ],
755
+ "these Compliance reports": [
756
+ "これらのコンプライアンスレポート"
757
+ ],
758
+ "Back": [
759
+ "戻る"
760
+ ],
761
+ "Host details": [
762
+ "ホストの詳細"
763
+ ],
764
+ "View full report": [
765
+ "フルレポートを表示"
766
+ ],
767
+ "Download XML in bzip": [
768
+ "XML を bzip でダウンロード"
769
+ ],
770
+ "Download HTML": [
771
+ "HTML のダウンロード"
772
+ ],
773
+ "Loading...": [
774
+ "読み込み中..."
775
+ ],
776
+ "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.": [
777
+ "ARF レポートがないようです。ARF レポートは、指定のコンプライアンスポリシーを基に、特定のホストを 1 回スキャンしたときのサマリーです。"
778
+ ],
779
+ "Documentation": [
780
+ "ドキュメント"
781
+ ],
782
+ "%s compliance report by policy": [
783
+ "ポリシー別 コンプライアンスレポート %s 件"
784
+ ],
785
+ "Policy %s": [
786
+ "ポリシー %s 件"
787
+ ],
788
+ "%s latest report": [
789
+ "最新レポート %s 件"
790
+ ],
791
+ "%s reports over time": [
792
+ "経過レポート %s 件"
793
+ ],
794
+ "No report for this policy": [
795
+ "このポリシーのレポートはありません"
796
+ ],
797
+ "Latest Compliance Reports": [
798
+ "最新コンプライアンスレポート"
799
+ ],
800
+ "No reports available": [
801
+ "利用可能なレポートがありません"
802
+ ],
803
+ "Host does not exist anymore": [
804
+ "ホストは存在しません"
805
+ ],
806
+ "Policy is missing": [
807
+ "ポリシーがありません"
808
+ ],
809
+ "Compliance Reports Breakdown": [
810
+ "コンプライアンスレポートの内訳"
811
+ ],
812
+ "Changed": [
813
+ "変更済み"
814
+ ],
815
+ "Hostname": [
816
+ "ホスト名"
817
+ ],
818
+ "Changed?": [
819
+ "変更されましたか?"
820
+ ],
821
+ "Yes": [
822
+ "はい"
823
+ ],
824
+ "No": [
825
+ "いいえ"
826
+ ],
827
+ "No ARF reports for this policy": [
828
+ "このポリシーの ARF レポートがありません"
829
+ ],
830
+ "None!": [
831
+ "なし!"
832
+ ],
833
+ "Total of one host": [
834
+ "合計ホスト 1 台"
835
+ ],
836
+ "Summary report for OpenScap from Foreman": [
837
+ "Foreman からの OpenScap の概要レポート"
838
+ ],
839
+ "<b>Foreman</b> OpenSCAP summary": [
840
+ "<b>Foreman</b> OpenSCAP の概要"
841
+ ],
842
+ "Summary from %{time} ago to now": [
843
+ "過去 %{time} から今までの概要"
844
+ ],
845
+ "Summary report from Foreman server at %{foreman_url}": [
846
+ "%{foreman_url} にある Foreman サーバーからの概要レポート"
847
+ ],
848
+ "Policies with hosts:": [
849
+ "ホスト付きポリシー:"
850
+ ],
851
+ "Select OpenSCAP Proxy": [
852
+ "OpenSCAP プロキシーの選択"
853
+ ],
854
+ "General": [
855
+ "全般"
856
+ ],
857
+ "Host Groups": [
858
+ "ホストグループ"
859
+ ],
860
+ "Choose period": [
861
+ "期間を選択"
862
+ ],
863
+ "Choose weekday": [
864
+ "平日を選択"
865
+ ],
866
+ "Number of a day in month, note that not all months have same count of days": [
867
+ "月の日数。すべての月の日数が同じであるとは限らないことに注意してください"
868
+ ],
869
+ "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
870
+ "カスタム cron 行を指定できます (たとえば、\\\"0 3 * * *\\\" のように 5 つの値をスペースで区切ります)"
871
+ ],
872
+ "Name": [
873
+ "名前"
874
+ ],
875
+ "Content": [
876
+ ""
877
+ ],
878
+ "Profile": [
879
+ ""
880
+ ],
881
+ "Effective Profile": [
882
+ "有効なプロファイル"
883
+ ],
884
+ "None": [
885
+ "なし"
886
+ ],
887
+ "Dashboard": [
888
+ "ダッシュボード"
889
+ ],
890
+ "Show Guide": [
891
+ "ガイドの表示"
892
+ ],
893
+ "Delete compliance policy %s with all of its reports?": [
894
+ "すべてのレポートでコンプライアンスポリシー %s を削除しますか?"
895
+ ],
896
+ "New Compliance Policy": [
897
+ "新規コンプライアンスポリシー"
898
+ ],
899
+ "Select Compliance Policy": [
900
+ "コンプライアンスポリシーの選択"
901
+ ],
902
+ "Edit %s": [
903
+ "%s の編集"
904
+ ],
905
+ "Compliance Policies": [
906
+ "コンプライアンスポリシー"
907
+ ],
908
+ "Details for Compliance Policy %s": [
909
+ "コンプライアンスポリシー %s の詳細"
910
+ ],
911
+ "There are significant differences in deployment options.": [
912
+ "デプロイメントオプションには大きな違いがあります。"
913
+ ],
914
+ "Please make sure you understand them by reading our": [
915
+ "理解するために読んでください。"
916
+ ],
917
+ "documentation": [
918
+ "ドキュメント"
919
+ ],
920
+ "Choose day in month": [
921
+ "月の日付を選択"
922
+ ],
923
+ "Next": [
924
+ "次へ"
925
+ ],
926
+ "In Foreman, a compliance policy checklist is defined via %s.": [
927
+ "Foreman では、コンプライアンスポリシーのチェックリストは %s で定義されます。"
928
+ ],
929
+ "SCAP content": [
930
+ "SCAP のコンテンツ"
931
+ ],
932
+ "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
933
+ "SCAP コンテンツが表示されたら、ポリシーの作成、選択したホストグループの割り当て、実行のスケジューリングが可能です。"
934
+ ],
935
+ "New Policy": [
936
+ "新規ポリシー"
937
+ ],
938
+ "Host Breakdown Chart": [
939
+ "ホストブレークダウンチャート"
940
+ ],
941
+ "Policy assigned": [
942
+ "割り当て済みのポリシー"
943
+ ],
944
+ "Date": [
945
+ "日付"
946
+ ],
947
+ "View Report": [
948
+ "レポートを表示"
949
+ ],
950
+ "Hosts Breakdown": [
951
+ "ホストブレークダウン"
952
+ ],
953
+ "Compliant with the policy": [
954
+ "ポリシーに準拠"
955
+ ],
956
+ "Not compliant with the policy": [
957
+ "ポリシーに準拠しない"
958
+ ],
959
+ "Inconclusive results": [
960
+ "不確定な結果"
961
+ ],
962
+ "Never audited": [
963
+ "未監査"
964
+ ],
965
+ "Total hosts with policy: %s": [
966
+ "ポリシーが割り当てられたホスト総数: %s"
967
+ ],
968
+ "Compliance policy: %s": [
969
+ "コンプライアンスポリシー: %s"
970
+ ],
971
+ "Status table": [
972
+ "状態テーブル"
973
+ ],
974
+ "Status chart": [
975
+ "状態チャート"
976
+ ],
977
+ "Latest reports for policy: %s": [
978
+ "ポリシーの最新レポート: %s"
979
+ ],
980
+ "File Upload": [
981
+ "ファイルアップロード"
982
+ ],
983
+ "SCAP DataStream file": [
984
+ "SCAP データストリームファイル"
985
+ ],
986
+ "Title": [
987
+ ""
988
+ ],
989
+ "File name": [
990
+ ""
991
+ ],
992
+ "Created at": [
993
+ ""
994
+ ],
995
+ "Download": [
996
+ "ダウンロード"
997
+ ],
998
+ "Delete scap content %s?": [
999
+ "SCAP コンテンツ %s を削除しますか?"
1000
+ ],
1001
+ "SCAP Contents": [
1002
+ "SCAP コンテンツ"
1003
+ ],
1004
+ "Upload New SCAP Content": [
1005
+ "新規 SCAP コンテンツをアップロード"
1006
+ ],
1007
+ "Upload new SCAP content file": [
1008
+ "新規 SCAP コンテンツファイルをアップロード"
1009
+ ],
1010
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1011
+ "Security Content Automation Protocol (SCAP) は、ソフトウェアの不具合およびセキュリティーに関連する設定の問題を列挙するために使用される\\n 数多くのオープンスタンダードの組み合わせです。 "
1012
+ ],
1013
+ "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 via %s": [
1014
+ "Foreman では、scap_contents はホストの SCAP セキュリティーガイドを表し、%s でホスト/ホストグループに割り当てるための SCAP プロファルを\\n 作成します。"
1015
+ ],
1016
+ "New SCAP Content": [
1017
+ "新規 SCAP コンテンツ"
1018
+ ],
1019
+ "%s spool errors detected, inspect the appropriate file directly on proxy": [
1020
+ "%s のスプールエラーが検出されました。プロキシーで直接適切なファイルを検証してください。"
1021
+ ],
1022
+ "Failed to fetch spool status from proxy": [
1023
+ "プロキシーからスプールステータスを取得できませんでした"
1024
+ ],
1025
+ "None found": [
1026
+ "何も見つかりません"
1027
+ ],
1028
+ "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.": [
1029
+ "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクトリーに移動しました。"
1030
+ ],
1031
+ "Spool errors": [
1032
+ "スプールエラー"
1033
+ ],
1034
+ "DataStream Tailoring file": [
1035
+ "DataStream テーラリングファイル"
1036
+ ],
1037
+ "Delete tailoring file %s?": [
1038
+ "テーラリングファイル %s を削除しますか?"
1039
+ ],
1040
+ "Tailoring Files": [
1041
+ "テーラリングファイル"
1042
+ ],
1043
+ "Upload New Tailoring file": [
1044
+ "新規テーラリングファイルのアップロード"
1045
+ ],
1046
+ "Upload new Tailoring File": [
1047
+ "新規テーラリングファイルのアップロード"
1048
+ ],
1049
+ "It may sometimes be required to adjust the security policy to your specific needs. ": [
1050
+ "セキュリティーポリシーを特定のニーズに合わせて調整することが必要になることがあります。 "
1051
+ ],
1052
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
1053
+ "Foreman では、tailoring_files はデフォルトの XCCDF プロファイルへのカスタム修正を表し、%s で\\n ホストに適用できます"
1054
+ ],
1055
+ "New Tailoring File": [
1056
+ "新規テーラリングファイル"
1057
+ ],
1058
+ "Compliance policy summary": [
1059
+ "コンプライアンスポリシーの概要"
1060
+ ],
1061
+ "A summary of reports for OpenSCAP policies": [
1062
+ "OpenSCAP ポリシーのレポートの概要"
1063
+ ],
1064
+ "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
1065
+ ""
1066
+ ],
1067
+ "Expected an array of files to upload, got: %s.": [
1068
+ ""
1069
+ ],
1070
+ "%s is a directory, expecting file.": [
1071
+ ""
1072
+ ],
1073
+ "%s does not exist, skipping.": [
1074
+ ""
1075
+ ],
1076
+ "Failed saving %s:": [
1077
+ ""
1078
+ ],
1079
+ "No such directory: %s. Please check the path you have provided.": [
1080
+ ""
1081
+ ],
1082
+ "Red Hat %s default content": [
1083
+ ""
1084
+ ],
1085
+ "%s content": [
1086
+ ""
1087
+ ],
1088
+ "Policies": [
1089
+ "ポリシー"
1090
+ ],
1091
+ "SCAP contents": [
1092
+ "SCAP コンテンツ"
1093
+ ],
1094
+ "Reports": [
1095
+ "レポート"
1096
+ ],
1097
+ "OVAL Contents": [
1098
+ "OVAL コンテンツ"
1099
+ ],
1100
+ "OVAL Policies": [
1101
+ "OVAL ポリシー"
1102
+ ],
1103
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
1104
+ "SCAP コンテンツのフェッチおよび ARF レポートのアップロードに使用する OpenSCAP プロキシー。プロキシーロードバランサーを使用する場合には、空白にして、適切なパラメーターを上書きします。"
1105
+ ],
1106
+ "OpenSCAP Proxy": [
1107
+ "OpenSCAP プロキシー"
1108
+ ],
1109
+ "ID of OpenSCAP Proxy": [
1110
+ "OpenSCAP プロキシーの ID"
1111
+ ],
1112
+ "Run OpenSCAP scan": [
1113
+ "OpenSCAP スキャンの実行"
1114
+ ],
1115
+ "Run OVAL scan": [
1116
+ "OVAL スキャンの実行"
1117
+ ],
1118
+ "Confirm": [
1119
+ ""
1120
+ ],
1121
+ "None provided": [
1122
+ ""
1123
+ ],
1124
+ "There's no available report for this host": [
1125
+ ""
1126
+ ],
1127
+ "Are you sure you want to delete %s?": [
1128
+ ""
1129
+ ],
1130
+ "Error!": [
1131
+ "エラー!"
1132
+ ],
1133
+ "Permission denied": [
1134
+ ""
1135
+ ],
1136
+ "There was a following error when deleting %(name)s: %(error)s": [
1137
+ ""
1138
+ ],
1139
+ "You are not authorized to view the page. ": [
1140
+ ""
1141
+ ],
1142
+ "Request the following permissions from administrator: %s.": [
1143
+ ""
1144
+ ],
1145
+ "No OVAL Contents found.": [
1146
+ "OVAL コンテンツが見つかりません。"
1147
+ ],
1148
+ "Delete OVAL Content": [
1149
+ ""
1150
+ ],
1151
+ "OVAL Content successfully deleted.": [
1152
+ ""
1153
+ ],
1154
+ "OVAL Content": [
1155
+ "OVAL コンテンツ"
1156
+ ],
1157
+ "Create OVAL Content": [
1158
+ ""
1159
+ ],
1160
+ "URL": [
1161
+ ""
1162
+ ],
1163
+ "Original File Name": [
1164
+ ""
1165
+ ],
1166
+ "OVAL Contents table": [
1167
+ "OVAL コンテンツテーブル"
1168
+ ],
1169
+ "New OVAL Content": [
1170
+ ""
1171
+ ],
1172
+ "OVAL Content Source": [
1173
+ ""
1174
+ ],
1175
+ "OVAL Content from URL": [
1176
+ ""
1177
+ ],
1178
+ "OVAL Content from file": [
1179
+ ""
1180
+ ],
1181
+ "File": [
1182
+ ""
1183
+ ],
1184
+ "OVAL Content %s successfully created": [
1185
+ ""
1186
+ ],
1187
+ "Unknown error when submitting data, please try again later.": [
1188
+ ""
1189
+ ],
1190
+ "No OVAL Content found": [
1191
+ ""
1192
+ ],
1193
+ "No OVAL Policies found": [
1194
+ "OVAL ポリシーが見つかりません"
1195
+ ],
1196
+ "Delete OVAL Policy": [
1197
+ ""
1198
+ ],
1199
+ "OVAL policy was successfully deleted.": [
1200
+ ""
1201
+ ],
1202
+ "OVAL policy": [
1203
+ ""
1204
+ ],
1205
+ "Create OVAL Policy": [
1206
+ ""
1207
+ ],
1208
+ "OVAL Policies Table": [
1209
+ "OVAL ポリシーテーブル"
1210
+ ],
1211
+ "Type a hostgroup name...": [
1212
+ ""
1213
+ ],
1214
+ "Choose OVAL Content": [
1215
+ ""
1216
+ ],
1217
+ "can't be blank": [
1218
+ ""
1219
+ ],
1220
+ "is not a valid cronline": [
1221
+ ""
1222
+ ],
1223
+ "OVAL Policy succesfully created.": [
1224
+ ""
1225
+ ],
1226
+ "Failed to create OVAL Policy: %s": [
1227
+ ""
1228
+ ],
1229
+ "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
1230
+ ""
1231
+ ],
1232
+ "No CVEs found.": [
1233
+ "CVE が見つかりません。"
1234
+ ],
1235
+ "Ref Id": [
1236
+ "参照 ID"
1237
+ ],
1238
+ "Has Errata?": [
1239
+ "エラータはありますか?"
1240
+ ],
1241
+ "Hosts Count": [
1242
+ "ホスト数"
1243
+ ],
1244
+ "Table of CVEs for OVAL policy": [
1245
+ "OVAL ポリシーの CVE テーブル"
1246
+ ],
1247
+ "Period": [
1248
+ ""
1249
+ ],
1250
+ "No Hostgroups found.": [
1251
+ ""
1252
+ ],
1253
+ "Table of hostgroups for OVAL policy": [
1254
+ ""
1255
+ ],
1256
+ "Scan All Hostgroups": [
1257
+ "すべてのホストグループのスキャン"
1258
+ ],
1259
+ "Details": [
1260
+ ""
1261
+ ],
1262
+ "CVEs": [
1263
+ ""
1264
+ ],
1265
+ "Weekly, on %s": [
1266
+ ""
1267
+ ],
1268
+ "Monthly, day of month: %s": [
1269
+ ""
1270
+ ],
1271
+ "Custom cron: %s": [
1272
+ ""
1273
+ ],
1274
+ "Unknown schedule": [
1275
+ ""
1276
+ ],
1277
+ "OVAL policy was successfully updated.": [
1278
+ ""
1279
+ ],
1280
+ "There was a following error when updating OVAL policy: %s": [
1281
+ ""
1282
+ ],
1283
+ "No OVAL Policy found": [
1284
+ "OVAL ポリシーが見つかりません"
1285
+ ],
1286
+ "Action with sub plans": [
1287
+ "サブプランによるアクション"
1288
+ ],
1289
+ "Import facts": [
1290
+ "ファクトのインポート"
1291
+ ],
1292
+ "Import Puppet classes": [
1293
+ "Puppet クラスのインポート"
1294
+ ],
1295
+ "Remote action:": [
1296
+ "リモートアクション:"
1297
+ ]
1298
+ }
1299
+ }
1300
+ };