foreman_openscap 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +115 -118
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +12 -15
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +3 -6
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +12 -15
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +83 -86
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -7
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +10 -13
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +68 -71
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +28 -31
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +12 -15
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +9 -12
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -11
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +6 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +67 -70
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +9 -12
  18. data/lib/foreman_openscap/version.rb +1 -1
  19. data/locale/Makefile +12 -2
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/cs_CZ/foreman_openscap.edit.po +121 -122
  22. data/locale/cs_CZ/foreman_openscap.po +120 -121
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +17 -31
  25. data/locale/de/foreman_openscap.po +13 -16
  26. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/en/foreman_openscap.edit.po +1 -5
  28. data/locale/en/foreman_openscap.po +1 -4
  29. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/en_GB/foreman_openscap.edit.po +4 -7
  31. data/locale/en_GB/foreman_openscap.po +3 -6
  32. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/es/foreman_openscap.edit.po +16 -30
  34. data/locale/es/foreman_openscap.po +12 -15
  35. data/locale/foreman_openscap.pot +2 -6
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.edit.po +87 -101
  38. data/locale/fr/foreman_openscap.po +83 -86
  39. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  40. data/locale/gl/foreman_openscap.edit.po +5 -8
  41. data/locale/gl/foreman_openscap.po +4 -7
  42. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/it/foreman_openscap.edit.po +11 -14
  44. data/locale/it/foreman_openscap.po +10 -13
  45. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ja/foreman_openscap.edit.po +72 -82
  47. data/locale/ja/foreman_openscap.po +68 -71
  48. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ka/foreman_openscap.edit.po +32 -37
  50. data/locale/ka/foreman_openscap.po +28 -31
  51. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +13 -16
  53. data/locale/ko/foreman_openscap.po +12 -15
  54. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/pt_BR/foreman_openscap.edit.po +13 -27
  56. data/locale/pt_BR/foreman_openscap.po +9 -12
  57. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/ru/foreman_openscap.edit.po +9 -12
  59. data/locale/ru/foreman_openscap.po +8 -11
  60. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  61. data/locale/sv_SE/foreman_openscap.edit.po +7 -10
  62. data/locale/sv_SE/foreman_openscap.po +6 -9
  63. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  64. data/locale/zh_CN/foreman_openscap.edit.po +71 -81
  65. data/locale/zh_CN/foreman_openscap.po +67 -70
  66. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  67. data/locale/zh_TW/foreman_openscap.edit.po +10 -13
  68. data/locale/zh_TW/foreman_openscap.po +9 -12
  69. metadata +2 -6
  70. data/locale/action_names.rb +0 -2
  71. data/webpack/components/EditableInput.js +0 -166
  72. data/webpack/components/EditableInput.scss +0 -3
  73. data/webpack/helpers/formFieldsHelper.js +0 -114
@@ -6,11 +6,12 @@
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
11
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
14
+ "Language-Team: Italian (http://app.transifex.com/foreman/foreman/language/it/)"
14
15
  "\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -968,7 +969,7 @@ msgstr "Nome"
968
969
 
969
970
  #: ../app/views/policies/_list.html.erb:4
970
971
  msgid "Content"
971
- msgstr ""
972
+ msgstr "Contenuto"
972
973
 
973
974
  #: ../app/views/policies/_list.html.erb:5
974
975
  msgid "Profile"
@@ -1116,7 +1117,7 @@ msgstr ""
1116
1117
 
1117
1118
  #: ../app/views/scap_contents/_list.html.erb:3
1118
1119
  msgid "Title"
1119
- msgstr ""
1120
+ msgstr "Qualifica"
1120
1121
 
1121
1122
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1122
1123
  msgid "File name"
@@ -1124,7 +1125,7 @@ msgstr ""
1124
1125
 
1125
1126
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1126
1127
  msgid "Created at"
1127
- msgstr ""
1128
+ msgstr "Creato"
1128
1129
 
1129
1130
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1130
1131
  msgid "Download"
@@ -1296,17 +1297,13 @@ msgstr ""
1296
1297
  msgid "Confirm"
1297
1298
  msgstr ""
1298
1299
 
1299
- #: ../webpack/components/EditableInput.js:79
1300
- msgid "None provided"
1301
- msgstr ""
1302
-
1303
1300
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1304
1301
  msgid "There's no available report for this host"
