foreman_rh_cloud 11.1.0 → 11.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +248 -161
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +393 -306
- data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +9 -1
- data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +4 -2
- data/app/services/foreman_rh_cloud/hits_uploader.rb +3 -8
- data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
- data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
- data/config/routes.rb +10 -4
- data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +1 -1
- data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/insights_cloud.rb +4 -0
- data/lib/tasks/insights.rake +10 -7
- data/lib/tasks/rh_cloud_inventory.rake +8 -3
- data/locale/Makefile +12 -2
- data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/en/foreman_rh_cloud.po +111 -22
- data/locale/foreman_rh_cloud.pot +217 -96
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +106 -19
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +106 -19
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +106 -19
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +591 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +106 -19
- data/package.json +1 -1
- data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
- data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +13 -2
- data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
- data/test/unit/slice_generator_test.rb +24 -2
- data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
- metadata +10 -3
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_rh_cloud": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud 1.0
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 11.1.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
9
|
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023",
|
@@ -17,485 +17,572 @@
|
|
17
17
|
"domain": "foreman_rh_cloud",
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
" Sync all inventory status": [
|
21
|
+
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s organizations": [
|
24
|
+
"組織 %s 件"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"About subscription watch": [
|
27
|
+
"サブスクリプションウォッチの概要"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
""
|
29
|
+
"Actions history": [
|
30
|
+
"アクション履歴"
|
31
31
|
],
|
32
|
-
"
|
33
|
-
""
|
32
|
+
"Advanced Inventory Settings": [
|
33
|
+
"インベントリーの詳細設定"
|
34
34
|
],
|
35
|
-
"
|
35
|
+
"All recommendations are now selected.": [
|
36
|
+
"すべての推奨事項が選択されました。"
|
37
|
+
],
|
38
|
+
"Any Organization": [
|
39
|
+
"任意の組織"
|
40
|
+
],
|
41
|
+
"Apply Insights recommendations": [
|
42
|
+
"Insights の推奨事項の適用"
|
43
|
+
],
|
44
|
+
"Automatic inventory upload": [
|
45
|
+
"自動インベントリーアップロード"
|
46
|
+
],
|
47
|
+
"Automatic mismatch deletion": [
|
36
48
|
""
|
37
49
|
],
|
38
|
-
"
|
39
|
-
"
|
50
|
+
"Cancel": [
|
51
|
+
"取り消し"
|
40
52
|
],
|
41
|
-
"
|
42
|
-
"
|
53
|
+
"Clear": [
|
54
|
+
"消去"
|
43
55
|
],
|
44
|
-
"
|
45
|
-
"
|
56
|
+
"Clear Selection": [
|
57
|
+
"選択項目を解除する"
|
46
58
|
],
|
47
|
-
"
|
48
|
-
"
|
59
|
+
"Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it": [
|
60
|
+
"Cloud Connector が設定されていますが、ホスト名の設定が難読化されています。この設定を無効にすることを推奨します"
|
49
61
|
],
|
50
|
-
"
|
51
|
-
"
|
62
|
+
"Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it": [
|
63
|
+
"Cloud Connector が設定されていますが、インベントリーの自動アップロードは無効になっています。この設定を有効にすることを推奨します"
|
52
64
|
],
|
53
|
-
"
|
54
|
-
"
|
65
|
+
"Cloud Connector is in progress": [
|
66
|
+
"Cloud Connector が設定中です"
|
55
67
|
],
|
56
|
-
"
|
57
|
-
"
|
68
|
+
"Cloud connector job link": [
|
69
|
+
"Cloud Connector のジョブリンク"
|
58
70
|
],
|
59
|
-
"
|
60
|
-
"
|
71
|
+
"Cloud connector setup has failed: ": [
|
72
|
+
"Cloud Connector の設定に失敗しました:"
|
61
73
|
],
|
62
|
-
"
|
63
|
-
"
|
74
|
+
"Cloud connector setup has started: ": [
|
75
|
+
"Cloud Connector の設定が開始しました:"
|
64
76
|
],
|
65
|
-
"
|
66
|
-
"
|
77
|
+
"Cloud connector setup is in progress now: ": [
|
78
|
+
"Cloud Connector の設定が進行中です:"
|
67
79
|
],
|
68
|
-
"
|
69
|
-
"
|
80
|
+
"Completed": [
|
81
|
+
"完了"
|
70
82
|
],
|
71
|
-
"
|
72
|
-
"
|
83
|
+
"Configure": [
|
84
|
+
"設定"
|
73
85
|
],
|
74
|
-
"
|
75
|
-
"
|
86
|
+
"Configure Cloud Connector on given hosts": [
|
87
|
+
"特定のホストで Cloud Connector を設定します。"
|
76
88
|
],
|
77
|
-
"
|
78
|
-
"
|
89
|
+
"Configure cloud connector": [
|
90
|
+
""
|
79
91
|
],
|
80
|
-
"
|
81
|
-
"
|
92
|
+
"Connectivity test": [
|
93
|
+
"接続性テスト"
|
82
94
|
],
|
83
|
-
"
|
84
|
-
"
|
95
|
+
"Critical": [
|
96
|
+
"重大"
|
85
97
|
],
|
86
|
-
"
|
87
|
-
"
|
98
|
+
"Current page": [
|
99
|
+
"現在のページ"
|
100
|
+
],
|
101
|
+
"Disconnected hosts: ": [
|
102
|
+
"切断されたホスト: "
|
103
|
+
],
|
104
|
+
"Displays manifest statuses per accessible organizations.": [
|
105
|
+
"アクセス可能な組織別にマニフェストステータスを表示します。"
|
106
|
+
],
|
107
|
+
"Documentation": [
|
108
|
+
"ドキュメント"
|
109
|
+
],
|
110
|
+
"Download Report": [
|
111
|
+
"レポートのダウンロード"
|
112
|
+
],
|
113
|
+
"Download latest report": [
|
114
|
+
"最新レポートのダウンロード"
|
115
|
+
],
|
116
|
+
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
117
|
+
""
|
118
|
+
],
|
119
|
+
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
120
|
+
"Red Hat クラウドから Insights の推奨事項の自動同期を有効にする"
|
121
|
+
],
|
122
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud": [
|
123
|
+
"ホストインベントリーの Red Hat クラウドに対して自動アップロードを有効にする"
|
124
|
+
],
|
125
|
+
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
126
|
+
"ホストインベントリーの Red Hat クラウドに対して自動アップロードを有効にする"
|
127
|
+
],
|
128
|
+
"Enable cloud connector": [
|
129
|
+
"Cloud Connector の有効化"
|
88
130
|
],
|
89
131
|
"Enable inventory upload": [
|
90
132
|
"インベントリーアップロードの有効化"
|
91
133
|
],
|
92
|
-
"
|
93
|
-
"
|
134
|
+
"Encountered an error while trying to access the server:": [
|
135
|
+
"サーバーへのアクセス時にエラーが発生しました:"
|
94
136
|
],
|
95
|
-
"
|
96
|
-
"
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"インストール済みパッケージの除外"
|
97
139
|
],
|
98
|
-
"
|
99
|
-
"
|
140
|
+
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
141
|
+
"Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
|
100
142
|
],
|
101
|
-
"
|
102
|
-
"
|
143
|
+
"Exclude packages": [
|
144
|
+
"パッケージの除外"
|
103
145
|
],
|
104
|
-
"
|
105
|
-
"
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"パッケージが Red Hat クラウドにアップロードされないように除外する"
|
106
148
|
],
|
107
|
-
"
|
108
|
-
"
|
149
|
+
"Exit Code: %s": [
|
150
|
+
"終了コード: %s"
|
109
151
|
],
|
110
|
-
"
|
111
|
-
"
|
152
|
+
"Fetch Insights-related host details": [
|
153
|
+
""
|
112
154
|
],
|
113
|
-
"
|
114
|
-
"
|
155
|
+
"Fetching data about your accounts": [
|
156
|
+
"アカウントに関するデータの取得"
|
115
157
|
],
|
116
|
-
"
|
117
|
-
"
|
158
|
+
"Filter..": [
|
159
|
+
"フィルター.."
|
118
160
|
],
|
119
|
-
"
|
120
|
-
"
|
161
|
+
"Fix host": [
|
162
|
+
"ホストの修正"
|
121
163
|
],
|
122
|
-
"
|
123
|
-
"
|
164
|
+
"For more info, please visit the": [
|
165
|
+
"詳細は、以下を参照してください。"
|
124
166
|
],
|
125
|
-
"
|
126
|
-
"
|
167
|
+
"For more information about Insights and Cloud Connector, see:": [
|
168
|
+
""
|
127
169
|
],
|
128
|
-
"
|
170
|
+
"For more information about the Subscriptions service, see:": [
|
129
171
|
""
|
130
172
|
],
|
131
|
-
"
|
173
|
+
"Foreman plugin that process & upload data to Red Hat Cloud": [
|
174
|
+
"データを処理して Red Hat Cloud にアップロードする Foreman プラグイン"
|
175
|
+
],
|
176
|
+
"Full Screen": [
|
177
|
+
"全画面"
|
178
|
+
],
|
179
|
+
"Generate and upload report": [
|
132
180
|
""
|
133
181
|
],
|
134
|
-
"
|
135
|
-
"
|
182
|
+
"Generate the report, but do not upload": [
|
183
|
+
""
|
136
184
|
],
|
137
|
-
"
|
138
|
-
"
|
185
|
+
"Generating": [
|
186
|
+
"生成中"
|
139
187
|
],
|
140
|
-
"
|
141
|
-
"
|
188
|
+
"Go to Foreman Insights page": [
|
189
|
+
""
|
142
190
|
],
|
143
|
-
"
|
144
|
-
"
|
191
|
+
"Go to first page": [
|
192
|
+
"最初のページに移動"
|
145
193
|
],
|
146
|
-
"
|
147
|
-
"
|
194
|
+
"Go to last page": [
|
195
|
+
"最後のページに移動"
|
148
196
|
],
|
149
|
-
"
|
150
|
-
"
|
197
|
+
"Go to next page": [
|
198
|
+
"次のページに移動"
|
151
199
|
],
|
152
|
-
"
|
153
|
-
"
|
200
|
+
"Go to previous page": [
|
201
|
+
"前のページに移動"
|
154
202
|
],
|
155
|
-
"
|
156
|
-
"
|
203
|
+
"Grab hosts that are missing in RH Cloud": [
|
204
|
+
""
|
157
205
|
],
|
158
|
-
"
|
159
|
-
"
|
206
|
+
"Host Insights recommendations": [
|
207
|
+
"ホストに関する Insights の推奨事項"
|
208
|
+
],
|
209
|
+
"Host was not uploaded to your RH cloud inventory": [
|
210
|
+
"ホストが RH クラウドインベントリーにアップロードされませんでした"
|
211
|
+
],
|
212
|
+
"Hostname": [
|
213
|
+
"ホスト名"
|
214
|
+
],
|
215
|
+
"Hosts with subscription in organization: ": [
|
216
|
+
"組織のサブスクリプションが割り当てられたホスト:"
|
160
217
|
],
|
161
218
|
"ID of the RHC(Yggdrasil) daemon": [
|
162
219
|
"RHC (Yggdrasil) デーモンの ID"
|
163
220
|
],
|
164
|
-
"
|
165
|
-
"
|
221
|
+
"Important": [
|
222
|
+
"重要"
|
166
223
|
],
|
167
|
-
"
|
168
|
-
"
|
224
|
+
"Include parameters in insights-client reports": [
|
225
|
+
"Insights クライアントレポートにパラメーターを含める"
|
169
226
|
],
|
170
|
-
"
|
171
|
-
"
|
227
|
+
"Insights": [
|
228
|
+
"Insights"
|
172
229
|
],
|
173
|
-
"
|
174
|
-
"
|
230
|
+
"Inventory": [
|
231
|
+
"インベントリー"
|
175
232
|
],
|
176
|
-
"
|
177
|
-
"
|
233
|
+
"Inventory Auto Upload": [
|
234
|
+
"インベントリーの自動アップロード"
|
178
235
|
],
|
179
|
-
"
|
180
|
-
"
|
236
|
+
"Inventory Upload": [
|
237
|
+
"インベントリーのアップロード"
|
181
238
|
],
|
182
|
-
"
|
183
|
-
"
|
239
|
+
"Inventory sync has failed: ": [
|
240
|
+
"インベントリーの同期に失敗しました:"
|
184
241
|
],
|
185
|
-
"
|
186
|
-
"
|
242
|
+
"Inventory sync has started:": [
|
243
|
+
"インベントリーの同期が開始されました:"
|
187
244
|
],
|
188
|
-
"
|
189
|
-
"
|
245
|
+
"Items per page": [
|
246
|
+
"各ページの項目"
|
190
247
|
],
|
191
|
-
"
|
192
|
-
"
|
248
|
+
"Knowledgebase article": [
|
249
|
+
"ナレッジベースアーティクル"
|
193
250
|
],
|
194
|
-
"
|
195
|
-
"
|
251
|
+
"List of host UUIDs": [
|
252
|
+
""
|
196
253
|
],
|
197
|
-
"
|
198
|
-
"
|
254
|
+
"Loading": [
|
255
|
+
"ロード中"
|
199
256
|
],
|
200
|
-
"
|
201
|
-
"
|
257
|
+
"Loading...": [
|
258
|
+
"ロード中..."
|
202
259
|
],
|
203
|
-
"
|
204
|
-
"
|
260
|
+
"Low": [
|
261
|
+
"低"
|
205
262
|
],
|
206
|
-
"
|
207
|
-
"
|
263
|
+
"Manual": [
|
264
|
+
"手動"
|
208
265
|
],
|
209
|
-
"
|
210
|
-
"
|
266
|
+
"Moderate": [
|
267
|
+
"中程度"
|
211
268
|
],
|
212
|
-
"
|
213
|
-
"
|
269
|
+
"More details can be found in": [
|
270
|
+
"詳細は、以下を参照してください: "
|
214
271
|
],
|
215
|
-
"
|
216
|
-
"
|
272
|
+
"Next run: ": [
|
273
|
+
"次の実行: "
|
217
274
|
],
|
218
|
-
"
|
219
|
-
"
|
275
|
+
"No": [
|
276
|
+
"いいえ"
|
220
277
|
],
|
221
|
-
"
|
222
|
-
"
|
278
|
+
"No recommendations were found for this host!": [
|
279
|
+
"このホストに関する推奨事項は見つかりませんでした。"
|
280
|
+
],
|
281
|
+
"No results found": [
|
282
|
+
"結果は見つかりませんでした"
|
223
283
|
],
|
224
|
-
"
|
225
|
-
"
|
284
|
+
"No task was found": [
|
285
|
+
"タスクが見つかりませんでした"
|
226
286
|
],
|
227
|
-
"
|
228
|
-
"
|
287
|
+
"Not reporting": [
|
288
|
+
"報告なし"
|
289
|
+
],
|
290
|
+
"Nothing to sync, there are no hosts with subscription for this organization.": [
|
291
|
+
"同期するものがありません。この組織でサブスクリプションが割り当てられているホストはありません。"
|
229
292
|
],
|
230
293
|
"Notice": [
|
231
294
|
"注意"
|
232
295
|
],
|
233
|
-
"
|
234
|
-
"
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"IP の難読化"
|
235
298
|
],
|
236
|
-
"
|
237
|
-
"
|
299
|
+
"Obfuscate host ipv4 addresses": [
|
300
|
+
"ホストの ipv4 アドレスの難読化"
|
238
301
|
],
|
239
|
-
"
|
240
|
-
"
|
302
|
+
"Obfuscate host names": [
|
303
|
+
"ホスト名の難読化"
|
241
304
|
],
|
242
|
-
"
|
243
|
-
"
|
305
|
+
"Obfuscate host names sent to the Red Hat cloud": [
|
306
|
+
"Red Hat クラウドに送信するホスト名を難読化する"
|
244
307
|
],
|
245
|
-
"
|
246
|
-
""
|
308
|
+
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
309
|
+
"Red Hat クラウドに送信する ipv4 アドレスを難読化する"
|
247
310
|
],
|
248
|
-
"
|
249
|
-
""
|
311
|
+
"Oops! Couldn't find organization that matches your query": [
|
312
|
+
"クエリーに合致する組織が見つかりませんでした"
|
250
313
|
],
|
251
|
-
"
|
252
|
-
""
|
314
|
+
"Organization status": [
|
315
|
+
"組織ステータス"
|
253
316
|
],
|
254
|
-
"
|
255
|
-
""
|
317
|
+
"Pagination": [
|
318
|
+
"ページ付け"
|
256
319
|
],
|
257
|
-
"
|
258
|
-
"
|
320
|
+
"Playbook": [
|
321
|
+
"Playbook"
|
259
322
|
],
|
260
|
-
"
|
261
|
-
""
|
323
|
+
"RH Cloud": [
|
324
|
+
"RH Cloud"
|
262
325
|
],
|
263
|
-
"
|
264
|
-
"
|
326
|
+
"RHC daemon id": [
|
327
|
+
"RHC デーモン ID"
|
265
328
|
],
|
266
|
-
"
|
267
|
-
""
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
268
331
|
],
|
269
|
-
"
|
270
|
-
"
|
332
|
+
"Read more about it in RH cloud insights": [
|
333
|
+
"詳細は、RH cloud insights を参照してください。"
|
271
334
|
],
|
272
|
-
"
|
273
|
-
"
|
335
|
+
"Reboot Required": [
|
336
|
+
"再起動が必要です"
|
274
337
|
],
|
275
|
-
"
|
276
|
-
"
|
338
|
+
"Recommendation": [
|
339
|
+
"推奨事項"
|
277
340
|
],
|
278
|
-
"
|
279
|
-
"
|
341
|
+
"Recommendation sync has failed: ": [
|
342
|
+
"推奨事項の同期に失敗しました: "
|
280
343
|
],
|
281
|
-
"
|
282
|
-
"
|
344
|
+
"Recommendation sync has started: ": [
|
345
|
+
"推奨事項の同期が開始されました: "
|
283
346
|
],
|
284
|
-
"
|
285
|
-
"
|
347
|
+
"Recommendations": [
|
348
|
+
"推奨事項"
|
349
|
+
],
|
350
|
+
"Recommendations selected: %s.": [
|
351
|
+
"選択済みの推奨事項: %s 件"
|
286
352
|
],
|
287
|
-
"
|
288
|
-
"
|
353
|
+
"Recommendations synced successfully": [
|
354
|
+
"推奨事項が正常に同期されました"
|
289
355
|
],
|
290
|
-
"
|
291
|
-
"
|
356
|
+
"Reconfigure cloud connector": [
|
357
|
+
""
|
292
358
|
],
|
293
|
-
"
|
294
|
-
"
|
359
|
+
"Red Hat Cloud Inventory": [
|
360
|
+
"Red Hat Cloud インベントリー"
|
295
361
|
],
|
296
|
-
"
|
297
|
-
"
|
362
|
+
"Red Hat Insights": [
|
363
|
+
"Red Hat Insights"
|
298
364
|
],
|
299
|
-
"
|
300
|
-
"
|
365
|
+
"Red Hat Insights Data and Application Security": [
|
366
|
+
"Red Hat Insights データおよびアプリケーションセキュリティー"
|
301
367
|
],
|
302
|
-
"
|
303
|
-
"
|
368
|
+
"Red Hat Inventory": [
|
369
|
+
"Red Hat インベントリー"
|
304
370
|
],
|
305
371
|
"Remain": [
|
306
372
|
"そのままにする"
|
307
373
|
],
|
308
|
-
"
|
309
|
-
"
|
374
|
+
"Remediate": [
|
375
|
+
"修復"
|
310
376
|
],
|
311
|
-
"
|
312
|
-
"
|
377
|
+
"Remediation summary": [
|
378
|
+
"修復の概要"
|
313
379
|
],
|
314
|
-
"
|
315
|
-
"
|
380
|
+
"Reporting": [
|
381
|
+
"レポート"
|
316
382
|
],
|
317
|
-
"
|
318
|
-
"
|
383
|
+
"Resolution": [
|
384
|
+
"解決策"
|
319
385
|
],
|
320
|
-
"
|
321
|
-
"
|
386
|
+
"Run RH Cloud playbook": [
|
387
|
+
"RH Cloud Playbook の実行"
|
322
388
|
],
|
323
|
-
"
|
324
|
-
"
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Red Hat 修復アプリが生成した Playbook の実行"
|
325
391
|
],
|
326
|
-
"
|
327
|
-
"
|
392
|
+
"Run remediation playbook generated by Insights": [
|
393
|
+
"Insights で生成された修復 Playbook の実行"
|
328
394
|
],
|
329
|
-
"
|
330
|
-
"
|
395
|
+
"Satellite server has %{hits_count} recommendations by Red Hat": [
|
396
|
+
"Satellite Server には、Red Hat からの推奨事項が %{hits_count} 件あります。"
|
331
397
|
],
|
332
|
-
"
|
333
|
-
"
|
398
|
+
"Scoped search string for host removal": [
|
399
|
+
""
|
334
400
|
],
|
335
|
-
"
|
336
|
-
"
|
401
|
+
"Select recommendations from all pages": [
|
402
|
+
"すべてのページから推奨事項を選択する"
|
337
403
|
],
|
338
|
-
"
|
339
|
-
"
|
404
|
+
"Set the current organization context for the request": [
|
405
|
+
"要求に現在の組織コンテキストを設定します"
|
340
406
|
],
|
341
|
-
"
|
407
|
+
"Settings": [
|
342
408
|
"設定"
|
343
409
|
],
|
344
|
-
"
|
345
|
-
"
|
410
|
+
"Should import include parameter tags from Foreman?": [
|
411
|
+
"インポートには Foreman からのパラメータータグを含める必要がありますか?"
|
346
412
|
],
|
347
|
-
"
|
348
|
-
"
|
413
|
+
"Show Advanced Settings": [
|
414
|
+
"詳細設定の表示"
|
349
415
|
],
|
350
|
-
"
|
351
|
-
"
|
416
|
+
"Show if system is configured to use local iop-advisor-engine.": [
|
417
|
+
""
|
418
|
+
],
|
419
|
+
"Start inventory synchronization": [
|
420
|
+
"インベントリー同期の開始"
|
421
|
+
],
|
422
|
+
"Start report generation": [
|
423
|
+
"レポート生成の開始"
|
424
|
+
],
|
425
|
+
"Successfully synced hosts: ": [
|
426
|
+
"ホストが正常に同期されました:"
|
352
427
|
],
|
353
|
-
"
|
354
|
-
"
|
428
|
+
"Successfully uploaded to your RH cloud inventory": [
|
429
|
+
"RH クラウドインベントリーへのアップロードに成功しました"
|
355
430
|
],
|
356
431
|
"Sync automatically": [
|
357
432
|
"自動同期"
|
358
433
|
],
|
359
|
-
"
|
360
|
-
"
|
434
|
+
"Sync recommendations": [
|
435
|
+
"同期の推奨事項"
|
361
436
|
],
|
362
|
-
"
|
363
|
-
"
|
437
|
+
"Synchronize recommendations Automatically": [
|
438
|
+
"推奨事項を自動的に同期する"
|
364
439
|
],
|
365
|
-
"
|
366
|
-
"
|
440
|
+
"The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required.": [
|
441
|
+
""
|
367
442
|
],
|
368
|
-
"
|
369
|
-
"
|
443
|
+
"The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance.": [
|
444
|
+
""
|
370
445
|
],
|
371
|
-
"
|
372
|
-
"
|
446
|
+
"The report file %{filename} doesn't exist": [
|
447
|
+
"%{filename} レポートファイルがありません"
|
373
448
|
],
|
374
|
-
"
|
375
|
-
"
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
450
|
+
""
|
376
451
|
],
|
377
|
-
"
|
378
|
-
"
|
452
|
+
"The server returned the following error: %s": [
|
453
|
+
"サーバーは以下のエラーを返しました: %s"
|
379
454
|
],
|
380
|
-
"
|
381
|
-
"
|
455
|
+
"The task failed with the following error:": [
|
456
|
+
"タスクは以下のエラーで失敗しました: "
|
382
457
|
],
|
383
|
-
"
|
384
|
-
"
|
458
|
+
"There are no recommendations for your hosts": [
|
459
|
+
""
|
385
460
|
],
|
386
|
-
"
|
387
|
-
"
|
461
|
+
"This action will also enable automatic reports upload": [
|
462
|
+
"このアクションを実行すると、自動レポートのアップロードも有効になります。"
|
388
463
|
],
|
389
|
-
"
|
390
|
-
"
|
464
|
+
"To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.": [
|
465
|
+
""
|
391
466
|
],
|
392
|
-
"
|
393
|
-
"
|
467
|
+
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
468
|
+
""
|
394
469
|
],
|
395
|
-
"
|
396
|
-
"
|
470
|
+
"Total risk": [
|
471
|
+
"リスクの総数"
|
397
472
|
],
|
398
|
-
"
|
399
|
-
"
|
473
|
+
"Total risks": [
|
474
|
+
"リスクの総数"
|
400
475
|
],
|
401
|
-
"
|
402
|
-
"
|
476
|
+
"Upload hits from iop-advisor-engine": [
|
477
|
+
""
|
403
478
|
],
|
404
|
-
"
|
405
|
-
"
|
479
|
+
"Upload hits information": [
|
480
|
+
""
|
406
481
|
],
|
407
|
-
"
|
408
|
-
"
|
482
|
+
"Upload rules related to the hits": [
|
483
|
+
""
|
409
484
|
],
|
410
|
-
"
|
411
|
-
"
|
485
|
+
"Uploading": [
|
486
|
+
"アップロード中..."
|
412
487
|
],
|
413
|
-
"
|
414
|
-
"
|
488
|
+
"Value %{value} is not a valid UUID": [
|
489
|
+
"%{value} の値は有効な UUID ではありません"
|
415
490
|
],
|
416
|
-
"
|
417
|
-
"
|
491
|
+
"View all recommendations": [
|
492
|
+
"すべての推奨事項の表示"
|
418
493
|
],
|
419
|
-
"
|
420
|
-
"
|
494
|
+
"View in Red Hat Insights": [
|
495
|
+
"Red Hat Insights での表示"
|
421
496
|
],
|
422
|
-
"
|
423
|
-
"
|
497
|
+
"Wait and %s": [
|
498
|
+
"待機して %s"
|
424
499
|
],
|
425
|
-
"
|
426
|
-
"
|
500
|
+
"Whether the resolution requires reboot": [
|
501
|
+
""
|
427
502
|
],
|
428
|
-
"
|
429
|
-
"
|
503
|
+
"category name": [
|
504
|
+
""
|
430
505
|
],
|
431
|
-
"
|
432
|
-
"
|
506
|
+
"generic": [
|
507
|
+
""
|
433
508
|
],
|
434
|
-
"
|
435
|
-
"
|
509
|
+
"hosts page": [
|
510
|
+
"ホストページ"
|
436
511
|
],
|
437
|
-
"
|
438
|
-
"
|
512
|
+
"impact name": [
|
513
|
+
""
|
439
514
|
],
|
440
|
-
"
|
441
|
-
"
|
515
|
+
"iop payload including resolutions, rules, hits": [
|
516
|
+
""
|
442
517
|
],
|
443
|
-
"
|
444
|
-
"
|
518
|
+
"items": [
|
519
|
+
"項目"
|
445
520
|
],
|
446
|
-
"
|
447
|
-
"
|
521
|
+
"likelihood number": [
|
522
|
+
""
|
448
523
|
],
|
449
|
-
"
|
450
|
-
"
|
524
|
+
"more info": [
|
525
|
+
""
|
451
526
|
],
|
452
|
-
"
|
453
|
-
"
|
527
|
+
"page": [
|
528
|
+
"ページ"
|
454
529
|
],
|
455
|
-
"
|
456
|
-
"
|
530
|
+
"per page": [
|
531
|
+
"/ページ"
|
457
532
|
],
|
458
|
-
"
|
459
|
-
"
|
533
|
+
"publish date (YYYY-MM-DD)": [
|
534
|
+
""
|
460
535
|
],
|
461
|
-
"
|
462
|
-
"
|
536
|
+
"rating": [
|
537
|
+
""
|
463
538
|
],
|
464
|
-
"
|
465
|
-
"
|
539
|
+
"reason": [
|
540
|
+
""
|
466
541
|
],
|
467
|
-
"
|
468
|
-
"
|
542
|
+
"reboot required": [
|
543
|
+
""
|
469
544
|
],
|
470
|
-
"
|
471
|
-
"
|
545
|
+
"resolution description": [
|
546
|
+
""
|
472
547
|
],
|
473
|
-
"
|
474
|
-
"
|
548
|
+
"resolution risk": [
|
549
|
+
""
|
475
550
|
],
|
476
|
-
"
|
477
|
-
"
|
551
|
+
"result url": [
|
552
|
+
""
|
478
553
|
],
|
479
|
-
"
|
480
|
-
"
|
554
|
+
"rule description": [
|
555
|
+
""
|
481
556
|
],
|
482
|
-
"
|
483
|
-
"
|
557
|
+
"rule id": [
|
558
|
+
""
|
484
559
|
],
|
485
|
-
"
|
486
|
-
"
|
560
|
+
"rule title": [
|
561
|
+
""
|
487
562
|
],
|
488
|
-
"
|
489
|
-
"
|
563
|
+
"solution url": [
|
564
|
+
""
|
490
565
|
],
|
491
|
-
"
|
492
|
-
"
|
566
|
+
"summary": [
|
567
|
+
""
|
493
568
|
],
|
494
|
-
"
|
569
|
+
"total risk": [
|
495
570
|
""
|
496
571
|
],
|
497
|
-
"
|
498
|
-
"
|
572
|
+
"type": [
|
573
|
+
""
|
574
|
+
],
|
575
|
+
"upload hits details json": [
|
576
|
+
""
|
577
|
+
],
|
578
|
+
"upload resolutions related to the hits": [
|
579
|
+
""
|
580
|
+
],
|
581
|
+
"view the job in progress": [
|
582
|
+
"処理中のジョブを表示する"
|
583
|
+
],
|
584
|
+
"view the task page for more details": [
|
585
|
+
"詳細は、タスクページを表示します。"
|
499
586
|
]
|
500
587
|
}
|
501
588
|
}
|