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