1305
1302
  msgstr ""
1306
1303
 
1307
1304
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1308
1305
  msgid "Run"
1309
- msgstr ""
1306
+ msgstr "Esegui"
1310
1307
 
1311
1308
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1312
1309
  msgid "View selected hosts"
@@ -1338,7 +1335,7 @@ msgstr ""
1338
1335
 
1339
1336
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1340
1337
  msgid "Close"
1341
- msgstr ""
1338
+ msgstr "Chiudi"
1342
1339
 
1343
1340
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1344
1341
  msgid "Error!"
@@ -1406,7 +1403,7 @@ msgstr ""
1406
1403
 
1407
1404
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1408
1405
  msgid "Manual"
1409
- msgstr ""
1406
+ msgstr "Manuale "
1410
1407
 
1411
1408
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1412
1409
  msgid "There is no job to remediate with. Please remediate manually."
@@ -1414,7 +1411,7 @@ msgstr ""
1414
1411
 
1415
1412
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1416
1413
  msgid "Snippet"
1417
- msgstr ""
1414
+ msgstr "Snippet"
1418
1415
 
1419
1416
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1420
1417
  msgid "Select remediation method"
@@ -1430,7 +1427,7 @@ msgstr ""
1430
1427
 
1431
1428
  #: ../webpack/components/withLoading.js:64
1432
1429
  msgid "Permission denied"
1433
- msgstr ""
1430
+ msgstr "Permessi negati"
1434
1431
 
1435
1432
  #: ../webpack/helpers/mutationHelper.js:7
1436
1433
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -6,11 +6,11 @@
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
12
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
13
+ "Language-Team: Italian (http://app.transifex.com/foreman/foreman/language/it/)"
14
14
  "\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -136,7 +136,7 @@ msgid "Choose weekday"
136
136
  msgstr ""
137
137
 
138
138
  msgid "Close"
139
- msgstr ""
139
+ msgstr "Chiudi"
140
140
 
141
141
  msgid "Compliance"
142
142
  msgstr "Conforme"
@@ -169,7 +169,7 @@ msgid "Confirm"
169
169
  msgstr ""
170
170
 
171
171
  msgid "Content"
172
- msgstr ""
172
+ msgstr "Contenuto"
173
173
 
174
174
  msgid "Copy to clipboard"
175
175
  msgstr ""
@@ -193,7 +193,7 @@ msgid "Create a Tailoring file"
193
193
  msgstr ""
194
194
 
195
195
  msgid "Created at"
196
- msgstr ""
196
+ msgstr "Creato"
197
197
 
198
198
  msgid "Dashboard"
199
199
  msgstr "Dashboard"
@@ -462,7 +462,7 @@ msgid "Locations"
462
462
  msgstr "Posizioni"
463
463
 
464
464
  msgid "Manual"
465
- msgstr ""
465
+ msgstr "Manuale "
466
466
 
467
467
  msgid "Message"
468
468
  msgstr "Messaggio"
@@ -557,9 +557,6 @@ msgstr "Nessuno"
557
557
  msgid "None found"
558
558
  msgstr ""
559
559
 
560
- msgid "None provided"
561
- msgstr ""
562
-
563
560
  msgid "None!"
564
561
  msgstr ""
565
562
 
@@ -620,7 +617,7 @@ msgid "Passed|P"
620
617
  msgstr ""
621
618
 
622
619
  msgid "Permission denied"
623
- msgstr ""
620
+ msgstr "Permessi negati"
624
621
 
625
622
  msgid "Please Confirm"
626
623
  msgstr "Conferma"
@@ -764,7 +761,7 @@ msgid "Rule Results"
764
761
  msgstr ""
765
762
 
766
763
  msgid "Run"
767
- msgstr ""
764
+ msgstr "Esegui"
768
765
 
769
766
  msgid "Run OpenSCAP remediation with Ansible"
770
767
  msgstr ""
@@ -851,7 +848,7 @@ msgid "Smart Class Parameters"
851
848
  msgstr ""
852
849
 
853
850
  msgid "Snippet"
854
- msgstr ""
851
+ msgstr "Snippet"
855
852
 
856
853
  msgid "Something went wrong while selecting compliance reports - %s"
857
854
  msgstr ""
@@ -940,7 +937,7 @@ msgid "This profile will be used to override the one from scap content"
940
937
  msgstr ""
