foreman_virt_who_configure 0.5.24 → 0.5.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,843 @@
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_virt_who_configure package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # e93ed3aa97dec2eb31063731872555fc_1460a05 <71305a0095156d8e18373a5b7cfeb79e_8587>, 2017
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
9
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2023
11
+ #
12
+ #, fuzzy
13
+ msgid ""
14
+ msgstr ""
15
+ "Project-Id-Version: foreman_virt_who_configure 1.0.0\n"
16
+ "Report-Msgid-Bugs-To: \n"
17
+ "POT-Creation-Date: 2024-05-22 09:39-0400\n"
18
+ "PO-Revision-Date: 2017-05-03 11:59+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
20
+ "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: ja\n"
25
+ "Plural-Forms: nplurals=1; plural=0;\n"
26
+
27
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:15
28
+ msgid "List of virt-who configurations"
29
+ msgstr "virt-who 設定一覧を表示します。"
30
+
31
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:16
32
+ msgid "List of virt-who configurations per organization"
33
+ msgstr "組織別の virt-who 設定の一覧"
34
+
35
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:23
36
+ msgid "Show a virt-who configuration"
37
+ msgstr "virt-who 設定を表示します。"
38
+
39
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:29
40
+ msgid "Renders a deploy script for the specified virt-who configuration"
41
+ msgstr "指定した virt-who 設定の deploy スクリプトのレンダリングを行います。"
42
+
43
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:41
44
+ msgid "Configuration name"
45
+ msgstr "設定名"
46
+
47
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:42
48
+ msgid "Configuration interval in minutes"
49
+ msgstr "設定の間隔 (分単位)"
50
+
51
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:43
52
+ msgid ""
53
+ "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} "
54
+ "means whitelist, %{blacklist} means blacklist"
55
+ msgstr ""
56
+ "ハイパーバイザーのフィルタリングモード。%%{unlimited} はフィルタリングがないことを意味し、%%{whitelist} "
57
+ "はホワイトリスト、%%{blacklist} はブラックリストを意味します。"
58
+
59
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:44
60
+ msgid ""
61
+ "Hypervisor whitelist, applicable only when filtering mode is set to 1. "
62
+ "Wildcards and regular expressions are supported, multiple records must be "
63
+ "separated by comma."
64
+ msgstr ""
65
+ "フィルタリングモードが 1 "
66
+ "に設定されている場合にのみ適用できるハイパーバイザーのホワイトリストです。ワイルドカードおよび正規表現がサポートされており、複数のレコードはコンマで区切られる必要があります。"
67
+
68
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:45
69
+ msgid ""
70
+ "Hypervisor blacklist, applicable only when filtering mode is set to 2. "
71
+ "Wildcards and regular expressions are supported, multiple records must be "
72
+ "separated by comma."
73
+ msgstr ""
74
+ "フィルタリングモードが 2 "
75
+ "に設定されている場合にのみ適用できるハイパーバイザーのブラックリストです。ワイルドカードおよび正規表現がサポートされており、複数のレコードはコンマで区切られる必要があります。"
76
+
77
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:46
78
+ msgid ""
79
+ "Applicable only for esx provider type. Only hosts which parent (usually "
80
+ "ComputeResource) name is specified in comma-separated list in this option "
81
+ "will be reported. Wildcards and regular expressions are supported, multiple "
82
+ "records must be separated by comma. Put the value into the double-quotes if "
83
+ "it contains special characters like comma. All new line characters will be "
84
+ "removed in resulting configuration file, white spaces are removed from "
85
+ "beginning and end."
86
+ msgstr ""
87
+ "esx プロバイダータイプにのみ適用できます。親 (通常は ComputeResource) "
88
+ "の名前がこのオプションのコンマ区切りの一覧に指定されているホストの場合にのみレポートされます。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
89
+
90
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:47
91
+ msgid ""
92
+ "Applicable only for esx provider type. Hosts which parent (usually "
93
+ "ComputeResource) name is specified in comma-separated list in this option "
94
+ "will <b>NOT</b> be reported. Wildcards and regular expressions are "
95
+ "supported, multiple records must be separated by comma. Put the value into "
96
+ "the double-quotes if it contains special characters like comma. All new line"
97
+ " characters will be removed in resulting configuration file, white spaces "
98
+ "are removed from beginning and end."
99
+ msgstr ""
100
+ "esx プロバイダータイプにのみ適用できます。親 (通常は ComputeResource) "
101
+ "の名前がこのオプションのコンマ区切りの一覧に指定されているホストの場合は "
102
+ "<b>レポートされません</b>。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
103
+
104
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:48
105
+ msgid "Specifies how the hypervisor will be identified."
106
+ msgstr "ハイパーバイザーの特定方法を指定します。"
107
+
108
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:49
109
+ msgid "Hypervisor type"
110
+ msgstr "ハイパーバイザーのタイプ"
111
+
112
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:50
113
+ msgid "Fully qualified host name or IP address of the hypervisor"
114
+ msgstr "ハイパーバイザーの完全修飾ホスト名または IP アドレス"
115
+
116
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:51
117
+ msgid "Account name by which virt-who is to connect to the hypervisor."
118
+ msgstr "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。"
119
+
120
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:52
121
+ msgid ""
122
+ "Hypervisor password, required for all hypervisor types except for "
123
+ "libvirt/kubevirt."
124
+ msgstr "libvirt/kubevirt を除くすべてのハイパーバイザーのタイプに必要なハイパーバイザーのパスワード"
125
+
126
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:53
127
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:40
128
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
129
+ msgid "Foreman server FQDN"
130
+ msgstr "Foreman サーバーの FQDN"
131
+
132
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:54
133
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
134
+ msgid "Enable debugging output"
135
+ msgstr "デバッグ出力の有効化"
136
+
137
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:55
138
+ msgid ""
139
+ "Configuration file containing details about how to connect to the cluster "
140
+ "and authentication details."
141
+ msgstr "クラスターへの接続方法と認証の詳細を含む設定ファイル"
142
+
143
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:56
144
+ msgid ""
145
+ "HTTP proxy that should be used for communication between the server on which"
146
+ " virt-who is running and the hypervisors and virtualization managers."
147
+ msgstr "virt-who が実行されているサーバーとハイパーバイザーおよび仮想化マネージャー間の通信に使用する必要のある HTTP プロキシー。"
148
+
149
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:57
150
+ msgid ""
151
+ "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses"
152
+ " to ignore proxy settings for. Optionally this may be set to * to bypass "
153
+ "proxy settings for all hostnames domains or ip addresses."
154
+ msgstr ""
155
+ "プロキシーを無視します。プロキシー設定を無視するホスト名、ドメインまたは IP アドレスのコンマ区切りの一覧です。オプションとして、これは * "
156
+ "に設定でき、すべてのホスト名ドメインまたは IP アドレスのプロキシー設定をバイパスします。"
157
+
158
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:58
159
+ msgid "Organization of the virt-who configuration"
160
+ msgstr "virt-who 設定の組織"
161
+
162
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:59
163
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:28
164
+ msgid "Select the Prism flavor you are connecting to"
165
+ msgstr "接続先の Prism フレーバー選択"
166
+
167
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:60
168
+ msgid ""
169
+ "Option Enable debugging output is required to enable AHV internal debug. It "
170
+ "provides extra AHV debug information when both options are enabled"
171
+ msgstr ""
172
+ "AHV 内部デバッグを有効にするには、オプション Enable debugging output が必要です。両方のオプションが有効な場合に追加の "
173
+ "AHV デバッグ情報を提供します。"
174
+
175
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:64
176
+ msgid "Create a virt-who configuration"
177
+ msgstr "virt-who 設定の作成"
178
+
179
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:72
180
+ msgid "Update a virt-who configuration"
181
+ msgstr "virt-who 設定の更新"
182
+
183
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:73
184
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:81
185
+ msgid "Configuration numeric identifier"
186
+ msgstr "設定数値 ID"
187
+
188
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:80
189
+ msgid "Delete a virt-who configuration"
190
+ msgstr "virt-who 設定を削除します。"
191
+
192
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7
193
+ msgid "Create Config"
194
+ msgstr "設定の作成"
195
+
196
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:9
197
+ msgid "New Config"
198
+ msgstr "新規設定"
199
+
200
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:16
201
+ msgid "Help"
202
+ msgstr "ヘルプ"
203
+
204
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:5
205
+ msgid "VMware vCenter server’s fully qualified host name or IP address."
206
+ msgstr "VMware vCenter サーバーの完全修飾ホスト名または IP アドレス"
207
+
208
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:6
209
+ msgid "Microsoft Hyper-V fully qualified host name or IP address."
210
+ msgstr "Microsoft Hyper-V の完全修飾ホスト名または IP アドレス。"
211
+
212
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:7
213
+ msgid ""
214
+ "Libvirt server’s fully qualified host name or IP address. You can also "
215
+ "specify preferred schema, for example: "
216
+ "<code>qemu+ssh://libvirt.example.com/system</code>. Make sure you setup "
217
+ "root's SSH key on target host for a user specified at hypervisor username "
218
+ "field"
219
+ msgstr ""
220
+
221
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:8
222
+ msgid ""
223
+ "Container-native virtualization’s fully qualified host name or IP address. "
224
+ "In order to connect to the cluster it is required to provide path to "
225
+ "kubeconfig which contains connection details and authentication token."
226
+ msgstr ""
227
+ "コンテナーネイティブの仮想化の完全修飾ホスト名または IP アドレス。クラスターに接続するには、接続の詳細と認証トークンを含む kubeconfig "
228
+ "へのパスを指定する必要があります。"
229
+
230
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:9
231
+ msgid "Nutanix AHV’s IP address."
232
+ msgstr "Nutanix AHV の IP アドレス。"
233
+
234
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:15
235
+ msgid ""
236
+ "Account name by which virt-who is to connect to the hypervisor, in the "
237
+ "format <code>domain_name\\account_name</code>. Note that only a single "
238
+ "backslash separates the values for domain_name and account_name. If you are "
239
+ "using a domain account, and the global configuration file <code>/etc/virt-"
240
+ "who.conf</code>, then <b>two</b> backslashes are required. For further "
241
+ "details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat"
242
+ " Knowledgebase solution How to use a windows domain account with virt-"
243
+ "who</a> for more information."
244
+ msgstr ""
245
+ "virt-who を <code>domain_name\\account_name</code> "
246
+ "形式でハイパーバイザーに接続する際に使用するアカウント名。単一のバックスラッシュのみが domain_name および account_name "
247
+ "の値を区別することに注意してください。ドメインアカウントおよびグローバル設定ファイル <code>/etc/virt-who.conf</code> "
248
+ "を使用している場合、<b>2 つ</b> のバックスラッシュが必要になります。詳細は、Red Hat ナレッジベースのソリューション記事「<a "
249
+ "href=\"https://access.redhat.com/solutions/1270223\">How to use a windows "
250
+ "domain account with virt-who</a>」を参照してください。"
251
+
252
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:16
253
+ msgid ""
254
+ "Account name by which virt-who is to connect to the hypervisor. By default "
255
+ "this is <code>Administrator</code>. To use an alternate account, create a "
256
+ "user account and assign that account to the following groups (Windows 2012 "
257
+ "Server): Hyper-V Administrators and Remote Management Users."
258
+ msgstr ""
259
+ "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。デフォルトで、これは <code>Administrator</code> "
260
+ "になります。代替アカウントを使用するには、ユーザーアカウントを作成し、そのアカウントを次のグループに割り当てます (Windows 2012 "
261
+ "Server): Hyper-V 管理者およびリモート管理ユーザー。"
262
+
263
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:17
264
+ msgid ""
265
+ "Account name by which virt-who is to connect to the hypervisor. Virt-who "
266
+ "does not support password based authentication, you must manually setup SSH "
267
+ "key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat "
268
+ "Knowledgebase solution How to configure virt-who for a KVM host</a> for more"
269
+ " information."
270
+ msgstr ""
271
+ "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。Virt-who はパスワードベースの認証をサポートしないため、SSH "
272
+ "鍵を手動で設定する必要があります。詳細は、「<a "
273
+ "href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase "
274
+ "solution How to configure virt-who for a KVM host</a>」を参照してください。"
275
+
276
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:19
277
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
278
+ msgstr "virt-who を Nutanix AHV に接続する際に使用されるアカウント名。"
279
+
280
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:26
281
+ msgid "No Report Yet"
282
+ msgstr "レポートはまだありません"
283
+
284
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:30
285
+ msgid "Unknown configuration status"
286
+ msgstr "不明な設定ステータス"
287
+
288
+ #: ../app/models/foreman_virt_who_configure/config.rb:20
289
+ msgid "Unlimited"
290
+ msgstr "無制限"
291
+
292
+ #: ../app/models/foreman_virt_who_configure/config.rb:21
293
+ msgid "Whitelist"
294
+ msgstr "ホワイトリスト"
295
+
296
+ #: ../app/models/foreman_virt_who_configure/config.rb:22
297
+ msgid "Blacklist"
298
+ msgstr "ブラックリスト"
299
+
300
+ #: ../app/models/foreman_virt_who_configure/config.rb:26
301
+ msgid "General information"
302
+ msgstr "一般情報"
303
+
304
+ #: ../app/models/foreman_virt_who_configure/config.rb:27
305
+ msgid "Schedule"
306
+ msgstr "スケジュール"
307
+
308
+ #: ../app/models/foreman_virt_who_configure/config.rb:28
309
+ msgid "Connection"
310
+ msgstr "接続"
311
+
312
+ #: ../app/models/foreman_virt_who_configure/config.rb:44
313
+ msgid "Every hour"
314
+ msgstr "毎時"
315
+
316
+ #: ../app/models/foreman_virt_who_configure/config.rb:45
317
+ msgid "Every 2 hours"
318
+ msgstr "2 時間ごと"
319
+
320
+ #: ../app/models/foreman_virt_who_configure/config.rb:46
321
+ msgid "Every 4 hours"
322
+ msgstr "4 時間ごと"
323
+
324
+ #: ../app/models/foreman_virt_who_configure/config.rb:47
325
+ msgid "Every 8 hours"
326
+ msgstr "8 時間ごと"
327
+
328
+ #: ../app/models/foreman_virt_who_configure/config.rb:48
329
+ msgid "Every 12 hours"
330
+ msgstr "12 時間ごと"
331
+
332
+ #: ../app/models/foreman_virt_who_configure/config.rb:49
333
+ msgid "Every 24 hours"
334
+ msgstr "24 時間ごと"
335
+
336
+ #: ../app/models/foreman_virt_who_configure/config.rb:50
337
+ msgid "Every 2 days"
338
+ msgstr "2 日ごと"
339
+
340
+ #: ../app/models/foreman_virt_who_configure/config.rb:51
341
+ msgid "Every 3 days"
342
+ msgstr "3 日ごと"
343
+
344
+ #: ../app/models/foreman_virt_who_configure/config.rb:57
345
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:23
346
+ msgid "OK"
347
+ msgstr "OK"
348
+
349
+ #: ../app/models/foreman_virt_who_configure/config.rb:58
350
+ msgid "No change"
351
+ msgstr "変更なし"
352
+
353
+ #: ../app/models/foreman_virt_who_configure/config.rb:59
354
+ msgid "Unknown"
355
+ msgstr "不明"
356
+
357
+ #: ../app/models/foreman_virt_who_configure/config.rb:62
358
+ msgid "Unknown configuration status, caused by unexpected conditions"
359
+ msgstr "予期しない状況によって生じる不明な設定ステータス"
360
+
361
+ #: ../app/models/foreman_virt_who_configure/config.rb:64
362
+ msgid ""
363
+ "The configuration was not deployed yet or the virt-who was unable to report "
364
+ "the status"
365
+ msgstr "設定がデプロイされていないか、または virt-who がステータスを報告できませんでした"
366
+
367
+ #: ../app/models/foreman_virt_who_configure/config.rb:65
368
+ msgid "The virt-who report arrived within the interval"
369
+ msgstr "期間内に着信した virt-who レポート"
370
+
371
+ #: ../app/models/foreman_virt_who_configure/config.rb:66
372
+ msgid ""
373
+ "The virt-who report has not arrived within the interval, which indicates "
374
+ "there was no change on hypervisor"
375
+ msgstr "virt-who レポートは期間内に着信しておらず、これはハイパーバイザーに変更がないことを示しています"
376
+
377
+ #: ../app/models/foreman_virt_who_configure/config.rb:71
378
+ msgid "Prism Central"
379
+ msgstr "Prism Central"
380
+
381
+ #: ../app/models/foreman_virt_who_configure/config.rb:72
382
+ msgid "Prism Element"
383
+ msgstr "Prism Element"
384
+
385
+ #: ../app/models/foreman_virt_who_configure/config.rb:233
386
+ msgid "every %s hours"
387
+ msgstr "%s 時間ごと"
388
+
389
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:18
390
+ msgid "Success"
391
+ msgstr "成功"
392
+
393
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:19
394
+ msgid "Newer version of virt-who is required, minimum version is %s"
395
+ msgstr "virt-who の新規バージョンが必要です。最小バージョンは %s です"
396
+
397
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:20
398
+ msgid "Unable to create virt-who config file"
399
+ msgstr "virt-who 設定ファイルを作成できません"
400
+
401
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:21
402
+ msgid "Unable to create sysconfig file"
403
+ msgstr "sysconfig ファイルを作成できません"
404
+
405
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:22
406
+ msgid "Unable to enable virt-who service using systemctl"
407
+ msgstr "systemctl を使用して virt-who サービスを有効にできません"
408
+
409
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:23
410
+ msgid ""
411
+ "Unable to start virt-who service, please see virt-who logs for more details"
412
+ msgstr "virt-who サービスを起動できません。詳細は、virt-who ログを参照してください"
413
+
414
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:24
415
+ msgid ""
416
+ "Unable to install virt-who package, make sure the host is properly "
417
+ "subscribed and has access to katello-host-tools repository"
418
+ msgstr ""
419
+ "virt-who パッケージをインストールできません。ホストが適切にサブスクライブされており、katello-host-tools "
420
+ "リポジトリーへのアクセスがあることを確認します。"
421
+
422
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:44
423
+ msgid "Owner was not provided"
424
+ msgstr "所有者は指定されていません"
425
+
426
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:45
427
+ msgid "Interval was not provided"
428
+ msgstr "間隔は指定されていません"
429
+
430
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:5
431
+ msgid "Virt-who Configurations Status"
432
+ msgstr "Virt-who 設定ステータス"
433
+
434
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:9
435
+ msgid "Configuration Status"
436
+ msgstr "設定ステータス"
437
+
438
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:10
439
+ msgid "Count"
440
+ msgstr "カウント"
441
+
442
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:15
443
+ msgid "No Reports"
444
+ msgstr "レポートがありません"
445
+
446
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:19
447
+ msgid "No Change"
448
+ msgstr "変更なし"
449
+
450
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:27
451
+ msgid "Total Configurations"
452
+ msgstr "合計の設定"
453
+
454
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:33
455
+ msgid "Latest Configurations Without Change"
456
+ msgstr "変更のない最新の設定"
457
+
458
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:35
459
+ msgid "No configuration found"
460
+ msgstr "設定が見つかりません"
461
+
462
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:40
463
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:8
464
+ msgid "Config|Name"
465
+ msgstr "名前"
466
+
467
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:41
468
+ msgid "Config|Last Report"
469
+ msgstr "最後のレポート"
470
+
471
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:42
472
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:9
473
+ msgid "Config|Interval"
474
+ msgstr "間隔"
475
+
476
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:1
477
+ msgid "Edit Virt-who Config"
478
+ msgstr "Virt-who 設定の編集"
479
+
480
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:6
481
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:1
482
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12
483
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:3
484
+ #: ../lib/foreman_virt_who_configure/engine.rb:74
485
+ msgid "Virt-who Configurations"
486
+ msgstr "Virt-who 設定"
487
+
488
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:10
489
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:21
490
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:5
491
+ msgid "Edit"
492
+ msgstr "編集"
493
+
494
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:10
495
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:35
496
+ msgid "Status"
497
+ msgstr "状態"
498
+
499
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:11
500
+ msgid "Actions"
501
+ msgstr "アクション"
502
+
503
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:22
504
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:6
505
+ msgid "Delete virt-who configuration %s?"
506
+ msgstr "virt-who 設定 %s を削除しますか?"
507
+
508
+ #: ../app/views/foreman_virt_who_configure/configs/new.html.erb:1
509
+ msgid "New Virt-who Config"
510
+ msgstr "新規 Virt-who 設定"
511
+
512
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:3
513
+ msgid "Virt-who Configuration %s"
514
+ msgstr "Virt-who 設定 %s"
515
+
516
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:22
517
+ msgid "Overview"
518
+ msgstr "概要"
519
+
520
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:23
521
+ msgid "Deploy"
522
+ msgstr "デプロイ"
523
+
524
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:32
525
+ msgid "Details"
526
+ msgstr "詳細"
527
+
528
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:41
529
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3
530
+ msgid "Hypervisor ID"
531
+ msgstr "ハイパーバイザー ID"
532
+
533
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:42
534
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:9
535
+ msgid "Filtering"
536
+ msgstr "フィルタリング"
537
+
538
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:44
539
+ msgid "Filter Hosts"
540
+ msgstr "ホストのフィルタリング"
541
+
542
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:48
543
+ msgid "Exclude Hosts"
544
+ msgstr "ホストの除外"
545
+
546
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:51
547
+ msgid "Enable debugging output?"
548
+ msgstr "デバッグ出力を有効にしますか?"
549
+
550
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:52
551
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:21
552
+ msgid "HTTP Proxy"
553
+ msgstr "HTTP プロキシー"
554
+
555
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:53
556
+ msgid "Ignore Proxy"
557
+ msgstr "プロキシーを無視する"
558
+
559
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:67
560
+ msgid ""
561
+ "Use either hammer command or the script below to deploy this configuration. "
562
+ "Both require root privileges. Run one of them on the target host which has "
563
+ "access to katello-host-tools repository and will run virt-who reporting, "
564
+ "preferably Foreman host:"
565
+ msgstr ""
566
+ "以下の Hammer コマンドまたはスクリプトを使用してこの設定をデプロイします。いずれも、root 権限が必要です。katello-host-"
567
+ "tools にアクセスできるターゲットホストで Hammer コマンドまたはスクリプトを実行し、可能な場合は Foreman ホストで virt-who"
568
+ " レポートを実行します。"
569
+
570
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:73
571
+ msgid "Hammer command: "
572
+ msgstr "Hammer コマンド: "
573
+
574
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:82
575
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:106
576
+ msgid "Copy to clipboard"
577
+ msgstr "クリップボードへのコピー"
578
+
579
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:89
580
+ msgid "Configuration script: "
581
+ msgstr "設定スクリプト: "
582
+
583
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:93
584
+ msgid "On the target virt-who host:"
585
+ msgstr "ターゲット virt-who ホスト上:"
586
+
587
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:94
588
+ msgid "1. Copy this configuration script to a safe directory."
589
+ msgstr "1. この設定スクリプトを安全なディレクトリーにコピーします。"
590
+
591
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:95
592
+ msgid "2. Make the script executable and run it."
593
+ msgstr "2. スクリプトを実行可能な状態にし、これを実行します。"
594
+
595
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:96
596
+ msgid "3. Delete the script."
597
+ msgstr "3. スクリプトを削除します。"
598
+
599
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:107
600
+ msgid "Download the script"
601
+ msgstr "スクリプトのダウンロード"
602
+
603
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
604
+ msgid ""
605
+ "Foreman server’s fully-qualified host name, for example: foreman.example.com"
606
+ msgstr "Foreman サーバーの完全修飾ホスト名 (例: foreman.example.com)"
607
+
608
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:4
609
+ msgid ""
610
+ "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
611
+ " Note that some virtualization backends don't have all of them implemented.\n"
612
+ " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
613
+ " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
614
+ " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
615
+ msgstr ""
616
+ "ハイパーバイザーが <b>hostname</b>、<b>uuid</b> または <b>hwuuid</b> で特定されるように指定します。\n"
617
+ " 一部の仮想化バックエンドではそれらのすべてが実装されていません。\n"
618
+ " デフォルトは <b>hostname</b> であり、意味を付したハイパーバイザー名\n"
619
+ " を提供しますが、ホスト名が変更される場合は、ハイパーバーザー登録の重複が生じる可能性があります。これを避けるには、代わりに <b>uuid</b> を使用できます。<b>hwuuid</b> は esx のみに適用されます。\n"
620
+ " このプロパティーは、virt-who の初回の実行前に設定されることになっています。これを後で変更すると、サブスクリプションマネージャーでエントリーの重複が生じます。"
621
+
622
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:10
623
+ msgid ""
624
+ "If you run a hybrid environment, with virtual machines running Red Hat "
625
+ "Enterprise Linux and other operating systems, you may want to limit the "
626
+ "scope of virt-who’s access to hosts. For example, if some hypervisors host "
627
+ "only Microsoft Windows Server instances, there is no benefit in having those"
628
+ " hypervisors reported by the virt-who agent."
629
+ msgstr ""
630
+ "Red Hat Enterprise Linux "
631
+ "およびその他のオペレーティングシステムを実行する仮想マシンでハイブリッド環境を実行する場合は、virt-who "
632
+ "のホストへのアクセスの範囲を制限することをお勧めします。たとえば、一部のハイパーバイザーが Microsoft Windows Server "
633
+ "インスタンスのみをホストする場合、これらのハイパーバイザーを virt-who エージェントが報告する利点はありません。"
634
+
635
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
636
+ msgid ""
637
+ "Only hosts which uuid (or hostname or hwuuid, based on "
638
+ "<code>hypervisor_id</code>) is specified in comma-separated list in this "
639
+ "option will be reported. Wildcards and regular expressions are supported, "
640
+ "multiple records must be separated by comma. Put the value into the double-"
641
+ "quotes if it contains special characters like comma. All new line characters"
642
+ " will be removed in resulting configuration file, white spaces are removed "
643
+ "from beginning and end."
644
+ msgstr ""
645
+ "uuid (または <code>hypervisor_id</code> に応じてホスト名または hwuuid) "
646
+ "がこのオプションのコンマ区切りの一覧に指定されているホストの場合にのみレポートされます。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
647
+
648
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
649
+ msgid "Filter hosts"
650
+ msgstr "ホストのフィルタリング"
651
+
652
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
653
+ msgid ""
654
+ "Hosts which uuid (or hostname or hwuuid, based on "
655
+ "<code>hypervisor_id</code>) is specified in comma-separated list in this "
656
+ "option will <b>NOT</b> be reported. Wildcards and regular expressions are "
657
+ "supported, multiple records must be separated by comma. Put the value into "
658
+ "the double-quotes if it contains special characters like comma. All new line"
659
+ " characters will be removed in resulting configuration file, white spaces "
660
+ "are removed from beginning and end."
661
+ msgstr ""
662
+ "uuid (または <code>hypervisor_id</code> に応じてホスト名または hwuuid) "
663
+ "がこのオプションのコンマ区切りの一覧に指定されているホストは "
664
+ "<b>レポートされません</b>。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
665
+
666
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
667
+ msgid "Exclude hosts"
668
+ msgstr "ホストの除外"
669
+
670
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
671
+ msgid ""
672
+ "Only hosts which cluster ID is specified in comma-separated list in this "
673
+ "option will be reported. PowerCLI command to find the domain names in VMware"
674
+ " <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular "
675
+ "expressions are supported, multiple records must be separated by comma. Put "
676
+ "the value into the double-quotes if it contains special characters like "
677
+ "comma. All new line characters will be removed in resulting configuration "
678
+ "file, white spaces are removed from beginning and end."
679
+ msgstr ""
680
+ "クラスター ID がこのオプションのコンマ区切りの一覧に指定されているホストだけがレポートされます。PowerCLI コマンドを使用して VMware "
681
+ "でドメイン名を検索します (<code>Get-Cluster “ClusterName” | Select "
682
+ "ID</code>)。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
683
+
684
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
685
+ msgid "Filter host parents"
686
+ msgstr "ホストの親のフィルタリング"
687
+
688
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
689
+ msgid ""
690
+ "Exclude hosts which cluster ID is specified in comma-separated list in this "
691
+ "option will <b>NOT</b> be reported. PowerCLI command to find the domain "
692
+ "names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. "
693
+ "Wildcards and regular expressions are supported, multiple records must be "
694
+ "separated by comma. Put the value into the double-quotes if it contains "
695
+ "special characters like comma. All new line characters will be removed in "
696
+ "resulting configuration file, white spaces are removed from beginning and "
697
+ "end."
698
+ msgstr ""
699
+ "クラスター ID がこのオプションのコンマ区切りの一覧に指定されているホストは、レポート<b>されません</b>。PowerCLI コマンドを使用して "
700
+ "VMware でドメイン名を検索します (<code>Get-Cluster “ClusterName” | Select "
701
+ "ID</code>)。ワイルドカードおよび正規表現がサポートされ、複数のレコードはコンマで区切られる必要があります。コンマなどの特殊文字が含まれている場合は値を二重引用符で囲みます。すべての改行文字は生成される設定ファイルで削除され、空白は先頭および末尾から削除されます。"
702
+
703
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
704
+ msgid "Exclude host parents"
705
+ msgstr "ホストの親の除外"
706
+
707
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
708
+ msgid ""
709
+ "Different debug value can't be set per hypervisor, therefore it will affect "
710
+ "all other deployed configurations on the host on which this configuration "
711
+ "will be deployed."
712
+ msgstr "ハイパーバイザーごとに異なるデバッグ値を設定できません。そのため、この設定をデプロイするホストにデプロイ済みの他の全設定に影響します。"
713
+
714
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:22
715
+ msgid ""
716
+ "HTTP proxy that should be used for communication between the server on which"
717
+ " virt-who is running and the hypervisors and virtualization managers. Leave "
718
+ "this blank if no proxy is used."
719
+ msgstr ""
720
+ "virt-who が実行されているサーバーとハイパーバイザーおよび仮想化マネージャー間の通信に使用する必要のある HTTP "
721
+ "プロキシー。プロキシーが使用されていない場合はこれを空白にします。"
722
+
723
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
724
+ msgid ""
725
+ "A comma-separated list of hostnames or domains or ip addresses to ignore "
726
+ "proxy settings for. Optionally this may be set to <code>*</code> to bypass "
727
+ "proxy settings for all hostnames domains or ip addresses."
728
+ msgstr ""
729
+ "プロキシー設定を無視するホスト名、ドメインまたは IP アドレスのコンマ区切りの一覧。オプションとして、これを <code>*</code> "
730
+ "に設定し、すべてのホスト名ドメインまたは IP アドレスのプロキシー設定をバイパスすることができます。"
731
+
732
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
733
+ msgid "Ignore proxy"
734
+ msgstr "プロキシーを無視"
735
+
736
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
737
+ msgid ""
738
+ "Configuration file containing details about how to connect to the cluster "
739
+ "and authentication details"
740
+ msgstr "クラスターへの接続方法と認証の詳細を含む設定ファイル"
741
+
742
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
743
+ msgid "Path to kubeconfig file"
744
+ msgstr "kubeconfig ファイルへのパス"
745
+
746
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:27
747
+ msgid "Prism Flavor"
748
+ msgstr "Prism フレーバー"
749
+
750
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
751
+ msgid ""
752
+ "Option Enable debugging output is required to enable AHV internal debug. It "
753
+ "provides extra AHV debug information when both options are enabled "
754
+ msgstr ""
755
+ "AHV 内部デバッグを有効にするには、Enable debugging output のオプションは必須です。両方のオプションが有効な場合に追加の "
756
+ "AHV デバッグ情報を提供します。"
757
+
758
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
759
+ msgid "Enable AHV debug"
760
+ msgstr "AHV デバッグの有効化"
761
+
762
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
763
+ msgid "Name of this configuration, e.g. the name of the hypervisor"
764
+ msgstr "この設定の名前。例: ハイパーバイザーの名前"
765
+
766
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
767
+ msgid "Name"
768
+ msgstr "名前"
769
+
770
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:7
771
+ msgid "Owner"
772
+ msgstr "所有者"
773
+
774
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:10
775
+ msgid "Hypervisor Type"
776
+ msgstr ""
777
+
778
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:11
779
+ msgid "Hypervisor Server"
780
+ msgstr ""
781
+
782
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:12
783
+ msgid "Hypervisor Username"
784
+ msgstr ""
785
+
786
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
787
+ msgid "Hypervisor Password"
788
+ msgstr ""
789
+
790
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
791
+ msgid ""
792
+ "Account password by which virt-who is to connect to the hypervisor instance."
793
+ msgstr "virt-who をハイパーバイザーインスタンスに接続する際に使用されるアカウントパスワード。"
794
+
795
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
796
+ msgid ""
797
+ "How often to check connected hypervisors for changes? Also affects how often"
798
+ " a mapping is reported. The recommended value for most environments is every"
799
+ " two hours. Different interval can't be set per hypervisor, therefore it "
800
+ "will affect all other deployed configurations on the host on which this "
801
+ "configuration will be deployed."
802
+ msgstr ""
803
+ "接続済みのハイパーバイザーに変更がないか、どのような頻度で確認しますか?また、マッピングの報告頻度にも影響します。大半の環境での推奨値は、2時間ごとです。ハイパーバイザーごとに異なる間隔を設定できるので、この設定をデプロイするホストに設定済みの他の全設定に影響があります。"
804
+
805
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
806
+ msgid "Interval"
807
+ msgstr "間隔"
808
+
809
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:6
810
+ msgid "Configs"
811
+ msgstr "設定"
812
+
813
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:8
814
+ msgid ""
815
+ "On this page you can define virt-who configurations for your hypervisors."
816
+ msgstr "このページで、ハイパーバイザーの virt-who 設定を定義できます。"
817
+
818
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:9
819
+ msgid ""
820
+ "One virt-who configuration represents one config file in /etc/virt-who.d "
821
+ "directory and maps to single hypervisor, organization and lifecycle "
822
+ "environment."
823
+ msgstr ""
824
+ "1 つの virt-who 設定は /etc/virt-who.d ディレクトリーの 1 "
825
+ "つの設定ファイルを表し、単一のハイパーバイザー、組織およびライフサイクル環境にマップされます。"
826
+
827
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:10
828
+ msgid ""
829
+ "To define a new configuration, click the New Config button and fill in the "
830
+ "form. After you provide all required information a virt-who configuration "
831
+ "script will be generated. You could either install it manually by copying "
832
+ "the script or deploy it on a selected target host through Remote Execution."
833
+ msgstr ""
834
+ "新規設定を定義するには、新規設定ボタンをクリックしてフォームに記入します。すべての必須情報を入力した後に、virt-who "
835
+ "設定スクリプトが生成されます。スクリプトをコピーしてこれを手動でインストールするか、またはこれをリモート実行により、選択したターゲットホスト上でデプロイすることができます。"
836
+
837
+ #: ../lib/foreman_virt_who_configure/engine.rb:79
838
+ msgid "Virt-who Configs Status"
839
+ msgstr "Virt-who 設定ステータス"
840
+
841
+ #: gemspec.rb:2
842
+ msgid "A plugin to make virt-who configuration easy"
843
+ msgstr "virt-who 設定を容易にするプラグイン"