foreman_openscap 2.0.2 → 3.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 (72) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
  3. data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
  4. data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
  5. data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
  6. data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
  7. data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
  8. data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
  9. data/app/views/arf_reports/welcome.html.erb +2 -0
  10. data/config/routes.rb +2 -0
  11. data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
  12. data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
  13. data/lib/foreman_openscap/engine.rb +9 -6
  14. data/lib/foreman_openscap/version.rb +1 -1
  15. data/locale/action_names.rb +1 -1
  16. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  17. data/locale/de/foreman_openscap.edit.po +1411 -0
  18. data/locale/de/foreman_openscap.po +20 -190
  19. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  20. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/en_GB/foreman_openscap.edit.po +1240 -0
  22. data/locale/en_GB/foreman_openscap.po +20 -191
  23. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  24. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  25. data/locale/es/foreman_openscap.edit.po +1462 -0
  26. data/locale/es/foreman_openscap.po +16 -187
  27. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  28. data/locale/foreman_openscap.pot +101 -326
  29. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/fr/foreman_openscap.edit.po +1468 -0
  31. data/locale/fr/foreman_openscap.po +16 -187
  32. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  33. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  34. data/locale/gl/foreman_openscap.edit.po +1240 -0
  35. data/locale/gl/foreman_openscap.po +16 -187
  36. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  37. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  38. data/locale/it/foreman_openscap.edit.po +1361 -0
  39. data/locale/it/foreman_openscap.po +16 -187
  40. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  41. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  42. data/locale/ja/foreman_openscap.edit.po +1462 -0
  43. data/locale/ja/foreman_openscap.po +16 -187
  44. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  45. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ko/foreman_openscap.edit.po +1408 -0
  47. data/locale/ko/foreman_openscap.po +16 -187
  48. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  49. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/pt_BR/foreman_openscap.edit.po +1467 -0
  51. data/locale/pt_BR/foreman_openscap.po +16 -187
  52. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  53. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/ru/foreman_openscap.edit.po +1412 -0
  55. data/locale/ru/foreman_openscap.po +16 -187
  56. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  57. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/sv_SE/foreman_openscap.edit.po +1240 -0
  59. data/locale/sv_SE/foreman_openscap.po +16 -187
  60. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  61. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  62. data/locale/zh_CN/foreman_openscap.edit.po +1463 -0
  63. data/locale/zh_CN/foreman_openscap.po +16 -187
  64. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  65. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/zh_TW/foreman_openscap.edit.po +1409 -0
  67. data/locale/zh_TW/foreman_openscap.po +16 -187
  68. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  69. data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
  70. data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
  71. data/test/test_plugin_helper.rb +2 -2
  72. metadata +25 -5
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Foreman\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
11
+ "PO-Revision-Date: 2019-10-23 20:36+0000\n"
12
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
13
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
14
14
  "\n"
15
15
  "MIME-Version: 1.0\n"
@@ -53,9 +53,6 @@ msgstr ""
53
53
  msgid "A summary of reports for OpenSCAP policies"
54
54
  msgstr ""
55
55
 
56
- msgid "Abstract async task"
57
- msgstr ""
58
-
59
56
  msgid "Action with sub plans"
60
57
  msgstr ""
61
58
 
@@ -80,15 +77,6 @@ msgstr ""
80
77
  msgid "Assign Compliance Policy"
81
78
  msgstr ""
82
79
 
83
- msgid "Attach subscriptions"
84
- msgstr ""
85
-
86
- msgid "Auto attach subscriptions"
87
- msgstr ""
88
-
89
- msgid "Auto-attach subscriptions"
90
- msgstr ""
91
-
92
80
  msgid "Back"
93
81
  msgstr "Indietro"
94
82
 
@@ -128,9 +116,6 @@ msgstr ""
128
116
  msgid "Choose weekday"
129
117
  msgstr ""
130
118
 
131
- msgid "Combined Profile Update"
132
- msgstr ""
133
-
134
119
  msgid "Compliance"
135
120
  msgstr "Conforme"
136
121
 
@@ -170,12 +155,6 @@ msgstr ""
170
155
  msgid "Could not validate %{file_type}. Error %{error}"
171
156
  msgstr ""
172
157
 
173
- msgid "Create"
174
- msgstr ""
175
-
176
- msgid "Create Package Group"
177
- msgstr ""
178
-
179
158
  msgid "Create SCAP content"
180
159
  msgstr ""
181
160
 
@@ -185,6 +164,9 @@ msgstr ""
185
164
  msgid "Create a Tailoring file"
186
165
  msgstr ""
187
166
 
167
+ msgid "Create client"
168
+ msgstr ""
169
+
188
170
  msgid "Dashboard"
189
171
  msgstr "Dashboard"
190
172
 
@@ -200,30 +182,24 @@ msgstr ""
200
182
  msgid "Delete"
201
183
  msgstr "Elimina"
202
184
 
203
- msgid "Delete Activation Key"
204
- msgstr ""
205
-
206
- msgid "Delete Lifecycle Environment"
207
- msgstr ""
208
-
209
- msgid "Delete Package Group"
210
- msgstr ""
211
-
212
- msgid "Delete Product"
213
- msgstr ""
214
-
215
185
  msgid "Delete a Policy"
216
186
  msgstr ""
217
187
 
218
188
  msgid "Delete an ARF Report"
219
189
  msgstr ""
220
190
 
191
+ msgid "Delete client"
192
+ msgstr ""
193
+
221
194
  msgid "Delete compliance policy %s with all of its reports?"
222
195
  msgstr ""
223
196
 
224
197
  msgid "Delete compliance report for %s?"
225
198
  msgstr ""
226
199
 
200
+ msgid "Delete host"
201
+ msgstr ""
202
+
227
203
  msgid "Delete reports"
228
204
  msgstr ""
229
205
 
@@ -248,18 +224,6 @@ msgstr ""
248
224
  msgid "Description"
249
225
  msgstr "Descrizione"
250
226
 
251
- msgid "Destroy"
252
- msgstr ""
253
-
254
- msgid "Destroy Content Host"
255
- msgstr ""
256
-
257
- msgid "Disable"
258
- msgstr ""
259
-
260
- msgid "Discover"
261
- msgstr ""
262
-
263
227
  msgid "Documentation"
264
228
  msgstr ""
265
229
 
@@ -296,15 +260,6 @@ msgstr ""
296
260
  msgid "Effective Profile"
297
261
  msgstr ""
298
262
 
299
- msgid "Enable"
300
- msgstr ""
301
-
302
- msgid "Errata mail"
303
- msgstr ""
304
-
305
- msgid "Export"
306
- msgstr ""
307
-
308
263
  msgid "Failed"
309
264
  msgstr "Non riuscito"
310
265
 
@@ -339,15 +294,9 @@ msgstr ""
339
294
  msgid "Failed|F"
340
295
  msgstr "F"
341
296
 
342
- msgid "Fetch pxe files"
343
- msgstr ""
344
-
345
297
  msgid "File Upload"
346
298
  msgstr ""
347
299
 
348
- msgid "Filtered index content"
349
- msgstr ""
350
-
351
300
  msgid "Full Report"
352
301
  msgstr ""
353
302
 
@@ -405,12 +354,6 @@ msgstr ""
405
354
  msgid "How the policy should be deployed"
406
355
  msgstr ""
407
356
 
408
- msgid "Hypervisors"
409
- msgstr ""
410
-
411
- msgid "Hypervisors update"
412
- msgstr ""
413
-
414
357
  msgid "ID of OpenSCAP Proxy"
415
358
  msgstr ""
416
359
 
@@ -445,39 +388,6 @@ msgstr ""
445
388
  msgid "Inconclusive results"
446
389
  msgstr ""
447
390
 
448
- msgid "Incremental Update"
449
- msgstr ""
450
-
451
- msgid "Incremental Update of Content View Version(s) "
452
- msgstr ""
453
-
454
- msgid "Index content"
455
- msgstr ""
456
-
457
- msgid "Index errata"
458
- msgstr ""
459
-
460
- msgid "Index module streams"
461
- msgstr ""
462
-
463
- msgid "Index package groups"
464
- msgstr ""
465
-
466
- msgid "Install Applicable Errata"
467
- msgstr ""
468
-
469
- msgid "Install erratum"
470
- msgstr ""
471
-
472
- msgid "Install package"
473
- msgstr ""
474
-
475
- msgid "Install package group"
476
- msgstr ""
477
-
478
- msgid "Instance update"
479
- msgstr ""
480
-
481
391
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
482
392
  msgstr ""
483
393
 
@@ -493,6 +403,9 @@ msgstr ""
493
403
  msgid "List Policies"
494
404
  msgstr ""
495
405
 