941
938
 
942
939
  msgid "Title"
943
- msgstr ""
940
+ msgstr "Qualifica"
944
941
 
945
942
  msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
946
943
  msgstr ""
@@ -7,11 +7,12 @@
7
7
  # Kazuki Omo <kazuki.omo@gmail.com>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: Foreman\n"
10
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
12
13
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
14
  "Last-Translator: Kazuki Omo <kazuki.omo@gmail.com>, 2016\n"
14
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
+ "Language-Team: Japanese (http://app.transifex.com/foreman/foreman/language/ja/"
15
16
  ")\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -249,7 +250,7 @@ msgstr "ARF レポートが正常に削除されました。"
249
250
 
250
251
  #: ../app/controllers/arf_reports_controller.rb:57
251
252
  msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
252
- msgstr "{reported_at} で報告されたホスト {host_name} の ARF レポートの削除に失敗しました"
253
+ msgstr "%{reported_at} で報告されたホスト %{host_name} の ARF レポートの削除に失敗しました"
253
254
 
254
255
  #: ../app/controllers/arf_reports_controller.rb:67
255
256
  msgid "Failed to delete %s compliance reports"
@@ -281,7 +282,7 @@ msgstr "ホストの ID"
281
282
 
282
283
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
283
284
  msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
284
- msgstr ""
285
+ msgstr "%s プロキシーでは Openscap 機能が有効になっていません。正しい OpenSCAP プロキシーを設定するか、未設定にしてください。"
285
286
 
286
287
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
287
288
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -309,7 +310,7 @@ msgstr "有効なポリシー ID が提供されていません"
309
310
 
310
311
  #: ../app/controllers/policies_controller.rb:129
311
312
  msgid "No hosts were found with that id, name or query filter"
312
- msgstr ""
313
+ msgstr "その ID、名前またはクエリーフィルターを使ってホストを見つけることができませんでした"
313
314
 
314
315
  #: ../app/controllers/policies_controller.rb:134
315
316
  msgid "No hosts selected"
@@ -401,7 +402,7 @@ msgstr "このルールに該当しないホスト"
401
402
 
402
403
  #: ../app/helpers/arf_reports_helper.rb:72
403
404
  msgid "Remediation"
404
- msgstr ""
405
+ msgstr "修復"
405
406
 
406
407
  #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
407
408
  msgid "Host"
@@ -536,7 +537,7 @@ msgstr "%s を検証できませんでした。この機能を使用するため
536
537
 
537
538
  #: ../app/lib/proxy_api/openscap.rb:38
538
539
  msgid "Could not validate %{file_type}. Error %{error}"
539
- msgstr "{file_type} を検証できませんでした。エラー: %{error}"
540
+ msgstr "%%{file_type} を検証できませんでした。エラー: %%{error}"
540
541
 
541
542
  #: ../app/lib/proxy_api/openscap.rb:51
542
543
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -644,11 +645,11 @@ msgstr "無効なタイプ %s"
644
645
 
645
646
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
646
647
  msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
647
- msgstr ""
648
+ msgstr "Ansible プラグイン、%s Ansible ロール、変数が必要です。ホストまたは選択したホストグループにロールが割り当てられます。"
648
649
 
649
650
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
650
651
  msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
651
- msgstr ""
652
+ msgstr "foreman_scap_client をデプロイするには、ansible ロールの実行を手動でトリガーする必要があります。このポリシーを変更した場合も、変更後に手動での実行が必要になります。"
652
653
 
653
654
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
654
655
  msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
@@ -664,15 +665,15 @@ msgstr "Ansible 変数"
664
665
 
665
666
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
666
667
  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."
667
- msgstr ""
668
+ msgstr "これにより、foreman_scap_client のセットアップはユーザーにのみ残ります。受信 ARF レポートをリンクするには、ポリシーを定義する必要があります。"
668
669
 
669
670
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
670
671
  msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
671
- msgstr ""
672
+ msgstr "%s Puppet クラスが必要です。ホストまたは選択したホストグループに、そのクラスが割り当てられます。"
672
673
 
673
674
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
674
675
  msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
675
- msgstr ""
676
+ msgstr "すべての Puppet 実行により、foreman_scap_client がポリシーに従って設定されます。"
676
677
 
677
678
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
678
679
  msgid "Puppet class"
