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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +248 -161
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +393 -306
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +393 -306
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
  7. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +393 -306
  8. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +9 -1
  9. data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +4 -2
  10. data/app/services/foreman_rh_cloud/hits_uploader.rb +3 -8
  11. data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
  12. data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
  13. data/config/routes.rb +10 -4
  14. data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
  15. data/lib/foreman_inventory_upload/async/upload_report_job.rb +1 -1
  16. data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
  17. data/lib/foreman_rh_cloud/version.rb +1 -1
  18. data/lib/insights_cloud.rb +4 -0
  19. data/lib/tasks/insights.rake +10 -7
  20. data/lib/tasks/rh_cloud_inventory.rake +8 -3
  21. data/locale/Makefile +12 -2
  22. data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  23. data/locale/en/foreman_rh_cloud.po +111 -22
  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 +106 -19
  27. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  28. data/locale/ja/foreman_rh_cloud.po +106 -19
  29. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  30. data/locale/ka/foreman_rh_cloud.po +106 -19
  31. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  32. data/locale/ko/foreman_rh_cloud.po +591 -0
  33. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  34. data/locale/zh_CN/foreman_rh_cloud.po +106 -19
  35. data/package.json +1 -1
  36. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
  37. data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +13 -2
  38. data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
  39. data/test/unit/slice_generator_test.rb +24 -2
  40. data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
  41. metadata +10 -3
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_rh_cloud 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-05 20:08+0100\n"
12
- "PO-Revision-Date: 2024-03-05 20:08+0100\n"
11
+ "POT-Creation-Date: 2025-02-10 20:07+0100\n"
12
+ "PO-Revision-Date: 2025-02-10 20:07+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,6 +18,125 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:12
22
+ msgid "Fetch Insights-related host details"
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:13
26
+ msgid "List of host UUIDs"
27
+ msgstr ""
28
+
29
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:26
30
+ msgid "Upload hits from iop-advisor-engine"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:30
34
+ msgid "iop payload including resolutions, rules, hits"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:31
38
+ msgid "upload resolutions related to the hits"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:32
42
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:40
43
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:54
44
+ msgid "rule id"
45
+ msgstr ""
46
+
47
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:33
48
+ msgid "resolution description"
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:34
52
+ msgid "Whether the resolution requires reboot"
53
+ msgstr ""
54
+
55
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:35
56
+ msgid "resolution risk"
57
+ msgstr ""
58
+
59
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:36
60
+ msgid "type"
61
+ msgstr ""
62
+
63
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:39
64
+ msgid "Upload rules related to the hits"
65
+ msgstr ""
66
+
67
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:41
68
+ msgid "rule description"
69
+ msgstr ""
70
+
71
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:42
72
+ msgid "category name"
73
+ msgstr ""
74
+
75
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:43
76
+ msgid "impact name"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:44
80
+ msgid "summary"
81
+ msgstr ""
82
+
83
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:45
84
+ msgid "generic"
85
+ msgstr ""
86
+
87
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:46
88
+ msgid "reason"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:47
92
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:57
93
+ msgid "total risk"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:48
97
+ msgid "reboot required"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:49
101
+ msgid "more info"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:50
105
+ msgid "rating"
106
+ msgstr ""
107
+
108
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:53
109
+ msgid "Upload hits information"
110
+ msgstr ""
111
+
112
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:55
113
+ msgid "rule title"
114
+ msgstr ""
115
+
116
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:56
117
+ msgid "solution url"
118
+ msgstr ""
119
+
120
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:58
121
+ msgid "likelihood number"
122
+ msgstr ""
123
+
124
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:59
125
+ msgid "publish date (YYYY-MM-DD)"
126
+ msgstr ""
127
+
128
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:60
129
+ msgid "result url"
130
+ msgstr ""
131
+
132
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:62
133
+ msgid "upload hits details json"
134
+ msgstr ""
135
+
136
+ #: ../app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb:7
137
+ msgid "Show if system is configured to use local iop-advisor-engine."
138
+ msgstr ""
139
+
21
140
  #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:9
22
141
  msgid "Download latest report"
23
142
  msgstr ""
@@ -68,7 +187,7 @@ msgid "No task was found"
68
187
  msgstr ""
