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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +400 -313
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +400 -313
- 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 +398 -311
- data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +11 -1
- data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +5 -3
- 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/engine.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/insights_cloud/async/insights_full_sync.rb +14 -9
- data/lib/insights_cloud/async/insights_resolutions_sync.rb +5 -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/foreman_rh_cloud.pot +217 -96
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +123 -36
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +124 -36
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +107 -19
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +592 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +123 -35
- data/package.json +1 -1
- data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +13 -0
- data/test/jobs/insights_full_sync_test.rb +28 -0
- data/test/jobs/insights_resolutions_sync_test.rb +22 -0
- 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 -6
- data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +0 -502
- data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/en/foreman_rh_cloud.po +0 -496
Binary file
|
@@ -6,9 +6,10 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023
|
8
8
|
#
|
9
|
+
#, fuzzy
|
9
10
|
msgid ""
|
10
11
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_rh_cloud 1.0
|
12
|
+
"Project-Id-Version: foreman_rh_cloud 11.1.0\n"
|
12
13
|
"Report-Msgid-Bugs-To: \n"
|
13
14
|
"PO-Revision-Date: 2023-01-20 13:26+0000\n"
|
14
15
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
@@ -19,8 +20,8 @@ msgstr ""
|
|
19
20
|
"Language: ka\n"
|
20
21
|
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
21
22
|
|
22
|
-
msgid " Sync inventory status"
|
23
|
-
msgstr "
|
23
|
+
msgid " Sync all inventory status"
|
24
|
+
msgstr ""
|
24
25
|
|
25
26
|
msgid "%s organizations"
|
26
27
|
msgstr "%s ორგანიზაცია"
|
@@ -85,12 +86,12 @@ msgstr "დასრულებულია"
|
|
85
86
|
msgid "Configure"
|
86
87
|
msgstr "მორგება"
|
87
88
|
|
88
|
-
msgid "Configure Cloud Connector"
|
89
|
-
msgstr "ღრუბელთან მიერთების მორგება"
|
90
|
-
|
91
89
|
msgid "Configure Cloud Connector on given hosts"
|
92
90
|
msgstr "მითითებულ ჰოსტებზე Cloud Connector-ის მორგება"
|
93
91
|
|
92
|
+
msgid "Configure cloud connector"
|
93
|
+
msgstr ""
|
94
|
+
|
94
95
|
msgid "Connectivity test"
|
95
96
|
msgstr "მიერთების შემოწმება"
|
96
97
|
|
@@ -151,6 +152,9 @@ msgstr "პაკეტების ამოღება Red Hat Cloud-ზე
|
|
151
152
|
msgid "Exit Code: %s"
|
152
153
|
msgstr "გასვლის კოდი: %s"
|
153
154
|
|
155
|
+
msgid "Fetch Insights-related host details"
|
156
|
+
msgstr ""
|
157
|
+
|
154
158
|
msgid "Fetching data about your accounts"
|
155
159
|
msgstr "მონაცემების გამოთხოვა თქვენი ანგარიშების შესახებ"
|
156
160
|
|
@@ -175,14 +179,17 @@ msgstr "Foreman-ის დამატება, რომელიც მონ
|
|
175
179
|
msgid "Full Screen"
|
176
180
|
msgstr "სრულეკრანიანი რეჟიმი"
|
177
181
|
|
182
|
+
msgid "Generate and upload report"
|
183
|
+
msgstr ""
|
184
|
+
|
178
185
|
msgid "Generate the report, but do not upload"
|
179
186
|
msgstr ""
|
180
187
|
|
181
188
|
msgid "Generating"
|
182
189
|
msgstr "გენერაცია"
|
183
190
|
|
184
|
-
msgid "Go to
|
185
|
-
msgstr "
|
191
|
+
msgid "Go to Foreman Insights page"
|
192
|
+
msgstr ""
|
186
193
|
|
187
194
|
msgid "Go to first page"
|
188
195
|
msgstr "პირველ გვერდზე"
|
@@ -223,9 +230,6 @@ msgstr "ჩასმის პარამეტრები insghts-client-ი
|
|
223
230
|
msgid "Insights"
|
224
231
|
msgstr "Insights"
|
225
232
|
|
226
|
-
msgid "Insights synchronization process is used to provide Insights recommendations output for hosts managed here."
|
227
|
-
msgstr "აქედან მართული ჰოსტებისთვის Insights-ის რეკომენდაციის მისაწოდებლად Insights-ის სინქრონიზაციის პროცესი გამოიყენება."
|
228
|
-
|
229
233
|
msgid "Inventory"
|
230
234
|
msgstr "ინვენტარი"
|
231
235
|
|
@@ -247,6 +251,9 @@ msgstr "ჩანაწერი გვერდზე"
|
|
247
251
|
msgid "Knowledgebase article"
|
248
252
|
msgstr "ცოდნის ბაზის სტატია"
|
249
253
|
|
254
|
+
msgid "List of host UUIDs"
|
255
|
+
msgstr ""
|
256
|
+
|
250
257
|
msgid "Loading"
|
251
258
|
msgstr "იტვირთება"
|
252
259
|
|
@@ -349,8 +356,8 @@ msgstr "არჩეული რეკომენდაციები: %s."
|
|
349
356
|
msgid "Recommendations synced successfully"
|
350
357
|
msgstr "რეკომენდაციების სინქრონიზაცია წარმატებულია"
|
351
358
|
|
352
|
-
msgid "Reconfigure
|
353
|
-
msgstr "
|
359
|
+
msgid "Reconfigure cloud connector"
|
360
|
+
msgstr ""
|
354
361
|
|
355
362
|
msgid "Red Hat Cloud Inventory"
|
356
363
|
msgstr "Red Hat Cloud-ის ინვენტარი"
|
@@ -379,9 +386,6 @@ msgstr "ანგარიში"
|
|
379
386
|
msgid "Resolution"
|
380
387
|
msgstr "გარჩევადობა"
|
381
388
|
|
382
|
-
msgid "Restart"
|
383
|
-
msgstr "გადატვრთვა"
|
384
|
-
|
385
389
|
msgid "Run RH Cloud playbook"
|
386
390
|
msgstr "RH Cloud-ის Playbok-ის გაშვება"
|
387
391
|
|
@@ -412,6 +416,9 @@ msgstr "უნდა შეიცავდეს შემოტანა პა
|
|
412
416
|
msgid "Show Advanced Settings"
|
413
417
|
msgstr "დამატებითი პარამეტრების ცვენება"
|
414
418
|
|
419
|
+
msgid "Show if system is configured to use local iop-advisor-engine."
|
420
|
+
msgstr ""
|
421
|
+
|
415
422
|
msgid "Start inventory synchronization"
|
416
423
|
msgstr "ინვენტარის სინქრონიზაციის დაწყება"
|
417
424
|
|
@@ -433,15 +440,18 @@ msgstr "სინქრონიზაციის რეკომენდა
|
|
433
440
|
msgid "Synchronize recommendations Automatically"
|
434
441
|
msgstr "რეკომენდაციების ავტომატური სინქრონიზაცია"
|
435
442
|
|
436
|
-
msgid "The
|
443
|
+
msgid "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."
|
437
444
|
msgstr ""
|
438
445
|
|
439
|
-
msgid "The
|
446
|
+
msgid "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."
|
440
447
|
msgstr ""
|
441
448
|
|
442
449
|
msgid "The report file %{filename} doesn't exist"
|
443
450
|
msgstr "ანგარიშის ფაილი %{filename} არ არსებობს"
|
444
451
|
|
452
|
+
msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
|
453
|
+
msgstr ""
|
454
|
+
|
445
455
|
msgid "The server returned the following error: %s"
|
446
456
|
msgstr "სერვერმა შემდეგი შეცდომა დააბრუნა: %ს"
|
447
457
|
|
@@ -454,7 +464,7 @@ msgstr ""
|
|
454
464
|
msgid "This action will also enable automatic reports upload"
|
455
465
|
msgstr "ეს ქმედება ავტომატურად ანგარიშების ატვირთვასაც ჩართავს"
|
456
466
|
|
457
|
-
msgid "To enable this reporting for all
|
467
|
+
msgid "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
|
458
468
|
msgstr ""
|
459
469
|
|
460
470
|
msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
|
@@ -466,6 +476,15 @@ msgstr "სრული რისკი"
|
|
466
476
|
msgid "Total risks"
|
467
477
|
msgstr "სულ რისკები"
|
468
478
|
|
479
|
+
msgid "Upload hits from iop-advisor-engine"
|
480
|
+
msgstr ""
|
481
|
+
|
482
|
+
msgid "Upload hits information"
|
483
|
+
msgstr ""
|
484
|
+
|
485
|
+
msgid "Upload rules related to the hits"
|
486
|
+
msgstr ""
|
487
|
+
|
469
488
|
msgid "Uploading"
|
470
489
|
msgstr "ატვირთვა"
|
471
490
|
|
@@ -481,18 +500,87 @@ msgstr "Red Hat Insights-ში ნახვა"
|
|
481
500
|
msgid "Wait and %s"
|
482
501
|
msgstr "დაელოდეთ და %s"
|
483
502
|
|
503
|
+
msgid "Whether the resolution requires reboot"
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
msgid "category name"
|
507
|
+
msgstr ""
|
508
|
+
|
509
|
+
msgid "generic"
|
510
|
+
msgstr ""
|
511
|
+
|
484
512
|
msgid "hosts page"
|
485
513
|
msgstr "ჰოსტების გვერდი"
|
486
514
|
|
515
|
+
msgid "impact name"
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "iop payload including resolutions, rules, hits"
|
519
|
+
msgstr ""
|
520
|
+
|
487
521
|
msgid "items"
|
488
522
|
msgstr "ელემენტი"
|
489
523
|
|
524
|
+
msgid "likelihood number"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
msgid "more info"
|
528
|
+
msgstr ""
|
529
|
+
|
490
530
|
msgid "page"
|
491
531
|
msgstr "პანელი"
|
492
532
|
|
493
533
|
msgid "per page"
|
494
534
|
msgstr "გვერდზე"
|
495
535
|
|
536
|
+
msgid "publish date (YYYY-MM-DD)"
|
537
|
+
msgstr ""
|
538
|
+
|
539
|
+
msgid "rating"
|
540
|
+
msgstr ""
|
541
|
+
|
542
|
+
msgid "reason"
|
543
|
+
msgstr ""
|
544
|
+
|
545
|
+
msgid "reboot required"
|
546
|
+
msgstr ""
|
547
|
+
|
548
|
+
msgid "resolution description"
|
549
|
+
msgstr ""
|
550
|
+
|
551
|
+
msgid "resolution risk"
|
552
|
+
msgstr ""
|
553
|
+
|
554
|
+
msgid "result url"
|
555
|
+
msgstr ""
|
556
|
+
|
557
|
+
msgid "rule description"
|
558
|
+
msgstr ""
|
559
|
+
|
560
|
+
msgid "rule id"
|
561
|
+
msgstr ""
|
562
|
+
|
563
|
+
msgid "rule title"
|
564
|
+
msgstr ""
|
565
|
+
|
566
|
+
msgid "solution url"
|
567
|
+
msgstr ""
|
568
|
+
|
569
|
+
msgid "summary"
|
570
|
+
msgstr ""
|
571
|
+
|
572
|
+
msgid "total risk"
|
573
|
+
msgstr ""
|
574
|
+
|
575
|
+
msgid "type"
|
576
|
+
msgstr ""
|
577
|
+
|
578
|
+
msgid "upload hits details json"
|
579
|
+
msgstr ""
|
580
|
+
|
581
|
+
msgid "upload resolutions related to the hits"
|
582
|
+
msgstr ""
|
583
|
+
|
496
584
|
msgid "view the job in progress"
|
497
585
|
msgstr "გაშვებული დავალების ნახვა"
|
498
586
|
|
Binary file
|