foreman_rh_cloud 13.2.9 → 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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +61 -61
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +68 -68
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +9 -9
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +60 -60
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +60 -60
  7. data/app/controllers/concerns/insights_cloud/package_profile_upload_extensions.rb +0 -9
  8. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +2 -9
  9. data/app/models/concerns/rh_cloud_host.rb +3 -35
  10. data/app/models/insights_client_report_status.rb +1 -9
  11. data/app/models/inventory_sync/inventory_status.rb +4 -16
  12. data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +5 -12
  13. data/lib/foreman_inventory_upload/async/create_missing_insights_facets.rb +2 -8
  14. data/lib/foreman_inventory_upload/generators/fact_helpers.rb +0 -8
  15. data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
  16. data/lib/foreman_inventory_upload/generators/slice.rb +1 -1
  17. data/lib/foreman_rh_cloud/engine.rb +0 -1
  18. data/lib/foreman_rh_cloud/version.rb +1 -1
  19. data/lib/insights_cloud/async/vmaas_reposcan_sync.rb +8 -23
  20. data/lib/inventory_sync/async/inventory_full_sync.rb +3 -39
  21. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  22. data/locale/fr/foreman_rh_cloud.edit.po +1032 -0
  23. data/locale/fr/foreman_rh_cloud.po +65 -66
  24. data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
  25. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  26. data/locale/ja/foreman_rh_cloud.edit.po +1026 -0
  27. data/locale/ja/foreman_rh_cloud.po +70 -72
  28. data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
  29. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  30. data/locale/ka/foreman_rh_cloud.edit.po +1025 -0
  31. data/locale/ka/foreman_rh_cloud.po +10 -11
  32. data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
  33. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  34. data/locale/ko/foreman_rh_cloud.edit.po +1029 -0
  35. data/locale/ko/foreman_rh_cloud.po +63 -64
  36. data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
  37. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  38. data/locale/zh_CN/foreman_rh_cloud.edit.po +1031 -0
  39. data/locale/zh_CN/foreman_rh_cloud.po +64 -65
  40. data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
  41. data/package.json +1 -1
  42. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +1 -41
  43. data/test/jobs/insights_client_status_aging_test.rb +0 -40
  44. data/test/jobs/inventory_full_sync_test.rb +4 -219
  45. data/test/jobs/inventory_hosts_sync_test.rb +5 -7
  46. data/test/jobs/inventory_self_host_sync_test.rb +1 -1
  47. data/test/models/insights_client_report_status_test.rb +0 -109
  48. data/test/unit/archived_report_generator_test.rb +1 -2
  49. data/test/unit/fact_helpers_test.rb +0 -16
  50. data/test/unit/lib/insights_cloud/async/vmaas_reposcan_sync_test.rb +25 -80
  51. data/test/unit/rh_cloud_host_test.rb +0 -214
  52. data/test/unit/services/foreman_rh_cloud/branch_info_test.rb +1 -1
  53. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +1 -1
  54. data/test/unit/slice_generator_test.rb +2 -21
  55. data/webpack/CVEsHostDetailsTab/CVEsHostDetailsTab.js +1 -6
  56. data/webpack/CVEsHostDetailsTab/__tests__/CVEsHostDetailsTab.test.js +6 -45
  57. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +1 -3
  58. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/SyncButtonActions.js +2 -8
  59. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/__snapshots__/integrations.test.js.snap +0 -1
  60. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/integrations.test.js +0 -1
  61. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js +17 -43
  62. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +0 -7
  63. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +14 -44
  64. metadata +16 -10
  65. data/app/controllers/concerns/insights_cloud/candlepin_proxies_extensions.rb +0 -23
  66. data/test/controllers/insights_cloud/candlepin_proxies_extensions_test.rb +0 -70
  67. data/test/models/inventory_sync/inventory_status_test.rb +0 -85
  68. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/__tests__/Toast.test.js +0 -82
  69. data/webpack/InsightsHostDetailsTab/__tests__/NewHostDetailsTab.test.js +0 -154
@@ -4,17 +4,15 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Amit Upadhye <aupadhye@redhat.com>, 2026
8
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2026
9
- # Ondřej Gajdušek, 2026
7
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
8
+ # Ondřej Gajdušek, 2025
10
9
  #