69
188
 
70
189
  #: ../app/helpers/foreman_insights_host_helper.rb:7
71
- #: ../lib/foreman_rh_cloud/engine.rb:133
190
+ #: ../lib/foreman_rh_cloud/engine.rb:118 ../lib/foreman_rh_cloud/engine.rb:147
72
191
  #: ../webpack/InsightsHostDetailsTab/InsightsTab.js:46
73
192
  msgid "Recommendations"
74
193
  msgstr ""
@@ -78,7 +197,7 @@ msgid "Host Insights recommendations"
78
197
  msgstr ""
79
198
 
80
199
  #: ../app/models/insights_client_report_status.rb:11
81
- #: ../lib/foreman_rh_cloud/engine.rb:106 ../lib/foreman_rh_cloud/engine.rb:126
200
+ #: ../lib/foreman_rh_cloud/engine.rb:110 ../lib/foreman_rh_cloud/engine.rb:140
82
201
  msgid "Insights"
83
202
  msgstr ""
84
203
 
@@ -115,6 +234,14 @@ msgstr ""
115
234
  msgid "Wait and %s"
116
235
  msgstr ""
117
236
 
237
+ #: ../lib/foreman_inventory_upload/async/generate_all_reports_job.rb:37
238
+ #: ../lib/insights_cloud/async/insights_scheduled_sync.rb:26
239
+ #: ../lib/inventory_sync/async/inventory_scheduled_sync.rb:38
240
+ msgid ""
241
+ "The scheduled process is disabled because this Foreman is configured with the "
242
+ "use_local_advisor_engine option."
243
+ msgstr ""
244
+
118
245
  #: ../lib/foreman_inventory_upload/generators/fact_helpers.rb:136
119
246
  msgid "Value %{value} is not a valid UUID"
120
247
  msgstr ""
@@ -124,119 +251,119 @@ msgstr ""
124
251
  msgid "Enable inventory upload"
125
252
  msgstr ""
126
253
 
127
- #: ../lib/foreman_rh_cloud/engine.rb:104 ../lib/foreman_rh_cloud/engine.rb:132
128
- msgid "RH Cloud"
129
- msgstr ""
130
-
131
- #: ../lib/foreman_rh_cloud/engine.rb:105
132
- #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:78
133
- msgid "Inventory Upload"
134
- msgstr ""
135
-
136
- #: ../lib/foreman_rh_cloud/engine.rb:159
137
- msgid "Apply Insights recommendations"
138
- msgstr ""
139
-
140
- #: ../lib/foreman_rh_cloud/engine.rb:160
141
- msgid "Run remediation playbook generated by Insights"
142
- msgstr ""
143
-
144
- #: ../lib/foreman_rh_cloud/engine.rb:165
145
- msgid "Run RH Cloud playbook"
146
- msgstr ""
147
-
148
- #: ../lib/foreman_rh_cloud/engine.rb:166
149
- msgid "Run playbook genrated by Red Hat remediations app"
150
- msgstr ""
151
-
152
- #: ../lib/foreman_rh_cloud/engine.rb:172 ../lib/foreman_rh_cloud/engine.rb:173
153
- msgid "Configure Cloud Connector on given hosts"
154
- msgstr ""
155
-
156
- #: ../lib/foreman_rh_cloud/settings.rb:2
254
+ #: ../lib/foreman_rh_cloud/engine.rb:43
157
255
  msgid "RHCloud"
158
256
  msgstr ""
159
257
 
160
- #: ../lib/foreman_rh_cloud/settings.rb:3
258
+ #: ../lib/foreman_rh_cloud/engine.rb:44
161
259
  msgid "Enable automatic upload of your host inventory to the Red Hat cloud"
162
260
  msgstr ""
163
261
 
164
- #: ../lib/foreman_rh_cloud/settings.rb:3
262
+ #: ../lib/foreman_rh_cloud/engine.rb:44
165
263
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:6
166
264
  #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:26
167
265
  msgid "Automatic inventory upload"
168
266
  msgstr ""
169
267
 
170
- #: ../lib/foreman_rh_cloud/settings.rb:4
171
- #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:20
268
+ #: ../lib/foreman_rh_cloud/engine.rb:45
269
+ #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:25
172
270
  msgid ""
