foreman_virt_who_configure 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +1 -1
  3. data/app/helpers/foreman_virt_who_configure/configs_helper.rb +1 -3
  4. data/app/models/foreman_virt_who_configure/config.rb +0 -3
  5. data/app/models/foreman_virt_who_configure/output_generator.rb +15 -13
  6. data/app/views/foreman_virt_who_configure/configs/show.html.erb +2 -2
  7. data/app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb +2 -2
  8. data/db/migrate/20210608100743_delete_rhevm_profiles.rb +5 -0
  9. data/lib/foreman_virt_who_configure/version.rb +1 -1
  10. data/locale/action_names.rb +36 -26
  11. data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  12. data/locale/ca/foreman_virt_who_configure.po +647 -0
  13. data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  14. data/locale/cs_CZ/foreman_virt_who_configure.po +653 -0
  15. data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  16. data/locale/de/foreman_virt_who_configure.po +657 -0
  17. data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  18. data/locale/en/foreman_virt_who_configure.po +56 -47
  19. data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  20. data/locale/en_GB/foreman_virt_who_configure.po +650 -0
  21. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  22. data/locale/es/foreman_virt_who_configure.po +653 -0
  23. data/locale/foreman_virt_who_configure.pot +170 -165
  24. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  25. data/locale/fr/foreman_virt_who_configure.po +651 -0
  26. data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  27. data/locale/gl/foreman_virt_who_configure.po +649 -0
  28. data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  29. data/locale/it/foreman_virt_who_configure.po +652 -0
  30. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  31. data/locale/ja/foreman_virt_who_configure.po +651 -0
  32. data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  33. data/locale/ko/foreman_virt_who_configure.po +650 -0
  34. data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  35. data/locale/nl_NL/foreman_virt_who_configure.po +653 -0
  36. data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  37. data/locale/pl/foreman_virt_who_configure.po +652 -0
  38. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  39. data/locale/pt_BR/foreman_virt_who_configure.po +652 -0
  40. data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  41. data/locale/ru/foreman_virt_who_configure.po +654 -0
  42. data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  43. data/locale/sv_SE/foreman_virt_who_configure.po +651 -0
  44. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  45. data/locale/zh_CN/foreman_virt_who_configure.po +654 -0
  46. data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  47. data/locale/zh_TW/foreman_virt_who_configure.po +651 -0
  48. data/test/unit/output_generator_test.rb +5 -5
  49. metadata +41 -6