11
- #, fuzzy
12
10
  msgid ""
13
11
  msgstr ""
14
- "Project-Id-Version: foreman_rh_cloud 14.0.2\n"
12
+ "Project-Id-Version: foreman_rh_cloud 13.2.0\n"
15
13
  "Report-Msgid-Bugs-To: \n"
16
14
  "PO-Revision-Date: 2023-01-20 13:26+0000\n"
17
- "Last-Translator: Ondřej Gajdušek, 2026\n"
15
+ "Last-Translator: Ondřej Gajdušek, 2025\n"
18
16
  "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
19
17
  "MIME-Version: 1.0\n"
20
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,7 +27,7 @@ msgid "%s organizations"
29
27
  msgstr "組織 %s 件"
30
28
 
31
29
  msgid "A specific organization must be selected from the organization context."
32
- msgstr "組織コンテキストから、特定の組織を選択する必要があります。"
30
+ msgstr ""
33
31
 
34
32
  msgid "About subscription watch"
35
33
  msgstr "Subscription Watch の概要"
@@ -44,7 +42,7 @@ msgid "All recommendations are now selected."
44
42
  msgstr "すべての推奨事項が選択されました。"
45
43
 
46
44
  msgid "Analysis disabled"
47
- msgstr "分析の無効化"
45
+ msgstr ""
48
46
 
49
47
  msgid "Analytics data collection"
50
48
  msgstr "分析データの収集"
@@ -56,7 +54,7 @@ msgid "Apply Insights recommendations"
56
54
  msgstr "Insights の推奨事項の適用"
57
55
 
58
56
  msgid "Attempted to destroy HBI host %s, but host does not exist in HBI"
59
- msgstr "HBI ホスト %s の破棄を試みますが、ホストは HBI に存在しません"
57
+ msgstr ""
60
58
 
61
59
  msgid "Automatic inventory upload"
62
60
  msgstr "自動インベントリーアップロード"
@@ -86,19 +84,19 @@ msgid "Cloud connector job link"
86
84
  msgstr "Cloud Connector のジョブリンク"
87
85
 
88
86
  msgid "Cloud connector setup has failed: "
89
- msgstr "Cloud Connector の設定に失敗しました: "
87
+ msgstr "Cloud Connector の設定に失敗しました:"
90
88
 
91
89
  msgid "Cloud connector setup has started: "
92
- msgstr "Cloud Connector の設定が開始しました: "
90
+ msgstr "Cloud Connector の設定が開始しました:"
93
91
 
94
92
  msgid "Cloud connector setup is in progress now: "
95
- msgstr "Cloud Connector の設定が進行中です: "
93
+ msgstr "Cloud Connector の設定が進行中です:"
96
94
 
97
95
  msgid "Completed"
98
96
  msgstr "完了"
99
97
 
100
98
  msgid "Completed with warnings"
101
- msgstr "警告で完了"
99
+ msgstr ""
102
100
 
103
101
  msgid "Configure"
104
102
  msgstr "設定"
@@ -119,13 +117,13 @@ msgid "Current page"
119
117
  msgstr "現在のページ"
120
118
 
121
119
  msgid "Details"
122
- msgstr "詳細"
120
+ msgstr ""
123
121
 
124
122
  msgid "Disable"
125
- msgstr "無効化"
123
+ msgstr ""
126
124
 
127
125
  msgid "Disable vulnerability analysis"
128
- msgstr "脆弱性分析の無効化"
126
+ msgstr ""
129
127
 
130
128
  msgid "Disconnected hosts: "
131
129
  msgstr "非接続ホスト: "
@@ -143,28 +141,28 @@ msgid "Download latest report"
143
141
  msgstr "最新レポートのダウンロード"
144
142
 
145
143
  msgid "Download report"
146
- msgstr "レポートのダウンロード"
144
+ msgstr ""
147
145
 
148
146
  msgid "Duration"
149
- msgstr "期間"
147
+ msgstr ""
150
148
 
151
149
  msgid "Enable"
152
- msgstr "有効化"
150
+ msgstr ""
153
151
 
154
152
  msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
155
153
  msgstr "不一致のホストレコードを Red Hat クラウドから自動的に削除できるようにする"
156
154
 
157
155
  msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights."