173
271
  "Enable automatic synchronization of Insights recommendations from the Red Hat "
174
272
  "cloud"
175
273
  msgstr ""
176
274
 
177
- #: ../lib/foreman_rh_cloud/settings.rb:4
275
+ #: ../lib/foreman_rh_cloud/engine.rb:45
178
276
  msgid "Synchronize recommendations Automatically"
179
277
  msgstr ""
180
278
 
181
- #: ../lib/foreman_rh_cloud/settings.rb:5
279
+ #: ../lib/foreman_rh_cloud/engine.rb:46
182
280
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:31
183
281
  msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
184
282
  msgstr ""
185
283
 
186
- #: ../lib/foreman_rh_cloud/settings.rb:5
284
+ #: ../lib/foreman_rh_cloud/engine.rb:46
187
285
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:30
188
286
  msgid "Automatic mismatch deletion"
189
287
  msgstr ""
190
288
 
191
- #: ../lib/foreman_rh_cloud/settings.rb:6
289
+ #: ../lib/foreman_rh_cloud/engine.rb:47
192
290
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:14
193
291
  #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/components/AdvancedSettings/AdvancedSettings.js:19
194
292
  msgid "Obfuscate host names sent to the Red Hat cloud"
195
293
  msgstr ""
196
294
 
197
- #: ../lib/foreman_rh_cloud/settings.rb:6
295
+ #: ../lib/foreman_rh_cloud/engine.rb:47
198
296
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:13
199
297
  #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/components/AdvancedSettings/AdvancedSettings.js:18
200
298
  msgid "Obfuscate host names"
201
299
  msgstr ""
202
300
 
203
- #: ../lib/foreman_rh_cloud/settings.rb:7
301
+ #: ../lib/foreman_rh_cloud/engine.rb:48
204
302
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:19
205
303
  #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/components/AdvancedSettings/AdvancedSettings.js:34
206
304
  msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
207
305
  msgstr ""
208
306
 
209
- #: ../lib/foreman_rh_cloud/settings.rb:7
307
+ #: ../lib/foreman_rh_cloud/engine.rb:48
210
308
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:18
211
309
  msgid "Obfuscate host ipv4 addresses"
212
310
  msgstr ""
213
311
 
214
- #: ../lib/foreman_rh_cloud/settings.rb:8
312
+ #: ../lib/foreman_rh_cloud/engine.rb:49
215
313
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:24
216
314
  msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
217
315
  msgstr ""
218
316
 
219
- #: ../lib/foreman_rh_cloud/settings.rb:8
317
+ #: ../lib/foreman_rh_cloud/engine.rb:49
220
318
  #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:23
221
319
  msgid "Exclude installed Packages"
222
320
  msgstr ""
223
321
 
224
- #: ../lib/foreman_rh_cloud/settings.rb:9
322
+ #: ../lib/foreman_rh_cloud/engine.rb:50
225
323
  msgid "Should import include parameter tags from Foreman?"
226
324
  msgstr ""
227
325
 
228
- #: ../lib/foreman_rh_cloud/settings.rb:9
326
+ #: ../lib/foreman_rh_cloud/engine.rb:50
229
327
  msgid "Include parameters in insights-client reports"
230
328
  msgstr ""
231
329
 
232
- #: ../lib/foreman_rh_cloud/settings.rb:10
330
+ #: ../lib/foreman_rh_cloud/engine.rb:51
233
331
  msgid "RHC daemon id"
234
332
  msgstr ""
235
333
 
236
- #: ../lib/foreman_rh_cloud/settings.rb:10
334
+ #: ../lib/foreman_rh_cloud/engine.rb:51
237
335
  msgid "ID of the RHC(Yggdrasil) daemon"
238
336
  msgstr ""
239
337
 
