foreman_rh_cloud 13.2.0 → 14.0.1

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 (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +133 -1
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +133 -1
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +133 -1
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +133 -1
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +133 -1
  7. data/lib/foreman_inventory_upload/generators/fact_helpers.rb +0 -8
  8. data/lib/foreman_inventory_upload/generators/queries.rb +13 -3
  9. data/lib/foreman_inventory_upload/generators/slice.rb +1 -1
  10. data/lib/foreman_inventory_upload.rb +23 -8
  11. data/lib/foreman_rh_cloud/version.rb +1 -1
  12. data/locale/Makefile +3 -3
  13. data/locale/foreman_rh_cloud.pot +245 -41
  14. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  15. data/locale/fr/foreman_rh_cloud.edit.po +1032 -0
  16. data/locale/fr/foreman_rh_cloud.po +133 -1
  17. data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
  18. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  19. data/locale/ja/foreman_rh_cloud.edit.po +1026 -0
  20. data/locale/ja/foreman_rh_cloud.po +133 -1
  21. data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
  22. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  23. data/locale/ka/foreman_rh_cloud.edit.po +1025 -0
  24. data/locale/ka/foreman_rh_cloud.po +133 -1
  25. data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
  26. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  27. data/locale/ko/foreman_rh_cloud.edit.po +1029 -0
  28. data/locale/ko/foreman_rh_cloud.po +133 -1
  29. data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
  30. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  31. data/locale/zh_CN/foreman_rh_cloud.edit.po +1031 -0
  32. data/locale/zh_CN/foreman_rh_cloud.po +133 -1
  33. data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
  34. data/package.json +1 -1
  35. data/test/controllers/insights_cloud/api/advisor_engine_controller_test.rb +5 -0
  36. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +6 -1
  37. data/test/controllers/insights_sync/settings_controller_test.rb +5 -0
  38. data/test/jobs/host_inventory_report_job_test.rb +2 -0
  39. data/test/jobs/inventory_full_sync_test.rb +4 -7
  40. data/test/jobs/inventory_hosts_sync_test.rb +5 -7
  41. data/test/jobs/inventory_scheduled_sync_test.rb +5 -0
  42. data/test/jobs/inventory_self_host_sync_test.rb +1 -1
  43. data/test/jobs/single_host_report_job_test.rb +2 -0
  44. data/test/jobs/upload_report_direct_job_test.rb +5 -0
  45. data/test/unit/archived_report_generator_test.rb +1 -2
  46. data/test/unit/fact_helpers_test.rb +0 -16
  47. data/test/unit/lib/foreman_rh_cloud/registration_manager_extensions_test.rb +5 -0
  48. data/test/unit/lib/insights_cloud/async/vmaas_reposcan_sync_test.rb +5 -0
  49. data/test/unit/rh_cloud_http_proxy_test.rb +5 -0
  50. data/test/unit/services/foreman_rh_cloud/branch_info_test.rb +1 -1
  51. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +1 -1
  52. data/test/unit/slice_generator_test.rb +43 -22
  53. metadata +16 -3
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_rh_cloud 13.0.5\n"
15
+ "Project-Id-Version: foreman_rh_cloud 13.2.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "PO-Revision-Date: 2023-01-20 13:26+0000\n"
18
18
  "Last-Translator: Ondřej Gajdušek, 2025\n"
@@ -29,6 +29,9 @@ msgstr "모든 인벤토리 상태 동기화"
29
29
  msgid "%s organizations"
30
30
  msgstr "%s 조직"
31
31
 
32
+ msgid "A specific organization must be selected from the organization context."
33
+ msgstr ""
34
+
32
35
  msgid "About subscription watch"
33
36
  msgstr "서브스크립션 감시 정보"
34
37
 
@@ -41,6 +44,9 @@ msgstr "고급 인벤토리 설정"
41
44
  msgid "All recommendations are now selected."
42
45
  msgstr "모든 권장 사항이 선택되었습니다."
43
46
 
47
+ msgid "Analysis disabled"
48
+ msgstr ""
49
+
44
50
  msgid "Analytics data collection"
45
51
  msgstr "분석 데이터 수집"
46
52
 
@@ -50,6 +56,9 @@ msgstr "모든 조직 "
50
56
  msgid "Apply Insights recommendations"
51
57
  msgstr "Insights 권장 사항 적용"
52
58
 
59
+ msgid "Attempted to destroy HBI host %s, but host does not exist in HBI"
60
+ msgstr ""
61
+
53
62
  msgid "Automatic inventory upload"
54
63
  msgstr "자동 인벤토리 업로드"
55
64
 
@@ -89,6 +98,9 @@ msgstr "현재 클라우드 커넥터 설정이 진행 중입니다. "
89
98
  msgid "Completed"
90
99
  msgstr "완료"
91
100
 
101
+ msgid "Completed with warnings"
102
+ msgstr ""
103
+
92
104
  msgid "Configure"
93
105
  msgstr "설정"
94
106
 
@@ -107,6 +119,15 @@ msgstr "중요함"
107
119
  msgid "Current page"
108
120
  msgstr "현재 페이지"
109
121
 
122
+ msgid "Details"
123
+ msgstr ""
124
+
125
+ msgid "Disable"
126
+ msgstr ""
127
+
128
+ msgid "Disable vulnerability analysis"
129
+ msgstr ""
130
+
110
131
  msgid "Disconnected hosts: "
111
132
  msgstr "연결이 끊긴 호스트: "
112
133
 
@@ -122,6 +143,15 @@ msgstr "보고서 다운로드"
122
143
  msgid "Download latest report"
123
144
  msgstr "최신 보고서 다운로드"
124
145
 
146
+ msgid "Download report"
147
+ msgstr ""
148
+
149
+ msgid "Duration"
150
+ msgstr ""
151
+
152
+ msgid "Enable"
153
+ msgstr ""
154
+
125
155
  msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
126
156
  msgstr "Red Hat 클라우드에서 일치하지 않는 호스트 기록의 자동 삭제를 활성화하십시오."
127
157
 
@@ -146,6 +176,9 @@ msgstr "클라우드 커넥터 활성화"
146
176
  msgid "Enable inventory upload"
147
177
  msgstr "인벤토리 업로드 활성화"
148
178
 
179
+ msgid "Enable vulnerability analysis"
180
+ msgstr ""
181
+
149
182
  msgid "Encountered an error while trying to access the server:"
150
183
  msgstr "서버에 접근하는 동안 오류가 발생했습니다:"
151
184
 
@@ -161,6 +194,18 @@ msgstr ""
161
194
  msgid "Exit Code: %s"
162
195
  msgstr "종료 코드: %s"
163
196
 
197
+ msgid "Failed"
198
+ msgstr ""
199
+
200
+ msgid "Failed to destroy HBI host %s: %s"
201
+ msgstr ""
202
+
203
+ msgid "Failed to fetch hosts"
204
+ msgstr ""
205
+
206
+ msgid "Failed to update vulnerability analysis status"
207
+ msgstr ""
208
+
164
209
  msgid "Fetch Insights-related host details"
165
210
  msgstr "Insights 관련 호스트 세부 정보 가져오기"
166
211
 
@@ -197,6 +242,9 @@ msgstr "보고서 생성"
197
242
  msgid "Generate the report, but do not upload"
198
243
  msgstr "보고서를 생성하되 업로드하지 마십시오."
199
244
 
245
+ msgid "Generated"
246
+ msgstr ""
247
+
200
248
  msgid "Generating"
201
249
  msgstr "생성 중"
202
250
 
@@ -245,6 +293,9 @@ msgstr "insights-client 보고서에 매개변수 포함"
245
293
  msgid "Insights"
246
294
  msgstr "Insights"
247
295
 
296
+ msgid "Invalid response from server"
297
+ msgstr ""
298
+
248
299
  msgid "Inventory"
249
300
  msgstr "인벤토리"
250
301
 
@@ -281,6 +332,9 @@ msgstr "로딩..."
281
332
  msgid "Low"
282
333
  msgstr "낮음"
283
334
 
335
+ msgid "Manage vulnerability analysis"
336
+ msgstr ""
337
+
284
338
  msgid "Manual"
285
339
  msgstr "수동"
286
340
 
@@ -296,21 +350,42 @@ msgstr "중간 수준"
296
350
  msgid "More details can be found in"
297
351
  msgstr "자세한 내용은 다음에서 확인할 수 있습니다."
298
352
 
353
+ msgid "N/A"
354
+ msgstr ""
355
+
299
356
  msgid "Next run: "
300
357
  msgstr "다음 실행: "
301
358
 
302
359
  msgid "No"
303
360
  msgstr "아니오 "
304
361
 
362
+ msgid "No account data available."
363
+ msgstr ""
364
+
365
+ msgid "No recent tasks"
366
+ msgstr ""
367
+
305
368
  msgid "No recommendations were found for this host!"
306
369
  msgstr "이 호스트에 대한 추천을 찾을 수 없습니다!"
307
370
 
371
+ msgid "No report generation tasks have been run yet."
372
+ msgstr ""
373
+
308
374
  msgid "No results found"
309
375
  msgstr "검색 결과가 없습니다"
310
376
 
377
+ msgid "No task history"
378
+ msgstr ""
379
+
311
380
  msgid "No task was found"
312
381
  msgstr "작업을 찾을 수 없습니다"
313
382
 
383
+ msgid "No tasks have been run yet."
384
+ msgstr ""
385
+
386
+ msgid "None of the selected hosts are registered"
387
+ msgstr ""
388
+
314
389
  msgid "Not reporting"
315
390
  msgstr "보고하지 않음"
316
391
 
@@ -356,9 +431,15 @@ msgstr "조직 상태"
356
431
  msgid "Pagination"
357
432
  msgstr "페이지 지정"
358
433
 
434
+ msgid "Paused"
435
+ msgstr ""
436
+
359
437
  msgid "Playbook"
360
438
  msgstr "Playbook"
361
439
 
440
+ msgid "Previous tasks will appear here."
441
+ msgstr ""
442
+
362
443
  msgid "RH Cloud"
363
444
  msgstr "RH 클라우드"
364
445
 
@@ -413,6 +494,18 @@ msgstr "개선 사항"
413
494
  msgid "Remediation summary"
414
495
  msgstr "개선 요약"
415
496
 
497
+ msgid "Report Generation"
498
+ msgstr ""
499
+
500
+ msgid "Report generation and upload started"
501
+ msgstr ""
502
+
503
+ msgid "Report generation started"
504
+ msgstr ""
505
+
506
+ msgid "Report saved to"
507
+ msgstr ""
508
+
416
509
  msgid "Reporting"
417
510
  msgstr "보고 중 "
418
511
 
@@ -428,6 +521,9 @@ msgstr "Red Hat Remediations 앱에서 생성된 playbook 실행"
428
521
  msgid "Run remediation playbook generated by Insights"
429
522
  msgstr "Insights에서 생성된 수정 playbook 실행"
430
523
 
524
+ msgid "Running"
525
+ msgstr ""
526
+
431
527
  msgid "Satellite server has %{hits_count} recommendations by Red Hat"
432
528
  msgstr "Satellite 서버에는 Red Hat의 권장 사항이 %{hits_count} 개 있습니다"
433
529
 
@@ -467,6 +563,15 @@ msgstr "인벤토리 동기화 시작"
467
563
  msgid "Start report generation"
468
564
  msgstr "보고서 생성 시작"
469
565
 
566
+ msgid "Started"
567
+ msgstr ""
568
+
569
+ msgid "Stopped"
570
+ msgstr ""
571
+
572
+ msgid "Success"
573
+ msgstr ""
574
+
470
575
  msgid "Successfully synced hosts: "
471
576
  msgstr "성공적으로 호스트를 동기화했습니다: "
472
577
 
@@ -524,15 +629,24 @@ msgstr "총 위험"
524
629
  msgid "Total risks"
525
630
  msgstr "총 위험"
526
631
 
632
+ msgid "Unknown"
633
+ msgstr ""
634
+
527
635
  msgid "Upload hits from iop-advisor-engine"
528
636
  msgstr "iop-advisor-engine에서 히트 업로드"
529
637
 
530
638
  msgid "Upload hits information"
531
639
  msgstr "히트 정보 업로드"
532
640
 
641
+ msgid "Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content."
642
+ msgstr ""
643
+
533
644
  msgid "Upload rules related to the hits"
534
645
  msgstr "히트와 관련된 규칙 업로드"
535
646
 
647
+ msgid "Uploaded"
648
+ msgstr ""
649
+
536
650
  msgid "Uploading"
537
651
  msgstr "업로드 중"
538
652
 
@@ -545,18 +659,36 @@ msgstr "모든 권장 사항 보기"
545
659
  msgid "View in Red Hat Insights"
546
660
  msgstr "Red Hat Insights에서 보기"
547
661
 
662
+ msgid "View task"
663
+ msgstr ""
664
+
665
+ msgid "View task details"
666
+ msgstr ""
667
+
548
668
  msgid "Vulnerabilities"
549
669
  msgstr "취약점"
550
670
 
551
671
  msgid "Vulnerability"
552
672
  msgstr "취약성"
553
673
 
674
+ msgid "Vulnerability analysis disabled"
675
+ msgstr ""
676
+
677
+ msgid "Vulnerability analysis enabled"
678
+ msgstr ""
679
+
554
680
  msgid "Wait and %s"
555
681
  msgstr "대기 및 %s"
556
682
 
683
+ msgid "Warning"
684
+ msgstr ""
685
+
557
686
  msgid "Whether the resolution requires reboot"
558
687
  msgstr "해결을 위해 재부팅이 필요한지 여부"
559
688
 
689
+ msgid "You do not have permission to perform this action"
690
+ msgstr ""
691
+
560
692
  msgid "category name"
561
693
  msgstr "카테고리 이름"
562
694
 
File without changes