158
- msgstr "Red Hat クラウドからの一致しないホストレコードの自動削除を有効にします。ローカルの Insights を使用している場合は無視されます。"
156
+ msgstr ""
159
157
 
160
158
  msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
161
159
  msgstr "Red Hat クラウドから Insights の推奨事項の自動同期を有効にする"
162
160
 
163
161
  msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights."
164
- msgstr "Red Hat クラウドの Insights 推奨事項の自動同期を有効にします。ローカルの Insights を使用している場合は無視されます。"
162
+ msgstr ""
165
163
 
166
164
  msgid "Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights."
167
- msgstr "ホストインベントリーの Red Hat クラウドへの自動アップロードを有効にします。ローカルの Insights を使用している場合は無視されます。"
165
+ msgstr ""
168
166
 
169
167
  msgid "Enable automatic upload of your hosts inventory to the Red Hat cloud"
170
168
  msgstr "ホストインベントリーの Red Hat クラウドに対して自動アップロードを有効にする"
@@ -176,7 +174,7 @@ msgid "Enable inventory upload"
176
174
  msgstr "インベントリーアップロードの有効化"
177
175
 
178
176
  msgid "Enable vulnerability analysis"
179
- msgstr "脆弱性分析の有効化"
177
+ msgstr ""
180
178
 
181
179
  msgid "Encountered an error while trying to access the server:"
182
180
  msgstr "サーバーへのアクセス時にエラーが発生しました:"
@@ -188,22 +186,22 @@ msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
188
186
  msgstr "Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
189
187
 
190
188
  msgid "Exclude installed packages from being uploaded to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored and installed packages are always excluded.) Ignored when using local Insights."
191
- msgstr "インストール済みパッケージをRed Hatクラウドへのアップロード対象から除外します。(insights_minimal_data_collection が true に設定されている場合、インストール済みパッケージは常に除外されるため、この設定は無視されます。) ローカルの Insights を使用している場合は無視されます。"
189
+ msgstr ""
192
190
 
193
191
  msgid "Exit Code: %s"
194
192
  msgstr "終了コード: %s"
195
193
 
196
194
  msgid "Failed"
197
- msgstr "失敗"
195
+ msgstr ""
198
196
 
199
197
  msgid "Failed to destroy HBI host %s: %s"
200
- msgstr "HBI ホスト %s を破棄できませんでした: %s"
198
+ msgstr ""
201
199
 
202
200
  msgid "Failed to fetch hosts"
203
- msgstr "ホストを取得できませんでした"
201
+ msgstr ""
204
202
 
205
203
  msgid "Failed to update vulnerability analysis status"
206
- msgstr "脆弱性分析ステータスの更新に失敗しました"
204
+ msgstr ""
207
205
 
208
206
  msgid "Fetch Insights-related host details"
209
207
  msgstr "Insights 関連のホスト詳細を取得する"
@@ -218,7 +216,7 @@ msgid "Fix host"
218
216
  msgstr "ホストの修正"
219
217
 
220
218
  msgid "For more info, please visit the"
221
- msgstr "詳細は、以下を参照してください"
219
+ msgstr "詳細は、以下を参照してください。"
222
220
 
223
221
  msgid "For more information about Insights and Cloud Connector, see:"
224
222
  msgstr "Insights と Cloud Connector の詳細は、以下を参照してください。"
@@ -236,13 +234,13 @@ msgid "Generate and upload report"
236
234
  msgstr "レポートの生成およびアップロード"
237
235
 
238
236
  msgid "Generate report"
239
- msgstr "レポートの生成"
237
+ msgstr "レポートを生成します。"
240
238
 
241
239
  msgid "Generate the report, but do not upload"
242
240
  msgstr "レポートを生成するがアップロードしない"
243
241
 
244
242
  msgid "Generated"
245
- msgstr "生成済み"
243
+ msgstr ""
246
244
 
247
245
  msgid "Generating"
248
246
  msgstr "生成中"
@@ -269,7 +267,7 @@ msgid "Host Insights recommendations"
269
267
  msgstr "ホストに関する Insights の推奨事項"
270
268
 
271
269
  msgid "Host inventory report job"
272
- msgstr "ホストインベントリーレポートジョブ"
270
+ msgstr ""
273
271
 
274
272
  msgid "Host was not uploaded to your RH cloud inventory"
