foreman_openscap 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +115 -118
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +12 -15
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +3 -6
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +12 -15
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +83 -86
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -7
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +10 -13
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +68 -71
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +28 -31
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +12 -15
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +9 -12
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -11
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +6 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +67 -70
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +9 -12
  18. data/lib/foreman_openscap/version.rb +1 -1
  19. data/locale/Makefile +12 -2
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/cs_CZ/foreman_openscap.edit.po +121 -122
  22. data/locale/cs_CZ/foreman_openscap.po +120 -121
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +17 -31
  25. data/locale/de/foreman_openscap.po +13 -16
  26. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/en/foreman_openscap.edit.po +1 -5
  28. data/locale/en/foreman_openscap.po +1 -4
  29. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/en_GB/foreman_openscap.edit.po +4 -7
  31. data/locale/en_GB/foreman_openscap.po +3 -6
  32. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/es/foreman_openscap.edit.po +16 -30
  34. data/locale/es/foreman_openscap.po +12 -15
  35. data/locale/foreman_openscap.pot +2 -6
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.edit.po +87 -101
  38. data/locale/fr/foreman_openscap.po +83 -86
  39. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  40. data/locale/gl/foreman_openscap.edit.po +5 -8
  41. data/locale/gl/foreman_openscap.po +4 -7
  42. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/it/foreman_openscap.edit.po +11 -14
  44. data/locale/it/foreman_openscap.po +10 -13
  45. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ja/foreman_openscap.edit.po +72 -82
  47. data/locale/ja/foreman_openscap.po +68 -71
  48. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ka/foreman_openscap.edit.po +32 -37
  50. data/locale/ka/foreman_openscap.po +28 -31
  51. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +13 -16
  53. data/locale/ko/foreman_openscap.po +12 -15
  54. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/pt_BR/foreman_openscap.edit.po +13 -27
  56. data/locale/pt_BR/foreman_openscap.po +9 -12
  57. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/ru/foreman_openscap.edit.po +9 -12
  59. data/locale/ru/foreman_openscap.po +8 -11
  60. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  61. data/locale/sv_SE/foreman_openscap.edit.po +7 -10
  62. data/locale/sv_SE/foreman_openscap.po +6 -9
  63. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  64. data/locale/zh_CN/foreman_openscap.edit.po +71 -81
  65. data/locale/zh_CN/foreman_openscap.po +67 -70
  66. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  67. data/locale/zh_TW/foreman_openscap.edit.po +10 -13
  68. data/locale/zh_TW/foreman_openscap.po +9 -12
  69. metadata +2 -6
  70. data/locale/action_names.rb +0 -2
  71. data/webpack/components/EditableInput.js +0 -166
  72. data/webpack/components/EditableInput.scss +0 -3
  73. data/webpack/helpers/formFieldsHelper.js +0 -114
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_openscap": {
5
5
  "": {
6
- "Project-Id-Version": "Foreman",
6
+ "Project-Id-Version": "foreman_openscap 10.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-04-14 07:48+0000",
9
9
  "Last-Translator": "FIRST AUTHOR <EMAIL@ADDRESS>, 2016",
10
- "Language-Team": "Italian (http://www.transifex.com/foreman/foreman/language/it/)",
10
+ "Language-Team": "Italian (http://app.transifex.com/foreman/foreman/language/it/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -133,7 +133,7 @@
133
133
  ""
134
134
  ],
135
135
  "Close": [
136
- ""
136
+ "Chiudi"
137
137
  ],
138
138
  "Compliance": [
139
139
  "Conforme"
@@ -166,7 +166,7 @@
166
166
  ""
167
167
  ],
168
168
  "Content": [
169
- ""
169
+ "Contenuto"
170
170
  ],
171
171
  "Copy to clipboard": [
172
172
  ""
@@ -190,7 +190,7 @@
190
190
  ""
191
191
  ],
192
192
  "Created at": [
193
- ""
193
+ "Creato"
194
194
  ],
