foreman_openscap 9.0.3 → 10.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +0 -9
- data/app/helpers/foreman_openscap_helper.rb +2 -18
- data/db/migrate/20201217161511_add_url_to_oval_content.rb +1 -1
- data/lib/foreman_openscap/engine.rb +148 -155
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/cs_CZ/foreman_openscap.edit.po +42 -54
- data/locale/cs_CZ/foreman_openscap.po +0 -9
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +51 -250
- data/locale/de/foreman_openscap.po +0 -9
- data/locale/en/foreman_openscap.edit.po +42 -54
- data/locale/en/foreman_openscap.po +0 -9
- data/locale/en_GB/foreman_openscap.edit.po +42 -66
- data/locale/en_GB/foreman_openscap.po +0 -9
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +51 -252
- data/locale/es/foreman_openscap.po +0 -9
- data/locale/foreman_openscap.pot +47 -57
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +51 -258
- data/locale/fr/foreman_openscap.po +0 -9
- data/locale/gl/foreman_openscap.edit.po +42 -54
- data/locale/gl/foreman_openscap.po +0 -9
- data/locale/it/foreman_openscap.edit.po +42 -63
- data/locale/it/foreman_openscap.po +0 -9
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +49 -248
- data/locale/ja/foreman_openscap.po +0 -9
- data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ka/foreman_openscap.edit.po +46 -251
- data/locale/ka/foreman_openscap.po +0 -9
- data/locale/ko/foreman_openscap.edit.po +42 -69
- data/locale/ko/foreman_openscap.po +0 -9
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +51 -252
- data/locale/pt_BR/foreman_openscap.po +0 -9
- data/locale/ru/foreman_openscap.edit.po +42 -69
- data/locale/ru/foreman_openscap.po +0 -9
- data/locale/sv_SE/foreman_openscap.edit.po +42 -54
- data/locale/sv_SE/foreman_openscap.po +0 -9
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +49 -246
- data/locale/zh_CN/foreman_openscap.po +0 -9
- data/locale/zh_TW/foreman_openscap.edit.po +42 -69
- data/locale/zh_TW/foreman_openscap.po +0 -9
- data/test/unit/message_cleaner_test.rb +1 -0
- data/webpack/components/OpenscapRemediationWizard/Footer.js +54 -0
- data/webpack/components/OpenscapRemediationWizard/constants.js +9 -0
- data/webpack/components/OpenscapRemediationWizard/index.js +11 -5
- metadata +6 -5
|
@@ -167,7 +167,7 @@ msgstr "SCAP コンテンツ名"
|
|
|
167
167
|
msgid "XML containing SCAP content"
|
|
168
168
|
msgstr "SCAP コンテンツを含む XML"
|
|
169
169
|
|
|
170
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
170
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
|
|
171
171
|
msgid "Original file name of the XML file"
|
|
172
172
|
msgstr "XML ファイルの元のファイル名"
|
|
173
173
|
|
|
@@ -203,35 +203,35 @@ msgstr "「ディレクトリ」アップロードタイプを使用する場合
|
|
|
203
203
|
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
|
204
204
|
msgstr "インポートタイプを指定してください。受信: %%{received}、次のうち 1 つを想定: %%{expected}"
|
|
205
205
|
|
|
206
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
206
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
|
|
207
207
|
msgid "List Tailoring files"
|
|
208
208
|
msgstr "テーラリングファイルの一覧表示"
|
|
209
209
|
|
|
210
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
210
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
|
|
211
211
|
msgid "Download a Tailoring file as XML"
|
|
212
212
|
msgstr "XML としてテーラリングファイルをダウンロード"
|
|
213
213
|
|
|
214
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
214
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
|
|
215
215
|
msgid "Show a Tailoring file"
|
|
216
216
|
msgstr "テーラリングファイルの表示"
|
|
217
217
|
|
|
218
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
218
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
|
|
219
219
|
msgid "Tailoring file name"
|
|
220
220
|
msgstr "テーラリングファイル名"
|
|
221
221
|
|
|
222
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
222
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
|
|
223
223
|
msgid "XML containing tailoring file"
|
|
224
224
|
msgstr "テーラリングファイルを含む XML"
|
|
225
225
|
|
|
226
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
226
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
|
|
227
227
|
msgid "Create a Tailoring file"
|
|
228
228
|
msgstr "テーラリングファイルの作成"
|
|
229
229
|
|
|
230
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
230
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
|
|
231
231
|
msgid "Update a Tailoring file"
|
|
232
232
|
msgstr "テーラリングファイルの更新"
|
|
233
233
|
|
|
234
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
234
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
|
|
235
235
|
msgid "Deletes a Tailoring file"
|
|
236
236
|
msgstr "テーラリングファイルの削除"
|
|
237
237
|
|
|
@@ -442,7 +442,7 @@ msgstr "コンプライアンスポリシーの割り当て解除"
|
|
|
442
442
|
msgid "Change OpenSCAP Proxy"
|
|
443
443
|
msgstr "OpenSCAP プロキシーの変更"
|
|
444
444
|
|
|
445
|
-
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:
|
|
445
|
+
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:132 ../webpack/components/HostExtentions/HostKebabItems.js:39
|
|
446
446
|
msgid "Compliance"
|
|
447
447
|
msgstr "コンプライアンス"
|
|
448
448
|
|
|
@@ -490,7 +490,7 @@ msgstr "このプロファイルは scrap コンテンツからのものを上
|
|
|
490
490
|
msgid "Submit"
|
|
491
491
|
msgstr "送信"
|
|
492
492
|
|
|
493
|
-
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
|
|
493
|
+
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29 ../webpack/components/OpenscapRemediationWizard/Footer.js:47
|
|
494
494
|
msgid "Cancel"
|
|
495
495
|
msgstr "取り消し"
|
|
496
496
|
|
|
@@ -618,23 +618,23 @@ msgstr "HTML ガイドを生成できません。SCAP のコンテンツがあ
|
|
|
618
618
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
|
619
619
|
msgstr "HTML ガイドを生成できません。有効な OpenSCAP プロキシーサーバーが見つかりません。"
|
|
620
620
|
|
|
621
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
621
|
+
#: ../app/models/foreman_openscap/policy.rb:223
|
|
622
622
|
msgid "must be present when tailoring file profile present"
|
|
623
623
|
msgstr "テーラリングファイルのプロファイルがある場合に存在する必要があります"
|
|
624
624
|
|
|
625
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
625
|
+
#: ../app/models/foreman_openscap/policy.rb:224
|
|
626
626
|
msgid "must be present when tailoring file present"
|
|
627
627
|
msgstr "テーラリングファイルがある場合になければなりません"
|
|
628
628
|
|
|
629
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
629
|
+
#: ../app/models/foreman_openscap/policy.rb:229
|
|
630
630
|
msgid "does not come from selected tailoring file"
|
|
631
631
|
msgstr "選択したテーラリングファイルからのものではありません"
|
|
632
632
|
|
|
633
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
633
|
+
#: ../app/models/foreman_openscap/policy.rb:235
|
|
634
634
|
msgid "does not have the selected SCAP content profile"
|
|
635
635
|
msgstr "選択した SCAP コンテンツプロファイルがありません"
|
|
636
636
|
|
|
637
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
637
|
+
#: ../app/models/foreman_openscap/policy.rb:267
|
|
638
638
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
|
639
639
|
msgstr "%s に割り当てることができません。割り当てたポリシーはすべて同じ方法でデプロイする必要があります。割り当て済みのポリシーごとに「デプロイ方法 (deploy by)」を確認してください。"
|
|
640
640
|
|
|
@@ -698,18 +698,6 @@ msgstr "以下の %{key_name} が %{item_name}: %{key_names} にありません
|
|
|
698
698
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
|
699
699
|
msgstr "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
|
|
700
700
|
|
|
701
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
|
|
702
|
-
msgid "This feature is temporarily disabled. "
|
|
703
|
-
msgstr "この機能は一時的に無効にされています。 "
|
|
704
|
-
|
|
705
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
|
|
706
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
707
|
-
msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
|
|
708
|
-
|
|
709
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
|
|
710
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
|
711
|
-
msgstr "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
|
|
712
|
-
|
|
713
701
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
|
714
702
|
msgid "No proxy with OpenSCAP feature was found."
|
|
715
703
|
msgstr "OpenSCAP 機能のあるプロキシーが見つかりませんでした。"
|
|
@@ -818,7 +806,7 @@ msgstr "削除"
|
|
|
818
806
|
msgid "these Compliance reports"
|
|
819
807
|
msgstr "これらのコンプライアンスレポート"
|
|
820
808
|
|
|
821
|
-
#: ../app/views/arf_reports/show.html.erb:14
|
|
809
|
+
#: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
|
|
822
810
|
msgid "Back"
|
|
823
811
|
msgstr "戻る"
|
|
824
812
|
|
|
@@ -871,7 +859,7 @@ msgstr "経過レポート %s 件"
|
|
|
871
859
|
msgid "No report for this policy"
|
|
872
860
|
msgstr "このポリシーのレポートはありません"
|
|
873
861
|
|
|
874
|
-
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
|
862
|
+
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
|
|
875
863
|
msgid "Latest Compliance Reports"
|
|
876
864
|
msgstr "最新コンプライアンスレポート"
|
|
877
865
|
|
|
@@ -887,7 +875,7 @@ msgstr "ホストは存在しません"
|
|
|
887
875
|
msgid "Policy is missing"
|
|
888
876
|
msgstr "ポリシーがありません"
|
|
889
877
|
|
|
890
|
-
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
|
878
|
+
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
|
|
891
879
|
msgid "Compliance Reports Breakdown"
|
|
892
880
|
msgstr "コンプライアンスレポートの内訳"
|
|
893
881
|
|
|
@@ -1040,7 +1028,7 @@ msgstr "ドキュメント"
|
|
|
1040
1028
|
msgid "Choose day in month"
|
|
1041
1029
|
msgstr "月の日付を選択"
|
|
1042
1030
|
|
|
1043
|
-
#: ../app/views/policies/steps/_step_form.html.erb:11
|
|
1031
|
+
#: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
|
|
1044
1032
|
msgid "Next"
|
|
1045
1033
|
msgstr "次へ"
|
|
1046
1034
|
|
|
@@ -1204,7 +1192,7 @@ msgstr "DataStream テーラリングファイル"
|
|
|
1204
1192
|
msgid "Delete tailoring file %s?"
|
|
1205
1193
|
msgstr "テーラリングファイル %s を削除しますか?"
|
|
1206
1194
|
|
|
1207
|
-
#: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:
|
|
1195
|
+
#: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:142
|
|
1208
1196
|
msgid "Tailoring Files"
|
|
1209
1197
|
msgstr "テーラリングファイル"
|
|
1210
1198
|
|
|
@@ -1228,7 +1216,7 @@ msgstr ""
|
|
|
1228
1216
|
"Foreman では、tailoring_files はデフォルトの XCCDF プロファイルへのカスタム修正を表し、%s で\n"
|
|
1229
1217
|
" ホストに適用できます"
|
|
1230
1218
|
|
|
1231
|
-
#: ../app/views/tailoring_files/welcome.html.erb:
|
|
1219
|
+
#: ../app/views/tailoring_files/welcome.html.erb:12
|
|
1232
1220
|
msgid "New Tailoring File"
|
|
1233
1221
|
msgstr "新規テーラリングファイル"
|
|
1234
1222
|
|
|
@@ -1272,39 +1260,39 @@ msgstr ""
|
|
|
1272
1260
|
msgid "%s content"
|
|
1273
1261
|
msgstr ""
|
|
1274
1262
|
|
|
1275
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1263
|
+
#: ../lib/foreman_openscap/engine.rb:133
|
|
1276
1264
|
msgid "Policies"
|
|
1277
1265
|
msgstr "ポリシー"
|
|
1278
1266
|
|
|
1279
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1267
|
+
#: ../lib/foreman_openscap/engine.rb:136
|
|
1280
1268
|
msgid "SCAP contents"
|
|
1281
1269
|
msgstr "SCAP コンテンツ"
|
|
1282
1270
|
|
|
1283
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1271
|
+
#: ../lib/foreman_openscap/engine.rb:139
|
|
1284
1272
|
msgid "Reports"
|
|
1285
1273
|
msgstr "レポート"
|
|
1286
1274
|
|
|
1287
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1275
|
+
#: ../lib/foreman_openscap/engine.rb:164
|
|
1288
1276
|
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
|
1289
1277
|
msgstr "SCAP コンテンツのフェッチおよび ARF レポートのアップロードに使用する OpenSCAP プロキシー。プロキシーロードバランサーを使用する場合には、空白にして、適切なパラメーターを上書きします。"
|
|
1290
1278
|
|
|
1291
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1279
|
+
#: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
|
|
1292
1280
|
msgid "OpenSCAP Proxy"
|
|
1293
1281
|
msgstr "OpenSCAP プロキシー"
|
|
1294
1282
|
|
|
1295
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1283
|
+
#: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
|
|
1296
1284
|
msgid "ID of OpenSCAP Proxy"
|
|
1297
1285
|
msgstr "OpenSCAP プロキシーの ID"
|
|
1298
1286
|
|
|
1299
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1287
|
+
#: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
|
|
1300
1288
|
msgid "Run OpenSCAP scan"
|
|
1301
1289
|
msgstr "OpenSCAP スキャンの実行"
|
|
1302
1290
|
|
|
1303
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1291
|
+
#: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
|
|
1304
1292
|
msgid "Run OpenSCAP remediation with Ansible"
|
|
1305
1293
|
msgstr ""
|
|
1306
1294
|
|
|
1307
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1295
|
+
#: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
|
|
1308
1296
|
msgid "Run OpenSCAP remediation with Shell"
|
|
1309
1297
|
msgstr ""
|
|
1310
1298
|
|
|
@@ -1320,31 +1308,31 @@ msgstr ""
|
|
|
1320
1308
|
msgid "There's no available report for this host"
|
|
1321
1309
|
msgstr ""
|
|
1322
1310
|
|
|
1323
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1324
|
-
msgid "
|
|
1311
|
+
#: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
|
|
1312
|
+
msgid "Run"
|
|
1325
1313
|
msgstr ""
|
|
1326
1314
|
|
|
1327
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1328
|
-
msgid "
|
|
1315
|
+
#: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
|
|
1316
|
+
msgid "View selected hosts"
|
|
1329
1317
|
msgstr ""
|
|
1330
1318
|
|
|
1331
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1319
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
|
|
1332
1320
|
msgid "Select snippet"
|
|
1333
1321
|
msgstr ""
|
|
1334
1322
|
|
|
1335
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1336
|
-
msgid "Review
|
|
1323
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
|
|
1324
|
+
msgid "Review hosts"
|
|
1337
1325
|
msgstr ""
|
|
1338
1326
|
|
|
1339
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1340
|
-
msgid "
|
|
1327
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
|
|
1328
|
+
msgid "Review remediation"
|
|
1341
1329
|
msgstr ""
|
|
1342
1330
|
|
|
1343
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
|
1331
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:22
|
|
1344
1332
|
msgid "Done"
|
|
1345
1333
|
msgstr ""
|
|
1346
1334
|
|
|
1347
|
-
#: ../webpack/components/OpenscapRemediationWizard/index.js:
|
|
1335
|
+
#: ../webpack/components/OpenscapRemediationWizard/index.js:132
|
|
1348
1336
|
msgid "Remediate %s rule"
|
|
1349
1337
|
msgstr ""
|
|
1350
1338
|
|
|
@@ -1460,200 +1448,13 @@ msgstr ""
|
|
|
1460
1448
|
msgid "Request the following permissions from administrator: %s."
|
|
1461
1449
|
msgstr ""
|
|
1462
1450
|
|
|
1463
|
-
#~ msgid "%s
|
|
1464
|
-
#~ msgstr "%s
|
|
1465
|
-
|
|
1466
|
-
#~ msgid "%s vulnerabilities with available patch found"
|
|
1467
|
-
#~ msgstr "%s 利用可能なパッチがある脆弱性が見つかりました"
|
|
1468
|
-
|
|
1469
|
-
#~ msgid "Action with sub plans"
|
|
1470
|
-
#~ msgstr "サブプランによるアクション"
|
|
1471
|
-
|
|
1472
|
-
#~ msgid "Are required variables for theforeman.foreman_scap_client present?"
|
|
1473
|
-
#~ msgstr "theforeman.foreman_scap_client に必要な変数ですか?"
|
|
1474
|
-
|
|
1475
|
-
#~ msgid "Array of host IDs"
|
|
1476
|
-
#~ msgstr "ホスト ID の配列"
|
|
1477
|
-
|
|
1478
|
-
#~ msgid "Array of hostgroup IDs"
|
|
1479
|
-
#~ msgstr "ホストグループ ID の配列"
|
|
1480
|
-
|
|
1481
|
-
#~ msgid "Assign hostgroups to an OVAL Policy"
|
|
1482
|
-
#~ msgstr "OVAL ポリシーへのホストグループの割り当て"
|
|
1483
|
-
|
|
1484
|
-
#~ msgid "Assign hosts to an OVAL Policy"
|
|
1485
|
-
#~ msgstr "OVAL ポリシーへのホストの割り当て"
|
|
1486
|
-
|
|
1487
|
-
#~ msgid "Assign openscap_proxy to %s before proceeding."
|
|
1488
|
-
#~ msgstr "続行する前に、openscap_proxy を %s に割り当てます。"
|
|
1489
|
-
|
|
1490
|
-
#~ msgid "Could not update Ansible Variables with override: true"
|
|
1491
|
-
#~ msgstr "オーバーライドで Ansible 変数を更新できませんでした: true"
|
|
1492
|
-
|
|
1493
|
-
#~ msgid "Create OVAL content"
|
|
1494
|
-
#~ msgstr "OVAL コンテンツの作成"
|
|
1495
|
-
|
|
1496
|
-
#~ msgid "Create an OVAL Policy"
|
|
1497
|
-
#~ msgstr "OVAL ポリシーの作成"
|
|
1498
|
-
|
|
1499
|
-
#~ msgid "Delete an OVAL Policy"
|
|
1500
|
-
#~ msgstr "OVAL ポリシーの削除"
|
|
1501
|
-
|
|
1502
|
-
#~ msgid "Deletes an OVAL content"
|
|
1503
|
-
#~ msgstr "OVAL コンテンツの削除"
|
|
1504
|
-
|
|
1505
|
-
#~ msgid "Has Errata?"
|
|
1506
|
-
#~ msgstr "エラータはありますか?"
|
|
1507
|
-
|
|
1508
|
-
#~ msgid "Hosts Count"
|
|
1509
|
-
#~ msgstr "ホスト数"
|
|
1510
|
-
|
|
1511
|
-
#~ msgid "Import Puppet classes"
|
|
1512
|
-
#~ msgstr "Puppet クラスのインポート"
|
|
1513
|
-
|
|
1514
|
-
#~ msgid "Import facts"
|
|
1515
|
-
#~ msgstr "ファクトのインポート"
|
|
1516
|
-
|
|
1517
|
-
#~ msgid "Is %s param set to be overriden?"
|
|
1518
|
-
#~ msgstr "%s param はオーバーライドされるように設定されていますか?"
|
|
1519
|
-
|
|
1520
|
-
#~ msgid "Is foreman_ansible present?"
|
|
1521
|
-
#~ msgstr "foreman_ansible は存在しますか?"
|
|
1522
|
-
|
|
1523
|
-
#~ msgid "Is theforeman.foreman_scap_client present?"
|
|
1524
|
-
#~ msgstr "theforeman.foreman_scap_client は存在しますか?"
|
|
1525
|
-
|
|
1526
|
-
#~ msgid "List OVAL Policies"
|
|
1527
|
-
#~ msgstr "OVAL ポリシーの一覧表示"
|
|
1528
|
-
|
|
1529
|
-
#~ msgid "List OVAL contents"
|
|
1530
|
-
#~ msgstr "OVAL コンテンツの一覧表示"
|
|
1531
|
-
|
|
1532
|
-
#~ msgid "No CVEs found."
|
|
1533
|
-
#~ msgstr "CVE が見つかりません。"
|
|
1534
|
-
|
|
1535
|
-
#~ msgid "No OVAL Contents found."
|
|
1536
|
-
#~ msgstr "OVAL コンテンツが見つかりません。"
|
|
1537
|
-
|
|
1538
|
-
#~ msgid "No OVAL Policies found"
|
|
1539
|
-
#~ msgstr "OVAL ポリシーが見つかりません"
|
|
1540
|
-
|
|
1541
|
-
#~ msgid "No OVAL Policy found"
|
|
1542
|
-
#~ msgstr "OVAL ポリシーが見つかりません"
|
|
1543
|
-
|
|
1544
|
-
#~ msgid "No Vulnerabilities found"
|
|
1545
|
-
#~ msgstr "脆弱性は見つかりませんでした"
|
|
1546
|
-
|
|
1547
|
-
#~ msgid "OVAL Content"
|
|
1548
|
-
#~ msgstr "OVAL コンテンツ"
|
|
1549
|
-
|
|
1550
|
-
#~ msgid "OVAL Contents"
|
|
1551
|
-
#~ msgstr "OVAL コンテンツ"
|
|
1552
|
-
|
|
1553
|
-
#~ msgid "OVAL Contents table"
|
|
1554
|
-
#~ msgstr "OVAL コンテンツテーブル"
|
|
1555
|
-
|
|
1556
|
-
#~ msgid "OVAL Policies"
|
|
1557
|
-
#~ msgstr "OVAL ポリシー"
|
|
1558
|
-
|
|
1559
|
-
#~ msgid "OVAL Policies Table"
|
|
1560
|
-
#~ msgstr "OVAL ポリシーテーブル"
|
|
1561
|
-
|
|
1562
|
-
#~ msgid "OVAL Policy description"
|
|
1563
|
-
#~ msgstr "OVAL ポリシーの説明"
|
|
1564
|
-
|
|
1565
|
-
#~ msgid "OVAL Policy name"
|
|
1566
|
-
#~ msgstr "OVAL ポリシー名"
|
|
1567
|
-
|
|
1568
|
-
#~ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
|
|
1569
|
-
#~ msgstr "OVAL ポリシーのスケジュール: cron 行 (period == \"custom\" の場合のみ)"
|
|
1570
|
-
|
|
1571
|
-
#~ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
|
|
1572
|
-
#~ msgstr "OVAL ポリシーのスケジュール: 月の日付 (period == \"monthly\" の場合のみ)"
|
|
1573
|
-
|
|
1574
|
-
#~ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
|
|
1575
|
-
#~ msgstr "OVAL ポリシーのスケジュール期間 (週次、月次、カスタム)"
|
|
1576
|
-
|
|
1577
|
-
#~ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
|
|
1578
|
-
#~ msgstr "OVAL ポリシーのスケジュール: 平日 (period == \"weekly\" の場合のみ)"
|
|
1579
|
-
|
|
1580
|
-
#~ msgid "OVAL content name"
|
|
1581
|
-
#~ msgstr "OVAL コンテンツ名"
|
|
1582
|
-
|
|
1583
|
-
#~ msgid "OVAL policy successfully configured with %s."
|
|
1584
|
-
#~ msgstr "%s で正常に設定された OVAL ポリシー。"
|
|
1585
|
-
|
|
1586
|
-
#~ msgid "OVAL scan"
|
|
1587
|
-
#~ msgstr "OVAL スキャン"
|
|
1588
|
-
|
|
1589
|
-
#~ msgid "Original file name of the OVAL content file"
|
|
1590
|
-
#~ msgstr "OVAL コンテンツファイルの元のファイル名"
|
|
1591
|
-
|
|
1592
|
-
#~ msgid "Policy OVAL content ID"
|
|
1593
|
-
#~ msgstr "ポリシー OVAL コンテンツ ID"
|
|
1594
|
-
|
|
1595
|
-
#~ msgid "Ref Id"
|
|
1596
|
-
#~ msgstr "参照 ID"
|
|
1597
|
-
|
|
1598
|
-
#~ msgid "Remote action:"
|
|
1599
|
-
#~ msgstr "リモートアクション:"
|
|
1600
|
-
|
|
1601
|
-
#~ msgid "Run OVAL scan"
|
|
1602
|
-
#~ msgstr "OVAL スキャンの実行"
|
|
1603
|
-
|
|
1604
|
-
#~ msgid "Scan All Hostgroups"
|
|
1605
|
-
#~ msgstr "すべてのホストグループのスキャン"
|
|
1606
|
-
|
|
1607
|
-
#~ msgid "Show an OVAL Policy"
|
|
1608
|
-
#~ msgstr "OVAL ポリシーの表示"
|
|
1609
|
-
|
|
1610
|
-
#~ msgid "Show an OVAL content"
|
|
1611
|
-
#~ msgstr "OVAL コンテンツの表示"
|
|
1612
|
-
|
|
1613
|
-
#~ msgid "Sync contents that have remote source URL"
|
|
1614
|
-
#~ msgstr "リモートソース URL を持つコンテンツの同期"
|
|
1615
|
-
|
|
1616
|
-
#~ msgid "Table of CVEs for OVAL policy"
|
|
1617
|
-
#~ msgstr "OVAL ポリシーの CVE テーブル"
|
|
1451
|
+
#~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
1452
|
+
#~ msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
|
|
1618
1453
|
|
|
1619
1454
|
#~ msgid ""
|
|
1620
|
-
#~ "The following
|
|
1621
|
-
#~ "
|
|
1622
|
-
#~ msgstr ""
|
|
1623
|
-
#~ "次の Ansible 変数が見つかりませんでした: %{missing_vars}。このアクションを再度実行する前に、Ansible 変数をインポートしてく"
|
|
1624
|
-
#~ "ださい。"
|
|
1625
|
-
|
|
1626
|
-
#~ msgid "URL of the OVAL content file"
|
|
1627
|
-
#~ msgstr "OVAL コンテンツファイルの URL"
|
|
1628
|
-
|
|
1629
|
-
#~ msgid "Unknown OVAL status"
|
|
1630
|
-
#~ msgstr "OVAL の不明なステータス"
|
|
1631
|
-
|
|
1632
|
-
#~ msgid "Update an OVAL Policy"
|
|
1633
|
-
#~ msgstr "OVAL ポリシーの更新"
|
|
1634
|
-
|
|
1635
|
-
#~ msgid "Update an OVAL content"
|
|
1636
|
-
#~ msgstr "OVAL コンテンツの更新"
|
|
1637
|
-
|
|
1638
|
-
#~ msgid "Upload an OVAL report - a list of CVEs for given host"
|
|
1639
|
-
#~ msgstr "OVAL レポートのアップロード: 特定のホストの CVE の一覧"
|
|
1640
|
-
|
|
1641
|
-
#~ msgid "Was %s configured successfully?"
|
|
1642
|
-
#~ msgstr "%s は正常に設定されましたか?"
|
|
1643
|
-
|
|
1644
|
-
#~ msgid "Was %{model_name} %{name} configured successfully?"
|
|
1645
|
-
#~ msgstr "%{model_name} %%{name} は正常に設定されましたか?"
|
|
1646
|
-
|
|
1647
|
-
#~ msgid "XML containing OVAL content"
|
|
1648
|
-
#~ msgstr "OVAL コンテンツを含む XML"
|
|
1649
|
-
|
|
1650
|
-
#~ msgid ""
|
|
1651
|
-
#~ "foreman_ansible plugin not found, please install it before running this action"
|
|
1652
|
-
#~ " again."
|
|
1653
|
-
#~ msgstr "foreman_ansible プラグインが見つかりません。このアクションを再度実行する前に、プラグインをインストールしてください。"
|
|
1654
|
-
|
|
1655
|
-
#~ msgid "hostgroups"
|
|
1656
|
-
#~ msgstr "ホストグループ"
|
|
1455
|
+
#~ "The following proxies could not be reached: %s. Please make sure they are avai"
|
|
1456
|
+
#~ "lable so Foreman can check their versions."
|
|
1457
|
+
#~ msgstr "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
|
|
1657
1458
|
|
|
1658
|
-
#~ msgid "
|
|
1659
|
-
#~ msgstr "
|
|
1459
|
+
#~ msgid "This feature is temporarily disabled. "
|
|
1460
|
+
#~ msgstr "この機能は一時的に無効にされています。 "
|
|
@@ -920,12 +920,6 @@ msgstr ""
|
|
|
920
920
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
|
921
921
|
msgstr "以下の %{key_name} が %{item_name}: %{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
|
|
922
922
|
|
|
923
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
|
924
|
-
msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
|
|
925
|
-
|
|
926
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
|
927
|
-
msgstr "以下のプロキシーに到達できませんでした: %s。Foreman がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
|
|
928
|
-
|
|
929
923
|
msgid "The identifier of the host"
|
|
930
924
|
msgstr "ホストの ID"
|
|
931
925
|
|
|
@@ -944,9 +938,6 @@ msgstr ""
|
|
|
944
938
|
msgid "There's no available report for this host"
|
|
945
939
|
msgstr ""
|
|
946
940
|
|
|
947
|
-
msgid "This feature is temporarily disabled. "
|
|
948
|
-
msgstr "この機能は一時的に無効にされています。 "
|
|
949
|
-
|
|
950
941
|
msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
|
|
951
942
|
msgstr ""
|
|
952
943
|
|
|
Binary file
|