@@ -688,15 +689,15 @@ msgstr "クライアントへのポリシーのデプロイに %{type} が選択
688
689
 
689
690
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
690
691
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
691
- msgstr "必要とされる {msg_name}%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
692
+ msgstr "必要とされる %%{msg_name} %%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
692
693
 
693
694
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
694
695
  msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
695
- msgstr "以下の %{key_name} が %{item_name}: %{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
696
+ msgstr "以下の %%{key_name} が %%{item_name}: %%{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
696
697
 
697
698
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
698
699
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
699
- msgstr "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
700
+ msgstr "%%{config_tool} のパラメーターの上書き時に保存に失敗しました。原因: %%{errors}"
700
701
 
701
702
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
702
703
  msgid "No proxy with OpenSCAP feature was found."
@@ -828,7 +829,7 @@ msgstr "HTML のダウンロード"
828
829
 
829
830
  #: ../app/views/arf_reports/show_html.html.erb:10
830
831
  msgid "Loading..."
831
- msgstr "読み込み中..."
832
+ msgstr "ロード中..."
832
833
 
833
834
  #: ../app/views/arf_reports/welcome.html.erb:9
834
835
  msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
@@ -926,7 +927,7 @@ msgstr "過去 %{time} から今までの概要"
926
927
 
927
928
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
928
929
  msgid "Summary report from Foreman server at %{foreman_url}"
929
- msgstr "%{foreman_url} にある Foreman サーバーからの概要レポート"
930
+ msgstr "%%{foreman_url} にある Foreman サーバーからの概要レポート"
930
931
 
931
932
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
932
933
  msgid "Policies with hosts:"
@@ -966,11 +967,11 @@ msgstr "名前"
966
967
 
967
968
  #: ../app/views/policies/_list.html.erb:4
968
969
  msgid "Content"
969
- msgstr ""
970
+ msgstr "コンテンツ"
970
971
 
971
972
  #: ../app/views/policies/_list.html.erb:5
972
973
  msgid "Profile"
973
- msgstr ""
974
+ msgstr "profile"
974
975
 
975
976
  #: ../app/views/policies/_list.html.erb:7
976
977
  msgid "Effective Profile"
@@ -1114,15 +1115,15 @@ msgstr "SCAP データストリームファイル"
1114
1115
 
1115
1116
  #: ../app/views/scap_contents/_list.html.erb:3
1116
1117
  msgid "Title"
1117
- msgstr ""
1118
+ msgstr "タイトル"
1118
1119
 
1119
1120
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1120
1121
  msgid "File name"
1121
- msgstr ""
1122
+ msgstr "ファイル名"
1122
1123
 
1123
1124
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1124
1125
  msgid "Created at"
1125
- msgstr ""
1126
+ msgstr "作成:"
1126
1127
 
1127
1128
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1128
1129
  msgid "Download"
@@ -1230,35 +1231,35 @@ msgstr "OpenSCAP ポリシーのレポートの概要"
1230
1231
 
1231
1232
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1232
1233
  msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1233
- msgstr ""
1234
+ msgstr "scap-security-guide RPM が見つかりません。サーバーにインストールされていますか?"
1234
1235
 
1235
1236
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1236
1237
  msgid "Expected an array of files to upload, got: %s."
1237
- msgstr ""
1238
+ msgstr "アップロードするファイルの配列が必要とされており、以下を取得しました: %s。"
1238
1239
 
1239
1240
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1240
1241
  msgid "%s is a directory, expecting file."
1241
- msgstr ""
1242
+ msgstr "%s はディレクトリーで、ファイルが必要です。"
1242
1243
 
1243
1244
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1244
1245
  msgid "%s does not exist, skipping."
1245
- msgstr ""
1246
+ msgstr "%s は存在しないため、スキップします。"
1246
1247
 
1247
1248
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1248
1249
  msgid "Failed saving %s:"
1249
- msgstr ""
1250
+ msgstr "%s の保存に失敗しました:"
1250
1251
 
1251
1252
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1252
1253
  msgid "No such directory: %s. Please check the path you have provided."
1253
- msgstr ""
1254
+ msgstr "次のディレクトリーは存在しません: %s。指定したパスを確認してください。"
1254
1255
 
1255
1256
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1256
1257
  msgid "Red Hat %s default content"