275
273
  msgstr "ホストが RH クラウドインベントリーにアップロードされませんでした"
@@ -278,7 +276,7 @@ msgid "Hostname"
278
276
  msgstr "ホスト名"
279
277
 
280
278
  msgid "Hosts with subscription in organization: "
281
- msgstr "組織のサブスクリプションが割り当てられたホスト: "
279
+ msgstr "組織のサブスクリプションが割り当てられたホスト:"
282
280
 
283
281
  msgid "ID of the RHC(Yggdrasil) daemon"
284
282
  msgstr "RHC (Yggdrasil) デーモンの ID"
@@ -293,7 +291,7 @@ msgid "Insights"
293
291
  msgstr "Insights"
294
292
 
295
293
  msgid "Invalid response from server"
296
- msgstr "サーバーからの無効な応答"
294
+ msgstr ""
297
295
 
298
296
  msgid "Inventory"
299
297
  msgstr "インベントリー"
@@ -305,7 +303,7 @@ msgid "Inventory Upload"
305
303
  msgstr "インベントリーのアップロード"
306
304
 
307
305
  msgid "Inventory sync has failed: "
308
- msgstr "インベントリーの同期に失敗しました: "
306
+ msgstr "インベントリーの同期に失敗しました:"
309
307
 
310
308
  msgid "Inventory sync has started:"
311
309
  msgstr "インベントリーの同期が開始されました:"
@@ -332,7 +330,7 @@ msgid "Low"
332
330
  msgstr "低"
333
331
 
334
332
  msgid "Manage vulnerability analysis"
335
- msgstr "脆弱性分析の管理"
333
+ msgstr ""
336
334
 
337
335
  msgid "Manual"
338
336
  msgstr "手動"
@@ -341,7 +339,7 @@ msgid "Minimal data collection"
341
339
  msgstr "最小限のデータ収集"
342
340
 
343
341
  msgid "Missing Insights facets created: %s"
344
- msgstr "作成された Insights ファセットがありません: %s"
342
+ msgstr ""
345
343
 
346
344
  msgid "Moderate"
347
345
  msgstr "中"
@@ -350,7 +348,7 @@ msgid "More details can be found in"
350
348
  msgstr "詳細は、以下を参照してください: "
351
349
 
352
350
  msgid "N/A"
353
- msgstr "N/A"
351
+ msgstr ""
354
352
 
355
353
  msgid "Next run: "
356
354
  msgstr "次の実行: "
@@ -359,31 +357,31 @@ msgid "No"
359
357
  msgstr "いいえ"
360
358
 
361
359
  msgid "No account data available."
362
- msgstr "利用可能なアカウントデータがありません。"
360
+ msgstr ""
363
361
 
364
362
  msgid "No recent tasks"
365
- msgstr "最近のタスクなし"
363
+ msgstr ""
366
364
 
367
365
  msgid "No recommendations were found for this host!"
368
366
  msgstr "このホストに関する推奨事項は見つかりませんでした。"
369
367
 
370
368
  msgid "No report generation tasks have been run yet."
371
- msgstr "レポート生成タスクはまだ実行されていません。"
369
+ msgstr ""
372
370
 
373
371
  msgid "No results found"
374
372
  msgstr "結果は見つかりませんでした"
375
373
 
376
374
  msgid "No task history"
377
- msgstr "タスク履歴なし"
375
+ msgstr ""
378
376
 
379
377
  msgid "No task was found"
380
378
  msgstr "タスクが見つかりませんでした"
381
379
 
382
380
  msgid "No tasks have been run yet."
383
- msgstr "実行されたタスクはまだありません。"
381
+ msgstr ""
384
382
 
385
383
  msgid "None of the selected hosts are registered"
386
- msgstr "選択したホストが登録されていません"
384
+ msgstr ""
387
385
 
388
386
  msgid "Not reporting"
389
387
  msgstr "報告なし"
@@ -407,16 +405,16 @@ msgid "Obfuscate host names sent to the Red Hat cloud"
407
405
  msgstr "Red Hat クラウドに送信するホスト名を難読化する"
408
406
 
409
407
  msgid "Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.) Ignored when using local Insights."