338
+ #: ../lib/foreman_rh_cloud/engine.rb:113
339
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:78
340
+ msgid "Inventory Upload"
341
+ msgstr ""
342
+
343
+ #: ../lib/foreman_rh_cloud/engine.rb:146
344
+ msgid "RH Cloud"
345
+ msgstr ""
346
+
347
+ #: ../lib/foreman_rh_cloud/engine.rb:186
348
+ msgid "Apply Insights recommendations"
349
+ msgstr ""
350
+
351
+ #: ../lib/foreman_rh_cloud/engine.rb:187
352
+ msgid "Run remediation playbook generated by Insights"
353
+ msgstr ""
354
+
355
+ #: ../lib/foreman_rh_cloud/engine.rb:192
356
+ msgid "Run RH Cloud playbook"
357
+ msgstr ""
358
+
359
+ #: ../lib/foreman_rh_cloud/engine.rb:193
360
+ msgid "Run playbook genrated by Red Hat remediations app"
361
+ msgstr ""
362
+
363
+ #: ../lib/foreman_rh_cloud/engine.rb:199 ../lib/foreman_rh_cloud/engine.rb:200
364
+ msgid "Configure Cloud Connector on given hosts"
365
+ msgstr ""
366
+
240
367
  #: ../lib/insights_cloud/async/insights_generate_notifications.rb:50
241
368
  msgid "Fix host"
242
369
  msgstr ""
@@ -342,12 +469,12 @@ msgstr ""
342
469
 
343
470
  #:
344
471
  #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:40
345
- msgid "Reconfigure Cloud Connector"
472
+ msgid "Reconfigure cloud connector"
346
473
  msgstr ""
347
474
 
348
475
  #:
349
476
  #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:47
350
- msgid "Configure Cloud Connector"
477
+ msgid "Configure cloud connector"
351
478
  msgstr ""
352
479
 
353
480
  #:
@@ -380,23 +507,23 @@ msgstr ""
380
507
  msgid ""
381
508
  "The Red Hat Hybrid Cloud Console provides a set of cloud services, including R"
382
509
  "ed Hat Insights and Subscriptions, that provide predictive analysis, remediati"
383
- "on of issues, and unified subscription reporting for this Satellite instance."
510
+ "on of issues, and unified subscription reporting for this Foreman instance."
384
511
  msgstr ""
385
512
 
386
513
  #:
387
514
  #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:15
388
515
  msgid ""
389
- "The Satellite inventory upload plugin automatically uploads Satellite host inv"
390
- "entory data to the Inventory service of Insights, where it can also be used by"
391
- " the Subscriptions service for subscription reporting. If you use the Subscrip"
392
- "tions service, enabling inventory uploads is required."
516
+ "The Foreman inventory upload plugin automatically uploads Foreman host invento"
517
+ "ry data to the Inventory service of Insights, where it can also be used by the"
518
+ " Subscriptions service for subscription reporting. If you use the Subscription"
519
+ "s service, enabling inventory uploads is required."
393
520
  msgstr ""
394
521
 
395
522
  #:
396
523
  #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:22
397
524
  msgid ""
398
- "To enable this reporting for all Satellite organizations, set {uploadButtonNam"
399
- "e} to on. The data will be reported automatically once per day."
525
+ "To enable this reporting for all Foreman organizations, set {uploadButtonName}"
526
+ " to on. The data will be reported automatically once per day."
400
527
  msgstr ""
401
528
 
402
529
  #:
@@ -407,28 +534,28 @@ msgid ""
407
534
  msgstr ""
408
535
 
409
536
  #:
410
- #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:37
537
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:38
411
538
  #: ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:22
412
- msgid "Restart"
539
+ msgid "Generate and upload report"
413
540
  msgstr ""
414
541
 
415
542
  #:
416
- #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:42
543
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:44
417
544
  msgid "For more information about the Subscriptions service, see:"
418
545
  msgstr ""
419
546
 
420
547
  #:
421
- #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:49
548
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:51
422
549
  msgid "About subscription watch"
423
550
  msgstr ""
424
551
 
425
552
  #:
426
- #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:53
553
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:55
427
554
  msgid "For more information about Insights and Cloud Connector, see:"
428
555
  msgstr ""
429
556
 
430
557
  #:
431
- #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:60
558
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:62
432
559
  msgid "Red Hat Insights Data and Application Security"
433
560
  msgstr ""
434
561
 
@@ -511,7 +638,7 @@ msgid "Actions history"
511
638
  msgstr ""
512
639
 