195
195
  "Dashboard": [
196
196
  "Dashboard"
@@ -454,7 +454,7 @@
454
454
  "Posizioni"
455
455
  ],
456
456
  "Manual": [
457
- ""
457
+ "Manuale "
458
458
  ],
459
459
  "Message": [
460
460
  "Messaggio"
@@ -549,9 +549,6 @@
549
549
  "None found": [
550
550
  ""
551
551
  ],
552
- "None provided": [
553
- ""
554
- ],
555
552
  "None!": [
556
553
  ""
557
554
  ],
@@ -610,7 +607,7 @@
610
607
  ""
611
608
  ],
612
609
  "Permission denied": [
613
- ""
610
+ "Permessi negati"
614
611
  ],
615
612
  "Please Confirm": [
616
613
  "Conferma"
@@ -754,7 +751,7 @@
754
751
  ""
755
752
  ],
756
753
  "Run": [
757
- ""
754
+ "Esegui"
758
755
  ],
759
756
  "Run OpenSCAP remediation with Ansible": [
760
757
  ""
@@ -841,7 +838,7 @@
841
838
  ""
842
839
  ],
843
840
  "Snippet": [
844
- ""
841
+ "Snippet"
845
842
  ],
846
843
  "Something went wrong while selecting compliance reports - %s": [
847
844
  ""
@@ -928,7 +925,7 @@
928
925
  ""
929
926
  ],
930
927
  "Title": [
931
- ""
928
+ "Qualifica"
932
929
  ],
933
930
  "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
934
931
  ""
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_openscap": {
5
5
  "": {
6
- "Project-Id-Version": "Foreman",
6
+ "Project-Id-Version": "foreman_openscap 10.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-04-14 07:48+0000",
9
9
  "Last-Translator": "Kazuki Omo <kazuki.omo@gmail.com>, 2016",
10
- "Language-Team": "Japanese (http://www.transifex.com/foreman/foreman/language/ja/)",
10
+ "Language-Team": "Japanese (http://app.transifex.com/foreman/foreman/language/ja/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -30,13 +30,13 @@
30
30
  "ポリシー別 コンプライアンスレポート %s 件"
31
31
  ],
32
32
  "%s content": [
33
- ""
33
+ "%s のコンテンツ"
34
34
  ],
35
35
  "%s does not exist, skipping.": [
36
- ""
36
+ "%s は存在しないため、スキップします。"
37
37
  ],
38
38
  "%s is a directory, expecting file.": [
39
- ""
39
+ "%s はディレクトリーで、ファイルが必要です。"
40
40
  ],
41
41
  "%s latest report": [
42
42
  "最新レポート %s 件"
@@ -54,10 +54,10 @@
54
54
  "<b>Foreman</b> OpenSCAP の概要"
55
55
  ],
56
56
  "A reboot is required after applying remediation.": [
57
- ""
57
+ "修復を適用した後に再起動が必要です。"
58
58
  ],
59
59
  "A reboot might be required after applying remediation.": [
60
- ""
60
+ "修復を適用した後に再起動が必要になる場合があります。"
61
61
  ],
62
62
  "A summary of reports for OpenSCAP policies": [
63
63
  "OpenSCAP ポリシーのレポートの概要"
@@ -81,7 +81,7 @@
81
81
  "ホストにポリシーを適用"
82
82
  ],
83
83
  "Are you sure you want to delete %s?": [
84
- ""
84
+ "本当に %s を削除しますか?"
85
85
  ],
86
86
  "Assign Compliance Policy": [
87
87
  "コンプライアンスポリシーの割り当て"
@@ -90,10 +90,10 @@
90
90
  "戻る"
91
91
  ],
92
92
  "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule.": [
93
- ""
93
+ "修復はデフォルトで現在のホストに適用されます。必要に応じて、ルールに違反する他のホストを修復してください。"
94
94
  ],
95
95
  "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
96
- ""
96
+ "scap-security-guide RPM が見つかりません。サーバーにインストールされていますか?"
97
97
  ],