410
- msgstr "Red Hat クラウドに送信されるホスト名を難読化します。(insights_minimal_data_collection が true に設定されている場合、レポートにホスト名が含まれないため、この設定は無視されます。) ローカルの Insights を使用している場合は無視されます。"
408
+ msgstr ""
411
409
 
412
410
  msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
413
411
  msgstr "Red Hat クラウドに送信する ipv4 アドレスを難読化する"
414
412
 
415
413
  msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.) Ignored when using local Insights."
416
- msgstr "Red Hat クラウドに送信される ipv4 アドレスを難読化します。(insights_minimal_data_collection が true に設定されている場合、レポートにホスト IPv4 アドレスが含まれないため、この設定は無視されます。) ローカルの Insights を使用している場合は無視されます。"
414
+ msgstr ""
417
415
 
418
416
  msgid "Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings. Ignored when using local Insights."
419
- msgstr "Red Hat クラウドにアップロードするインベントリレポートに、必要最小限のデータのみを含めます。これが true の場合、exclude_installed_packages の設定に関わらずインストール済みパッケージはレポートから除外され、難読化の設定に関わらずホスト名と IPv4 アドレスもレポートから除外されます。ローカルの Insights を使用している場合は無視されます。"
417
+ msgstr ""
420
418
 
421
419
  msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
422
420
  msgstr "必要最小限のデータのみを Red Hat クラウドに送信します。難読化設定は無効化されます"
@@ -431,19 +429,19 @@ msgid "Pagination"
431
429
  msgstr "ページ付け"
432
430
 
433
431
  msgid "Paused"
434
- msgstr "一時停止中"
432
+ msgstr ""
435
433
 
436
434
  msgid "Playbook"
437
435
  msgstr "Playbook"
438
436
 
439
437
  msgid "Previous tasks will appear here."
440
- msgstr "以前のタスクがここに表示されます。"
438
+ msgstr ""
441
439
 
442
440
  msgid "RH Cloud"
443
441
  msgstr "RH Cloud"
444
442
 
445
443
  msgid "RHC daemon id. Ignored when using local Insights."
446
- msgstr "RHC デーモン ID。ローカルの Insights を使用している場合は無視されます。"
444
+ msgstr ""
447
445
 
448
446
  msgid "Read more about it in RH cloud insights"
449
447
  msgstr "詳細は、RH cloud insights を参照してください。"
@@ -494,16 +492,16 @@ msgid "Remediation summary"
494
492
  msgstr "修復の概要"
495
493
 
496
494
  msgid "Report Generation"
497
- msgstr "レポート生成"
495
+ msgstr ""
498
496
 
499
497
  msgid "Report generation and upload started"
500
- msgstr "レポート生成とアップロードが開始される"
498
+ msgstr ""
501
499
 
502
500
  msgid "Report generation started"
503
- msgstr "レポート生成が開始される"
501
+ msgstr ""
504
502
 
505
503
  msgid "Report saved to"
506
- msgstr "レポートの保存先: "
504
+ msgstr ""
507
505
 
508
506
  msgid "Reporting"
509
507
  msgstr "レポート"
@@ -521,7 +519,7 @@ msgid "Run remediation playbook generated by Insights"
521
519
  msgstr "Insights で生成された修復 Playbook の実行"
522
520
 
523
521
  msgid "Running"
524
- msgstr "実行中"
522
+ msgstr ""
525
523
 
526
524
  msgid "Satellite server has %{hits_count} recommendations by Red Hat"
527
525
  msgstr "Satellite Server には、Red Hat からの推奨事項が %{hits_count} 件あります。"
@@ -542,7 +540,7 @@ msgid "Settings"
542
540
  msgstr "設定"
543
541
 
544
542
  msgid "Should import include parameter tags from Foreman? Ignored when using local Insights."
545
- msgstr "インポートには Foreman からのパラメータータグを含める必要がありますか? ローカルの Insights を使用している場合は無視されます。"
543
+ msgstr ""
546
544
 
547
545
  msgid "Show Advanced Settings"
548
546
  msgstr "詳細設定の表示"
@@ -551,10 +549,10 @@ msgid "Show if system is configured to use local iop-advisor-engine."
551
549
  msgstr "システムがローカル iop-advisor-engine を使用するように設定されているかどうかを表示します。"
552
550
 
553
551
  msgid "Single-host report job"
