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
|
+
"已配置了云连接器,但启用了模糊主机名设置,建议禁用它"
|
49
61
|
],
|
50
|
-
"
|
51
|
-
"
|
62
|
+
"Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it": [
|
63
|
+
"已配置了云连接器,但禁用了清单自动上传,建议启用它"
|
52
64
|
],
|
53
|
-
"
|
54
|
-
"
|
65
|
+
"Cloud Connector is in progress": [
|
66
|
+
"云连接器正在进行"
|
55
67
|
],
|
56
|
-
"
|
57
|
-
"
|
68
|
+
"Cloud connector job link": [
|
69
|
+
"云连接器作业链接"
|
58
70
|
],
|
59
|
-
"
|
60
|
-
"
|
71
|
+
"Cloud connector setup has failed: ": [
|
72
|
+
"云连接器设置失败: "
|
61
73
|
],
|
62
|
-
"
|
63
|
-
"
|
74
|
+
"Cloud connector setup has started: ": [
|
75
|
+
"云连接器设置已启动: "
|
64
76
|
],
|
65
|
-
"
|
66
|
-
"
|
77
|
+
"Cloud connector setup is in progress now: ": [
|
78
|
+
"云连接器设置现在正在进行: "
|
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
|
+
"启用来自红帽云的 Insights 建议自动同步"
|
121
|
+
],
|
122
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud": [
|
123
|
+
"启用自动将主机清单上传到红帽云"
|
124
|
+
],
|
125
|
+
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
126
|
+
"启用自动将主机清单上传到红帽云"
|
127
|
+
],
|
128
|
+
"Enable cloud connector": [
|
129
|
+
"启用云连接器"
|
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
|
+
"将安装的软件包上传到红帽云"
|
100
142
|
],
|
101
|
-
"
|
102
|
-
"
|
143
|
+
"Exclude packages": [
|
144
|
+
"排除软件包"
|
103
145
|
],
|
104
|
-
"
|
105
|
-
"
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"排除软件包上传到红帽云"
|
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
|
+
"处理数据并将其上传到红帽云的 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-client 报告中包含参数"
|
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
|
+
"发送到红帽云的模糊主机名"
|
244
307
|
],
|
245
|
-
"
|
246
|
-
""
|
308
|
+
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
309
|
+
"发送到红帽云的模糊 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
|
+
"红帽云清单"
|
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
|
+
"运行由红帽补救应用生成的 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 服务器有 %{hits_count} 个红帽提供的建议"
|
331
397
|
],
|
332
|
-
"
|
333
|
-
"
|
398
|
+
"Scoped search string for host removal": [
|
399
|
+
""
|
400
|
+
],
|
401
|
+
"Select recommendations from all pages": [
|
402
|
+
"在所有页面中选择建议"
|
403
|
+
],
|
404
|
+
"Set the current organization context for the request": [
|
405
|
+
"设置请求的当前机构上下文"
|
406
|
+
],
|
407
|
+
"Settings": [
|
408
|
+
"设置"
|
409
|
+
],
|
410
|
+
"Should import include parameter tags from Foreman?": [
|
411
|
+
"应从 Foreman 导入包含参数标签?"
|
334
412
|
],
|
335
413
|
"Show Advanced Settings": [
|
336
414
|
"显示高级设置"
|
337
415
|
],
|
338
|
-
"
|
339
|
-
"
|
340
|
-
],
|
341
|
-
"Configure": [
|
342
|
-
"配置"
|
416
|
+
"Show if system is configured to use local iop-advisor-engine.": [
|
417
|
+
""
|
343
418
|
],
|
344
|
-
"
|
345
|
-
"
|
419
|
+
"Start inventory synchronization": [
|
420
|
+
"启动清单同步"
|
346
421
|
],
|
347
|
-
"
|
348
|
-
"
|
422
|
+
"Start report generation": [
|
423
|
+
"开始报告生成"
|
349
424
|
],
|
350
|
-
"
|
351
|
-
"
|
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
|
+
"page"
|
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
|
}
|