98
98
  "Cancel": [
99
99
  "取り消し"
@@ -132,7 +132,7 @@
132
132
  "平日を選択"
133
133
  ],
134
134
  "Close": [
135
- ""
135
+ "閉じる"
136
136
  ],
137
137
  "Compliance": [
138
138
  "コンプライアンス"
@@ -162,13 +162,13 @@
162
162
  "ポリシーに準拠"
163
163
  ],
164
164
  "Confirm": [
165
- ""
165
+ "確認"
166
166
  ],
167
167
  "Content": [
168
- ""
168
+ "コンテンツ"
169
169
  ],
170
170
  "Copy to clipboard": [
171
- ""
171
+ "クリップボードにコピー"
172
172
  ],
173
173
  "Could not find host identified by: %s": [
174
174
  "%s が識別したホストが見つかりませんでした"
@@ -177,7 +177,7 @@
177
177
  "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
178
178
  ],
179
179
  "Could not validate %{file_type}. Error %{error}": [
180
- "{file_type} を検証できませんでした。エラー: %{error}"
180
+ "%%{file_type} を検証できませんでした。エラー: %%{error}"
181
181
  ],
182
182
  "Create SCAP content": [
183
183
  "SCAP コンテンツの作成"
@@ -189,7 +189,7 @@
189
189
  "テーラリングファイルの作成"
190
190
  ],
191
191
  "Created at": [
192
- ""
192
+ "作成:"
193
193
  ],
194
194
  "Dashboard": [
195
195
  "ダッシュボード"
@@ -249,13 +249,13 @@
249
249
  "「ディレクトリ」アップロードタイプを使用する場合のアップロードするディレクトリー"
250
250
  ],
251
251
  "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment.": [
252
- ""
252
+ "推奨される修復アクションまたはスクリプトは、必ず実稼働以外の環境でテストしてから実装してください。"
253
253
  ],
254
254
  "Documentation": [
255
255
  "ドキュメント"
256
256
  ],
257
257
  "Done": [
258
- ""
258
+ "完了"
259
259
  ],
260
260
  "Download": [
261
261
  "ダウンロード"
@@ -288,10 +288,10 @@
288
288
  "エラー!"
289
289
  ],
290
290
  "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
291
- ""
291
+ "すべての Puppet 実行により、foreman_scap_client がポリシーに従って設定されます。"
292
292
  ],
293
293
  "Expected an array of files to upload, got: %s.": [
294
- ""
294
+ "アップロードするファイルの配列が必要とされており、以下を取得しました: %s。"
295
295
  ],
296
296
  "Failed": [
297
297
  "失敗"
@@ -303,13 +303,13 @@
303
303
  "失敗のみ"
304
304
  ],
305
305
  "Failed saving %s:": [
306
- ""
306
+ "%s の保存に失敗しました:"
307
307
  ],
308
308
  "Failed to delete %s compliance reports": [
309
309
  "%s コンプライアンスレポートの削除に失敗しました"
310
310
  ],
311
311
  "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
312
- "{reported_at} で報告されたホスト {host_name} の ARF レポートの削除に失敗しました"
312
+ "%{reported_at} で報告されたホスト %{host_name} の ARF レポートの削除に失敗しました"
313
313
  ],
314
314
  "Failed to downloaded ARF report as bzip: %s": [
315
315
  "ARFレポートを bzip でダウンロードするのに失敗しました: %s"
@@ -321,7 +321,7 @@
321
321
  "プロキシーからスプールステータスを取得できませんでした"
322
322
  ],
323
323
  "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
324
- "%{config_tool} のパラメーターのオーバーライド時に、保存に失敗しました。原因: %{errors}"
324
+ "%%{config_tool} のパラメーターの上書き時に保存に失敗しました。原因: %%{errors}"
325
325
  ],
326
326
  "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
327
327
  "Arf レポートのアップロードに失敗しました。%s のアップロード時にパラメーターで OpenSCAP プロキシー名または url が見つかりませんでした。ホストには openscap_proxy が設定されていません。"