406
+ msgid "List SCAP content profiles"
407
+ msgstr ""
408
+
496
409
  msgid "List SCAP contents"
497
410
  msgstr ""
498
411
 
@@ -635,9 +548,6 @@ msgstr ""
635
548
  msgid "Othered|O"
636
549
  msgstr ""
637
550
 
638
- msgid "Package Profile Update"
639
- msgstr ""
640
-
641
551
  msgid "Passed"
642
552
  msgstr ""
643
553
 
@@ -696,24 +606,9 @@ msgstr ""
696
606
  msgid "Policy with id %s not found."
697
607
  msgstr ""
698
608
 
699
- msgid "Product Create"
700
- msgstr ""
701
-
702
- msgid "Promote"
703
- msgstr ""
704
-
705
- msgid "Promotion to Environment"
706
- msgstr ""
707
-
708
609
  msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
709
610
  msgstr ""
710
611
 
711
- msgid "Publish"
712
- msgstr ""
713
-
714
- msgid "Publish Lifecycle Environment Repositories"
715
- msgstr ""
716
-
717
612
  msgid "Puppet class"
718
613
  msgstr "Classe del puppet"
719
614
 
@@ -723,33 +618,9 @@ msgstr ""
723
618
  msgid "References"
724
619
  msgstr "Riferimenti"
725
620
 
726
- msgid "Reindex subscriptions"
727
- msgstr ""
728
-
729
621
  msgid "Remote action:"
730
622
  msgstr "Azione remota:"
731
623
 
732
- msgid "Remove Content"
733
- msgstr ""
734
-
735
- msgid "Remove Version"
736
- msgstr ""
737
-
738
- msgid "Remove Versions and Associations"
739
- msgstr ""
740
-
741
- msgid "Remove from Environment"
742
- msgstr ""
743
-
744
- msgid "Remove package"
745
- msgstr ""
746
-
747
- msgid "Remove package group"
748
- msgstr ""
749
-
750
- msgid "Remove subscriptions"
751
- msgstr ""
752
-
753
624
  msgid "Report Metrics"
754
625
  msgstr "Metriche notifica"
755
626
 
@@ -765,9 +636,6 @@ msgstr ""
765
636
  msgid "Reports"
766
637
  msgstr "Notifiche"
767
638
 
768
- msgid "Republish Version Repositories"
769
- msgstr ""
770
-
771
639
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
772
640
  msgstr ""
773
641
 
@@ -786,9 +654,6 @@ msgstr ""
786
654
  msgid "Run OpenSCAP scan"
787
655
  msgstr ""
788
656
 
789
- msgid "Run Sync Plan:"
790
- msgstr ""
791
-
792
657
  msgid "SCAP Content"
793
658
  msgstr ""
794
659
 
@@ -894,15 +759,6 @@ msgstr ""
894
759
  msgid "Summary report from Foreman server at %{foreman_url}"
895
760
  msgstr ""
896
761
 
897
- msgid "Sync capsule"
898
- msgstr ""
899
-
900
- msgid "Synchronize"
901
- msgstr ""
902
-
903
- msgid "Synchronize smart proxy"
904
- msgstr ""
905
-
906
762
  msgid "Tailoring File"
907
763
  msgstr ""
908
764
 
@@ -967,12 +823,6 @@ msgstr ""
967
823
  msgid "Unknown Compliance status"
968
824
  msgstr ""
969
825
 
970
- msgid "Update"
971
- msgstr ""
972
-
973
- msgid "Update Content Overrides"
974
- msgstr ""
975
-
976
826
  msgid "Update a Policy"
977
827
  msgstr ""
978
828
 
@@ -982,25 +832,10 @@ msgstr ""
982
832
  msgid "Update an SCAP content"
983
833
  msgstr ""
984
834
 
985
- msgid "Update content urls"
986
- msgstr ""
987
-
988
- msgid "Update for host"
989
- msgstr ""
990
-
991
- msgid "Update http proxy"
992
- msgstr ""
993
-
994
- msgid "Update http proxy details"
835
+ msgid "Update host"
995
836
  msgstr ""
996
837
 
997
- msgid "Update package"
998
- msgstr ""
999
-
1000
- msgid "Update redhat repository"
1001
- msgstr ""
1002
-
1003
- msgid "Update release version for host"
838
+ msgid "Update node"
1004
839
  msgstr ""
1005
840
 
1006
841
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -1021,12 +856,6 @@ msgstr ""
1021
856
  msgid "Upload an ARF report"
1022
857
  msgstr ""
1023
858
 
1024
- msgid "Upload errata into"
1025
- msgstr ""
1026
-
1027
- msgid "Upload into"
1028
- msgstr ""
1029
-
1030
859
  msgid "Upload new SCAP content file"
1031
860
  msgstr ""
1032
861
 