@@ -0,0 +1,651 @@
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
+ # Tomoyuki KATO <inactive+katomo@transifex.com>, 2017
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2017-05-03 11:59+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
17
+ "Language-Team: Japanese (https://www.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
+ msgid "1. Copy this configuration script to a safe directory."
25
+ msgstr "1. この設定スクリプトを安全なディレクトリーにコピーします。"
26
+
27
+ msgid "2. Make the script executable and run it."
28
+ msgstr "2. スクリプトを実行可能な状態にし、これを実行します。"
29
+
30
+ msgid "3. Delete the script."
31
+ msgstr "3. スクリプトを削除します。"
32
+
33
+ msgid "A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to <code>*</code> to bypass proxy settings for all hostnames domains or ip addresses."
34
+ msgstr "プロキシー設定を無視するホスト名、ドメインまたは IP アドレスのコンマ区切りの一覧です。オプションとして、これは <code>*</code> に設定でき、すべてのホスト名ドメインまたは IP アドレスのプロキシー設定をバイパスします。"
35
+
36
+ msgid "A plugin to make virt-who configuration easy"
37
+ msgstr "virt-who 設定を容易にするプラグイン"
38
+
39
+ msgid "Abstract async task"
40
+ msgstr "非同期タスクの概要"
41
+
42
+ msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
43
+ msgstr ""
44
+
45
+ msgid "Account name by which virt-who is to connect to the hypervisor."
46
+ msgstr "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。"
47
+
48
+ msgid "Account name by which virt-who is to connect to the hypervisor. By default this is <code>Administrator</code>. To use an alternate account, create a user account and assign that account to the following groups (Windows 2012 Server): Hyper-V Administrators and Remote Management Users."
49
+ msgstr "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。デフォルトで、これは <code>Administrator</code> になります。代替アカウントを使用するには、ユーザーアカウントを作成し、そのアカウントを以下のグループに割り当てます (Windows 2012 Server): Hyper-V 管理者およびリモート管理ユーザー。"
50
+
51
+ msgid "Account name by which virt-who is to connect to the hypervisor. Virt-who does not support password based authentication, you must manually setup SSH key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> for more information."
52
+ msgstr "virt-who をハイパーバイザーに接続する際に使用されるアカウント名。Virt-who はパスワードベースの認証をサポートしないため、SSH 鍵を手動で設定する必要があります。詳細は、<a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> を参照してください。"
53
+
54
+ msgid "Account password by which virt-who is to connect to the hypervisor instance."
55
+ msgstr "virt-who をハイパーバイザーインスタンスに接続する際に使用されるアカウントパスワード。"
56
+
57
+ msgid "Action with sub plans"
58
+ msgstr "サブプランによるアクション"
59
+
60
+ msgid "Actions"
61
+ msgstr "アクション"
62
+
63
+ msgid "Agent action"
64
+ msgstr ""
65
+
66
+ msgid "Applicable only for esx provider type. Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
67
+ msgstr ""
68
+
69
+ msgid "Applicable only for esx provider type. Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
70
+ msgstr ""
71
+
72
+ msgid "Attach subscriptions"
73
+ msgstr "サブスクリプションの割り当て"
74
+
75
+ msgid "Auto attach subscriptions"
76
+ msgstr "サブスクリプションの自動割り当て"
77
+
78
+ msgid "Blacklist"
79
+ msgstr "ブラックリスト"
80
+
81
+ msgid "Bulk generate applicability for hosts"
82
+ msgstr ""
83
+
84
+ msgid "Combined Profile Update"
85
+ msgstr "統合プロファイルの更新"
86
+
87
+ msgid "Configs"
88
+ msgstr "設定"
89
+
90
+ msgid "Configuration Status"
91
+ msgstr "設定ステータス"
92
+
93
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details"
94
+ msgstr ""
95
+
96
+ msgid "Configuration interval in minutes"
97
+ msgstr "設定の間隔 (分単位)"
98
+
99
+ msgid "Configuration name"
100
+ msgstr "設定名"
101
+
102
+ msgid "Configuration numeric identifier"
103
+ msgstr "設定数値 ID"
104
+
105
+ msgid "Configuration script: "
106
+ msgstr "設定スクリプト: "
107
+
108
+ msgid "Config|Interval"
109
+ msgstr "間隔"
110
+
111
+ msgid "Config|Last Report"
112
+ msgstr "最後のレポート"
113
+
114
+ msgid "Config|Name"
115
+ msgstr "名前"
116
+
117
+ msgid "Connection"
118
+ msgstr "接続"
119
+
120
+ msgid "Container-native virtualization’s fully qualified host name or IP address. In order to connect to the cluster it is required to provide path to kubeconfig which contains connection details and authentication token."
121
+ msgstr ""
122
+
123
+ msgid "Copy to clipboard"
124
+ msgstr "クリップボードへのコピー"
125
+
126
+ msgid "Copy version units to library"
127
+ msgstr ""
128
+
129
+ msgid "Count"
130
+ msgstr "数量"
131
+
132
+ msgid "Create"
133
+ msgstr "作成"
134
+
135
+ msgid "Create Config"
136
+ msgstr "設定の作成"
137
+
138
+ msgid "Create Export History"
139
+ msgstr ""
140
+
141
+ msgid "Create Import History"
142
+ msgstr ""
143
+
144
+ msgid "Create Package Group"
145
+ msgstr "パッケージグループの作成"
146
+
147
+ msgid "Create a virt-who configuration"
148
+ msgstr "virt-who 設定の作成"
149
+
150
+ msgid "Delete"
151
+ msgstr "削除"
152
+
153
+ msgid "Delete Activation Key"
154
+ msgstr "アクティベーションキーの削除"
155
+
156
+ msgid "Delete Lifecycle Environment"
157
+ msgstr "ライフサイクル環境の削除"
158
+
159
+ msgid "Delete Package Group"
160
+ msgstr "パッケージグループの削除"
161
+
162
+ msgid "Delete Product"
163
+ msgstr "製品の削除"
164
+
165
+ msgid "Delete a virt-who configuration"
166
+ msgstr "virt-who 設定の削除"
167
+
168
+ msgid "Delete virt-who configuration %s?"
169
+ msgstr "virt-who 設定 %s を削除しますか?"
170
+
171
+ msgid "Deploy"
172
+ msgstr ""
173
+
174
+ msgid "Destroy"
175
+ msgstr "破棄"
176
+
177
+ msgid "Destroy Content Host"
178
+ msgstr "コンテンツホストの破棄"
179
+
180
+ msgid "Details"
181
+ msgstr "詳細"
182
+
183
+ msgid "Different debug value can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
184
+ msgstr ""
185
+
186
+ msgid "Disable"
187
+ msgstr "無効化"
188
+
189
+ msgid "Discover"
190
+ msgstr "検出"
191
+
192
+ msgid "Download the script"
193
+ msgstr "スクリプトのダウンロード"
194
+
195
+ msgid "Edit"
196
+ msgstr "編集"
197
+
198
+ msgid "Edit Virt-who Config"
199
+ msgstr "Virt-who 設定の編集"
200
+
201
+ msgid "Enable"
202
+ msgstr "有効化"
203
+
204
+ msgid "Enable debugging output"
205
+ msgstr "デバッグ出力の有効化"
206
+
207
+ msgid "Enable debugging output?"
208
+ msgstr ""
209
+
210
+ msgid "Errata mail"
211
+ msgstr "エラータメール"
212
+
213
+ msgid "Every 12 hours"
214
+ msgstr "12 時間ごと"
215
+
216
+ msgid "Every 2 days"
217
+ msgstr ""
218
+
219
+ msgid "Every 2 hours"
220
+ msgstr "2 時間ごと"
221
+
222
+ msgid "Every 24 hours"
223
+ msgstr ""
224
+
225
+ msgid "Every 3 days"
226
+ msgstr ""
227
+
228
+ msgid "Every 4 hours"
229
+ msgstr "4 時間ごと"
230
+
231
+ msgid "Every 8 hours"
232
+ msgstr "8 時間ごと"
233
+
234
+ msgid "Every hour"
235
+ msgstr "毎時"
236
+
237
+ msgid "Exclude Hosts"
238
+ msgstr ""
239
+
240
+ msgid "Exclude host parents"
241
+ msgstr ""
242
+
243
+ msgid "Exclude hosts"
244
+ msgstr "ホストの除外"
245
+
246
+ msgid "Export"
247
+ msgstr "エクスポート"
248
+
249
+ msgid "Export Library"
250
+ msgstr ""
251
+
252
+ msgid "Fetch pxe files"
253
+ msgstr "PXE ファイルを取得"
254
+
255
+ msgid "Filter Hosts"
256
+ msgstr ""
257
+
258
+ msgid "Filter host parents"
259
+ msgstr ""
260
+
261
+ msgid "Filter hosts"
262
+ msgstr "ホストのフィルター"
263
+
264
+ msgid "Filtered index content"
265
+ msgstr "フィルターされたインデックスコンテンツ"
266
+
267
+ msgid "Filtering"
268
+ msgstr "フィルタリング"
269
+
270
+ msgid "Foreman server FQDN"
271
+ msgstr ""
272
+
273
+ msgid "Foreman server’s fully-qualified host name, for example: foreman.example.com"
274
+ msgstr ""
275
+
276
+ msgid "Fully qualified host name or IP address of the hypervisor"
277
+ msgstr "ハイパーバイザーの完全修飾ホスト名または IP アドレス"
278
+
279
+ msgid "General information"
280
+ msgstr "一般情報"
281
+
282
+ msgid "Generate host applicability"
283
+ msgstr ""
284
+
285
+ msgid "Generate repository applicability"
286
+ msgstr ""
287
+
288
+ msgid "HTTP Proxy"
289
+ msgstr "HTTP プロキシー"
290
+
291
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
292
+ msgstr "virt-who が実行されているサーバーとハイパーバイザーおよび仮想化マネージャー間の通信に使用する必要のある HTTP プロキシー。"
293
+
294
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers. Leave this blank if no proxy is used."
295
+ msgstr "virt-who が実行されているサーバーとハイパーバイザーおよび仮想化マネージャー間の通信に使用する必要のある HTTP プロキシー。プロキシーが使用されていない場合はこれを空白にします。"
296
+
297
+ msgid "Hammer command: "
298
+ msgstr ""
299
+
300
+ msgid "Help"
301
+ msgstr "ヘルプ"
302
+
303
+ msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
304
+ msgstr ""
305
+
306
+ msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
307
+ msgstr ""
308
+
309
+ msgid "How often to check connected hypervisors for changes? Also affects how often a mapping is reported. The recommended value for most environments is every two hours. Different interval can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
310
+ msgstr ""
311
+
312
+ msgid "Hypervisor ID"
313
+ msgstr "ハイパーバイザー ID"
314
+
315
+ msgid "Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be separated by comma."
316
+ msgstr "フィルタリングモードが 2 に設定されている場合にのみ適用できるハイパーバイザーのブラックリストです。ワイルドカードおよび正規表現がサポートされており、複数のレコードはコンマで区切られる必要があります。"
317
+
318
+ msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
319
+ msgstr "ハイパーバイザーのフィルタリングモード。%{unlimited} はフィルタリングがないことを意味し、%{whitelist} はホワイトリスト、%{blacklist} はブラックリストを意味します。"
320
+
321
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt"
322
+ msgstr "libvirt を除くすべてのハイパーバイザーのタイプに必要なハイパーバイザーのパスワード"
323
+
324
+ msgid "Hypervisor type"
325
+ msgstr "ハイパーバイザーのタイプ"
326
+
327
+ msgid "Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcards and regular expressions are supported, multiple records must be separated by comma."
328
+ msgstr "フィルタリングモードが 1 に設定されている場合にのみ適用できるハイパーバイザーのホワイトリストです。ワイルドカードおよび正規表現がサポートされており、複数のレコードはコンマで区切られる必要があります。"
329
+
330
+ msgid "Hypervisors"
331
+ msgstr "ハイパーバイザー"
332
+
333
+ msgid "Hypervisors update"
334
+ msgstr "ハイパーバイザーの更新"
335
+
336
+ msgid "If you run a hybrid environment, with virtual machines running Red Hat Enterprise Linux and other operating systems, you may want to limit the scope of virt-who’s access to hosts. For example, if some hypervisors host only Microsoft Windows Server instances, there is no benefit in having those hypervisors reported by the virt-who agent."
337
+ msgstr "Red Hat Enterprise Linux およびその他のオペレーティングシステムを実行する仮想マシンでハイブリッド環境を実行する場合、virt-who のホストへのアクセスの範囲を制限する必要がある場合があります。たとえば、一部のハイパーバイザーが Microsoft Windows Server インスタンスのみをホストする場合、これらのハイパーバイザーについて virt-who エージェントが報告する利点はありません。"
338
+
339
+ msgid "Ignore Proxy"
340
+ msgstr ""
341
+
342
+ msgid "Ignore proxy"
343
+ msgstr "プロキシーを無視"
344
+
345
+ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses."
346
+ msgstr "プロキシーを無視します。プロキシー設定を無視するホスト名、ドメインまたは IP アドレスのコンマ区切りの一覧です。オプションとして、これは * に設定でき、すべてのホスト名ドメインまたは IP アドレスのプロキシー設定をバイパスします。"
347
+
348
+ msgid "Import"
349
+ msgstr ""
350
+
351
+ msgid "Import Content View Version"
352
+ msgstr ""
353
+
354
+ msgid "Import Default Content View"
355
+ msgstr ""
356
+
357
+ msgid "Import Puppet classes"
358
+ msgstr "Puppet クラスのインポート"
359
+
360
+ msgid "Import facts"
361
+ msgstr "ファクトのインポート"
362
+
363
+ msgid "Incremental Update"
364
+ msgstr "増分更新"
365
+
366
+ msgid "Incremental Update of Content View Version(s) "
367
+ msgstr "コンテンツビューバージョンの増分アップデート"
368
+
369
+ msgid "Index content"
370
+ msgstr "コンテンツのインデックス化"
371
+
372
+ msgid "Index errata"
373
+ msgstr "エラータのインデックス化"
374
+
375
+ msgid "Index module streams"
376
+ msgstr "モジュールストリームのインデックス化"
377
+
378
+ msgid "Index package groups"
379
+ msgstr "パッケージグループのインデックス化"
380
+
381
+ msgid "Install Applicable Errata"
382
+ msgstr "適用できるエラータのインストール"
383
+
384
+ msgid "Instance update"
385
+ msgstr "インスタンスの更新"
386
+
387
+ msgid "Interval was not provided"
388
+ msgstr "間隔は指定されていません"
389
+
390
+ msgid "Latest Configurations Without Change"
391
+ msgstr ""
392
+
393
+ msgid "Libvirt server’s fully qualified host name or IP address. You can also specify preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</code>. If you use SSH, make sure you setup root's SSH key on target host for a user specified at hypervisor username field"
394
+ msgstr "Libvirt サーバーの完全修飾ホスト名または IP アドレス。優先するスキーマを指定することもできます (例: <code>qemu+ssh://libvirt.example.com/system</code>)。SSH を使用する場合は、ターゲットホストでハイパーバイザーのユーザー名フィールドで指定されたユーザーの root の SSH 鍵を設定していることを確認します。"
395
+
396
+ msgid "List of virt-who configurations"
397
+ msgstr "virt-who 設定の一覧"
398
+
399
+ msgid "List of virt-who configurations per organization"
400
+ msgstr "組織別の virt-who 設定の一覧"
401
+
402
+ msgid "Microsoft Hyper-V fully qualified host name or IP address."
403
+ msgstr "Microsoft Hyper-V の完全修飾ホスト名または IP アドレス。"
404
+
405
+ msgid "Name of this configuration, e.g. the name of the hypervisor"
406
+ msgstr "この設定の名前。例: ハイパーバイザーの名前"
407
+
408
+ msgid "New Config"
409
+ msgstr "新規設定"
410
+
411
+ msgid "New Virt-who Config"
412
+ msgstr "新規 Virt-who 設定"
413
+
414
+ msgid "Newer version of virt-who is required, minimum version is %s"
415
+ msgstr "virt-who の新規バージョンが必要です。最小バージョンは %s です"
416
+
417
+ msgid "No Change"
418
+ msgstr ""
419
+
420
+ msgid "No Report Yet"
421
+ msgstr "レポートがありません"
422
+
423
+ msgid "No Reports"
424
+ msgstr "レポートがありません"
425
+
426
+ msgid "No change"
427
+ msgstr "変更なし"
428
+
429
+ msgid "No configuration found"
430
+ msgstr "設定が見つかりません"
431
+
432
+ msgid "OK"
433
+ msgstr "OK"
434
+
435
+ msgid "On the target virt-who host:"
436
+ msgstr "ターゲット virt-who ホスト上:"
437
+
438
+ msgid "On this page you can define virt-who configurations for your hypervisors."
439
+ msgstr "このページで、ハイパーバイザーの virt-who 設定を定義できます。"
440
+
441
+ msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
442
+ msgstr "1 つの virt-who 設定は /etc/virt-who.d ディレクトリーの 1 つの設定ファイルを表し、単一のハイパーバイザー、組織およびライフサイクル環境にマップされます。"
443
+
444
+ msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
445
+ msgstr ""
446
+
447
+ msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
448
+ msgstr ""
449
+
450
+ msgid "Organization of the virt-who configuration"
451
+ msgstr "virt-who 設定の組織"
452
+
453
+ msgid "Overview"
454
+ msgstr "概要"
455
+
456
+ msgid "Owner"
457
+ msgstr "所有者"
458
+
459
+ msgid "Owner was not provided"
460
+ msgstr "所有者は指定されていません"
461
+
462
+ msgid "Package Profile Update"
463
+ msgstr "パッケージプロファイル更新"
464
+
465
+ msgid "Path to kubeconfig file"
466
+ msgstr ""
467
+
468
+ msgid "Product Create"
469
+ msgstr "製品の作成"
470
+
471
+ msgid "Promote"
472
+ msgstr "プロモート"
473
+
474
+ msgid "Promotion to Environment"
475
+ msgstr "環境へのプロモーション"
476
+
477
+ msgid "Publish"
478
+ msgstr "公開"
479
+
480
+ msgid "Publish Lifecycle Environment Repositories"
481
+ msgstr "ライフサイクル環境のリポジトリーの公開"
482
+
483
+ msgid "Reindex subscriptions"
484
+ msgstr "サブスクリプションを再インデックス化"
485
+
486
+ msgid "Remote action:"
487
+ msgstr ""
488
+
489
+ msgid "Remove Content"
490
+ msgstr "コンテンツの削除"
491
+
492
+ msgid "Remove Version"
493
+ msgstr "バージョンの削除"
494
+
495
+ msgid "Remove Versions and Associations"
496
+ msgstr "バージョンおよび関連付けの削除"
497
+
498
+ msgid "Remove from Environment"
499
+ msgstr "環境からの削除"
500
+
501
+ msgid "Remove subscriptions"
502
+ msgstr "サブスクリプションの削除"
503
+
504
+ msgid "Renders a deploy script for the specified virt-who configuration"
505
+ msgstr "指定された virt-who 設定のデプロイスクリプトをレンダリング"
506
+
507
+ msgid "Report"
508
+ msgstr "レポート"
509
+
510
+ msgid "Republish Version Repositories"
511
+ msgstr "バージョンリポジトリーの再公開"
512
+
513
+ msgid "Run Sync Plan:"
514
+ msgstr ""
515
+
516
+ msgid "Schedule"
517
+ msgstr "スケジュール"
518
+
519
+ msgid "Show a virt-who configuration"
520
+ msgstr "virt-who 設定の表示"
521
+
522
+ msgid "Specifies how the hypervisor will be identified."
523
+ msgstr "ハイパーバイザーの特定方法を指定します。"
524
+
525
+ msgid ""
526
+ "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
527
+ " Note that some virtualization backends don't have all of them implemented.\n"
528
+ " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
529
+ " 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"
530
+ " 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."
531
+ msgstr ""
532
+
533
+ msgid "Status"
534
+ msgstr "ステータス"
535
+
536
+ msgid "Success"
537
+ msgstr "成功"
538
+
539
+ msgid "Sync capsule"
540
+ msgstr ""
541
+
542
+ msgid "Synchronize"
543
+ msgstr "同期"
544
+
545
+ msgid "Synchronize smart proxy"
546
+ msgstr "Smart Proxy の同期"
547
+
548
+ msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
549
+ msgstr "設定がデプロイされていないか、または virt-who がステータスを報告できませんでした"
550
+
551
+ msgid "The virt-who report arrived within the interval"
552
+ msgstr "期間内に着信した virt-who レポート"
553
+
554
+ msgid "The virt-who report has not arrived within the interval, which indicates there was no change on hypervisor"
555
+ msgstr "virt-who レポートは期間内に着信しておらず、これはハイパーバイザーに変更がないことを示しています"
556
+
557
+ msgid "To define a new configuration, click the New Config button and fill in the form. After you provide all required information a virt-who configuration script will be generated. You could either install it manually by copying the script or deploy it on a selected target host through Remote Execution."
558
+ msgstr "新規設定を定義するには、新規設定ボタンをクリックしてフォームに記入します。すべての必須情報を入力した後に、virt-who 設定スクリプトが生成されます。スクリプトをコピーしてこれを手動でインストールするか、またはこれをリモート実行により、選択したターゲットホスト上でデプロイすることができます。"
559
+
560
+ msgid "Total Configurations"
561
+ msgstr "合計の設定"
562
+
563
+ msgid "Unable to create sysconfig file"
564
+ msgstr "sysconfig ファイルを作成できません"
565
+
566
+ msgid "Unable to create virt-who config file"
567
+ msgstr "virt-who 設定ファイルを作成できません"
568
+
569
+ msgid "Unable to enable virt-who service using systemctl"
570
+ msgstr ""
571
+
572
+ msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to katello-host-tools repository"
573
+ msgstr ""
574
+
575
+ msgid "Unable to start virt-who service, please see virt-who logs for more details"
576
+ msgstr "virt-who サービスを起動できません。詳細は、virt-who ログを参照してください"
577
+
578
+ msgid "Unknown"
579
+ msgstr "不明"
580
+
581
+ msgid "Unknown configuration status"
582
+ msgstr "不明な設定ステータス"
583
+
584
+ msgid "Unknown configuration status, caused by unexpected conditions"
585
+ msgstr "予期しない状況によって生じる不明な設定ステータス"
586
+
587
+ msgid "Unlimited"
588
+ msgstr "無制限"
589
+
590
+ msgid "Update"
591
+ msgstr "更新"
592
+
593
+ msgid "Update Content Overrides"
594
+ msgstr "コンテンツ上書きの更新"
595
+
596
+ msgid "Update a virt-who configuration"
597
+ msgstr "virt-who 設定の更新"
598
+
599
+ msgid "Update content urls"
600
+ msgstr ""
601
+
602
+ msgid "Update for host"
603
+ msgstr "ホストの更新"
604
+
605
+ msgid "Update http proxy"
606
+ msgstr ""
607
+
608
+ msgid "Update http proxy details"
609
+ msgstr ""
610
+
611
+ msgid "Update redhat repository"
612
+ msgstr ""
613
+
614
+ msgid "Update release version for host"
615
+ msgstr "ホストのリリースバージョンの更新"
616
+
617
+ msgid "Updating System Purpose for host"
618
+ msgstr ""
619
+
620
+ msgid "Upload into"
621
+ msgstr "情報のアップロード"
622
+
623
+ msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to katello-host-tools repository and will run virt-who reporting, preferably Foreman host:"
624
+ msgstr ""
625
+
626
+ msgid "VMware vCenter server’s fully qualified host name or IP address."
627
+ msgstr "VMware vCenter サーバーの完全修飾ホスト名または IP アドレス。"
628
+
629
+ msgid "Verify checksum"
630
+ msgstr ""
631
+
632
+ msgid "Virt-who Configs Status"
633
+ msgstr "Virt-who 設定ステータス"
634
+
635
+ msgid "Virt-who Configuration %s"
636
+ msgstr ""
637
+
638
+ msgid "Virt-who Configurations"
639
+ msgstr "Virt-who 設定"
640
+
641
+ msgid "Virt-who Configurations Status"
642
+ msgstr "Virt-who 設定ステータス"
643
+
644
+ msgid "Virt-who configurations"
645
+ msgstr "Virt-who 設定"
646
+
647
+ msgid "Whitelist"
648
+ msgstr "ホワイトリスト"
649
+
650
+ msgid "every %s hours"
651
+ msgstr "%s 時間ごと"