1257
- msgstr ""
1258
+ msgstr "Red Hat %s のデフォルトコンテンツ"
1258
1259
 
1259
1260
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1260
1261
  msgid "%s content"
1261
- msgstr ""
1262
+ msgstr "%s のコンテンツ"
1262
1263
 
1263
1264
  #: ../lib/foreman_openscap/engine.rb:133
1264
1265
  msgid "Policies"
@@ -1290,59 +1291,55 @@ msgstr "OpenSCAP スキャンの実行"
1290
1291
 
1291
1292
  #: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
1292
1293
  msgid "Run OpenSCAP remediation with Ansible"
1293
- msgstr ""
1294
+ msgstr "Ansible で OpenSCAP 修復を実行"
1294
1295
 
1295
1296
  #: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
1296
1297
  msgid "Run OpenSCAP remediation with Shell"
1297
- msgstr ""
1298
+ msgstr "シェルで OpenSCAP 修復を実行"
1298
1299
 
1299
1300
  #: ../webpack/components/ConfirmModal.js:20
1300
1301
  msgid "Confirm"
1301
- msgstr ""
1302
-
1303
- #: ../webpack/components/EditableInput.js:79
1304
- msgid "None provided"
1305
- msgstr ""
1302
+ msgstr "確認"
1306
1303
 
1307
1304
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1308
1305
  msgid "There's no available report for this host"
1309
- msgstr ""
1306
+ msgstr "このホストの利用可能なレポートはありません。"
1310
1307
 
1311
1308
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1312
1309
  msgid "Run"
1313
- msgstr ""
1310
+ msgstr "実行"
1314
1311
 
1315
1312
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1316
1313
  msgid "View selected hosts"
1317
- msgstr ""
1314
+ msgstr "選択したホストの表示"
1318
1315
 
1319
1316
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1320
1317
  msgid "Select snippet"
1321
- msgstr ""
1318
+ msgstr "スニペットの選択"
1322
1319
 
1323
1320
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1324
1321
  msgid "Review hosts"
1325
- msgstr ""
1322
+ msgstr "ホストの確認"
1326
1323
 
1327
1324
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1328
1325
  msgid "Review remediation"
1329
- msgstr ""
1326
+ msgstr "修復の確認"
1330
1327
 
1331
1328
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1332
1329
  msgid "Done"
1333
- msgstr ""
1330
+ msgstr "完了"
1334
1331
 
1335
1332
  #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1336
1333
  msgid "Remediate %s rule"
1337
- msgstr ""
1334
+ msgstr "%s ルールの修復"
1338
1335
 
1339
1336
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:85
1340
1337
  msgid "Job details"
1341
- msgstr ""
1338
+ msgstr "ジョブの詳細"
1342
1339
 
1343
1340
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1344
1341
  msgid "Close"
1345
- msgstr ""
1342
+ msgstr "閉じる"
1346
1343
 
1347
1344
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1348
1345
  msgid "Error!"
@@ -1350,111 +1347,104 @@ msgstr "エラー!"
1350
1347
 
1351
1348
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:112
1352
1349
  msgid "The job has started on selected host(s), you can check the status on the job details page."
1353
- msgstr ""
1350
+ msgstr "選択したホストでジョブが開始しました。ジョブの詳細ページでステータスを確認できます。"
1354
1351
 
1355
1352
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:183
1356
1353
  msgid "OS"
1357
- msgstr ""
1354
+ msgstr "OS"
1358
1355
 
1359
1356
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:194
1360
1357
  msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1361
- msgstr ""
1358
+ msgstr "修復はデフォルトで現在のホストに適用されます。必要に応じて、ルールに違反する他のホストを修復してください。"
1362
1359
 
1363
1360
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:64
1364
1361
  msgid "Review the remediation snippet and apply it to the host manually."
1365
- msgstr ""
1362
+ msgstr "修復スニペットを確認し、手動でホストに適用します。"
1366
1363
 
1367
1364
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:65
1368
1365
  msgid "Review the remediation snippet that will be applied to selected host(s)."
1369
- msgstr ""
1366
+ msgstr "選択したホストに適用される修復スニペットを確認します。"
1370
1367
 
1371
1368
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:70
1372
1369
  msgid "A reboot is required after applying remediation."
1373
- msgstr ""
1370
+ msgstr "修復を適用した後に再起動が必要です。"
1374
1371
 