@@ -333,7 +333,7 @@
333
333
  "ファイルアップロード"
334
334
  ],
335
335
  "File name": [
336
- ""
336
+ "ファイル名"
337
337
  ],
338
338
  "File paths to upload when using \\\"files\\\" upload type": [
339
339
  "「ファイル」アップロードタイプを使用する場合のアップロードするファイルパス"
@@ -423,7 +423,7 @@
423
423
  "セキュリティーポリシーを特定のニーズに合わせて調整することが必要になることがあります。 "
424
424
  ],
425
425
  "Job details": [
426
- ""
426
+ "ジョブの詳細"
427
427
  ],
428
428
  "Latest Compliance Reports": [
429
429
  "最新コンプライアンスレポート"
@@ -447,19 +447,19 @@
447
447
  "テーラリングファイルの一覧表示"
448
448
  ],
449
449
  "Loading...": [
450
- "読み込み中..."
450
+ "ロード中..."
451
451
  ],
452
452
  "Locations": [
453
453
  "ロケーション"
454
454
  ],
455
455
  "Manual": [
456
- ""
456
+ "手動"
457
457
  ],
458
458
  "Message": [
459
459
  "メッセージ"
460
460
  ],
461
461
  "Method": [
462
- ""
462
+ "方法"
463
463
  ],
464
464
  "More details": [
465
465
  "詳細"
@@ -516,7 +516,7 @@
516
516
  "ホストが選択されていません"
517
517
  ],
518
518
  "No hosts were found with that id, name or query filter": [
519
- ""
519
+ "その ID、名前またはクエリーフィルターを使ってホストを見つけることができませんでした"
520
520
  ],
521
521
  "No proxy found for %{name} or %{url}": [
522
522
  "%{name} または %{url} のプロキシーが見つかりません"
@@ -537,7 +537,7 @@
537
537
  "利用可能なレポートがありません"
538
538
  ],
539
539
  "No such directory: %s. Please check the path you have provided.": [
540
- ""
540
+ "次のディレクトリーは存在しません: %s。指定したパスを確認してください。"
541
541
  ],
542
542
  "No valid policy ID provided": [
543
543
  "有効なポリシー ID が提供されていません"
@@ -548,9 +548,6 @@
548
548
  "None found": [
549
549
  "何も見つかりません"
550
550
  ],
551
- "None provided": [
552
- ""
553
- ],
554
551
  "None!": [
555
552
  "なし!"
556
553
  ],
@@ -570,7 +567,7 @@
570
567
  "月の日数。すべての月の日数が同じであるとは限らないことに注意してください"
571
568
  ],
572
569
  "OS": [
573
- ""
570
+ "OS"
574
571
  ],
575
572
  "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
576
573
  "SCAP コンテンツが表示されたら、ポリシーの作成、選択したホストグループの割り当て、実行のスケジューリングが可能です。"
@@ -594,7 +591,7 @@
594
591
  "その他"
595
592
  ],
596
593
  "Other hosts failing this rule": [
597
- ""
594
+ "このルールに違反する他のホスト"
598
595
  ],
599
596
  "Othered": [
600
597
  "Othered"
@@ -609,7 +606,7 @@
609
606
  "P"
610
607
  ],
611
608
  "Permission denied": [
612
- ""
609
+ "パーミッションが拒否されました。"
613
610
  ],
614
611
  "Please Confirm": [
615
612
  "確認してください"
@@ -669,7 +666,7 @@
669
666
  "id が %s のポリシーが見つかりません"
670
667
  ],
671
668
  "Profile": [
672
- ""
669
+ "profile"
673
670
  ],
674
671
  "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.": [
675
672
  "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクトリーに移動しました。"
@@ -681,25 +678,25 @@
681
678
  "理由"
682
679
  ],
683
680
  "Reboot the system(s)": [
684
- ""
681
+ "システムの再起動"
685
682
  ],
686
683
  "Red Hat %s default content": [
687
- ""
684
+ "Red Hat %s のデフォルトコンテンツ"
688
685
  ],