554
- msgstr "単一ホストレポートジョブ"
552
+ msgstr ""
555
553
 
556
554
  msgid "Single-host report job for host %s"
557
- msgstr "ホスト %s の単一ホストレポートジョブ"
555
+ msgstr ""
558
556
 
559
557
  msgid "Start inventory synchronization"
560
558
  msgstr "インベントリー同期の開始"
@@ -563,16 +561,16 @@ msgid "Start report generation"
563
561
  msgstr "レポート生成の開始"
564
562
 
565
563
  msgid "Started"
566
- msgstr "開始済み"
564
+ msgstr ""
567
565
 
568
566
  msgid "Stopped"
569
- msgstr "停止"
567
+ msgstr ""
570
568
 
571
569
  msgid "Success"
572
- msgstr "成功"
570
+ msgstr ""
573
571
 
574
572
  msgid "Successfully synced hosts: "
575
- msgstr "ホストが正常に同期されました: "
573
+ msgstr "ホストが正常に同期されました:"
576
574
 
577
575
  msgid "Successfully uploaded to your RH cloud inventory"
578
576
  msgstr "RH クラウドインベントリーへのアップロードに成功しました"
@@ -608,7 +606,7 @@ msgid "There are no recommendations for your hosts"
608
606
  msgstr "ホストに関する推奨事項はありません"
609
607
 
610
608
  msgid "There were no missing Insights facets"
611
- msgstr "不足している Insights のファセットはありませんでした。"
609
+ msgstr ""
612
610
 
613
611
  msgid "This action will also enable automatic reports upload"
614
612
  msgstr "このアクションを実行すると、自動レポートのアップロードも有効になります。"
@@ -629,7 +627,7 @@ msgid "Total risks"
629
627
  msgstr "リスクの総数"
630
628
 
631
629
  msgid "Unknown"
632
- msgstr "不明"
630
+ msgstr ""
633
631
 
634
632
  msgid "Upload hits from iop-advisor-engine"
635
633
  msgstr "iop-advisor-engine からの検索結果をアップロードする"
@@ -638,13 +636,13 @@ msgid "Upload hits information"
638
636
  msgstr "検索結果の情報をアップロードする"
639
637
 
640
638
  msgid "Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content."
641
- msgstr "サブスクリプション接続が有効になっていないため、アップロードは無効になっています。管理 > 設定 > コンテンツ で有効にします。"
639
+ msgstr ""
642
640
 
643
641
  msgid "Upload rules related to the hits"
644
642
  msgstr "検索結果に関するアップロードルール"
645
643
 
646
644
  msgid "Uploaded"
647
- msgstr "アップロード済み"
645
+ msgstr ""
648
646
 
649
647
  msgid "Uploading"
650
648
  msgstr "アップロード中..."
@@ -659,10 +657,10 @@ msgid "View in Red Hat Insights"
659
657
  msgstr "Red Hat Insights での表示"
660
658
 
661
659
  msgid "View task"
662
- msgstr "タスクの表示"
660
+ msgstr ""
663
661
 
664
662
  msgid "View task details"
665
- msgstr "タスクの詳細を表示する"
663
+ msgstr ""
666
664
 
667
665
  msgid "Vulnerabilities"
668
666
  msgstr "脆弱性"
@@ -671,22 +669,22 @@ msgid "Vulnerability"
671
669
  msgstr "脆弱性"
672
670
 
673
671
  msgid "Vulnerability analysis disabled"
674
- msgstr "脆弱性分析の無効化"
672
+ msgstr ""
675
673
 
676
674
  msgid "Vulnerability analysis enabled"
677
- msgstr "脆弱性分析の有効化"
675
+ msgstr ""
678
676
 
679
677
  msgid "Wait and %s"
680
678
  msgstr "待機して %s"
681
679
 
682
680
  msgid "Warning"
683
- msgstr "警告"
681
+ msgstr ""
684
682
 
685
683
  msgid "Whether the resolution requires reboot"
686
684
  msgstr "解決策には再起動が必要かどうか"
687
685
 
688
686
  msgid "You do not have permission to perform this action"
689
- msgstr "このアクションを実行するパーミッションがありません"
687
+ msgstr ""
690
688
 
691
689
  msgid "category name"
692
690
  msgstr "カテゴリー名"
File without changes