1375
1372
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:71
1376
1373
  msgid "A reboot might be required after applying remediation."
1377
- msgstr ""
1374
+ msgstr "修復を適用した後に再起動が必要になる場合があります。"
1378
1375
 
1379
1376
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:87
1380
1377
  msgid "Successfully copied to clipboard!"
1381
- msgstr ""
1378
+ msgstr "クリップボードにコピーされました!"
1382
1379
 
1383
1380
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:88
1384
1381
  msgid "Copy to clipboard"
1385
- msgstr ""
1382
+ msgstr "クリップボードにコピー"
1386
1383
 
1387
1384
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1388
1385
  msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1389
- msgstr ""
1386
+ msgstr "推奨される修復アクションまたはスクリプトは、必ず実稼働以外の環境でテストしてから実装してください。"
1390
1387
 
1391
1388
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:109
1392
1389
  msgid "Remediation might render the system non-functional."
1393
- msgstr ""
1390
+ msgstr "修復によりシステムが機能しなくなる可能性があります。"
1394
1391
 
1395
1392
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:144
1396
1393
  msgid "Other hosts failing this rule"
1397
- msgstr ""
1394
+ msgstr "このルールに違反する他のホスト"
1398
1395
 
1399
1396
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:161
1400
1397
  msgid "Reboot the system(s)"
1401
- msgstr ""
1398
+ msgstr "システムの再起動"
1402
1399
 
1403
1400
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1404
1401
  msgid "Method"
1405
- msgstr ""
1402
+ msgstr "方法"
1406
1403
 
1407
1404
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1408
1405
  msgid "Remote job"
1409
- msgstr ""
1406
+ msgstr "リモートジョブ"
1410
1407
 
1411
1408
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1412
1409
  msgid "Manual"
1413
- msgstr ""
1410
+ msgstr "手動"
1414
1411
 
1415
1412
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1416
1413
  msgid "There is no job to remediate with. Please remediate manually."
1417
- msgstr ""
1414
+ msgstr "修復に使用するジョブがありません。手動で修復してください。"
1418
1415
 
1419
1416
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1420
1417
  msgid "Snippet"
1421
- msgstr ""
1418
+ msgstr "スニペット"
1422
1419
 
1423
1420
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1424
1421
  msgid "Select remediation method"
1425
- msgstr ""
1422
+ msgstr "修復方法の選択"
1426
1423
 
1427
1424
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:156
1428
1425
  msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1429
- msgstr ""
1426
+ msgstr "リモートジョブを実行して修復することも、手動修復用のスニペットを表示することもできます。"
1430
1427
 
1431
1428
  #: ../webpack/components/withDeleteModal.js:27
1432
1429
  msgid "Are you sure you want to delete %s?"
1433
- msgstr ""
1430
+ msgstr "本当に %s を削除しますか?"
1434
1431
 
1435
1432
  #: ../webpack/components/withLoading.js:64
1436
1433
  msgid "Permission denied"
1437
- msgstr ""
1434
+ msgstr "パーミッションが拒否されました。"
1438
1435
 
1439
1436
  #: ../webpack/helpers/mutationHelper.js:7
1440
1437
  msgid "There was a following error when deleting %(name)s: %(error)s"
1441
- msgstr ""
1438
+ msgstr "%(name)s を削除する際に、次のエラーが発生しました: %(error)s"
1442
1439
 
1443
1440
  #: ../webpack/helpers/permissionsHelper.js:34
1444
1441
  msgid "You are not authorized to view the page. "
1445
- msgstr ""
1442
+ msgstr "ページを表示する権限がありません。 "
1446
1443
 
1447
1444
  #: ../webpack/helpers/permissionsHelper.js:37
1448
1445
  msgid "Request the following permissions from administrator: %s."
1449
- msgstr ""
1450
-
1451
- #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1452
- #~ msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
1446
+ msgstr "管理者に次のパーミッションを要求してください: %s。"
1453
1447
 
1454
- #~ msgid ""
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 がバージョンを確認できるように、プロキシーが利用可能であることを確認してください。"
1458
-
1459
- #~ msgid "This feature is temporarily disabled. "
1460
- #~ msgstr "この機能は一時的に無効にされています。 "
1448
+ #: ../webpack/components/EditableInput.js:79
1449
+ #~ msgid "None provided"
1450
+ #~ msgstr "指定なし"