689
686
  "References": [
690
687
  "リファレンス"
691
688
  ],
692
689
  "Remediate %s rule": [
693
- ""
690
+ "%s ルールの修復"
694
691
  ],
695
692
  "Remediation": [
696
- ""
693
+ "修復"
697
694
  ],
698
695
  "Remediation might render the system non-functional.": [
699
- ""
696
+ "修復によりシステムが機能しなくなる可能性があります。"
700
697
  ],
701
698
  "Remote job": [
702
- ""
699
+ "リモートジョブ"
703
700
  ],
704
701
  "Report Metrics": [
705
702
  "レポートメトリックス"
@@ -717,19 +714,19 @@
717
714
  "レポート"
718
715
  ],
719
716
  "Request the following permissions from administrator: %s.": [
720
- ""
717
+ "管理者に次のパーミッションを要求してください: %s。"
721
718
  ],
722
719
  "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
723
720
  "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
724
721
  ],
725
722
  "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
726
- "必要とされる {msg_name}%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
723
+ "必要とされる %%{msg_name} %%{class} が見つかりませんでした。最初にインポートされていることを確認してください。"
727
724
  ],
728
725
  "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
729
- ""
726
+ "%s Puppet クラスが必要です。ホストまたは選択したホストグループに、そのクラスが割り当てられます。"
730
727
  ],
731
728
  "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
732
- ""
729
+ "Ansible プラグイン、%s Ansible ロール、変数が必要です。ホストまたは選択したホストグループにロールが割り当てられます。"
733
730
  ],
734
731
  "Resource": [
735
732
  "リソース"
@@ -738,28 +735,28 @@
738
735
  "結果"
739
736
  ],
740
737
  "Review hosts": [
741
- ""
738
+ "ホストの確認"
742
739
  ],
743
740
  "Review remediation": [
744
- ""
741
+ "修復の確認"
745
742
  ],
746
743
  "Review the remediation snippet and apply it to the host manually.": [
747
- ""
744
+ "修復スニペットを確認し、手動でホストに適用します。"
748
745
  ],
749
746
  "Review the remediation snippet that will be applied to selected host(s).": [
750
- ""
747
+ "選択したホストに適用される修復スニペットを確認します。"
751
748
  ],
752
749
  "Rule Results": [
753
750
  "ルールの結果"
754
751
  ],
755
752
  "Run": [
756
- ""
753
+ "実行"
757
754
  ],
758
755
  "Run OpenSCAP remediation with Ansible": [
759
- ""
756
+ "Ansible で OpenSCAP 修復を実行"
760
757
  ],
761
758
  "Run OpenSCAP remediation with Shell": [
762
- ""
759
+ "シェルで OpenSCAP 修復を実行"
763
760
  ],
764
761
  "Run OpenSCAP scan": [
765
762
  "OpenSCAP スキャンの実行"
@@ -801,10 +798,10 @@
801
798
  "このページのすべての項目を選択"
802
799
  ],
803
800
  "Select remediation method": [
804
- ""
801
+ "修復方法の選択"
805
802
  ],
806
803
  "Select snippet": [
807
- ""
804
+ "スニペットの選択"
808
805
  ],
809
806
  "Severity": [
810
807
  "重要度"
@@ -840,7 +837,7 @@
840
837
  "スマートクラスパラメーター"
841
838
  ],
842
839
  "Snippet": [
843
- ""
840
+ "スニペット"
844
841
  ],
845
842
  "Something went wrong while selecting compliance reports - %s": [
846
843
  "コンプライアンスレポートの選択中に問題が発生しました: %s"
@@ -861,7 +858,7 @@
861
858
  "送信"
862
859
  ],
863
860
  "Successfully copied to clipboard!": [
864
- ""
861
+ "クリップボードにコピーされました!"
865
862
  ],
866
863
  "Successfully deleted %s compliance reports": [
867
864
  "%s コンプライアンスレポートが正常に削除されました"
@@ -876,7 +873,7 @@
876
873
  "Foreman からの OpenScap の概要レポート"
877
874
  ],