513
640
  #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:9
514
- msgid " Sync inventory status"
641
+ msgid " Sync all inventory status"
515
642
  msgstr ""
516
643
 
517
644
  #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:11
@@ -563,14 +690,8 @@ msgstr ""
563
690
  msgid "Exclude packages from being uploaded to the Red Hat cloud"
564
691
  msgstr ""
565
692
 
566
- #: ../webpack/InsightsCloudSync/Components/InsightsHeader/index.js:9
567
- msgid ""
568
- "Insights synchronization process is used to provide Insights recommendations o"
569
- "utput for hosts managed here."
570
- msgstr ""
571
-
572
693
  #:
573
- #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:19
694
+ #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:24
574
695
  msgid "Sync automatically"
575
696
  msgstr ""
576
697
 
@@ -585,99 +706,99 @@ msgid "Manual"
585
706
  msgstr ""
586
707
 
587
708
  #:
588
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:41
589
- #: ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:23
590
- #: ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:53
709
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:42
710
+ #: ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:28
711
+ #: ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:55
591
712
  msgid "View in Red Hat Insights"
592
713
  msgstr ""
593
714
 
594
715
  #:
595
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:50
716
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:51
596
717
  #: ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:30
597
718
  msgid "Knowledgebase article"
598
719
  msgstr ""
599
720
 
600
721
  #:
601
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:64
722
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:65
602
723
  #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:14
603
724
  msgid "Hostname"
604
725
  msgstr ""
605
726
 
606
727
  #:
607
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:70
728
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:71
608
729
  #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:18
609
730
  msgid "Recommendation"
610
731
  msgstr ""
611
732
 
612
733
  #:
613
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:76
734
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:77
614
735
  msgid "Total risk"
615
736
  msgstr ""
616
737
 
617
738
  #:
618
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:82
739
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:83
619
740
  #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js:51
620
741
  #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModalFooter.js:13
621
742
  msgid "Remediate"
622
743
  msgstr ""
623
744
 
624
745
  #:
625
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:101
746
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:102
626
747
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:19
627
748
  msgid "items"
628
749
  msgstr ""
629
750
 
630
751
  #:
631
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:102
752
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:103
632
753
  msgid "page"
633
754
  msgstr ""
634
755
 
635
756
  #:
636
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:103
637
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:109
757
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:104
758
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:110
638
759
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:21
639
760
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:27
640
761
  msgid "Items per page"
641
762
  msgstr ""
642
763
 
643
764
  #:
644
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:104
765
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:105
645
766
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:22
646
767
  msgid "per page"
647
768
  msgstr ""
648
769
 
649
770
  #:
650
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:105
771
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:106
651
772
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:23
652
773
  msgid "Go to first page"
653
774
  msgstr ""
654
775
 
655
776
  #:
656
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:106
777
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:107
657
778
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:24
658
779
  msgid "Go to previous page"
659
780
  msgstr ""
660
781
 
661
782
  #:
662
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:107
783
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:108
663
784
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:25
664
785
  msgid "Go to last page"
665
786
  msgstr ""
666
787
 
667
788
  #:
668
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:108
789
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:109
669
790
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:26
670
791
  msgid "Go to next page"
671
792
  msgstr ""
672
793
 
673
794
  #:
674
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:110
795
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:111
675
796
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:28
676
797
  msgid "Current page"
677
798
  msgstr ""
678
799
 
679
800
  #:
680
- #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:111
801
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:112
681
802
  #: ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:29
682
803
  msgid "Pagination"
683
804
  msgstr ""
@@ -723,7 +844,7 @@ msgstr ""
723
844
  msgid "Reboot Required"
724
845
  msgstr ""
725
846
 
726
- #: ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:15
847
+ #: ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:20
727
848
  msgid "Sync recommendations"
728
849
  msgstr ""
729
850
 
@@ -775,8 +896,8 @@ msgstr ""
775
896
  msgid "No results found"
776
897
  msgstr ""
777
898
 
778
- #: ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:40
779
- msgid "Go to Satellite Insights page"
899
+ #: ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:42
900
+ msgid "Go to Foreman Insights page"
780
901
  msgstr ""
781
902
 
782
903
  #: ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:38