foreman_rh_cloud 11.1.0 → 11.3.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 (47) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +400 -313
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +400 -313
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +398 -311
  7. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +11 -1
  8. data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +5 -3
  9. data/app/services/foreman_rh_cloud/hits_uploader.rb +3 -8
  10. data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
  11. data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
  12. data/config/routes.rb +10 -4
  13. data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
  14. data/lib/foreman_inventory_upload/async/upload_report_job.rb +1 -1
  15. data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
  16. data/lib/foreman_rh_cloud/engine.rb +1 -1
  17. data/lib/foreman_rh_cloud/version.rb +1 -1
  18. data/lib/insights_cloud/async/insights_full_sync.rb +14 -9
  19. data/lib/insights_cloud/async/insights_resolutions_sync.rb +5 -1
  20. data/lib/insights_cloud.rb +4 -0
  21. data/lib/tasks/insights.rake +10 -7
  22. data/lib/tasks/rh_cloud_inventory.rake +8 -3
  23. data/locale/Makefile +12 -2
  24. data/locale/foreman_rh_cloud.pot +217 -96
  25. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  26. data/locale/fr/foreman_rh_cloud.po +123 -36
  27. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  28. data/locale/ja/foreman_rh_cloud.po +124 -36
  29. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  30. data/locale/ka/foreman_rh_cloud.po +107 -19
  31. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  32. data/locale/ko/foreman_rh_cloud.po +592 -0
  33. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  34. data/locale/zh_CN/foreman_rh_cloud.po +123 -35
  35. data/package.json +1 -1
  36. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +13 -0
  37. data/test/jobs/insights_full_sync_test.rb +28 -0
  38. data/test/jobs/insights_resolutions_sync_test.rb +22 -0
  39. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
  40. data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +13 -2
  41. data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
  42. data/test/unit/slice_generator_test.rb +24 -2
  43. data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
  44. metadata +10 -6
  45. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +0 -502
  46. data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  47. data/locale/en/foreman_rh_cloud.po +0 -496
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "foreman_rh_cloud": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_rh_cloud 1.0.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
- "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
10
10
  "Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -17,485 +17,572 @@