File without changes
@@ -0,0 +1,1462 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_openscap package.
4
+ #
5
+ # Translators:
6
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
+ # Kazuki Omo <kazuki.omo@gmail.com>, 2016
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: Foreman\n"
11
+ "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2020-03-02 13:32+0000\n"
13
+ "PO-Revision-Date: 2019-10-23 20:36+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
16
+ ")\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: ja\n"
21
+ "Plural-Forms: nplurals=1; plural=0;\n"
22
+
23
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
24
+ msgid "List ARF reports"
25
+ msgstr "ARF レポートの一覧表示"
26
+
27
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
28
+ msgid "Show an ARF report"
29
+ msgstr "ARF レポートの表示"
30
+
31
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
32
+ msgid "Delete an ARF Report"
33
+ msgstr "ARF レポートの定義"
34
+
35
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
36
+ msgid "Upload an ARF report"
37
+ msgstr "ARF レポートのアップロード"
38
+
39
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
40
+ msgid "Download bzipped ARF report"
41
+ msgstr "zip 形式の ARF レポートのダウンロード"
42
+
43
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
44
+ msgid "Download ARF report in HTML"
45
+ msgstr "HTML の ARF レポートのダウンロード"
46
+
47
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:94
48
+ msgid "Policy with id %s not found."
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:101
52
+ msgid "Could not find host identified by: %s"
53
+ msgstr ""
54
+
55
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:106
56
+ msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
57
+ msgstr "Arf レポートのアップロードに失敗しました。%s のアップロード時にパラメーターで OpenSCAP プロキシー名または url が見つかりませんでした。ホストには openscap_proxy が設定されていません。"
58
+
59
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:118
60
+ msgid "No proxy found for %{name} or %{url}"
61
+ msgstr "%{name} または %{url} のプロキシーが見つかりません"
62
+
63
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
64
+ msgid "List Policies"
65
+ msgstr "ポリシーの一覧表示"
66
+
67
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
68
+ msgid "Show a Policy"
69
+ msgstr "ポリシーの表示"
70
+
71
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
72
+ msgid "Policy name"
73
+ msgstr "ポリシー名"
74
+
75
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
76
+ msgid "Policy description"
77
+ msgstr "ポリシーの説明"
78
+
79
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
80
+ msgid "Policy SCAP content ID"
81
+ msgstr "ポリシー SCAP コンテンツ ID"
82
+
83
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
84
+ msgid "Policy SCAP content profile ID"
85
+ msgstr "ポリシー SCAP コンテンツプロファイル ID"
86
+
87
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
88
+ msgid "Policy schedule period (weekly, monthly, custom)"
89
+ msgstr "ポリシーのスケジュール期間 (週次、月次、カスタム)"
90
+
91
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
92
+ msgid "Policy schedule weekday (only if period == \"weekly\")"
93
+ msgstr "ポリシースケジュール: 平日 (period == \"weekly\" の場合のみ)"
94
+
95
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
96
+ msgid "Policy schedule day of month (only if period == \"monthly\")"
97
+ msgstr "ポリシースケジュール: 月の日付 (period == \"monthly\" の場合のみ)"
98
+
99
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
100
+ msgid "Policy schedule cron line (only if period == \"custom\")"
101
+ msgstr "ポリシースケジュール: cron 行 (period == \"custom\" の場合のみ)"
102
+
103
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
104
+ msgid "Apply policy to host groups"
105
+ msgstr "ホストグループ にポリシーを適用"
106
+
107
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
108
+ msgid "Apply policy to hosts"
109
+ msgstr "ホストにポリシーを適用"
110
+
111
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
112
+ msgid "Tailoring file ID"
113
+ msgstr "テーラリングファイル ID"
114
+
115
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
116
+ msgid "Tailoring file profile ID"
117
+ msgstr "テーラリングファイルのプロファイル ID"
118
+
119
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
120
+ msgid "How the policy should be deployed"
121
+ msgstr ""
122
+
123
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
124
+ msgid "Create a Policy"
125
+ msgstr "ポリシーの作成"
126
+
127
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
128
+ msgid "Update a Policy"
129
+ msgstr "ポリシーの更新"
130
+
131
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
132
+ msgid "Delete a Policy"
133
+ msgstr "ポリシーの削除"
134
+
135
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
136
+ msgid "Show a policy's SCAP content"
137
+ msgstr "ポリシーの SCAP コンテンツを表示"
138
+
139
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
140
+ msgid "Show a policy's Tailoring file"
141
+ msgstr "ポリシーのテーラリングファイルを表示"
142
+
143
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
144
+ msgid "No Tailoring file assigned for policy with id %s"
145
+ msgstr "id %s のポリシーに割り当てられているテーラリングファイルはありません"
146
+
147
+ #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
148
+ msgid "List SCAP content profiles"
149
+ msgstr ""
150
+
151
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:10
152
+ msgid "List SCAP contents"
153
+ msgstr "SCAP コンテンツの一覧表示"
154
+
155
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:18
156
+ msgid "Download an SCAP content as XML"
157
+ msgstr "XML として SCAP コンテンツをダウンロード"
158
+
159
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:27
160
+ msgid "Show an SCAP content"
161
+ msgstr "SCAP コンテンツの表示"
162
+
163
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:34
164
+ msgid "SCAP content name"
165
+ msgstr "SCAP コンテンツ名"
166
+
167
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:35
168
+ msgid "XML containing SCAP content"
169
+ msgstr "SCAP コンテンツを含む XML"
170
+
171
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:36 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
172
+ msgid "Original file name of the XML file"
173
+ msgstr "XML ファイルの元のファイル名"
174
+
175
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
176
+ msgid "Create SCAP content"
177
+ msgstr "SCAP コンテンツの作成"
178
+
179
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:49
180
+ msgid "Update an SCAP content"
181
+ msgstr "SCAP コンテンツの更新"
182
+
183
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:57
184
+ msgid "Deletes an SCAP content"
185
+ msgstr "SCAP コンテンツの削除"
186
+
187
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
188
+ msgid "List Tailoring files"
189
+ msgstr "テーラリングファイルの一覧表示"
190
+
191
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
192
+ msgid "Download a Tailoring file as XML"
193
+ msgstr "XML としてテーラリングファイルをダウンロード"
194
+
195
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
196
+ msgid "Show a Tailoring file"
197
+ msgstr "テーラリングファイルの表示"
198
+
199
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
200
+ msgid "Tailoring file name"
201
+ msgstr "テーラリングファイル名"
202
+
203
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
204
+ msgid "XML containing tailoring file"
205
+ msgstr "テーラリングファイルを含む XML"
206
+
207
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
208
+ msgid "Create a Tailoring file"
209
+ msgstr "テーラリングファイルの作成"
210
+
211
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
212
+ msgid "Update a Tailoring file"
213
+ msgstr "テーラリングファイルの更新"
214
+
215
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
216
+ msgid "Deletes a Tailoring file"
217
+ msgstr "テーラリングファイルの削除"
218
+
219
+ #: ../app/controllers/arf_reports_controller.rb:37
220
+ msgid "Failed to downloaded ARF report as bzip: %s"
221
+ msgstr "ARFレポートを bzip でダウンロードするのに失敗しました: %s"
222
+
223
+ #: ../app/controllers/arf_reports_controller.rb:48
224
+ msgid "Failed to downloaded ARF report in HTML: %s"
225
+ msgstr "ARF レポートを HTML でダウンロードするのに失敗しました: %s"
226
+
227
+ #: ../app/controllers/arf_reports_controller.rb:55
228
+ msgid "Successfully deleted ARF report."
229
+ msgstr "ARF レポートが正常に削除されました。"
230
+
231
+ #: ../app/controllers/arf_reports_controller.rb:57
232
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
233
+ msgstr "%{reported_at} で報告されたホスト %{host_name} の ARF レポートの削除に失敗しました"
234
+
235
+ #: ../app/controllers/arf_reports_controller.rb:67
236
+ msgid "Failed to delete %s compliance reports"
237
+ msgstr "%s コンプライアンスレポートの削除に失敗しました"
238
+
239
+ #: ../app/controllers/arf_reports_controller.rb:70
240
+ msgid "Successfully deleted %s compliance reports"
241
+ msgstr "%s コンプライアンスレポートが正常に削除されました"
242
+
243
+ #: ../app/controllers/arf_reports_controller.rb:85
244
+ msgid "No compliance reports were found."
245
+ msgstr "コンプライアンスレポートが見つかりませんでした。"
246
+
247
+ #: ../app/controllers/arf_reports_controller.rb:89
248
+ msgid "No compliance reports selected"
249
+ msgstr "コンプライアンスレポートが選択されていません"
250
+
251
+ #: ../app/controllers/arf_reports_controller.rb:94
252
+ msgid "Something went wrong while selecting compliance reports - %s"
253
+ msgstr "コンプライアンスレポートの選択中に問題が発生しました - %s"
254
+
255
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
256
+ msgid "Show config information for foreman_scap_client"
257
+ msgstr ""
258
+
259
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
260
+ msgid "The identifier of the host"
261
+ msgstr ""
262
+
263
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
264
+ msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
265
+ msgstr "更新済みホスト: OpenSCAP プロキシーで割り当て済み: %s"
266
+
267
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
268
+ msgid "No OpenSCAP Proxy selected."
269
+ msgstr "OpenSCAP プロキシーが選択されていません。"
270
+
271
+ #: ../app/controllers/policies_controller.rb:84
272
+ msgid "Updated hosts: Assigned with compliance policy: %s"
273
+ msgstr "更新済みホスト: コンプライアンスポリシーで割り当て済み: %s"
274
+
275
+ #: ../app/controllers/policies_controller.rb:91
276
+ msgid "No compliance policy selected."
277
+ msgstr "コンプライアンスポリシーが選択されていません。"
278
+
279
+ #: ../app/controllers/policies_controller.rb:103
280
+ msgid "Updated hosts: Unassigned from compliance policy '%s'"
281
+ msgstr "更新済みホスト: コンプライアンスポリシー '%s' から割り当てられていない"
282
+
283
+ #: ../app/controllers/policies_controller.rb:105
284
+ msgid "No valid policy ID provided"
285
+ msgstr "有効なポリシー ID が提供されていません"
286
+
287
+ #: ../app/controllers/policies_controller.rb:125
288
+ msgid "No hosts were found."
289
+ msgstr "ホストが見つかりませんでした。"
290
+
291
+ #: ../app/controllers/policies_controller.rb:129
292
+ msgid "No hosts selected"
293
+ msgstr "ホストが選択されていません"
294
+
295
+ #: ../app/controllers/policies_controller.rb:134
296
+ msgid "Something went wrong while selecting hosts - %s"
297
+ msgstr "ホストの選択中に問題が発生しました - %s"
298
+
299
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
300
+ msgid "Failed"
301
+ msgstr "失敗しました"
302
+
303
+ #: ../app/helpers/arf_report_dashboard_helper.rb:19 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
304
+ msgid "Passed"
305
+ msgstr "合格"
306
+
307
+ #: ../app/helpers/arf_report_dashboard_helper.rb:20 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
308
+ msgid "Other"
309
+ msgstr "その他"
310
+
311
+ #: ../app/helpers/arf_report_dashboard_helper.rb:28
312
+ msgid "Number of Events"
313
+ msgstr "イベント数"
314
+
315
+ #: ../app/helpers/arf_report_dashboard_helper.rb:29
316
+ msgid "Rule Results"
317
+ msgstr ""
318
+
319
+ #: ../app/helpers/arf_reports_helper.rb:10
320
+ msgid "Show log messages:"
321
+ msgstr "ログメッセージの表示:"
322
+
323
+ #: ../app/helpers/arf_reports_helper.rb:11
324
+ msgid "All messages"
325
+ msgstr "すべてのメッセージ"
326
+
327
+ #: ../app/helpers/arf_reports_helper.rb:11
328
+ msgid "Failed and Othered"
329
+ msgstr "Failed および Othered"
330
+
331
+ #: ../app/helpers/arf_reports_helper.rb:11
332
+ msgid "Failed only"
333
+ msgstr "失敗のみ"
334
+
335
+ #: ../app/helpers/arf_reports_helper.rb:21 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
336
+ msgid "Compliance Reports"
337
+ msgstr "コンプライアンスレポート"
338
+
339
+ #: ../app/helpers/arf_reports_helper.rb:57
340
+ msgid "Delete reports"
341
+ msgstr "レポートを削除"
342
+
343
+ #: ../app/helpers/arf_reports_helper.rb:62
344
+ msgid "Select Action"
345
+ msgstr "アクションの選択"
346
+
347
+ #: ../app/helpers/arf_reports_helper.rb:65
348
+ msgid "%s - The following compliance reports are about to be changed"
349
+ msgstr "%s - 次のコンプライアンスレポートが変更されます"
350
+
351
+ #: ../app/helpers/arf_reports_helper.rb:70
352
+ msgid "No proxy found!"
353
+ msgstr "プロキシーが見つかりません!"
354
+
355
+ #: ../app/helpers/arf_reports_helper.rb:75
356
+ msgid "Reported at %s"
357
+ msgstr "%s で報告済み"
358
+
359
+ #: ../app/helpers/arf_reports_helper.rb:76
360
+ msgid " for policy %s"
361
+ msgstr "ポリシー %s"
362
+
363
+ #: ../app/helpers/arf_reports_helper.rb:78
364
+ msgid " through %s"
365
+ msgstr "%s まで更新を受信できます。"
366
+
367
+ #: ../app/helpers/arf_reports_helper.rb:83
368
+ msgid "Hosts failing this rule"
369
+ msgstr "このルールに不合格のホスト"
370
+
371
+ #: ../app/helpers/arf_reports_helper.rb:84
372
+ msgid "Hosts passing this rule"
373
+ msgstr "このルールに合格のホスト"
374
+
375
+ #: ../app/helpers/arf_reports_helper.rb:85
376
+ msgid "Hosts othering this rule"
377
+ msgstr "このルールに該当しないホスト"
378
+
379
+ #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
380
+ msgid "Host"
381
+ msgstr "ホスト"
382
+
383
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
384
+ msgid "Policy"
385
+ msgstr "ポリシー"
386
+
387
+ #. TRANSLATORS: initial character of Passed
388
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
389
+ msgid "Passed|P"
390
+ msgstr "P"
391
+
392
+ #. TRANSLATORS: initial character of Failed
393
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
394
+ msgid "Failed|F"
395
+ msgstr "F"
396
+
397
+ #. TRANSLATORS: initial character of Othered which is an SCAP term
398
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
399
+ msgid "Othered|O"
400
+ msgstr "O"
401
+
402
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
403
+ msgid "Othered"
404
+ msgstr "Othered"
405
+
406
+ #: ../app/helpers/compliance_hosts_helper.rb:24
407
+ msgid "Assign Compliance Policy"
408
+ msgstr "コンプライアンスポリシーの割り当て"
409
+
410
+ #: ../app/helpers/compliance_hosts_helper.rb:25
411
+ msgid "Unassign Compliance Policy"
412
+ msgstr "コンプライアンスポリシーの割り当て解除 "
413
+
414
+ #: ../app/helpers/compliance_hosts_helper.rb:26
415
+ msgid "Change OpenSCAP Proxy"
416
+ msgstr "OpenSCAP プロキシーの変更"
417
+
418
+ #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:138
419
+ msgid "Compliance"
420
+ msgstr "コンプライアンス"
421
+
422
+ #: ../app/helpers/compliance_hosts_helper.rb:37
423
+ msgid "Host compliance details"
424
+ msgstr "ホストコンプライアンス詳細"
425
+
426
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
427
+ msgid "Host is deleted"
428
+ msgstr "ホストが削除されました"
429
+
430
+ #: ../app/helpers/foreman_openscap_helper.rb:4
431
+ msgid "documentation"
432
+ msgstr ""
433
+
434
+ #: ../app/helpers/policies_helper.rb:56
435
+ msgid "Choose existing SCAP Content"
436
+ msgstr "既存の SCAP コンテンツを選択"
437
+
438
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
439
+ msgid "SCAP Content"
440
+ msgstr "SCAP コンテンツ"
441
+
442
+ #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
443
+ msgid "XCCDF Profile"
444
+ msgstr "XCCDF プロファイル"
445
+
446
+ #: ../app/helpers/policies_helper.rb:78
447
+ msgid "Default XCCDF profile"
448
+ msgstr "デフォルトの XCCDF プロファイル"
449
+
450
+ #: ../app/helpers/policies_helper.rb:87
451
+ msgid "Choose Tailoring File"
452
+ msgstr "テーラリングファイルの選択"
453
+
454
+ #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
455
+ msgid "Tailoring File"
456
+ msgstr "テーラリングファイル"
457
+
458
+ #: ../app/helpers/policies_helper.rb:97
459
+ msgid "XCCDF Profile in Tailoring File"
460
+ msgstr "テーラリングファイルでの XCCDF プロファイル"
461
+
462
+ #: ../app/helpers/policies_helper.rb:98
463
+ msgid "This profile will be used to override the one from scap content"
464
+ msgstr "このプロファイルは scrap コンテンツからのものを上書きするために使用されます。"
465
+
466
+ #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54
467
+ msgid "Submit"
468
+ msgstr "送信"
469
+
470
+ #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53
471
+ msgid "Cancel"
472
+ msgstr "取り消し"
473
+
474
+ #: ../app/helpers/policies_helper.rb:145 ../lib/foreman_openscap/engine.rb:139
475
+ msgid "Policies"
476
+ msgstr "ポリシー"
477
+
478
+ #: ../app/helpers/policy_dashboard_helper.rb:11
479
+ msgid "Compliant hosts"
480
+ msgstr "準拠したホスト"
481
+
482
+ #: ../app/helpers/policy_dashboard_helper.rb:12
483
+ msgid "Incompliant hosts"
484
+ msgstr "準拠しないホスト"
485
+
486
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:20
487
+ msgid "Inconclusive"
488
+ msgstr "不確定"
489
+
490
+ #: ../app/helpers/policy_dashboard_helper.rb:14
491
+ msgid "Not audited"
492
+ msgstr "未監査"
493
+
494
+ #: ../app/helpers/policy_dashboard_helper.rb:41
495
+ msgid "Host is assigned to policy"
496
+ msgstr ""
497
+
498
+ #: ../app/helpers/policy_dashboard_helper.rb:44
499
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
500
+ msgstr ""
501
+
502
+ #: ../app/helpers/policy_dashboard_helper.rb:52
503
+ msgid "Hosts no longer assigned: %s"
504
+ msgstr ""
505
+
506
+ #: ../app/helpers/policy_dashboard_helper.rb:56
507
+ msgid "Total hosts with reports where policy is no longer assigned."
508
+ msgstr ""
509
+
510
+ #: ../app/lib/proxy_api/openscap.rb:21
511
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
512
+ msgstr "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
513
+
514
+ #: ../app/lib/proxy_api/openscap.rb:24
515
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
516
+ msgstr "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
517
+
518
+ #: ../app/lib/proxy_api/openscap.rb:27
519
+ msgid "Could not validate %{file_type}. Error %{error}"
520
+ msgstr "%{file_type} を検証できませんでした。エラー %{error}"
521
+
522
+ #: ../app/lib/proxy_api/openscap.rb:40
523
+ msgid "Unable to get HTML version of requested report from Smart Proxy"
524
+ msgstr "要求されたレポートの HTML バージョンをスマートプロキシーから取得できません"
525
+
526
+ #: ../app/lib/proxy_api/openscap.rb:49
527
+ msgid "Unable to get XML version of requested report from Smart Proxy"
528
+ msgstr "要求されたレポートの XML バージョンをスマートプロキシーから取得できません"
529
+
530
+ #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
531
+ msgid "SCAP policies summary"
532
+ msgstr "SCAP ポリシーの概要"
533
+
534
+ #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
535
+ msgid "is not included in SCAP_RESULT"
536
+ msgstr "SCAP_RESULT に含まれていません"
537
+
538
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:69
539
+ msgid "must have Openscap feature"
540
+ msgstr "Openscap 機能がなければなりません"
541
+
542
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
543
+ msgid "No OpenSCAP proxy found for %{class} with id %{id}"
544
+ msgstr "ID %{id} の %{class} の OpenSCAP プロキシーが見つかりません"
545
+
546
+ #: ../app/models/foreman_openscap/compliance_status.rb:18 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
547
+ msgid "Compliant"
548
+ msgstr "準拠"
549
+
550
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
551
+ msgid "Incompliant"
552
+ msgstr "非準拠"
553
+
554
+ #: ../app/models/foreman_openscap/compliance_status.rb:24
555
+ msgid "Unknown Compliance status"
556
+ msgstr "不明なコンプライアンスステータス"
557
+
558
+ #: ../app/models/foreman_openscap/policy.rb:31 ../app/models/foreman_openscap/policy.rb:273
559
+ msgid "is not a valid value"
560
+ msgstr "有効な値ではありません"
561
+
562
+ #: ../app/models/foreman_openscap/policy.rb:51
563
+ msgid "Cannot generate HTML guide, scap content is missing."
564
+ msgstr " HTML ガイドを生成できません。scap のコンテンツがありません。"
565
+
566
+ #: ../app/models/foreman_openscap/policy.rb:57
567
+ msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
568
+ msgstr "HTML ガイドを生成できません。有効な OpenSCAP プロキシーサーバーが見つかりません。"
569
+
570
+ #: ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:8
571
+ msgid "Deployment Options"
572
+ msgstr ""
573
+
574
+ #: ../app/models/foreman_openscap/policy.rb:111
575
+ msgid "Policy Attributes"
576
+ msgstr ""
577
+
578
+ #: ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:11
579
+ msgid "Schedule"
580
+ msgstr "スケジュール"
581
+
582
+ #: ../app/models/foreman_openscap/policy.rb:112 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
583
+ msgid "Locations"
584
+ msgstr "公開する場所"
585
+
586
+ #: ../app/models/foreman_openscap/policy.rb:113 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
587
+ msgid "Organizations"
588
+ msgstr "組織"
589
+
590
+ #: ../app/models/foreman_openscap/policy.rb:114
591
+ msgid "Hostgroups"
592
+ msgstr "ホストグループ "
593
+
594
+ #: ../app/models/foreman_openscap/policy.rb:267
595
+ msgid "does not consist of 5 parts separated by space"
596
+ msgstr "スペースで区切られた 5 つの部分で構成されていません"
597
+
598
+ #: ../app/models/foreman_openscap/policy.rb:279
599
+ msgid "must be between 1 and 31"
600
+ msgstr "1 から 31 の間でなければなりません"
601
+
602
+ #: ../app/models/foreman_openscap/policy.rb:284
603
+ msgid "must be present when tailoring file profile present"
604
+ msgstr "テーラリングファイルのプロファイルがある場合になければなりません"
605
+
606
+ #: ../app/models/foreman_openscap/policy.rb:285
607
+ msgid "must be present when tailoring file present"
608
+ msgstr "テーラリングファイルがある場合になければなりません"
609
+
610
+ #: ../app/models/foreman_openscap/policy.rb:290
611
+ msgid "does not come from selected tailoring file"
612
+ msgstr "選択したテーラリングファイルからのものではありません"
613
+
614
+ #: ../app/models/foreman_openscap/policy.rb:296
615
+ msgid "does not have the selected SCAP content profile"
616
+ msgstr "選択した SCAP コンテンツプロファイルがありません"
617
+
618
+ #: ../app/models/foreman_openscap/policy.rb:328
619
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
620
+ msgstr ""
621
+
622
+ #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
623
+ msgid "invalid type %s"
624
+ msgstr "無効なタイプ %s"
625
+
626
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:32
627
+ msgid "Ansible role"
628
+ msgstr ""
629
+
630
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:33
631
+ msgid "Ansible variables"
632
+ msgstr ""
633
+
634
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:32
635
+ msgid "Puppet class"
636
+ msgstr "Puppet クラス"
637
+
638
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:33
639
+ msgid "Smart Class Parameters"
640
+ msgstr "スマートクラスパラメーター"
641
+
642
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:13
643
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
644
+ msgstr ""
645
+
646
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:27
647
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
648
+ msgstr ""
649
+
650
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:57
651
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
652
+ msgstr ""
653
+
654
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:90
655
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
656
+ msgstr ""
657
+
658
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
659
+ msgid "This feature is temporarily disabled. "
660
+ msgstr "この機能は一時的に無効にされています。"
661
+
662
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
663
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
664
+ msgstr "以下のスマートプロキシーを更新して機能のロックを解除する必要があります: %s "
665
+
666
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
667
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
668
+ msgstr "以下のプロキシーに到達できませんでした: %s それらが利用可能な状態にあり Foreman がそれらのバージョンをチェックできることを確認してください。"
669
+
670
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
671
+ msgid "No proxy with OpenSCAP feature was found."
672
+ msgstr "OpenSCAP 機能のあるプロキシーが見つかりませんでした。"
673
+
674
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
675
+ msgid "No proxy with OpenSCAP feature is running."
676
+ msgstr "OpenSCAP 機能のあるプロキシーが実行されています。"
677
+
678
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
679
+ msgid "No available proxy to validate. Returned with error: %s"
680
+ msgstr "検証するプロキシーがありません。エラーとともに返されました: %s"
681
+
682
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
683
+ msgid "Changed file does not include existing SCAP content profiles"
684
+ msgstr "変更されたファイルには既存の SCAP コンテンツプロファイルが含まれません"
685
+
686
+ #: ../app/views/arf_reports/_detailed_message.html.erb:3
687
+ msgid "More details"
688
+ msgstr "詳細"
689
+
690
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6
691
+ msgid "Description"
692
+ msgstr "説明"
693
+
694
+ #: ../app/views/arf_reports/_detailed_message.html.erb:7
695
+ msgid "Rationale"
696
+ msgstr "理由"
697
+
698
+ #: ../app/views/arf_reports/_detailed_message.html.erb:8
699
+ msgid "References"
700
+ msgstr "リファレンス"
701
+
702
+ #: ../app/views/arf_reports/_list.html.erb:5
703
+ msgid "Select all items in this page"
704
+ msgstr "このページのすべての項目を選択"
705
+
706
+ #: ../app/views/arf_reports/_list.html.erb:5
707
+ msgid "items selected. Uncheck to Clear"
708
+ msgstr "項目が選択されています。クリアするにはチェックを解除してください"
709
+
710
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
711
+ msgid "Reported At"
712
+ msgstr "報告済み"
713
+
714
+ #: ../app/views/arf_reports/_list.html.erb:9
715
+ msgid "Openscap Proxy"
716
+ msgstr "OpenSCAP プロキシー"
717
+
718
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:8 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
719
+ msgid "Actions"
720
+ msgstr "アクション"
721
+
722
+ #: ../app/views/arf_reports/_list.html.erb:28
723
+ msgid "Deleted policy"
724
+ msgstr "削除済みのポリシー"
725
+
726
+ #: ../app/views/arf_reports/_list.html.erb:34
727
+ msgid "Full Report"
728
+ msgstr "完全レポート"
729
+
730
+ #: ../app/views/arf_reports/_list.html.erb:37
731
+ msgid "Delete compliance report for %s?"
732
+ msgstr "%s のコンプライアンスレポートを削除しますか?"
733
+
734
+ #: ../app/views/arf_reports/_list.html.erb:48
735
+ msgid "Please Confirm"
736
+ msgstr "確認してください"
737
+
738
+ #: ../app/views/arf_reports/_metrics.html.erb:6
739
+ msgid "Report Metrics"
740
+ msgstr "レポートメトリックス"
741
+
742
+ #: ../app/views/arf_reports/_metrics.html.erb:13
743
+ msgid "Report Status"
744
+ msgstr "レポートの状態"
745
+
746
+ #: ../app/views/arf_reports/_metrics.html.erb:34
747
+ msgid "Total"
748
+ msgstr "合計"
749
+
750
+ #: ../app/views/arf_reports/_output.html.erb:4
751
+ msgid "Result"
752
+ msgstr "結果"
753
+
754
+ #: ../app/views/arf_reports/_output.html.erb:5
755
+ msgid "Message"
756
+ msgstr "メッセージ"
757
+
758
+ #: ../app/views/arf_reports/_output.html.erb:6
759
+ msgid "Resource"
760
+ msgstr "リソース"
761
+
762
+ #: ../app/views/arf_reports/_output.html.erb:7
763
+ msgid "Severity"
764
+ msgstr "重大度"
765
+
766
+ #: ../app/views/arf_reports/_output.html.erb:25
767
+ msgid "Nothing to show"
768
+ msgstr "表示するものがありません"
769
+
770
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
771
+ msgid "Delete"
772
+ msgstr "削除"
773
+
774
+ #: ../app/views/arf_reports/delete_multiple.html.erb:28
775
+ msgid "these Compliance reports"
776
+ msgstr "コンプライアンスレポート"
777
+
778
+ #: ../app/views/arf_reports/show.html.erb:15
779
+ msgid "Back"
780
+ msgstr "戻る"
781
+
782
+ #: ../app/views/arf_reports/show.html.erb:17
783
+ msgid "Host details"
784
+ msgstr "ホストの詳細"
785
+
786
+ #: ../app/views/arf_reports/show.html.erb:18
787
+ msgid "View full report"
788
+ msgstr "フルレポートを表示"
789
+
790
+ #: ../app/views/arf_reports/show.html.erb:19
791
+ msgid "Download XML in bzip"
792
+ msgstr "XML を bzip でダウンロード"
793
+
794
+ #: ../app/views/arf_reports/show.html.erb:20
795
+ msgid "Download HTML"
796
+ msgstr "HTML のダウンロード"
797
+
798
+ #: ../app/views/arf_reports/show_html.html.erb:9
799
+ msgid "Loading..."
800
+ msgstr "読み込み中..."
801
+
802
+ #: ../app/views/arf_reports/welcome.html.erb:9
803
+ 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."
804
+ msgstr "ARF レポートがないようです。ARF レポートは、指定されたコンプライアンスポリシーの特定ホスト上で発生した単一のスキャンに関するサマリーです。"
805
+
806
+ #: ../app/views/arf_reports/welcome.html.erb:12
807
+ msgid "Documentation"
808
+ msgstr "ドキュメント"
809
+
810
+ #: ../app/views/compliance_hosts/show.html.erb:9
811
+ msgid "Compliance Hosts"
812
+ msgstr "コンプライアンスホスト"
813
+
814
+ #: ../app/views/compliance_hosts/show.html.erb:11
815
+ msgid "%s compliance reports by policy"
816
+ msgstr "ポリシー別 %s コンプライアンスレポート"
817
+
818
+ #: ../app/views/compliance_hosts/show.html.erb:15
819
+ msgid "%s compliance report by policy"
820
+ msgid_plural "%s compliance reports by policy"
821
+ msgstr[0] ""
822
+ msgstr[1] ""
823
+
824
+ #: ../app/views/compliance_hosts/show.html.erb:17
825
+ msgid "Policy %s"
826
+ msgstr "ポリシー %s"
827
+
828
+ #: ../app/views/compliance_hosts/show.html.erb:23
829
+ msgid "%s latest report"
830
+ msgstr "%s 最新レポート"
831
+
832
+ #: ../app/views/compliance_hosts/show.html.erb:35
833
+ msgid "%s reports over time"
834
+ msgstr "%s 経過レポート"
835
+
836
+ #: ../app/views/compliance_hosts/show.html.erb:43
837
+ msgid "No report for this policy"
838
+ msgstr "このポリシーのレポートはありません"
839
+
840
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:154
841
+ msgid "Latest Compliance Reports"
842
+ msgstr "最新コンプライアンスレポート"
843
+
844
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
845
+ msgid "No reports available"
846
+ msgstr "レポートがありません"
847
+
848
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
849
+ msgid "Host does not exist anymore"
850
+ msgstr "ホストは存在しません"
851
+
852
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
853
+ msgid "Policy is missing"
854
+ msgstr "ポリシーがありません"
855
+
856
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:156
857
+ msgid "Compliance Reports Breakdown"
858
+ msgstr "コンプライアンスレポートの内訳"
859
+
860
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
861
+ msgid "Changed"
862
+ msgstr "変更済み"
863
+
864
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
865
+ msgid "Hostname"
866
+ msgstr "ホスト名"
867
+
868
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
869
+ msgid "Changed?"
870
+ msgstr "変更されましたか?"
871
+
872
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
873
+ msgid "Yes"
874
+ msgstr "はい"
875
+
876
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
877
+ msgid "No"
878
+ msgstr "いいえ"
879
+
880
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
881
+ msgid "No ARF reports for this policy"
882
+ msgstr "このポリシーの ARF レポートがありません"
883
+
884
+ #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
885
+ msgid "None!"
886
+ msgstr "なし"
887
+
888
+ #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
889
+ msgid "Total of one host"
890
+ msgid_plural "Total of %{hosts} hosts"
891
+ msgstr[0] ""
892
+ msgstr[1] ""
893
+
894
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
895
+ msgid "Summary report for OpenScap from Foreman"
896
+ msgstr "Foreman からの OpenScap の概要レポート"
897
+
898
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
899
+ msgid "<b>Foreman</b> OpenSCAP summary"
900
+ msgstr "<b>Foreman</b> OpenSCAP の概要"
901
+
902
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
903
+ msgid "Summary from %{time} ago to now"
904
+ msgstr "過去 %{time} から今までの概要"
905
+
906
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
907
+ msgid "Summary report from Foreman server at %{foreman_url}"
908
+ msgstr "%{foreman_url} にある Foreman サーバーからの概要レポート"
909
+
910
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
911
+ msgid "Policies with hosts:"
912
+ msgstr "ホスト付きポリシー:"
913
+
914
+ #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
915
+ msgid "Select OpenSCAP Proxy"
916
+ msgstr "OpenSCAP プロキシーの選択"
917
+
918
+ #: ../app/views/policies/_form.html.erb:9
919
+ msgid "General"
920
+ msgstr "全般"
921
+
922
+ #: ../app/views/policies/_form.html.erb:18
923
+ msgid "Host Groups"
924
+ msgstr "ホストグループ"
925
+
926
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
927
+ msgid "Choose period"
928
+ msgstr "期間を選択"
929
+
930
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
931
+ msgid "Choose weekday"
932
+ msgstr "平日を選択"
933
+
934
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
935
+ msgid "Number of a day in month, note that not all months have same count of days"
936
+ msgstr "月の日の数。すべての月の日数が同じであるとは限らないことに注意してください"
937
+
938
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
939
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
940
+ msgstr "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
941
+
942
+ #: ../app/views/policies/_list.html.erb:7
943
+ msgid "Effective Profile"
944
+ msgstr "有効なプロファイル"
945
+
946
+ #: ../app/views/policies/_list.html.erb:28
947
+ msgid "None"
948
+ msgstr "なし"
949
+
950
+ #: ../app/views/policies/_list.html.erb:36
951
+ msgid "Dashboard"
952
+ msgstr "ダッシュボード"
953
+
954
+ #: ../app/views/policies/_list.html.erb:37
955
+ msgid "Show Guide"
956
+ msgstr "ガイドの表示"
957
+
958
+ #: ../app/views/policies/_list.html.erb:39
959
+ msgid "Delete compliance policy %s with all of its reports?"
960
+ msgstr "すべてのレポートでコンプライアンスポリシー %s を削除しますか?"
961
+
962
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
963
+ msgid "New Compliance Policy"
964
+ msgstr "新規コンプライアンスポリシー"
965
+
966
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
967
+ msgid "Select Compliance Policy"
968
+ msgstr "コンプライアンスポリシーを選択"
969
+
970
+ #: ../app/views/policies/edit.html.erb:1
971
+ msgid "Edit Compliance Policy"
972
+ msgstr "コンプライアンスポリシーを編集"
973
+
974
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
975
+ msgid "Compliance Policies"
976
+ msgstr "コンプライアンスポリシー"
977
+
978
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
979
+ msgid "Choose day in month"
980
+ msgstr "月の日付を選択"
981
+
982
+ #: ../app/views/policies/steps/_step_form.html.erb:11
983
+ msgid "Next"
984
+ msgstr "次へ"
985
+
986
+ #: ../app/views/policies/welcome.html.erb:7
987
+ msgid "In Foreman, a compliance policy checklist is defined via %s."
988
+ msgstr "Foreman では、コンプライアンスポリシーのチェックリストは %s で定義されます。"
989
+
990
+ #: ../app/views/policies/welcome.html.erb:7
991
+ msgid "SCAP content"
992
+ msgstr "SCAP のコンテンツ"
993
+
994
+ #: ../app/views/policies/welcome.html.erb:8
995
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
996
+ msgstr "Once SCAP コンテンツがあります。ポリシーを作成し、選択したホストグループを割り当て、実行をスケジュールすることができます。"
997
+
998
+ #: ../app/views/policies/welcome.html.erb:12
999
+ msgid "New Policy"
1000
+ msgstr "新規ポリシー"
1001
+
1002
+ #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1003
+ msgid "Host Breakdown Chart"
1004
+ msgstr "ホストブレークダウンチャート"
1005
+
1006
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1007
+ msgid "Policy assigned"
1008
+ msgstr ""
1009
+
1010
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1011
+ msgid "Date"
1012
+ msgstr "日付"
1013
+
1014
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1015
+ msgid "View Report"
1016
+ msgstr "レポートを表示"
1017
+
1018
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1019
+ msgid "Hosts Breakdown"
1020
+ msgstr "ホストブレークダウン"
1021
+
1022
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1023
+ msgid "Compliant with the policy"
1024
+ msgstr "ポリシーに準拠"
1025
+
1026
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1027
+ msgid "Not compliant with the policy"
1028
+ msgstr "ポリシーに準拠しない"
1029
+
1030
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1031
+ msgid "Inconclusive results"
1032
+ msgstr "不確定な結果"
1033
+
1034
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1035
+ msgid "Never audited"
1036
+ msgstr "未監査"
1037
+
1038
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1039
+ msgid "Total hosts with policy: %s"
1040
+ msgstr ""
1041
+
1042
+ #: ../app/views/policy_dashboard/index.html.erb:3
1043
+ msgid "Compliance policy: %s"
1044
+ msgstr "コンプライアンスポリシー: %s"
1045
+
1046
+ #: ../app/views/policy_dashboard/index.html.erb:7
1047
+ msgid "Status table"
1048
+ msgstr "状態テーブル"
1049
+
1050
+ #: ../app/views/policy_dashboard/index.html.erb:8
1051
+ msgid "Status chart"
1052
+ msgstr "状態チャート"
1053
+
1054
+ #: ../app/views/policy_dashboard/index.html.erb:20
1055
+ msgid "Latest reports for policy: %s"
1056
+ msgstr "ポリシーの最新レポート: %s"
1057
+
1058
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1059
+ msgid "File Upload"
1060
+ msgstr "ファイルアップロード"
1061
+
1062
+ #: ../app/views/scap_contents/_form.html.erb:20
1063
+ msgid "SCAP DataStream file"
1064
+ msgstr "SCAP データストリームファイル"
1065
+
1066
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1067
+ msgid "Download"
1068
+ msgstr "ダウンロード"
1069
+
1070
+ #: ../app/views/scap_contents/_list.html.erb:19
1071
+ msgid "Delete scap content %s?"
1072
+ msgstr ""
1073
+
1074
+ #: ../app/views/scap_contents/edit.html.erb:1
1075
+ msgid "Edit SCAP Content"
1076
+ msgstr "SCAP コンテンツを編集"
1077
+
1078
+ #: ../app/views/scap_contents/edit.html.erb:5
1079
+ msgid "Scap Contents"
1080
+ msgstr "SCAP コンテンツ"
1081
+
1082
+ #: ../app/views/scap_contents/index.html.erb:1
1083
+ msgid "SCAP Contents"
1084
+ msgstr "SCAP コンテンツ"
1085
+
1086
+ #: ../app/views/scap_contents/index.html.erb:3
1087
+ msgid "Upload New SCAP Content"
1088
+ msgstr "新規 SCAP コンテンツをアップロード"
1089
+
1090
+ #: ../app/views/scap_contents/new.html.erb:1
1091
+ msgid "Upload new SCAP content file"
1092
+ msgstr "新規 SCAP コンテンツファイルをアップロード"
1093
+
1094
+ #: ../app/views/scap_contents/welcome.html.erb:7
1095
+ msgid ""
1096
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1097
+ " configuration issues related to security. "
1098
+ msgstr "Security Content Automation Protocol (SCAP) は、ソフトウェアの不具合およびセキュリティーに関連する設定の問題を列挙するために使用される数多くのオープンスタンダードの組み合わせです。"
1099
+
1100
+ #: ../app/views/scap_contents/welcome.html.erb:9
1101
+ msgid ""
1102
+ "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"
1103
+ " via %s"
1104
+ msgstr "Foreman では、scap_contents はホストの SCAP セキュリティーガイドを表し、 %s でホスト/ホストグループに割り当てるための SCAP プロファルを作成します。"
1105
+
1106
+ #: ../app/views/scap_contents/welcome.html.erb:14
1107
+ msgid "New SCAP Content"
1108
+ msgstr "新規 SCAP コンテンツ"
1109
+
1110
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1111
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1112
+ msgstr "%s のスプールエラーが検出されました。プロキシーで直接適切なファイルを検証してください。"
1113
+
1114
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1115
+ msgid "Failed to fetch spool status from proxy"
1116
+ msgstr "プロキシーからスプールステータスを取得できませんでした"
1117
+
1118
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1119
+ msgid "None found"
1120
+ msgstr "何も見つかりません"
1121
+
1122
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1123
+ msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
1124
+ msgstr "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクターに移動しました。"
1125
+
1126
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:8
1127
+ msgid "Spool errors"
1128
+ msgstr "スプールエラー"
1129
+
1130
+ #: ../app/views/tailoring_files/_form.html.erb:20
1131
+ msgid "DataStream Tailoring file"
1132
+ msgstr "DataStream テーラリングファイル"
1133
+
1134
+ #: ../app/views/tailoring_files/_list.html.erb:22
1135
+ msgid "Delete tailoring file %s?"
1136
+ msgstr "テーラリングファイル %s を削除しますか?"
1137
+
1138
+ #: ../app/views/tailoring_files/edit.html.erb:1
1139
+ msgid "Edit Tailoring File"
1140
+ msgstr "テーラリングファイルの編集"
1141
+
1142
+ #: ../app/views/tailoring_files/edit.html.erb:4 ../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:148
1143
+ msgid "Tailoring Files"
1144
+ msgstr "テーラリングファイル"
1145
+
1146
+ #: ../app/views/tailoring_files/index.html.erb:2
1147
+ msgid "Upload New Tailoring file"
1148
+ msgstr "新規テーラリングファイルのアップロード"
1149
+
1150
+ #: ../app/views/tailoring_files/new.html.erb:1
1151
+ msgid "Upload new Tailoring File"
1152
+ msgstr "新規テーラリングファイルのアップロード"
1153
+
1154
+ #: ../app/views/tailoring_files/welcome.html.erb:7
1155
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1156
+ msgstr "セキュリティーポリシーを特定のニーズに合わせて調整することが必要になることがあります。"
1157
+
1158
+ #: ../app/views/tailoring_files/welcome.html.erb:8
1159
+ msgid ""
1160
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1161
+ " via %s"
1162
+ msgstr "Foreman では、tailoring_files はデフォルトの XCCDF プロファイルへのカスタム修正を表し、それらは %s でホストに適用できます"
1163
+
1164
+ #: ../app/views/tailoring_files/welcome.html.erb:13
1165
+ msgid "New Tailoring File"
1166
+ msgstr "新規テーラリングファイル"
1167
+
1168
+ #: ../db/seeds.d/openscap_policy_notification.rb:1
1169
+ msgid "Compliance policy summary"
1170
+ msgstr "コンプライアンスポリシーの概要"
1171
+
1172
+ #: ../db/seeds.d/openscap_policy_notification.rb:5
1173
+ msgid "A summary of reports for OpenSCAP policies"
1174
+ msgstr "OpenSCAP ポリシーのレポートの概要"
1175
+
1176
+ #: ../lib/foreman_openscap/engine.rb:142
1177
+ msgid "SCAP contents"
1178
+ msgstr "SCAP コンテンツ"
1179
+
1180
+ #: ../lib/foreman_openscap/engine.rb:145
1181
+ msgid "Reports"
1182
+ msgstr "レポート"
1183
+
1184
+ #: ../lib/foreman_openscap/engine.rb:170
1185
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1186
+ msgstr "SCAP コンテンツのフェッチおよび ARF レポートのアップロードに使用する OpenSCAP Proxy。プロキシーロードバランサーを使用する場合には、空白にして、適切なパラメーターを上書きします。"
1187
+
1188
+ #: ../lib/foreman_openscap/engine.rb:174 ../lib/foreman_openscap/engine.rb:179
1189
+ msgid "OpenSCAP Proxy"
1190
+ msgstr "OpenSCAP プロキシー"
1191
+
1192
+ #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1193
+ msgid "ID of OpenSCAP Proxy"
1194
+ msgstr "OpenSCAP プロキシーの ID"
1195
+
1196
+ #: ../lib/foreman_openscap/engine.rb:185 ../lib/foreman_openscap/engine.rb:193
1197
+ msgid "Run OpenSCAP scan"
1198
+ msgstr "OpenSCAP スキャンの実行"
1199
+
1200
+ #: action_names.rb:2
1201
+ msgid "Import Puppet classes"
1202
+ msgstr "Puppet クラスのインポート"
1203
+
1204
+ #: action_names.rb:3
1205
+ msgid "Remote action:"
1206
+ msgstr "リモートアクション:"
1207
+
1208
+ #: action_names.rb:4
1209
+ msgid "Action with sub plans"
1210
+ msgstr "サブプランによるアクション"
1211
+
1212
+ #: action_names.rb:5
1213
+ msgid "Import facts"
1214
+ msgstr "ファクトのインポート"
1215
+
1216
+ #: action_names.rb:6
1217
+ msgid "Delete host"
1218
+ msgstr ""
1219
+
1220
+ #: action_names.rb:7
1221
+ msgid "Update host"
1222
+ msgstr ""
1223
+
1224
+ #: action_names.rb:8
1225
+ msgid "Update node"
1226
+ msgstr ""
1227
+
1228
+ #: action_names.rb:9
1229
+ msgid "Create client"
1230
+ msgstr ""
1231
+
1232
+ #: action_names.rb:10
1233
+ msgid "Delete client"
1234
+ msgstr ""
1235
+
1236
+ #: action_names.rb:5
1237
+ #~ msgid "Create"
1238
+ #~ msgstr "作成"
1239
+
1240
+ #: action_names.rb:6
1241
+ #~ msgid "Delete Activation Key"
1242
+ #~ msgstr "アクティベーションキーの削除"
1243
+
1244
+ #: action_names.rb:7
1245
+ #~ msgid "Update"
1246
+ #~ msgstr "アップデート"
1247
+
1248
+ #: action_names.rb:8
1249
+ #~ msgid "Synchronize smart proxy"
1250
+ #~ msgstr "Smart Proxy の同期"
1251
+
1252
+ #: action_names.rb:11
1253
+ #~ msgid "Errata mail"
1254
+ #~ msgstr "エラータメール"
1255
+
1256
+ #: action_names.rb:12
1257
+ #~ msgid "Incremental Update of Content View Version(s) "
1258
+ #~ msgstr "コンテンツビューバージョンの増分アップデート"
1259
+
1260
+ #: action_names.rb:13
1261
+ #~ msgid "Promote"
1262
+ #~ msgstr "プロモート"
1263
+
1264
+ #: action_names.rb:14
1265
+ #~ msgid "Promotion to Environment"
1266
+ #~ msgstr "環境へのプロモーション"
1267
+
1268
+ #: action_names.rb:15
1269
+ #~ msgid "Abstract async task"
1270
+ #~ msgstr "非同期タスクの概要"
1271
+
1272
+ #: action_names.rb:16
1273
+ #~ msgid "Hypervisors"
1274
+ #~ msgstr "ハイパーバイザー"
1275
+
1276
+ #: action_names.rb:17
1277
+ #~ msgid "Hypervisors update"
1278
+ #~ msgstr "ハイパーバイザーの更新"
1279
+
1280
+ #: action_names.rb:18
1281
+ #~ msgid "Install package"
1282
+ #~ msgstr "パッケージのインストール"
1283
+
1284
+ #: action_names.rb:19
1285
+ #~ msgid "Remove package"
1286
+ #~ msgstr "パッケージの削除"
1287
+
1288
+ #: action_names.rb:20
1289
+ #~ msgid "Remove package group"
1290
+ #~ msgstr "パッケージグループの削除"
1291
+
1292
+ #: action_names.rb:21
1293
+ #~ msgid "Update package"
1294
+ #~ msgstr "パッケージの更新"
1295
+
1296
+ #: action_names.rb:22
1297
+ #~ msgid "Install package group"
1298
+ #~ msgstr "パッケージグループのインストール"
1299
+
1300
+ #: action_names.rb:23
1301
+ #~ msgid "Remove subscriptions"
1302
+ #~ msgstr "サブスクリプションの削除"
1303
+
1304
+ #: action_names.rb:24
1305
+ #~ msgid "Update for host"
1306
+ #~ msgstr "ホストの更新"
1307
+
1308
+ #: action_names.rb:25
1309
+ #~ msgid "Update Content Overrides"
1310
+ #~ msgstr "コンテンツ上書きの更新"
1311
+
1312
+ #: action_names.rb:26
1313
+ #~ msgid "Update release version for host"
1314
+ #~ msgstr "ホストのリリースバージョンの更新"
1315
+
1316
+ #: action_names.rb:27
1317
+ #~ msgid "Package Profile Update"
1318
+ #~ msgstr "パッケージプロファイル更新"
1319
+
1320
+ #: action_names.rb:28
1321
+ #~ msgid "Export"
1322
+ #~ msgstr "エクスポート"
1323
+
1324
+ #: action_names.rb:29
1325
+ #~ msgid "Incremental Update"
1326
+ #~ msgstr "増分更新"
1327
+
1328
+ #: action_names.rb:30
1329
+ #~ msgid "Republish Version Repositories"
1330
+ #~ msgstr "バージョンリポジトリーの再公開"
1331
+
1332
+ #: action_names.rb:31
1333
+ #~ msgid "Destroy"
1334
+ #~ msgstr "破棄"
1335
+
1336
+ #: action_names.rb:32
1337
+ #~ msgid "Publish"
1338
+ #~ msgstr "公開"
1339
+
1340
+ #: action_names.rb:33
1341
+ #~ msgid "Remove Versions and Associations"
1342
+ #~ msgstr "バージョンおよび関連付けの削除"
1343
+
1344
+ #: action_names.rb:34
1345
+ #~ msgid "Remove from Environment"
1346
+ #~ msgstr "環境からの削除"
1347
+
1348
+ #: action_names.rb:35
1349
+ #~ msgid "Remove Version"
1350
+ #~ msgstr "バージョンの削除"
1351
+
1352
+ #: action_names.rb:36
1353
+ #~ msgid "Auto-attach subscriptions"
1354
+ #~ msgstr "サブスクリプションの自動割り当て"
1355
+
1356
+ #: action_names.rb:37
1357
+ #~ msgid "Attach subscriptions"
1358
+ #~ msgstr "サブスクリプションの割り当て"
1359
+
1360
+ #: action_names.rb:38
1361
+ #~ msgid "Auto attach subscriptions"
1362
+ #~ msgstr "サブスクリプションの自動割り当て"
1363
+
1364
+ #: action_names.rb:39
1365
+ #~ msgid "Install Applicable Errata"
1366
+ #~ msgstr "適用可能なエラータのインストール"
1367
+
1368
+ #: action_names.rb:40
1369
+ #~ msgid "Install erratum"
1370
+ #~ msgstr "エラータのインストール"
1371
+
1372
+ #: action_names.rb:41
1373
+ #~ msgid "Destroy Content Host"
1374
+ #~ msgstr "コンテンツホストの破棄"
1375
+
1376
+ #: action_names.rb:42
1377
+ #~ msgid "Delete Lifecycle Environment"
1378
+ #~ msgstr "ライフサイクル環境の削除"
1379
+
1380
+ #: action_names.rb:43
1381
+ #~ msgid "Publish Lifecycle Environment Repositories"
1382
+ #~ msgstr "ライフサイクル環境のリポジトリーの公開"
1383
+
1384
+ #: action_names.rb:44
1385
+ #~ msgid "Product Create"
1386
+ #~ msgstr "製品の作成"
1387
+
1388
+ #: action_names.rb:45
1389
+ #~ msgid "Delete Product"
1390
+ #~ msgstr "製品の削除"
1391
+
1392
+ #: action_names.rb:46
1393
+ #~ msgid "Reindex subscriptions"
1394
+ #~ msgstr "サブスクリプションを再インデックス化"
1395
+
1396
+ #: action_names.rb:48
1397
+ #~ msgid "Combined Profile Update"
1398
+ #~ msgstr "統合プロファイルの更新"
1399
+
1400
+ #: action_names.rb:49
1401
+ #~ msgid "Delete Package Group"
1402
+ #~ msgstr "パッケージグループの削除"
1403
+
1404
+ #: action_names.rb:50
1405
+ #~ msgid "Discover"
1406
+ #~ msgstr "検出"
1407
+
1408
+ #: action_names.rb:51
1409
+ #~ msgid "Fetch pxe files"
1410
+ #~ msgstr "PXE ファイルを取得"
1411
+
1412
+ #: action_names.rb:52
1413
+ #~ msgid "Filtered index content"
1414
+ #~ msgstr "フィルターされたインデックスコンテンツ"
1415
+
1416
+ #: action_names.rb:53
1417
+ #~ msgid "Upload into"
1418
+ #~ msgstr "情報のアップロード"
1419
+
1420
+ #: action_names.rb:54
1421
+ #~ msgid "Index errata"
1422
+ #~ msgstr "エラータのインデックス化"
1423
+
1424
+ #: action_names.rb:55
1425
+ #~ msgid "Index module streams"
1426
+ #~ msgstr "モジュールストリームのインデックス化"
1427
+
1428
+ #: action_names.rb:56
1429
+ #~ msgid "Index content"
1430
+ #~ msgstr "コンテンツのインデックス化"
1431
+
1432
+ #: action_names.rb:57
1433
+ #~ msgid "Instance update"
1434
+ #~ msgstr "インスタンスの更新"
1435
+
1436
+ #: action_names.rb:58
1437
+ #~ msgid "Index package groups"
1438
+ #~ msgstr "パッケージグループのインデックス化"
1439
+
1440
+ #: action_names.rb:59
1441
+ #~ msgid "Remove Content"
1442
+ #~ msgstr "コンテンツの削除"
1443
+
1444
+ #: action_names.rb:60
1445
+ #~ msgid "Synchronize"
1446
+ #~ msgstr "同期"
1447
+
1448
+ #: action_names.rb:63
1449
+ #~ msgid "Upload errata into"
1450
+ #~ msgstr "エラータのアップロード先"
1451
+
1452
+ #: action_names.rb:64
1453
+ #~ msgid "Create Package Group"
1454
+ #~ msgstr "パッケージグループの作成"
1455
+
1456
+ #: action_names.rb:65
1457
+ #~ msgid "Disable"
1458
+ #~ msgstr "無効化"
1459
+
1460
+ #: action_names.rb:66
1461
+ #~ msgid "Enable"
1462
+ #~ msgstr "有効化"