878
875
  "Summary report from Foreman server at %{foreman_url}": [
879
- "%{foreman_url} にある Foreman サーバーからの概要レポート"
876
+ "%%{foreman_url} にある Foreman サーバーからの概要レポート"
880
877
  ],
881
878
  "Tailoring File": [
882
879
  "テーラリングファイル"
@@ -894,43 +891,43 @@
894
891
  "テーラリングファイルのプロファイル ID"
895
892
  ],
896
893
  "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
897
- ""
894
+ "%s プロキシーでは Openscap 機能が有効になっていません。正しい OpenSCAP プロキシーを設定するか、未設定にしてください。"
898
895
  ],
899
896
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
900
897
  "Security Content Automation Protocol (SCAP) は、ソフトウェアの不具合およびセキュリティーに関連する設定の問題を列挙するために使用される\\n 数多くのオープンスタンダードの組み合わせです。 "
901
898
  ],
902
899
  "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
903
- "以下の %{key_name} が %{item_name}: %{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
900
+ "以下の %%{key_name} が %%{item_name}: %%{key_names} にありませんでした。続行前にインポートされていることを確認してください。"
904
901
  ],
905
902
  "The identifier of the host": [
906
903
  "ホストの ID"
907
904
  ],
908
905
  "The job has started on selected host(s), you can check the status on the job details page.": [
909
- ""
906
+ "選択したホストでジョブが開始しました。ジョブの詳細ページでステータスを確認できます。"
910
907
  ],
911
908
  "There are significant differences in deployment options.": [
912
909
  "デプロイメントオプションには大きな違いがあります。"
913
910
  ],
914
911
  "There is no job to remediate with. Please remediate manually.": [
915
- ""
912
+ "修復に使用するジョブがありません。手動で修復してください。"
916
913
  ],
917
914
  "There was a following error when deleting %(name)s: %(error)s": [
918
- ""
915
+ "%(name)s を削除する際に、次のエラーが発生しました: %(error)s"
919
916
  ],
920
917
  "There's no available report for this host": [
921
- ""
918
+ "このホストの利用可能なレポートはありません。"
922
919
  ],
923
920
  "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports.": [
924
- ""
921
+ "これにより、foreman_scap_client のセットアップはユーザーにのみ残ります。受信 ARF レポートをリンクするには、ポリシーを定義する必要があります。"
925
922
  ],
926
923
  "This profile will be used to override the one from scap content": [
927
924
  "このプロファイルは scrap コンテンツからのものを上書きするために使用されます"
928
925
  ],
929
926
  "Title": [
930
- ""
927
+ "タイトル"
931
928
  ],
932
929
  "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
933
- ""
930
+ "foreman_scap_client をデプロイするには、ansible ロールの実行を手動でトリガーする必要があります。このポリシーを変更した場合も、変更後に手動での実行が必要になります。"
934
931
  ],
935
932
  "Total": [
936
933
  "合計"
@@ -1002,7 +999,7 @@
1002
999
  "フルレポートを表示"
1003
1000
  ],
1004
1001
  "View selected hosts": [
1005
- ""
1002
+ "選択したホストの表示"
1006
1003
  ],
1007
1004
  "XCCDF Profile": [
1008
1005
  "XCCDF プロファイル"
@@ -1020,10 +1017,10 @@
1020
1017
  "はい"
1021
1018
  ],
1022
1019
  "You are not authorized to view the page. ": [
1023
- ""
1020
+ "ページを表示する権限がありません。 "
1024
1021
  ],
1025
1022
  "You can remediate by running a remote job or you can display a snippet for manual remediation.": [
1026
- ""
1023
+ "リモートジョブを実行して修復することも、手動修復用のスニペットを表示することもできます。"
1027
1024
  ],
1028
1025
  "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
1029
1026
  "カスタム cron 行を指定できます (たとえば、\\\"0 3 * * *\\\" のように 5 つの値をスペースで区切ります)"