17
17
  "domain": "foreman_rh_cloud",
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
- "Download latest report": [
21
- "下载最新報告"
22
- ],
23
- "Set the current organization context for the request": [
24
- "设置请求的当前机构上下文"
20
+ " Sync all inventory status": [
21
+ " 同步所有清单状态"
25
22
  ],
26
- "Start report generation": [
27
- "开始报告生成"
23
+ "%s organizations": [
24
+ "%s 机构"
28
25
  ],
29
- "Generate the report, but do not upload": [
30
- ""
26
+ "About subscription watch": [
27
+ "订阅查看"
31
28
  ],
32
- "Grab hosts that are missing in RH Cloud": [
33
- ""
29
+ "Actions history": [
30
+ "操作历史记录"
34
31
  ],
35
- "Scoped search string for host removal": [
36
- ""
32
+ "Advanced Inventory Settings": [
33
+ "高级清单设置"
37
34
  ],
38
- "Start inventory synchronization": [
39
- "启动清单同步"
35
+ "All recommendations are now selected.": [
36
+ "现在选择了所有建议。"
40
37
  ],
41
- "Enable cloud connector": [
42
- "启用云连接器"
38
+ "Any Organization": [
39
+ "任意机构"
43
40
  ],
44
- "The report file %{filename} doesn't exist": [
45
- "报告文件 %{filename} 不存在"
41
+ "Apply Insights recommendations": [
42
+ "应用 Insights 建议"
46
43
  ],
47
- "Nothing to sync, there are no hosts with subscription for this organization.": [
48
- "没有同步,此机构没有带有订阅的主机。"
44
+ "Automatic inventory upload": [
45
+ "自动清单上传"
49
46
  ],
50
- "No task was found": [
51
- "没有找到任务"
47
+ "Automatic mismatch deletion": [
48
+ "自动清单删除"
52
49
  ],
53
- "Recommendations": [
54
- "建议"
50
+ "Cancel": [
51
+ "取消"
55
52
  ],
56
- "Host Insights recommendations": [
57
- "主机 Insights 建议"
53
+ "Clear": [
54
+ "清除"
58
55
  ],
59
- "Insights": [
60
- "Insights"
56
+ "Clear Selection": [
57
+ "清除选择"
61
58
  ],
62
- "Reporting": [
63
- "报告"
59
+ "Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it": [
60
+ "已配置了云连接器,但启用了模糊主机名设置,建议禁用它"
64
61
  ],
65
- "Not reporting": [
66
- "未报告"
62
+ "Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it": [
63
+ "已配置了云连接器,但禁用了清单自动上传,建议启用它"
67
64
  ],
68
- "Inventory": [
69
- "清单"
65
+ "Cloud Connector is in progress": [
66
+ "云连接器正在进行"
70
67
  ],
71
- "Host was not uploaded to your RH cloud inventory": [
72
- "主机没有上传到您的 RH 云清单"
68
+ "Cloud connector job link": [
69
+ "云连接器作业链接"
73
70
  ],
74
- "Successfully uploaded to your RH cloud inventory": [
75
- "成功上传到您的 RH 云清单"
71
+ "Cloud connector setup has failed: ": [
72
+ "云连接器设置失败: "
76
73
  ],
77
- "Red Hat Insights": [
78
- "Red Hat Insights"
74
+ "Cloud connector setup has started: ": [
75
+ "云连接器设置已启动: "
79
76
  ],
80
- "Satellite server has %{hits_count} recommendations by Red Hat": [
81
- "Satellite 服务器有 %{hits_count} 个红帽提供的建议"
77
+ "Cloud connector setup is in progress now: ": [
78
+ "云连接器设置现在正在进行: "
82
79
  ],
83
- "Wait and %s": [
84
- "等待和 %s"
80
+ "Completed": [
81
+ "完成"
85
82
  ],
86
- "Value %{value} is not a valid UUID": [
87
- "值 %{value} 不是一个有效的 UUID"
83
+ "Configure": [
84
+ "配置"
88
85
  ],
89
- "Enable inventory upload": [
90
- "启用清单上传"
86
+ "Configure Cloud Connector on given hosts": [
87
+ "在给定主机上配置 Cloud Connector"
91
88
  ],
92
- "RH Cloud": [
93
- "RH Cloud"
89
+ "Configure cloud connector": [
90
+ "配置云连接器"
94
91
  ],
95
- "Inventory Upload": [
96
- "清单上传"
92
+ "Connectivity test": [
93
+ "连接测试"
97
94
  ],
98
- "Apply Insights recommendations": [
99
- "应用 Insights 建议"
95
+ "Critical": [
96
+ "关键"
100
97
  ],
101
- "Run remediation playbook generated by Insights": [
102
- "运行 Insights 生成的补救 playbook"
98
+ "Current page": [
99
+ "当前页"
103
100
  ],
104
- "Run RH Cloud playbook": [
105
- "运行 RH Cloud playbook"
101
+ "Disconnected hosts: ": [
102
+ "断开连接的主机:"
106
103
  ],
107
- "Run playbook genrated by Red Hat remediations app": [
108
- "运行由红帽补救应用生成的 playbook"
104
+ "Displays manifest statuses per accessible organizations.": [
105
+ "显示每个可访问的机构的清单状态。"
109
106
  ],
110
- "Configure Cloud Connector on given hosts": [
111
- "在给定主机上配置 Cloud Connector"
107
+ "Documentation": [
108
+ "文档"
112
109
  ],
113
- "RHCloud": [
114
- "RHCloud"
110
+ "Download Report": [
111
+ "下载报告"
115
112
  ],
116
- "Enable automatic upload of your host inventory to the Red Hat cloud": [
117
- "启用自动将主机清单上传到红帽云"
113
+ "Download latest report": [
114
+ "下载最新的报告"
118
115
  ],
119
- "Automatic inventory upload": [
120
- "自动清单上传"
116
+ "Enable automatic deletion of mismatched host records from the Red Hat cloud": [
117
+ "启用自动删除来自红帽云的主机记录"
121
118
  ],
122
119
  "Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
123
120
  "启用来自红帽云的 Insights 建议自动同步"
124
121
  ],
125
- "Synchronize recommendations Automatically": [
126
- "自动同步建议"
127
- ],
128
- "Enable automatic deletion of mismatched host records from the Red Hat cloud": [
129
- ""
122
+ "Enable automatic upload of your host inventory to the Red Hat cloud": [
123
+ "启用自动将主机清单上传到红帽云"
130
124
  ],
131
- "Automatic mismatch deletion": [
132
- ""
125
+ "Enable automatic upload of your hosts inventory to the Red Hat cloud": [
126
+ "启用自动将主机清单上传到红帽云"
133
127
  ],
134
- "Obfuscate host names sent to the Red Hat cloud": [
135
- "发送到红帽云的模糊主机名"
128
+ "Enable cloud connector": [
129
+ "启用云连接器"
136
130
  ],
137
- "Obfuscate host names": [
138
- "模糊主机名"
131
+ "Enable inventory upload": [
132
+ "启用清单上传"
139
133
  ],
140
- "Obfuscate ipv4 addresses sent to the Red Hat cloud": [
141
- "发送到红帽云的模糊 ipv4 地址"
134
+ "Encountered an error while trying to access the server:": [
135
+ "在尝试访问服务器时遇到错误:"
142
136
  ],
143
- "Obfuscate host ipv4 addresses": [
144
- "模糊的主机 ipv4 地址"
137
+ "Exclude installed Packages": [
138
+ "排除安装的软件包"
145
139
  ],
146
140
  "Exclude installed packages from being uploaded to the Red Hat cloud": [
147
141
  "将安装的软件包上传到红帽云"
148
142
  ],
149
- "Exclude installed Packages": [
150
- "排除安装的软件包"
143
+ "Exclude packages": [
144
+ "排除软件包"
151
145
  ],
152
- "Should import include parameter tags from Foreman?": [
153
- "应从 Foreman 导入包含参数标签?"
146
+ "Exclude packages from being uploaded to the Red Hat cloud": [
147
+ "排除软件包上传到红帽云"
154
148
  ],
155
- "Include parameters in insights-client reports": [
156
- "在 insights-client 报告中包含参数"
149
+ "Exit Code: %s": [
150
+ "退出代码:%s"
157
151
  ],
158
- "RHC daemon id": [
159
- "RHC 守护进程 ID"
152
+ "Fetch Insights-related host details": [
153
+ "获取与 Insights 相关的主机详情"
160
154
  ],
161
- "ID of the RHC(Yggdrasil) daemon": [
162
- "RHC (Yggdrasil)守护进程的 ID"
155
+ "Fetching data about your accounts": [
156
+ "获取有关您的帐户的数据"
157
+ ],
158
+ "Filter..": [
159
+ "过滤器..."
163
160
  ],
164
161
  "Fix host": [
165
162
  "修复主机"
166
163
  ],
167
- "Oops! Couldn't find organization that matches your query": [
168
- "未找到与您的查询匹配的机构"
164
+ "For more info, please visit the": [
165
+ "如需更多信息,请访问"
169
166
  ],
170
- "Fetching data about your accounts": [
171
- "获取有关您的帐户的数据"
167
+ "For more information about Insights and Cloud Connector, see:": [
168
+ "有关 Insights 和云连接器的更多信息,请参阅"
172
169
  ],
173
- "Loading...": [
174
- "载入中..."
170
+ "For more information about the Subscriptions service, see:": [
171
+ "有关订阅服务的更多信息,请参阅:"
175
172
  ],
176
- "Encountered an error while trying to access the server:": [
177
- "在尝试访问服务器时遇到错误:"
173
+ "Foreman plugin that process & upload data to Red Hat Cloud": [
174
+ "处理数据并将其上传到红帽云的 Foreman 插件"
175
+ ],
176
+ "Full Screen": [
177
+ "全屏"
178
+ ],
179
+ "Generate and upload report": [
180
+ "生成并上传报告"
181
+ ],
182
+ "Generate the report, but do not upload": [
183
+ "生成报告,但不上传"
178
184
  ],
179
185
  "Generating": [
180
186
  "生成中"
181
187
  ],
182
- "Uploading": [
183
- "上载中"
188
+ "Go to Foreman Insights page": [
189
+ "进入 Foreman Insights 页面"
184
190
  ],
185
- "Download Report": [
186
- "下载报告"
191
+ "Go to first page": [
192
+ "前往第一页"
187
193
  ],
188
- "Full Screen": [
189
- "全屏"
194
+ "Go to last page": [
195
+ "前往最后一页"
190
196
  ],
191
- "Clear": [
192
- "清除"
197
+ "Go to next page": [
198
+ "前往下一页"
193
199
  ],
194
- "Filter..": [
195
- "过滤器..."
200
+ "Go to previous page": [
201
+ "前往上一页"
196
202
  ],
197
- "Any Organization": [
198
- "任意机构"
203
+ "Grab hosts that are missing in RH Cloud": [
204
+ "获取 RH Cloud 中缺少的主机"
199
205
  ],
200
- "Enable automatic upload of your hosts inventory to the Red Hat cloud": [
201
- "启用自动将主机清单上传到红帽云"
206
+ "Host Insights recommendations": [
207
+ "主机 Insights 建议"
202
208
  ],
203
- "Settings": [
204
- "设置"
209
+ "Host was not uploaded to your RH cloud inventory": [
210
+ "主机没有上传到您的 RH 云清单"
205
211
  ],
206
- "Cloud connector setup is in progress now: ": [
207
- "云连接器设置现在正在进行: "
212
+ "Hostname": [
213
+ "主机名"
208
214
  ],
209
- "Cloud connector job link": [
210
- "云连接器作业链接"
215
+ "Hosts with subscription in organization: ": [
216
+ "机构中具有订阅的主机: "
211
217
  ],
212
- "Cloud connector setup has failed: ": [
213
- "云连接器设置失败: "
218
+ "ID of the RHC(Yggdrasil) daemon": [
219
+ "RHC (Yggdrasil)守护进程的 ID"
214
220
  ],
215
- "Cloud connector setup has started: ": [
216
- "云连接器设置已启动: "
221
+ "Important": [
222
+ "重要"
217
223
  ],
218
- "view the job in progress": [
219
- "查看正在进行中的任务"
224
+ "Include parameters in insights-client reports": [
225
+ "在 insights-client 报告中包含参数"
220
226
  ],
221
- "Cloud Connector is in progress": [
222
- "云连接器正在进行"
227
+ "Insights": [
228
+ "Insights"
223
229
  ],
224
- "Reconfigure Cloud Connector": [
225
- "重新配置云连接器"
230
+ "Inventory": [
231
+ "清单"
226
232
  ],
227
- "Configure Cloud Connector": [
228
- "配置云连接器"
233
+ "Inventory Auto Upload": [
234
+ "清单自动上传"
235
+ ],
236
+ "Inventory Upload": [
237
+ "清单上传"
238
+ ],
239
+ "Inventory sync has failed: ": [
240
+ "清单同步失败: "
241
+ ],
242
+ "Inventory sync has started:": [
243
+ "清单同步已启动:"
244
+ ],
245
+ "Items per page": [
246
+ "每页的项"
247
+ ],
248
+ "Knowledgebase article": [
249
+ "知识库文章"
250
+ ],
251
+ "List of host UUIDs": [
252
+ "主机 UUID 列表"
253
+ ],
254
+ "Loading": [
255
+ "加载"
256
+ ],
257
+ "Loading...": [
258
+ "载入中..."
259
+ ],
260
+ "Low": [
261
+ "低"
262
+ ],
263
+ "Manual": [
264
+ "手册"
265
+ ],
266
+ "Moderate": [
267
+ "中等"
268
+ ],
269
+ "More details can be found in": [
270
+ "如需更多详细信息,请参阅"
271
+ ],
272
+ "Next run: ": [
273
+ "下一次运行 :"
274
+ ],
275
+ "No": [
276
+ "否"
277
+ ],
278
+ "No recommendations were found for this host!": [
279
+ "没有找到此主机的建议!"
280
+ ],
281
+ "No results found": [
282
+ "没有找到结果"
283
+ ],
284
+ "No task was found": [
285
+ "没有找到任务"
286
+ ],
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
- "This action will also enable automatic reports upload": [
234
- "此操作还会启用自动报告上传"
296
+ "Obfuscate IPs": [
297
+ "模糊 IP"
298
+ ],
299
+ "Obfuscate host ipv4 addresses": [
300
+ "模糊的主机 ipv4 地址"
301
+ ],
302
+ "Obfuscate host names": [
303
+ "模糊主机名"
304
+ ],
305
+ "Obfuscate host names sent to the Red Hat cloud": [
306
+ "发送到红帽云的模糊主机名"
307
+ ],
308
+ "Obfuscate ipv4 addresses sent to the Red Hat cloud": [
309
+ "发送到红帽云的模糊 ipv4 地址"
310
+ ],
311
+ "Oops! Couldn't find organization that matches your query": [
312
+ "未找到与您的查询匹配的机构"
235
313
  ],
236
314
  "Organization status": [
237
315
  "机构标签"
238
316
  ],
239
- "Displays manifest statuses per accessible organizations.": [
240
- "显示每个可访问的机构的清单状态。"
317
+ "Pagination": [
318
+ "分页"
319
+ ],
320
+ "Playbook": [
321
+ "运行 playbook"
322
+ ],
323
+ "RH Cloud": [
324
+ "RH Cloud"
325
+ ],
326
+ "RHC daemon id": [
327
+ "RHC 守护进程 ID"
328
+ ],
329
+ "RHCloud": [
330
+ "RHCloud"
331
+ ],
332
+ "Read more about it in RH cloud insights": [
333
+ "在 RH Cloud insights 中了解更多有关它的信息"
241
334
  ],
242
- "%s organizations": [
243
- "%s 机构"
335
+ "Reboot Required": [
336
+ "需要重启"
244
337
  ],
245
- "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 Satellite instance.": [
246
- ""
338
+ "Recommendation": [
339
+ "建议"
247
340
  ],
248
- "The Satellite inventory upload plugin automatically uploads Satellite 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.": [
249
- ""
341
+ "Recommendation sync has failed: ": [
342
+ "建议同步失败: "
250
343
  ],
251
- "To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.": [
252
- ""
344
+ "Recommendation sync has started: ": [
345
+ "建议同步已启动: "
253
346
  ],
254
- "To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
255
- ""
347
+ "Recommendations": [
348
+ "建议"
256
349
  ],
257
- "Restart": [
258
- "重新开始"
350
+ "Recommendations selected: %s.": [
351
+ "选择的建议:%s。"
259
352
  ],
260
- "For more information about the Subscriptions service, see:": [
261
- ""
353
+ "Recommendations synced successfully": [
354
+ "成功同步建议"
262
355
  ],
263
- "About subscription watch": [
264
- "订阅查看"
356
+ "Reconfigure cloud connector": [
357
+ "重新配置云连接器"
265
358
  ],
266
- "For more information about Insights and Cloud Connector, see:": [
267
- ""
359
+ "Red Hat Cloud Inventory": [
360
+ "红帽云清单"
361
+ ],
362
+ "Red Hat Insights": [
363
+ "Red Hat Insights"
268
364
  ],
269
365
  "Red Hat Insights Data and Application Security": [
270
366
  "Red Hat Insights 数据和应用程序安全"
271
367
  ],
272
- "Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it": [
273
- "已配置了云连接器,但禁用了清单自动上传,建议启用它"
274
- ],
275
- "Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it": [
276
- "已配置了云连接器,但启用了模糊主机名设置,建议禁用它"
368
+ "Red Hat Inventory": [
369
+ "Red Hat 清单"
277
370
  ],
278
- "Inventory sync has started:": [
279
- "清单同步已启动:"
371
+ "Remain": [
372
+ "保留"
280
373
  ],
281
- "Inventory sync has failed: ": [
282
- "清单同步失败: "
374
+ "Remediate": [
375
+ "补救"
283
376
  ],
284
- "Hosts with subscription in organization: ": [
285
- "机构中具有订阅的主机: "
377
+ "Remediation summary": [
378
+ "补救概述"
286
379
  ],
287
- "Successfully synced hosts: ": [
288
- "成功同步的主机:"
380
+ "Reporting": [
381
+ "报告"
289
382
  ],
290
- "Disconnected hosts: ": [
291
- "断开连接的主机:"
383
+ "Resolution": [
384
+ "解决方案"
292
385
  ],
293
- "For more info, please visit the": [
294
- "如需更多信息,请访问"
386
+ "Run RH Cloud playbook": [
387
+ "运行 RH Cloud playbook"
295
388
  ],
296
- "hosts page": [
297
- "主机页"
389
+ "Run playbook genrated by Red Hat remediations app": [
390
+ "运行由红帽补救应用生成的 playbook"
298
391
  ],
299
- "Next run: ": [
300
- "下一次运行 "
392
+ "Run remediation playbook generated by Insights": [
393
+ "运行 Insights 生成的补救 playbook"
301
394
  ],
302
- "Completed": [
303
- "完成"
395
+ "Satellite server has %{hits_count} recommendations by Red Hat": [
396
+ "Satellite 服务器有 %{hits_count} 个红帽提供的建议"
304
397
  ],
305
- "Remain": [
306
- "保留"
398
+ "Scoped search string for host removal": [
399
+ "用于删除主机的有范围的搜索字符串"
307
400
  ],
308
- "Exit Code: %s": [
309
- "退出代码:%s"
401
+ "Select recommendations from all pages": [
402
+ "在所有页面中选择建议"
310
403
  ],
311
- "Red Hat Inventory": [
312
- "Red Hat 清单"
404
+ "Set the current organization context for the request": [
405
+ "设置请求的当前机构上下文"
313
406
  ],
314
- "Documentation": [
315
- "文档"
407
+ "Settings": [
408
+ "设置"
316
409
  ],
317
- "Actions history": [
318
- "操作历史记录"
410
+ "Should import include parameter tags from Foreman?": [
411
+ "应从 Foreman 导入包含参数标签?"
319
412
  ],
320
- " Sync inventory status": [
321
- " 同步清单状态"
413
+ "Show Advanced Settings": [
414
+ "显示高级设置"
322
415
  ],
323
- "Connectivity test": [
324
- "连接测试"
416
+ "Show if system is configured to use local iop-advisor-engine.": [
417
+ "显示系统是否被配置为使用本地 iop-advisor-engine。"
325
418
  ],
326
- "Red Hat Cloud Inventory": [
327
- "红帽云清单"
419
+ "Start inventory synchronization": [
420
+ "启动清单同步"
328
421
  ],
329
- "Inventory Auto Upload": [
330
- "清单自动上传"
422
+ "Start report generation": [
423
+ "开始报告生成"
331
424
  ],
332
- "Advanced Inventory Settings": [
333
- "高级清单设置"
425
+ "Successfully synced hosts: ": [
426
+ "成功同步的主机:"
334
427
  ],
335
- "Show Advanced Settings": [
336
- "显示高级设置"
428
+ "Successfully uploaded to your RH cloud inventory": [
429
+ "成功上传到您的 RH 云清单"
337
430
  ],
338
- "More details can be found in": [
339
- "如需更多详细信息,请参阅"
431
+ "Sync automatically": [
432
+ "自动同步"
340
433
  ],
341
- "Configure": [
342
- "配置"
434
+ "Sync recommendations": [
435
+ "同步建议"
343
436
  ],
344
- "Obfuscate IPs": [
345
- "模糊 IP"
437
+ "Synchronize recommendations Automatically": [
438
+ "自动同步建议"
346
439
  ],
347
- "Exclude packages": [
348
- "排除软件包"
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
+ "Foreman 清单上传插件会自动将 Foreman 主机清单数据上传到 Insights 的 Inventory 服务,订阅服务使用这些信息来提供订阅报告。如果使用订阅服务,则需要启用清单上传。"
349
442
  ],
350
- "Exclude packages from being uploaded to the Red Hat cloud": [
351
- "排除软件包上传到红帽云"
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
+ "Red Hat Hybrid Cloud Console 提供了一组云服务,包括 Red Hat Insights 和订阅,提供预测分析、修复问题以及针对此 Foreman 实例的统一订阅报告。"
352
445
  ],
353
- "Insights synchronization process is used to provide Insights recommendations output for hosts managed here.": [
354
- "Insights 同步过程用于为此处管理的主机提供 Insights 建议输出。"
446
+ "The report file %{filename} doesn't exist": [
447
+ "报告文件 %{filename} 不存在"
355
448
  ],
356
- "Sync automatically": [
357
- "自动同步"
449
+ "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
450
+ "调度的进程被禁用,因为此 Foreman 配置了 use_local_advisor_engine 选项。"
358
451
  ],
359
- "Playbook": [
360
- "运行 playbook"
452
+ "The server returned the following error: %s": [
453
+ "服务器返回以下错误:%s"
361
454
  ],
362
- "Manual": [
363
- "手册"
455
+ "The task failed with the following error:": [
456
+ "任务失败,错误为:"
364
457
  ],
365
- "View in Red Hat Insights": [
366
- "禁用 Red Hat Insights"
458
+ "There are no recommendations for your hosts": [
459
+ "没有适用于您的主机的建议"
367
460
  ],
368
- "Knowledgebase article": [
369
- "知识库文章"
461
+ "This action will also enable automatic reports upload": [
462
+ "此操作还会启用自动报告上传"
370
463
  ],
371
- "Hostname": [
372
- "主机名"
464
+ "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.": [
465
+ "要为所有 Foreman 机构启用此报告,请将 {uploadButtonName} 设置为 on。数据将每天自动报告一次。"
373
466
  ],
374
- "Recommendation": [
375
- "建议"
467
+ "To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
468
+ "要手动上传特定机构的数据,请选择机构并点 {restartButtonName}。"
376
469
  ],
377
470
  "Total risk": [
378
471
  "总风险"
379
472
  ],
380
- "Remediate": [
381
- "补救"
382
- ],
383
- "items": [
384
- "项"
385
- ],
386
- "page": [
387
- "page"
473
+ "Total risks": [
474
+ "总风险"
388
475
  ],
389
- "Items per page": [
390
- "每页的项"
476
+ "Upload hits from iop-advisor-engine": [
477
+ "从 iop-advisor-engine 上传 hits"
391
478
  ],
392
- "per page": [
393
- "每页"
479
+ "Upload hits information": [
480
+ "上传 hits 信息"
394
481
  ],
395
- "Go to first page": [
396
- "前往第一页"
482
+ "Upload rules related to the hits": [
483
+ "上传与 hits 相关的 rule"
397
484
  ],
398
- "Go to previous page": [
399
- "前往上一页"
485
+ "Uploading": [
486
+ "上载中"
400
487
  ],
401
- "Go to last page": [
402
- "前往最后一页"
488
+ "Value %{value} is not a valid UUID": [
489
+ "值 %{value} 不是一个有效的 UUID"
403
490
  ],
404
- "Go to next page": [
405
- "前往下一页"
491
+ "View all recommendations": [
492
+ "查看所有建议"
406
493
  ],
407
- "Current page": [
408
- "当前页"
494
+ "View in Red Hat Insights": [
495
+ "禁用 Red Hat Insights"
409
496
  ],
410
- "Pagination": [
411
- "分页"
497
+ "Wait and %s": [
498
+ "等待和 %s"
412
499
  ],
413
- "Recommendations selected: %s.": [
414
- "选择的建议:%s。"
500
+ "Whether the resolution requires reboot": [
501
+ "resolution 是否需要重启"
415
502
  ],
416
- "Select recommendations from all pages": [
417
- "在所有页面中选择建议"
503
+ "category name": [
504
+ "类别名称"
418
505
  ],
419
- "All recommendations are now selected.": [
420
- "现在选择了所有建议。"
506
+ "generic": [
507
+ "通用"
421
508
  ],
422
- "Clear Selection": [
423
- "清除选择"
509
+ "hosts page": [
510
+ "主机页"
424
511
  ],
425
- "Remediation summary": [
426
- "补救概述"
512
+ "impact name": [
513
+ "影响名称"
427
514
  ],
428
- "Cancel": [
429
- "取消"
515
+ "iop payload including resolutions, rules, hits": [
516
+ "IOP 有效负载,包括 resolutions, rules, hits"
430
517
  ],
431
- "No": [
432
- ""
518
+ "items": [
519
+ ""
433
520
  ],
434
- "Resolution": [
435
- "解决方案"
521
+ "likelihood number": [
522
+ "可能性号"
436
523
  ],
437
- "Reboot Required": [
438
- "需要重启"
524
+ "more info": [
525
+ "更多信息"
439
526
  ],
440
- "Sync recommendations": [
441
- "同步建议"
527
+ "page": [
528
+ ""
442
529
  ],
443
- "Recommendation sync has failed: ": [
444
- "建议同步失败: "
530
+ "per page": [
531
+ "每页"
445
532
  ],
446
- "Recommendation sync has started: ": [
447
- "建议同步已启动: "
533
+ "publish date (YYYY-MM-DD)": [
534
+ "发布日期 (YYYY-MM-DD)"
448
535
  ],
449
- "Recommendations synced successfully": [
450
- "成功同步建议"
536
+ "rating": [
537
+ "评级"
451
538
  ],
452
- "No recommendations were found for this host!": [
453
- "没有找到此主机的建议!"
539
+ "reason": [
540
+ "原因"
454
541
  ],
455
- "Low": [
456
- ""
542
+ "reboot required": [
543
+ "需要重启"
457
544
  ],
458
- "Moderate": [
459
- "中等"
545
+ "resolution description": [
546
+ "resolution 描述"
460
547
  ],
461
- "Important": [
462
- "重要"
548
+ "resolution risk": [
549
+ "resolution 风险"
463
550
  ],
464
- "Critical": [
465
- "关键"
551
+ "result url": [
552
+ "结果 url"
466
553
  ],
467
- "Total risks": [
468
- "总风险"
554
+ "rule description": [
555
+ "rule 描述"
469
556
  ],
470
- "View all recommendations": [
471
- "查看所有建议"
557
+ "rule id": [
558
+ "rule id"
472
559
  ],
473
- "No results found": [
474
- "没有找到结果"
560
+ "rule title": [
561
+ "rule 标题"
475
562
  ],
476
- "Go to Satellite Insights page": [
477
- "进入 Satellite Insights 页面"
563
+ "solution url": [
564
+ "solution url"
478
565
  ],
479
- "Read more about it in RH cloud insights": [
480
- "在 RH Cloud insights 中了解更多有关它的信息"
566
+ "summary": [
567
+ "摘要"
481
568
  ],
482
- "The task failed with the following error:": [
483
- "任务失败,错误为:"
569
+ "total risk": [
570
+ "总风险"
484
571
  ],
485
- "view the task page for more details": [
486
- "查看任务页面以了解更多详细信息"
572
+ "type": [
573
+ "类型"
487
574
  ],
488
- "Loading": [
489
- "加载"
575
+ "upload hits details json": [
576
+ "上传 hits 详情 json"
490
577
  ],
491
- "The server returned the following error: %s": [
492
- "服务器返回以下错误:%s"
578
+ "upload resolutions related to the hits": [
579
+ "上传与 hits 相关的 resolutions"
493
580
  ],
494
- "There are no recommendations for your hosts": [
495
- ""
581
+ "view the job in progress": [
582
+ "查看正在进行中的任务"
496
583
  ],
497
- "Foreman plugin that process & upload data to Red Hat Cloud": [
498
- "处理数据并将其上传到红帽云的 Foreman 插件"
584
+ "view the task page for more details": [
585
+ "查看任务页面以了解更多详细信息"
499
586
  ]
500
587
  }
501
588
  }