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