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
@@ -0,0 +1,1026 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_rh_cloud package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
8
+ # Ondřej Gajdušek, 2025
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_rh_cloud 13.2.0\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2026-02-09 14:17-0500\n"
15
+ "PO-Revision-Date: 2023-01-20 13:26+0000\n"
16
+ "Last-Translator: Ondřej Gajdušek, 2025\n"
17
+ "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: ja\n"
22
+ "Plural-Forms: nplurals=1; plural=0;\n"
23
+
24
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:12
25
+ msgid "Fetch Insights-related host details"
26
+ msgstr "Insights 関連のホスト詳細を取得する"
27
+
28
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:13
29
+ msgid "List of host UUIDs"
30
+ msgstr "ホスト UUID のリスト"
31
+
32
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:26
33
+ msgid "Upload hits from iop-advisor-engine"
34
+ msgstr "iop-advisor-engine からの検索結果をアップロードする"
35
+
36
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:30
37
+ msgid "iop payload including resolutions, rules, hits"
38
+ msgstr "解決策、ルール、検索結果を含む iop ペイロード"
39
+
40
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:31
41
+ msgid "upload resolutions related to the hits"
42
+ msgstr "検索結果に関連する解決策をアップロードする"
43
+
44
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:32 ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:40 ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:54
45
+ msgid "rule id"
46
+ msgstr "ルール ID"
47
+
48
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:33
49
+ msgid "resolution description"
50
+ msgstr "解決策の説明"
51
+
52
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:34
53
+ msgid "Whether the resolution requires reboot"
54
+ msgstr "解決策には再起動が必要かどうか"
55
+
56
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:35
57
+ msgid "resolution risk"
58
+ msgstr "解決策のリスク"
59
+
60
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:36
61
+ msgid "type"
62
+ msgstr "タイプ"
63
+
64
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:39
65
+ msgid "Upload rules related to the hits"
66
+ msgstr "検索結果に関するアップロードルール"
67
+
68
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:41
69
+ msgid "rule description"
70
+ msgstr "ルールの説明"
71
+
72
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:42
73
+ msgid "category name"
74
+ msgstr "カテゴリー名"
75
+
76
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:43
77
+ msgid "impact name"
78
+ msgstr "影響名"
79
+
80
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:44
81
+ msgid "summary"
82
+ msgstr "要約"
83
+
84
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:45
85
+ msgid "generic"
86
+ msgstr "汎用"
87
+
88
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:46
89
+ msgid "reason"
90
+ msgstr "理由"
91
+
92
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:47 ../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 "ソリューション URL"
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 "公開日 (YYYY-MM-DD)"
127
+
128
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:60
129
+ msgid "result url"
130
+ msgstr "結果 URL"
131
+
132
+ #: ../app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb:62
133
+ msgid "upload hits details json"
134
+ msgstr "検索結果の詳細 JSON をアップロード"
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 "システムがローカル iop-advisor-engine を使用するように設定されているかどうかを表示します。"
139
+
140
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:12
141
+ msgid "Download latest report"
142
+ msgstr "最新レポートのダウンロード"
143
+
144
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:13 ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:23 ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:37 ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:46 ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:60
145
+ msgid "Set the current organization context for the request"
146
+ msgstr "要求に現在の組織コンテキストを設定します"
147
+
148
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:22
149
+ msgid "Start report generation"
150
+ msgstr "レポート生成の開始"
151
+
152
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:24
153
+ msgid "Generate the report, but do not upload"
154
+ msgstr "レポートを生成するがアップロードしない"
155
+
156
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:36 ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:45
157
+ msgid "Grab hosts that are missing in RH Cloud"
158
+ msgstr "RH Cloud にないホストを取得する"
159
+
160
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:47
161
+ msgid "Scoped search string for host removal"
162
+ msgstr "ホストを削除する場合に対象を特定の範囲に限定する検索文字列"
163
+
164
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:59
165
+ msgid "Start inventory synchronization"
166
+ msgstr "インベントリー同期の開始"
167
+
168
+ #: ../app/controllers/api/v2/rh_cloud/inventory_controller.rb:73
169
+ msgid "Enable cloud connector"
170
+ msgstr "Cloud Connector の有効化"
171
+
172
+ #: ../app/controllers/concerns/foreman_rh_cloud/registration_manager_extensions.rb:33
173
+ msgid "Attempted to destroy HBI host %s, but host does not exist in HBI"
174
+ msgstr ""
175
+
176
+ #: ../app/controllers/concerns/foreman_rh_cloud/registration_manager_extensions.rb:36
177
+ msgid "Failed to destroy HBI host %s: %s"
178
+ msgstr ""
179
+
180
+ #: ../app/controllers/concerns/inventory_upload/report_actions.rb:6
181
+ msgid "The report file %{filename} doesn't exist"
182
+ msgstr "%{filename} レポートファイルがありません"
183
+
184
+ #: ../app/controllers/concerns/inventory_upload/task_actions.rb:6
185
+ msgid "Nothing to sync, there are no hosts with subscription for this organization."
186
+ msgstr "同期するものがありません。この組織でサブスクリプションが割り当てられているホストはありません。"
187
+
188
+ #: ../app/controllers/foreman_inventory_upload/tasks_controller.rb:19
189
+ msgid "No task was found"
190
+ msgstr "タスクが見つかりませんでした"
191
+
192
+ #: ../app/helpers/foreman_insights_host_helper.rb:7 ../lib/foreman_rh_cloud/plugin.rb:128 ../lib/foreman_rh_cloud/plugin.rb:181 ../lib/foreman_rh_cloud/plugin.rb:182 ../webpack/ForemanColumnExtensions/index.js:65 ../webpack/ForemanRhCloudFills.js:35 ../webpack/InsightsHostDetailsTab/InsightsTab.js:46
193
+ msgid "Recommendations"
194
+ msgstr "推奨事項"
195
+
196
+ #: ../app/helpers/foreman_insights_host_helper.rb:12
197
+ msgid "Host Insights recommendations"
198
+ msgstr "ホストに関する Insights の推奨事項"
199
+
200
+ #: ../app/models/insights_client_report_status.rb:11 ../lib/foreman_rh_cloud/plugin.rb:15 ../lib/foreman_rh_cloud/plugin.rb:120 ../lib/foreman_rh_cloud/plugin.rb:174 ../webpack/ForemanColumnExtensions/index.js:60
201
+ msgid "Insights"
202
+ msgstr "Insights"
203
+
204
+ #: ../app/models/insights_client_report_status.rb:17
205
+ msgid "Reporting"
206
+ msgstr "レポート"
207
+
208
+ #: ../app/models/insights_client_report_status.rb:19
209
+ msgid "Not reporting"
210
+ msgstr "報告なし"
211
+
212
+ #: ../app/models/inventory_sync/inventory_status.rb:7
213
+ msgid "Inventory"
214
+ msgstr "インベントリー"
215
+
216
+ #: ../app/models/inventory_sync/inventory_status.rb:24
217
+ msgid "Host was not uploaded to your RH cloud inventory"
218
+ msgstr "ホストが RH クラウドインベントリーにアップロードされませんでした"
219
+
220
+ #: ../app/models/inventory_sync/inventory_status.rb:26
221
+ msgid "Successfully uploaded to your RH cloud inventory"
222
+ msgstr "RH クラウドインベントリーへのアップロードに成功しました"
223
+
224
+ #: ../app/services/foreman_rh_cloud/insights_api_forwarder.rb:142
225
+ msgid "You do not have permission to perform this action"
226
+ msgstr ""
227
+
228
+ #: ../db/seeds.d/179_ui_notifications.rb:3 ../webpack/InsightsCloudSync/InsightsCloudSyncConstants.js:9
229
+ msgid "Red Hat Insights"
230
+ msgstr "Red Hat Insights"
231
+
232
+ #: ../db/seeds.d/179_ui_notifications.rb:5
233
+ msgid "Satellite server has %{hits_count} recommendations by Red Hat"
234
+ msgstr "Satellite Server には、Red Hat からの推奨事項が %{hits_count} 件あります。"
235
+
236
+ #: ../lib/foreman_inventory_upload/async/create_missing_insights_facets.rb:25
237
+ msgid "There were no missing Insights facets"
238
+ msgstr ""
239
+
240
+ #: ../lib/foreman_inventory_upload/async/create_missing_insights_facets.rb:25
241
+ msgid "Missing Insights facets created: %s"
242
+ msgstr ""
243
+
244
+ #: ../lib/foreman_inventory_upload/async/delayed_start.rb:22
245
+ msgid "Wait and %s"
246
+ msgstr "待機して %s"
247
+
248
+ #: ../lib/foreman_inventory_upload/async/generate_all_reports_job.rb:37 ../lib/insights_cloud/async/insights_scheduled_sync.rb:26 ../lib/inventory_sync/async/inventory_scheduled_sync.rb:38
249
+ msgid "The scheduled process is disabled because this Foreman is configured with a local IoP Smart Proxy."
250
+ msgstr "この Foreman はローカルの IoP Smart Proxy で設定されているため、スケジュールされたプロセスが無効になっています。"
251
+
252
+ #: ../lib/foreman_inventory_upload/async/host_inventory_report_job.rb:45
253
+ msgid "Host inventory report job"
254
+ msgstr ""
255
+
256
+ #: ../lib/foreman_inventory_upload/async/single_host_report_job.rb:16
257
+ msgid "Single-host report job for host %s"
258
+ msgstr ""
259
+
260
+ #: ../lib/foreman_inventory_upload/async/single_host_report_job.rb:16
261
+ msgid "Single-host report job"
262
+ msgstr ""
263
+
264
+ #: ../lib/foreman_inventory_upload/generators/fact_helpers.rb:188
265
+ msgid "Value %{value} is not a valid UUID"
266
+ msgstr "%{value} の値は有効な UUID ではありません"
267
+
268
+ #: ../lib/foreman_inventory_upload/notifications/manifest_import_success_notification_override.rb:11
269
+ msgid "Enable inventory upload"
270
+ msgstr "インベントリーアップロードの有効化"
271
+
272
+ #: ../lib/foreman_rh_cloud/engine.rb:70
273
+ msgid "Apply Insights recommendations"
274
+ msgstr "Insights の推奨事項の適用"
275
+
276
+ #: ../lib/foreman_rh_cloud/engine.rb:71
277
+ msgid "Run remediation playbook generated by Insights"
278
+ msgstr "Insights で生成された修復 Playbook の実行"
279
+
280
+ #: ../lib/foreman_rh_cloud/engine.rb:76
281
+ msgid "Run RH Cloud playbook"
282
+ msgstr "RH Cloud Playbook の実行"
283
+
284
+ #: ../lib/foreman_rh_cloud/engine.rb:77
285
+ msgid "Run playbook generated by Red Hat remediations app"
286
+ msgstr "Red Hat 修復アプリケーションによって生成された Playbook の実行"
287
+
288
+ #: ../lib/foreman_rh_cloud/engine.rb:83 ../lib/foreman_rh_cloud/engine.rb:84
289
+ msgid "Configure Cloud Connector on given hosts"
290
+ msgstr "特定のホストで Cloud Connector を設定します。"
291
+
292
+ #: ../lib/foreman_rh_cloud/plugin.rb:16
293
+ msgid "Enable automatic upload of your host inventory to the Red Hat cloud. Ignored when using local Insights."
294
+ msgstr ""
295
+
296
+ #: ../lib/foreman_rh_cloud/plugin.rb:16 ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:6 ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:36
297
+ msgid "Automatic inventory upload"
298
+ msgstr "自動インベントリーアップロード"
299
+
300
+ #: ../lib/foreman_rh_cloud/plugin.rb:17
301
+ msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud. Ignored when using local Insights."
302
+ msgstr ""
303
+
304
+ #: ../lib/foreman_rh_cloud/plugin.rb:17
305
+ msgid "Synchronize recommendations Automatically"
306
+ msgstr "推奨事項を自動的に同期する"
307
+
308
+ #: ../lib/foreman_rh_cloud/plugin.rb:18
309
+ msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud. Ignored when using local Insights."
310
+ msgstr ""
311
+
312
+ #: ../lib/foreman_rh_cloud/plugin.rb:18 ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:13
313
+ msgid "Automatic mismatch deletion"
314
+ msgstr "不一致の自動削除"
315
+
316
+ #: ../lib/foreman_rh_cloud/plugin.rb:19
317
+ 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."
318
+ msgstr ""
319
+
320
+ #: ../lib/foreman_rh_cloud/plugin.rb:19 ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:25
321
+ msgid "Obfuscate host names"
322
+ msgstr "ホスト名の難読化"
323
+
324
+ #: ../lib/foreman_rh_cloud/plugin.rb:20
325
+ 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."
326
+ msgstr ""
327
+
328
+ #: ../lib/foreman_rh_cloud/plugin.rb:20
329
+ msgid "Obfuscate host ipv4 addresses."
330
+ msgstr "ホストの IPv4 アドレスを難読化します。"
331
+
332
+ #: ../lib/foreman_rh_cloud/plugin.rb:21
333
+ 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."
334
+ msgstr ""
335
+
336
+ #: ../lib/foreman_rh_cloud/plugin.rb:21 ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:44
337
+ msgid "Exclude installed packages"
338
+ msgstr "インストール済みパッケージの除外"
339
+
340
+ #: ../lib/foreman_rh_cloud/plugin.rb:22
341
+ msgid "Should import include parameter tags from Foreman? Ignored when using local Insights."
342
+ msgstr ""
343
+
344
+ #: ../lib/foreman_rh_cloud/plugin.rb:22
345
+ msgid "Include parameters in insights-client reports"
346
+ msgstr "Insights クライアントレポートにパラメーターを含める"
347
+
348
+ #: ../lib/foreman_rh_cloud/plugin.rb:23
349
+ msgid "RHC daemon id. Ignored when using local Insights."
350
+ msgstr ""
351
+
352
+ #: ../lib/foreman_rh_cloud/plugin.rb:23
353
+ msgid "ID of the RHC(Yggdrasil) daemon"
354
+ msgstr "RHC (Yggdrasil) デーモンの ID"
355
+
356
+ #: ../lib/foreman_rh_cloud/plugin.rb:24 ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:24 ../webpack/ForemanInventoryUpload/Components/InventorySettings/MinimalInventoryDropdown.js:22
357
+ msgid "Minimal data collection"
358
+ msgstr "最小限のデータ収集"
359
+
360
+ #: ../lib/foreman_rh_cloud/plugin.rb:24
361
+ 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."
362
+ msgstr ""
363
+
364
+ #: ../lib/foreman_rh_cloud/plugin.rb:123 ../lib/foreman_rh_cloud/plugin.rb:141 ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:75
365
+ msgid "Inventory Upload"
366
+ msgstr "インベントリーのアップロード"
367
+
368
+ #: ../lib/foreman_rh_cloud/plugin.rb:131
369
+ msgid "Vulnerability"
370
+ msgstr "脆弱性"
371
+
372
+ #: ../lib/foreman_rh_cloud/plugin.rb:180
373
+ msgid "RH Cloud"
374
+ msgstr "RH Cloud"
375
+
376
+ #: ../lib/insights_cloud/async/insights_generate_notifications.rb:50
377
+ msgid "Fix host"
378
+ msgstr "ホストの修正"
379
+
380
+ #: ../webpack/ForemanColumnExtensions/index.js:75
381
+ msgid "Total CVEs"
382
+ msgstr "CVE の総数"
383
+
384
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js:10
385
+ msgid "Oops! Couldn't find organization that matches your query"
386
+ msgstr "クエリーに合致する組織が見つかりませんでした"
387
+
388
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js:10
389
+ msgid "Fetching data about your accounts"
390
+ msgstr "アカウントに関するデータの取得"
391
+
392
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js:12
393
+ msgid "Loading..."
394
+ msgstr "読み込み中..."
395
+
396
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/ErrorState/ErrorState.js:10
397
+ msgid "Encountered an error while trying to access the server:"
398
+ msgstr "サーバーへのアクセス時にエラーが発生しました:"
399
+
400
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/ListItemStatus.js:13
401
+ msgid "Generated"
402
+ msgstr ""
403
+
404
+ #: ../webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/ListItemStatus.js:17
405
+ msgid "Uploaded"
406
+ msgstr ""
407
+
408
+ #: ../webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.js:13 ../webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.js:25
409
+ msgid "Report Generation"
410
+ msgstr ""
411
+
412
+ #: ../webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.js:14
413
+ msgid "No account data available."
414
+ msgstr ""
415
+
416
+ #: ../webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.js:26
417
+ msgid "No report generation tasks have been run yet."
418
+ msgstr ""
419
+
420
+ #: ../webpack/ForemanInventoryUpload/Components/FileDownload/FileDownload.js:12 ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:56
421
+ msgid "Download Report"
422
+ msgstr "レポートのダウンロード"
423
+
424
+ #: ../webpack/ForemanInventoryUpload/Components/InventoryFilter/Components/ClearButton/ClearButton.js:10
425
+ msgid "Clear"
426
+ msgstr "消去"
427
+
428
+ #: ../webpack/ForemanInventoryUpload/Components/InventoryFilter/InventoryFilter.js:32
429
+ msgid "Filter.."
430
+ msgstr "フィルター.."
431
+
432
+ #: ../webpack/ForemanInventoryUpload/Components/InventoryFilter/InventoryFilterConstants.js:5
433
+ msgid "Any Organization"
434
+ msgstr "任意の組織"
435
+
436
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:7 ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:34
437
+ msgid "Enable automatic upload of your hosts inventory to the Red Hat cloud"
438
+ msgstr "ホストインベントリーの Red Hat クラウドに対して自動アップロードを有効にする"
439
+
440
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:14
441
+ msgid "Enable automatic deletion of mismatched host records from the Red Hat cloud"
442
+ msgstr "不一致のホストレコードを Red Hat クラウドから自動的に削除できるようにする"
443
+
444
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:35
445
+ msgid "Obfuscate host names sent to the Red Hat cloud"
446
+ msgstr "Red Hat クラウドに送信するホスト名を難読化する"
447
+
448
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:39
449
+ msgid "Obfuscate host ipv4 addresses"
450
+ msgstr "ホストの ipv4 アドレスの難読化"
451
+
452
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:40
453
+ msgid "Obfuscate ipv4 addresses sent to the Red Hat cloud"
454
+ msgstr "Red Hat クラウドに送信する ipv4 アドレスを難読化する"
455
+
456
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/AdvancedSetting/AdvancedSettingsConstants.js:45
457
+ msgid "Exclude installed packages from being uploaded to the Red Hat cloud"
458
+ msgstr "Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
459
+
460
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js:35
461
+ msgid "Settings"
462
+ msgstr "設定"
463
+
464
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/MinimalInventoryDropdown.js:23
465
+ msgid "Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled"
466
+ msgstr "必要最小限のデータのみを Red Hat クラウドに送信します。難読化設定は無効化されます"
467
+
468
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/MinimalInventoryDropdown.js:28
469
+ msgid "Analytics data collection"
470
+ msgstr "分析データの収集"
471
+
472
+ #: ../webpack/ForemanInventoryUpload/Components/InventorySettings/MinimalInventoryDropdown.js:29
473
+ msgid "Send additional data to enhance Insights services, as per the settings"
474
+ msgstr "Insights サービスの強化のために、設定に従って追加データを送信する"
475
+
476
+ #: ../webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js:9
477
+ msgid "Generating"
478
+ msgstr "生成中"
479
+
480
+ #: ../webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js:15 ../webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.js:22
481
+ msgid "Uploading"
482
+ msgstr "アップロード中..."
483
+
484
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorActions.js:14
485
+ msgid "Cloud connector setup is in progress now: "
486
+ msgstr "Cloud Connector の設定が進行中です:"
487
+
488
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorActions.js:16
489
+ msgid "Cloud connector job link"
490
+ msgstr "Cloud Connector のジョブリンク"
491
+
492
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorActions.js:20
493
+ msgid "Cloud connector setup has failed: "
494
+ msgstr "Cloud Connector の設定に失敗しました:"
495
+
496
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:16
497
+ msgid "Cloud connector setup has started: "
498
+ msgstr "Cloud Connector の設定が開始しました:"
499
+
500
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:18
501
+ msgid "view the job in progress"
502
+ msgstr "処理中のジョブを表示する"
503
+
504
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:30
505
+ msgid "Cloud Connector is in progress"
506
+ msgstr "Cloud Connector が設定中です"
507
+
508
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:40
509
+ msgid "Reconfigure cloud connector"
510
+ msgstr "Cloud Connector の再設定"
511
+
512
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js:47
513
+ msgid "Configure cloud connector"
514
+ msgstr "Cloud Connector の設定"
515
+
516
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/index.js:20
517
+ msgid "Notice"
518
+ msgstr "注意"
519
+
520
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/index.js:21
521
+ msgid "This action will also enable automatic reports upload"
522
+ msgstr "このアクションを実行すると、自動レポートのアップロードも有効になります。"
523
+
524
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudPingModal/index.js:90
525
+ msgid "Organization status"
526
+ msgstr "組織ステータス"
527
+
528
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudPingModal/index.js:93
529
+ msgid "Displays manifest statuses per accessible organizations."
530
+ msgstr "アクセス可能な組織別にマニフェストステータスを表示します。"
531
+
532
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudPingModal/index.js:100
533
+ msgid "%s organizations"
534
+ msgstr "組織 %s 件"
535
+
536
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:18
537
+ 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."
538
+ msgstr "Red Hat Hybrid Cloud Console は、この Foreman インスタンスの予測分析、問題の修復、統合サブスクリプションレポートを提供する Red Hat Insights およびサブスクリプションを含む一連のクラウドサービスを提供します。"
539
+
540
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:23
541
+ 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."
542
+ msgstr "Foreman インベントリーアップロードプラグインは、Foreman ホストのインベントリーデータを Insights のインベントリーサービスに自動的にアップロードします。このデータは、サブスクリプションサービスでもサブスクリプションレポートに使用できます。サブスクリプションサービスを使用する場合は、インベントリーアップロードを有効にする必要があります。"
543
+
544
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:31
545
+ msgid "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
546
+ msgstr "すべての Foreman 組織でこのレポートを有効にするには、{uploadButtonName} をオンに設定します。データは 1 日に 1 回自動的にレポートされます。"
547
+
548
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:46
549
+ msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
550
+ msgstr "特定の組織のデータを手動でアップロードするには、組織を選択して {restartButtonName} をクリックします。"
551
+
552
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:51 ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:25 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:84 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:95
553
+ msgid "Generate and upload report"
554
+ msgstr "レポートの生成およびアップロード"
555
+
556
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:60
557
+ msgid "Learn more about {minimalDataCollectionSetting}."
558
+ msgstr "{minimalDataCollectionSetting} の詳細を確認してください。"
559
+
560
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:73
561
+ msgid "setting minimal data collection"
562
+ msgstr "最小限のデータ収集の設定"
563
+
564
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:80
565
+ msgid "For more information about the Subscriptions service, see:"
566
+ msgstr "サブスクリプションサービスの詳細は、以下を参照してください。"
567
+
568
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:87
569
+ msgid "About subscription watch"
570
+ msgstr "Subscription Watch の概要"
571
+
572
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:91
573
+ msgid "For more information about Insights and Cloud Connector, see:"
574
+ msgstr "Insights と Cloud Connector の詳細は、以下を参照してください。"
575
+
576
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js:98
577
+ msgid "Red Hat Insights Data and Application Security"
578
+ msgstr "Red Hat Insights データおよびアプリケーションセキュリティー"
579
+
580
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SettingsWarning/SettingsWarning.js:27
581
+ msgid "Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it"
582
+ msgstr "Cloud Connector が設定されていますが、インベントリーの自動アップロードは無効になっています。この設定を有効にすることを推奨します"
583
+
584
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SettingsWarning/SettingsWarning.js:42
585
+ msgid "Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it"
586
+ msgstr "Cloud Connector が設定されていますが、ホスト名の設定が難読化されています。この設定を無効にすることを推奨します"
587
+
588
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/SyncButtonActions.js:28
589
+ msgid "Inventory sync has started:"
590
+ msgstr "インベントリーの同期が開始されました:"
591
+
592
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/SyncButtonActions.js:56
593
+ msgid "Inventory sync has failed: "
594
+ msgstr "インベントリーの同期に失敗しました:"
595
+
596
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js:11
597
+ msgid "Hosts with subscription in organization: "
598
+ msgstr "組織のサブスクリプションが割り当てられたホスト:"
599
+
600
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js:15
601
+ msgid "Successfully synced hosts: "
602
+ msgstr "ホストが正常に同期されました:"
603
+
604
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js:19
605
+ msgid "Disconnected hosts: "
606
+ msgstr "非接続ホスト: "
607
+
608
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js:23
609
+ msgid "For more info, please visit the"
610
+ msgstr "詳細は、以下を参照してください。"
611
+
612
+ #: ../webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/components/Toast.js:29
613
+ msgid "hosts page"
614
+ msgstr "ホストページ"
615
+
616
+ #: ../webpack/ForemanInventoryUpload/Components/ScheduledRun/ScheduledRun.js:13
617
+ msgid "Next run: "
618
+ msgstr "次の実行: "
619
+
620
+ #: ../webpack/ForemanInventoryUpload/Components/StatusChart/StatusChart.js:10 ../webpack/ForemanInventoryUpload/Components/StatusChart/StatusChart.js:41 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:198
621
+ msgid "Completed"
622
+ msgstr "完了"
623
+
624
+ #: ../webpack/ForemanInventoryUpload/Components/StatusChart/StatusChart.js:11
625
+ msgid "Remain"
626
+ msgstr "そのままにする"
627
+
628
+ #: ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:26 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:106
629
+ msgid "Generate report"
630
+ msgstr "レポートを生成します。"
631
+
632
+ #: ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:30 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:64
633
+ msgid "Upload is disabled because subscription connection is not enabled. Enable it in Administer > Settings > Content."
634
+ msgstr ""
635
+
636
+ #: ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:43
637
+ msgid "Exit Code: %s"
638
+ msgstr "終了コード: %s"
639
+
640
+ #: ../webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js:60
641
+ msgid "Full Screen"
642
+ msgstr "全画面"
643
+
644
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:29
645
+ msgid "No task history"
646
+ msgstr ""
647
+
648
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:32
649
+ msgid "Previous tasks will appear here."
650
+ msgstr ""
651
+
652
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:53
653
+ msgid "N/A"
654
+ msgstr ""
655
+
656
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:64
657
+ msgid "Success"
658
+ msgstr ""
659
+
660
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:65 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:199
661
+ msgid "Failed"
662
+ msgstr ""
663
+
664
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:66
665
+ msgid "Warning"
666
+ msgstr ""
667
+
668
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:67
669
+ msgid "Unknown"
670
+ msgstr ""
671
+
672
+ #: ../webpack/ForemanInventoryUpload/Components/TaskHistory/TaskHistory.js:103
673
+ msgid "Details"
674
+ msgstr ""
675
+
676
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:125
677
+ msgid "Invalid response from server"
678
+ msgstr ""
679
+
680
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:140
681
+ msgid "Report generation started"
682
+ msgstr ""
683
+
684
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:141
685
+ msgid "Report generation and upload started"
686
+ msgstr ""
687
+
688
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:148
689
+ msgid "View task"
690
+ msgstr ""
691
+
692
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:174
693
+ msgid "No recent tasks"
694
+ msgstr ""
695
+
696
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:177
697
+ msgid "No tasks have been run yet."
698
+ msgstr ""
699
+
700
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:195 ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:241
701
+ msgid "Running"
702
+ msgstr ""
703
+
704
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:196
705
+ msgid "Paused"
706
+ msgstr ""
707
+
708
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:200
709
+ msgid "Completed with warnings"
710
+ msgstr ""
711
+
712
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:201
713
+ msgid "Stopped"
714
+ msgstr ""
715
+
716
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:263
717
+ msgid "Started"
718
+ msgstr ""
719
+
720
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:271
721
+ msgid "Duration"
722
+ msgstr ""
723
+
724
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:277
725
+ msgid "Report saved to"
726
+ msgstr ""
727
+
728
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:292
729
+ msgid "View task details"
730
+ msgstr ""
731
+
732
+ #: ../webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js:303
733
+ msgid "Download report"
734
+ msgstr ""
735
+
736
+ #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:3
737
+ msgid "Red Hat Inventory"
738
+ msgstr "Red Hat インベントリー"
739
+
740
+ #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:5
741
+ msgid "Documentation"
742
+ msgstr "ドキュメント"
743
+
744
+ #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:7
745
+ msgid "Actions history"
746
+ msgstr "アクション履歴"
747
+
748
+ #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:9
749
+ msgid " Sync all inventory status"
750
+ msgstr " すべてのインベントリー状況を同期する"
751
+
752
+ #: ../webpack/ForemanInventoryUpload/ForemanInventoryConstants.js:11
753
+ msgid "Connectivity test"
754
+ msgstr "接続性テスト"
755
+
756
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:28
757
+ msgid "Red Hat Cloud Inventory"
758
+ msgstr "Red Hat Cloud インベントリー"
759
+
760
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:33
761
+ msgid "Inventory Auto Upload"
762
+ msgstr "インベントリーの自動アップロード"
763
+
764
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:45
765
+ msgid "Advanced Inventory Settings"
766
+ msgstr "インベントリーの詳細設定"
767
+
768
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:55
769
+ msgid "Show Advanced Settings"
770
+ msgstr "詳細設定の表示"
771
+
772
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:64
773
+ msgid "More details can be found in"
774
+ msgstr "詳細は、以下を参照してください: "
775
+
776
+ #: ../webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/InventoryAutoUpload.js:73
777
+ msgid "Configure"
778
+ msgstr "設定"
779
+
780
+ #: ../webpack/ForemanRhCloudFills.js:51
781
+ msgid "Vulnerabilities"
782
+ msgstr "脆弱性"
783
+
784
+ #: ../webpack/HostsIndexExtensions/VulnerabilityAnalysisActions.js:51
785
+ msgid "Vulnerability analysis disabled"
786
+ msgstr ""
787
+
788
+ #: ../webpack/HostsIndexExtensions/VulnerabilityAnalysisActions.js:52
789
+ msgid "Vulnerability analysis enabled"
790
+ msgstr ""
791
+
792
+ #: ../webpack/HostsIndexExtensions/VulnerabilityAnalysisActions.js:75 ../webpack/InsightsVulnerabilityActionsBar/InsightsVulnerabilityActionsBarActions.js:79 ../webpack/InsightsVulnerabilityActionsBar/InsightsVulnerabilityActionsBarActions.js:161
793
+ msgid "Failed to update vulnerability analysis status"
794
+ msgstr ""
795
+
796
+ #: ../webpack/HostsIndexExtensions/VulnerabilityAnalysisActions.js:126
797
+ msgid "Enable vulnerability analysis"
798
+ msgstr ""
799
+
800
+ #: ../webpack/HostsIndexExtensions/VulnerabilityAnalysisActions.js:127
801
+ msgid "Disable vulnerability analysis"
802
+ msgstr ""
803
+
804
+ #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:24
805
+ msgid "Sync automatically"
806
+ msgstr "自動同期"
807
+
808
+ #: ../webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js:25
809
+ msgid "Enable automatic synchronization of Insights recommendations from the Red Hat cloud"
810
+ msgstr "Red Hat クラウドから Insights の推奨事項の自動同期を有効にする"
811
+
812
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:24
813
+ msgid "Playbook"
814
+ msgstr "Playbook"
815
+
816
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:27
817
+ msgid "Manual"
818
+ msgstr "手動"
819
+
820
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:40 ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:36 ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:59
821
+ msgid "View in Red Hat Insights"
822
+ msgstr "Red Hat Insights での表示"
823
+
824
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:49 ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:30
825
+ msgid "Knowledgebase article"
826
+ msgstr "ナレッジベースアーティクル"
827
+
828
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:63 ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:21
829
+ msgid "Hostname"
830
+ msgstr "ホスト名"
831
+
832
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:69 ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:25
833
+ msgid "Recommendation"
834
+ msgstr "推奨事項"
835
+
836
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:75
837
+ msgid "Total risk"
838
+ msgstr "リスクの総数"
839
+
840
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:81 ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js:113 ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModalFooter.js:44
841
+ msgid "Remediate"
842
+ msgstr "修復"
843
+
844
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:100 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:19
845
+ msgid "items"
846
+ msgstr "項目"
847
+
848
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:101
849
+ msgid "page"
850
+ msgstr "ページ"
851
+
852
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:102 ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:108 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:21 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:27
853
+ msgid "Items per page"
854
+ msgstr "各ページの項目"
855
+
856
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:103 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:22
857
+ msgid "per page"
858
+ msgstr "/ページ"
859
+
860
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:104 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:23
861
+ msgid "Go to first page"
862
+ msgstr "最初のページに移動"
863
+
864
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:105 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:24
865
+ msgid "Go to previous page"
866
+ msgstr "前のページに移動"
867
+
868
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:106 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:25
869
+ msgid "Go to last page"
870
+ msgstr "最後のページに移動"
871
+
872
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:107 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:26
873
+ msgid "Go to next page"
874
+ msgstr "次のページに移動"
875
+
876
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:109 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:28
877
+ msgid "Current page"
878
+ msgstr "現在のページ"
879
+
880
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js:110 ../webpack/InsightsCloudSync/Components/InsightsTable/Pagination.js:29
881
+ msgid "Pagination"
882
+ msgstr "ページ付け"
883
+
884
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/SelectAllAlert.js:22
885
+ msgid "Recommendations selected: %s."
886
+ msgstr "選択済みの推奨事項: %s 件"
887
+
888
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/SelectAllAlert.js:25
889
+ msgid "Select recommendations from all pages"
890
+ msgstr "すべてのページから推奨事項を選択する"
891
+
892
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/SelectAllAlert.js:37
893
+ msgid "All recommendations are now selected."
894
+ msgstr "すべての推奨事項が選択されました。"
895
+
896
+ #: ../webpack/InsightsCloudSync/Components/InsightsTable/SelectAllAlert.js:40
897
+ msgid "Clear Selection"
898
+ msgstr "選択項目を解除する"
899
+
900
+ #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js:120
901
+ msgid "Remediation summary"
902
+ msgstr "修復の概要"
903
+
904
+ #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationModalFooter.js:52
905
+ msgid "Cancel"
906
+ msgstr "取り消し"
907
+
908
+ #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:14
909
+ msgid "No"
910
+ msgstr "いいえ"
911
+
912
+ #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:29
913
+ msgid "Resolution"
914
+ msgstr "解決策"
915
+
916
+ #: ../webpack/InsightsCloudSync/Components/RemediationModal/RemediationTableConstants.js:33
917
+ msgid "Reboot Required"
918
+ msgstr "再起動が必要です"
919
+
920
+ #: ../webpack/InsightsCloudSync/Components/ToolbarDropdown.js:25
921
+ msgid "Sync recommendations"
922
+ msgstr "同期の推奨事項"
923
+
924
+ #: ../webpack/InsightsCloudSync/InsightsCloudSyncActions.js:28
925
+ msgid "Recommendation sync has failed: "
926
+ msgstr "推奨事項の同期に失敗しました: "
927
+
928
+ #: ../webpack/InsightsCloudSync/InsightsCloudSyncActions.js:31
929
+ msgid "Recommendation sync has started: "
930
+ msgstr "推奨事項の同期が開始されました: "
931
+
932
+ #: ../webpack/InsightsCloudSync/InsightsCloudSyncActions.js:43
933
+ msgid "Recommendations synced successfully"
934
+ msgstr "推奨事項が正常に同期されました"
935
+
936
+ #: ../webpack/InsightsHostDetailsTab/InsightsTab.js:20
937
+ msgid "No recommendations were found for this host!"
938
+ msgstr "このホストに関する推奨事項は見つかりませんでした。"
939
+
940
+ #: ../webpack/InsightsHostDetailsTab/InsightsTabConstants.js:9 ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:7
941
+ msgid "Low"
942
+ msgstr "低"
943
+
944
+ #: ../webpack/InsightsHostDetailsTab/InsightsTabConstants.js:14 ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:8
945
+ msgid "Moderate"
946
+ msgstr "中"
947
+
948
+ #: ../webpack/InsightsHostDetailsTab/InsightsTabConstants.js:19 ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:9
949
+ msgid "Important"
950
+ msgstr "重要"
951
+
952
+ #: ../webpack/InsightsHostDetailsTab/InsightsTabConstants.js:24 ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:10
953
+ msgid "Critical"
954
+ msgstr "重大"
955
+
956
+ #: ../webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js:164
957
+ msgid "Total risks"
958
+ msgstr "リスクの総数"
959
+
960
+ #: ../webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js:172
961
+ msgid "View all recommendations"
962
+ msgstr "すべての推奨事項の表示"
963
+
964
+ #: ../webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js:181
965
+ msgid "No results found"
966
+ msgstr "結果は見つかりませんでした"
967
+
968
+ #: ../webpack/InsightsHostDetailsTab/NewHostDetailsTab.js:46
969
+ msgid "Go to Foreman Insights page"
970
+ msgstr "Foreman Insights ページへ移動する"
971
+
972
+ #: ../webpack/InsightsHostDetailsTab/components/ListItem/ListItem.js:38
973
+ msgid "Read more about it in RH cloud insights"
974
+ msgstr "詳細は、RH cloud insights を参照してください。"
975
+
976
+ #: ../webpack/InsightsVulnerabilityActionsBar/InsightsVulnerabilityActionsBarActions.js:25
977
+ msgid "Failed to fetch hosts"
978
+ msgstr ""
979
+
980
+ #: ../webpack/InsightsVulnerabilityActionsBar/InsightsVulnerabilityActionsBarActions.js:109
981
+ msgid "None of the selected hosts are registered"
982
+ msgstr ""
983
+
984
+ #: ../webpack/InsightsVulnerabilityActionsBar/index.js:40
985
+ msgid "A specific organization must be selected from the organization context."
986
+ msgstr ""
987
+
988
+ #: ../webpack/InsightsVulnerabilityActionsBar/index.js:67
989
+ msgid "Enable"
990
+ msgstr ""
991
+
992
+ #: ../webpack/InsightsVulnerabilityActionsBar/index.js:81
993
+ msgid "Disable"
994
+ msgstr ""
995
+
996
+ #: ../webpack/InsightsVulnerabilityActionsBar/index.js:88
997
+ msgid "Manage vulnerability analysis"
998
+ msgstr ""
999
+
1000
+ #: ../webpack/InsightsVulnerabilityHostIndexExtensions/CVECountCell.js:49
1001
+ msgid "Analysis disabled"
1002
+ msgstr ""
1003
+
1004
+ #: ../webpack/common/ForemanTasks/ForemanTasksActions.js:30
1005
+ msgid "The task failed with the following error:"
1006
+ msgstr "タスクは以下のエラーで失敗しました: "
1007
+
1008
+ #: ../webpack/common/ForemanTasks/ForemanTasksActions.js:57
1009
+ msgid "view the task page for more details"
1010
+ msgstr "詳細は、タスクページを表示します。"
1011
+
1012
+ #: ../webpack/common/table/EmptyState.js:21
1013
+ msgid "Loading"
1014
+ msgstr "ロード中"
1015
+
1016
+ #: ../webpack/common/table/EmptyState.js:34
1017
+ msgid "The server returned the following error: %s"
1018
+ msgstr "サーバーは以下のエラーを返しました: %s"
1019
+
1020
+ #: ../webpack/common/table/EmptyState.js:49
1021
+ msgid "There are no recommendations for your hosts"
1022
+ msgstr "ホストに関する推奨事項はありません"
1023
+
1024
+ #: gemspec.rb:2
1025
+ msgid "Foreman plugin that process & upload data to Red Hat Cloud"
1026
+ msgstr "データを処理して Red Hat Cloud にアップロードする Foreman プラグイン"