# Translations template for nova. # Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the nova project. # # Translators: # FIRST AUTHOR , 2011 # Sasuke(Kyohei MORIYAMA) <>, 2015 # *pokotan-in-the-sky* <>, 2012 # Tom Fifield , 2013 # Tomoyuki KATO , 2013 # Andreas Jaeger , 2016. #zanata msgid "" msgstr "" "Project-Id-Version: nova VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2020-06-23 00:54+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-04-12 06:06+0000\n" "Last-Translator: Copied by Zanata \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Babel 2.0\n" "X-Generator: Zanata 4.3.3\n" "Language-Team: Japanese\n" #: nova/block_device.py:102 msgid "Some required fields are missing" msgstr "いくつかの必須フィールドがありません。" #: nova/block_device.py:118 msgid "Boot index is invalid." msgstr "boot インデックスが無効です。" #: nova/block_device.py:161 msgid "Unrecognized legacy format." msgstr "認識できない以前のフォーマットです。" #: nova/block_device.py:180 msgid "Invalid device UUID." msgstr "デバイス UUID が無効です。" #: nova/block_device.py:184 msgid "Missing device UUID." msgstr "デバイス UUID がありません。" #: nova/block_device.py:199 msgid "Mapping image to local is not supported." msgstr "ローカルへのイメージマッピングはサポートしていません。" #: nova/block_device.py:203 msgid "Specifying a volume_type with destination_type=local is not supported." msgstr "" #: nova/block_device.py:210 msgid "Specifying volume type to existing volume is not supported." msgstr "" #: nova/block_device.py:402 msgid "Device name empty or too long." msgstr "デバイス名が空か、長すぎます。" #: nova/block_device.py:406 msgid "Device name contains spaces." msgstr "デバイス名に空白が含まれています。" #: nova/block_device.py:419 msgid "Invalid volume_size." msgstr "volume_size が無効です。" #: nova/cache_utils.py:93 msgid "old style configuration can use only dictionary or memcached backends" msgstr "古い形式の設定では、ディクショナリーと memcached のバックエンドのみを使用できます" #: nova/context.py:151 #, python-format msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r" msgstr "read_deleted に指定できるのは 'no', 'yes', 'only' のいずれかです。%r は指定できません。" #: nova/crypto.py:67 msgid "failed to generate fingerprint" msgstr "フィンガープリントの生成に失敗しました" #: nova/crypto.py:82 #, python-format msgid "failed to generate X509 fingerprint. Error message: %s" msgstr "X.509 フィンガープリントの生成に失敗しました。エラーメッセージ: %s" #: nova/exception.py:67 msgid "An unknown exception occurred." msgstr "不明な例外が発生しました。" #: nova/exception.py:114 #, python-format msgid "Failed to encrypt text: %(reason)s" msgstr "テキストの暗号化に失敗しました: %(reason)s" #: nova/exception.py:118 #, python-format msgid "Failed to decrypt text: %(reason)s" msgstr "テキストの復号化に失敗しました: %(reason)s" #: nova/exception.py:122 #, python-format msgid "Failed to revoke certificate for %(project_id)s" msgstr "%(project_id)s の証明書の取り消しに失敗しました" #: nova/exception.py:126 msgid "Virtual Interface creation failed" msgstr "仮想インターフェースの作成に失敗しました" #: nova/exception.py:130 msgid "Creation of virtual interface with unique mac address failed" msgstr "一意な MAC アドレスを持つ仮想インターフェースを作成できませんでした" #: nova/exception.py:135 msgid "Virtual interface plugin failed" msgstr "仮想インターフェースの接続に失敗しました" #: nova/exception.py:139 #, python-format msgid "Failed to unplug virtual interface: %(reason)s" msgstr "" #: nova/exception.py:143 #, python-format msgid "Connection to glance host %(server)s failed: %(reason)s" msgstr "glance ホスト %(server)s への接続に失敗しました: %(reason)s" #: nova/exception.py:148 #, python-format msgid "Connection to cinder host failed: %(reason)s" msgstr "cinder ホストへの接続に失敗しました: %(reason)s" #: nova/exception.py:152 #, python-format msgid "Nova does not support Cinder API version %(version)s" msgstr "" #: nova/exception.py:159 #, python-format msgid "Cinder API version %(version)s is not available." msgstr "" #: nova/exception.py:163 msgid "Forbidden" msgstr "" #: nova/exception.py:168 msgid "User does not have admin privileges" msgstr "ユーザーに管理者権限がありません" #: nova/exception.py:172 #, python-format msgid "Policy doesn't allow %(action)s to be performed." msgstr "ポリシーにより %(action)s の実行が許可されていません" #: nova/exception.py:178 #, python-format msgid "Image %(image_id)s is not active." msgstr "イメージ %(image_id)s はアクティブではありません。" #: nova/exception.py:182 #, python-format msgid "Not authorized for image %(image_id)s." msgstr "イメージ %(image_id)s への権限がありません。" #: nova/exception.py:186 msgid "Bad Request - Invalid Parameters" msgstr "" #: nova/exception.py:191 msgid "Configuration is Invalid." msgstr "" #: nova/exception.py:195 msgid "Block Device Mapping is Invalid." msgstr "ブロックデバイスマッピングが無効です。" #: nova/exception.py:199 #, python-format msgid "Block Device Mapping is Invalid: failed to get snapshot %(id)s." msgstr "ブロックデバイスマッピングが無効です。スナップショット %(id)s の取得に失敗しました。" #: nova/exception.py:204 #, python-format msgid "Block Device Mapping is Invalid: failed to get volume %(id)s." msgstr "ブロックデバイスマッピングが無効です。ボリューム %(id)s の取得に失敗しました。" #: nova/exception.py:209 #, python-format msgid "Block Device Mapping is Invalid: failed to get image %(id)s." msgstr "ブロックデバイスマッピングが無効です。イメージ %(id)s の取得に失敗しました。" #: nova/exception.py:214 msgid "" "Block Device Mapping is Invalid: Boot sequence for the instance and image/" "block device mapping combination is not valid." msgstr "" "ブロックデバイスマッピングが無効です。指定されたインスタンスとイメージ/ブロックデバイスマッピングの組み合わせでのブートシーケンスは無効です。" #: nova/exception.py:221 msgid "" "Block Device Mapping is Invalid: You specified more local devices than the " "limit allows" msgstr "ブロックデバイスマッピングが無効です。制限で許可されているよりも多くのローカルデバイスが指定されました。" #: nova/exception.py:227 msgid "" "Ephemeral disks requested are larger than the instance type allows. If no " "size is given in one block device mapping, flavor ephemeral size will be " "used." msgstr "" #: nova/exception.py:234 msgid "Swap drive requested is larger than instance type allows." msgstr "要求されたスワップドライブのサイズが、インスタンスタイプで許可されているサイズを超えています。" #: nova/exception.py:238 #, python-format msgid "Block Device Mapping is Invalid: %(details)s" msgstr "ブロックデバイスマッピングが無効です: %(details)s" #: nova/exception.py:243 msgid "Block Device Mapping cannot be converted to legacy format. " msgstr "ブロックデバイスマッピングを以前の形式に変換することはできません。" #: nova/exception.py:248 #, python-format msgid "Block Device %(id)s is not bootable." msgstr "ブロックデバイス %(id)s がブート可能ではありません。" #: nova/exception.py:252 #, python-format msgid "" "The maximum allowed number of disk devices (%(maximum)d) to attach to a " "single instance has been exceeded." msgstr "" #: nova/exception.py:258 #, python-format msgid "Attribute not supported: %(attr)s" msgstr "この属性はサポートされていません: %(attr)s" #: nova/exception.py:266 #, python-format msgid "Volume %(volume_id)s could not be attached. Reason: %(reason)s" msgstr "ボリューム %(volume_id)s を接続できません。理由: %(reason)s" #: nova/exception.py:271 #, python-format msgid "Volume %(volume_id)s could not be detached. Reason: %(reason)s" msgstr "" #: nova/exception.py:280 #, python-format msgid "" "Volume %(volume_id)s has 'multiattach' set, which is not supported for this " "instance." msgstr "" #: nova/exception.py:286 msgid "" "Multiattach volumes are only supported starting with compute API version 2." "60." msgstr "" #: nova/exception.py:294 msgid "Volume type support is not yet available." msgstr "" #: nova/exception.py:299 msgid "" "Attaching multiattach volumes is not supported for shelved-offloaded " "instances." msgstr "" #: nova/exception.py:304 msgid "" "Swapping multi-attach volumes with more than one read/write attachment is " "not supported." msgstr "" #: nova/exception.py:309 #, python-format msgid "" "Volume %(volume_id)s did not finish being created even after we waited " "%(seconds)s seconds or %(attempts)s attempts. And its status is " "%(volume_status)s." msgstr "" "%(seconds)s 秒待機し、%(attempts)s 回試行したものの、ボリューム %(volume_id)s " "を作成することができませんでした。状況は %(volume_status)s です。" #: nova/exception.py:315 msgid "Volume size extension is not supported by the hypervisor." msgstr "" #: nova/exception.py:319 #, python-format msgid "" "Volume encryption is not supported for %(volume_type)s volume %(volume_id)s" msgstr "%(volume_type)s のボリューム %(volume_id)s に関してボリュームの暗号化はサポートされません。" #: nova/exception.py:324 msgid "Tagged volume attachment is not supported for this server instance." msgstr "" #: nova/exception.py:329 msgid "" "Tagged volume attachment is not supported for shelved-offloaded instances." msgstr "" #: nova/exception.py:334 msgid "" "Tagged network interface attachment is not supported for this server " "instance." msgstr "" #: nova/exception.py:339 #, python-format msgid "Keypair data is invalid: %(reason)s" msgstr "キーペアデータが無効です: %(reason)s" #: nova/exception.py:343 msgid "The request is invalid." msgstr "リクエスト内容が無効です。" #: nova/exception.py:347 #, python-format msgid "Invalid input received: %(reason)s" msgstr "無効な入力を受信しました: %(reason)s" #: nova/exception.py:351 #, python-format msgid "Invalid volume: %(reason)s" msgstr "無効なボリューム: %(reason)s" #: nova/exception.py:355 #, python-format msgid "Invalid volume access mode: %(access_mode)s" msgstr "ボリュームアクセスモードが無効です: %(access_mode)s" #: nova/exception.py:359 #, python-format msgid "The volume mount at %(mount_path)s is unusable." msgstr "" #: nova/exception.py:363 #, python-format msgid "Invalid metadata: %(reason)s" msgstr "メタデータが無効です: %(reason)s" #: nova/exception.py:367 #, python-format msgid "Invalid metadata size: %(reason)s" msgstr "無効なメタデータサイズ: %(reason)s" #: nova/exception.py:371 #, python-format msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s" msgstr "無効なポート範囲 %(from_port)s:%(to_port)s。 %(msg)s" #: nova/exception.py:375 #, python-format msgid "Invalid IP protocol %(protocol)s." msgstr "無効な IP プロトコル %(protocol)s。" #: nova/exception.py:379 #, python-format msgid "Invalid content type %(content_type)s." msgstr "無効なコンテンツ形式 %(content_type)s。" #: nova/exception.py:383 #, python-format msgid "" "API Version String %(version)s is of invalid format. Must be of format " "MajorNum.MinorNum." msgstr "API バージョン文字列 %(version)s の形式が無効です。形式は MajorNum.MinorNum でなければなりません。" #: nova/exception.py:388 #, python-format msgid "API version %(version)s is not supported on this method." msgstr "API バージョン %(version)s はこのメソッドではサポートされていません。" #: nova/exception.py:392 #, python-format msgid "" "Version %(req_ver)s is not supported by the API. Minimum is %(min_ver)s and " "maximum is %(max_ver)s." msgstr "" "バージョン %(req_ver)s はこの API ではサポートされていません。最小は%(min_ver)s、最大は %(max_ver)s です。" #: nova/exception.py:397 #, python-format msgid "" "Version of %(name)s %(min_ver)s %(max_ver)s intersects with another versions." "" msgstr "" #: nova/exception.py:408 msgid "Unacceptable parameters." msgstr "指定できないパラメーターです。" #: nova/exception.py:413 #, python-format msgid "Cannot add host to aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "ホストをアグリゲート %(aggregate_id)s に追加できません。理由: %(reason)s。" #: nova/exception.py:418 #, python-format msgid "" "Cannot remove host from aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "ホストをアグリゲート %(aggregate_id)s から削除できません。理由: %(reason)s。" #: nova/exception.py:423 #, python-format msgid "Cannot update aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "アグリゲート %(aggregate_id)s を更新できません。理由: %(reason)s。" #: nova/exception.py:428 #, python-format msgid "" "Cannot update metadata of aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "アグリゲート %(aggregate_id)s のメタデータを更新できません。理由: %(reason)s。" #: nova/exception.py:433 msgid "Sort key supplied was not valid." msgstr "指定されたソートキーが無効でした。" #: nova/exception.py:437 #, python-format msgid "Invalid datetime string: %(reason)s" msgstr "日時の文字列が無効です: %(reason)s" #: nova/exception.py:441 #, python-format msgid "" "The property 'numa_nodes' cannot be '%(nodes)s'. It must be a number greater " "than 0" msgstr "" #: nova/exception.py:446 #, python-format msgid "An invalid 'name' value was provided. The name must be: %(reason)s" msgstr "無効な 'name' の値が提供されました。名前は以下である必要があります: %(reason)s" #: nova/exception.py:451 #, python-format msgid "" "Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while " "the instance is in this state." msgstr "" "インスタンス %(instance_uuid)s は %(attr)s %(state)s 状態です。インスタンスがこの状態にある間は " "%(method)s を行えません。" #: nova/exception.py:456 #, python-format msgid "Instance %(instance_id)s is not running." msgstr "インスタンス %(instance_id)s は実行されていません。" #: nova/exception.py:460 #, python-format msgid "Instance %(instance_id)s is not in rescue mode" msgstr "インスタンス %(instance_id)s はレスキューモードではありません。" #: nova/exception.py:464 #, python-format msgid "Instance %(instance_id)s cannot be rescued: %(reason)s" msgstr "インスタンス %(instance_id)s をレスキューできません: %(reason)s" #: nova/exception.py:468 #, python-format msgid "Instance %(instance_id)s is not ready" msgstr "インスタンス %(instance_id)s の準備ができていません" #: nova/exception.py:472 #, python-format msgid "Failed to suspend instance: %(reason)s" msgstr "インスタンスを休止できませんでした: %(reason)s" #: nova/exception.py:476 #, python-format msgid "Failed to resume instance: %(reason)s" msgstr "インスタンスの再開に失敗しました: %(reason)s" #: nova/exception.py:480 #, python-format msgid "Failed to power on instance: %(reason)s" msgstr "インスタンスの電源オンに失敗しました: %(reason)s" #: nova/exception.py:484 #, python-format msgid "Failed to power off instance: %(reason)s" msgstr "インスタンスの電源オフに失敗しました: %(reason)s" #: nova/exception.py:488 #, python-format msgid "Failed to reboot instance: %(reason)s" msgstr "インスタンスをリブートできませんでした: %(reason)s" #: nova/exception.py:492 #, python-format msgid "Failed to terminate instance: %(reason)s" msgstr "インスタンスを削除できませんでした: %(reason)s" #: nova/exception.py:496 #, python-format msgid "Failed to deploy instance: %(reason)s" msgstr "インスタンスをデプロイできませんでした: %(reason)s" #: nova/exception.py:500 nova/exception.py:504 #, python-format msgid "Failed to launch instances: %(reason)s" msgstr "インスタンスを起動できませんでした: %(reason)s" #: nova/exception.py:508 msgid "Service is unavailable at this time." msgstr "サービスが現在利用できません。" #: nova/exception.py:512 msgid "More than one possible service found." msgstr "" #: nova/exception.py:516 #, python-format msgid "Insufficient compute resources: %(reason)s." msgstr "コンピュートリソースが不十分です: %(reason)s。" #: nova/exception.py:520 #, python-format msgid "Connection to the hypervisor is broken on host: %(host)s" msgstr "ホスト %(host)s でハイパーバイザーへの接続がおかしくなっています" #: nova/exception.py:524 #, python-format msgid "Compute service of %(host)s is unavailable at this time." msgstr "この時点では %(host)s のコンピュートサービスを使用できません。" #: nova/exception.py:528 #, python-format msgid "Compute service of %(host)s is still in use." msgstr "%(host)s のコンピュートサービスが依然として使用されています。" #: nova/exception.py:532 #, python-format msgid "" "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)." msgstr "インスタンス (%(instance_id)s) を現在と同じホスト (%(host)s) にマイグレーションすることはできません。" #: nova/exception.py:537 #, python-format msgid "" "Operation '%(operation)s' not supported for SEV-enabled instance " "(%(instance_uuid)s)." msgstr "" #: nova/exception.py:543 msgid "The supplied hypervisor type of is invalid." msgstr "指定されたハイパーバイザーは無効です。" #: nova/exception.py:547 #, python-format msgid "" "This compute node's hypervisor is older than the minimum supported version: " "%(version)s." msgstr "このコンピュートノードのハイパーバイザーがサポートされる最小バージョンよりも古くなっています: %(version)s。" #: nova/exception.py:552 msgid "" "The instance requires a newer hypervisor version than has been provided." msgstr "このインスタンスは使用されているものよりも新しいバージョンのハイパーバイザーを必要とします。" #: nova/exception.py:557 #, python-format msgid "" "This service is older (v%(thisver)i) than the minimum (v%(minver)i) version " "of the rest of the deployment. Unable to continue." msgstr "" "このサービスが実装環境の残りの部分の最小 (v%(minver)i) バージョンよりも古く (v%(thisver)i) " "なっています。処理を継続できません。" #: nova/exception.py:563 #, python-format msgid "" "The supplied disk path (%(path)s) already exists, it is expected not to " "exist." msgstr "指定されたディスクパス (%(path)s) は既にに存在します。これは存在しているべきではありません。" #: nova/exception.py:568 #, python-format msgid "The supplied device path (%(path)s) is invalid." msgstr "指定されたデバイスパス (%(path)s) が無効です。" #: nova/exception.py:572 #, python-format msgid "The supplied device path (%(path)s) is in use." msgstr "指定されたデバイスパス (%(path)s) は使用中です。" #: nova/exception.py:577 #, python-format msgid "Unacceptable CPU info: %(reason)s" msgstr "指定できない CPU 情報: %(reason)s" #: nova/exception.py:581 #, python-format msgid "%(address)s is not a valid IP v4/6 address." msgstr "%(address)s が有効な IP v4/6 アドレスではありません。" #: nova/exception.py:585 #, python-format msgid "" "VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN tag " "is %(tag)s, but the one associated with the port group is %(pgroup)s." msgstr "" "ポートグループ %(bridge)s の VLAN タグが適切ではありません。必要な VLAN タグは %(tag)s " "ですが、ポートグループに関連付けられているのは %(pgroup)s です。" #: nova/exception.py:591 #, python-format msgid "" "vSwitch which contains the port group %(bridge)s is not associated with the " "desired physical adapter. Expected vSwitch is %(expected)s, but the one " "associated is %(actual)s." msgstr "" "ポートグループ %(bridge)s を含む vSwitch が目的の物理アダプターに関連付けられていません。必要な vSwitch は " "%(expected)s ですが、関連付けられているのは %(actual)s です。" #: nova/exception.py:598 #, python-format msgid "Disk format %(disk_format)s is not acceptable" msgstr "ディスク形式 %(disk_format)s は受け付けられません" #: nova/exception.py:602 #, python-format msgid "Disk info file is invalid: %(reason)s" msgstr "ディスク情報ファイルが無効です: %(reason)s" #: nova/exception.py:606 #, python-format msgid "Failed to read or write disk info file: %(reason)s" msgstr "ディスク情報ファイルの読み取りまたは書き込みに失敗しました: %(reason)s" #: nova/exception.py:610 #, python-format msgid "Image %(image_id)s is unacceptable: %(reason)s" msgstr "イメージ %(image_id)s は受け付けられません: %(reason)s" #: nova/exception.py:614 #, python-format msgid "Request of image %(image_id)s got BadRequest response: %(response)s" msgstr "イメージ %(image_id)s のリクエストに対して BadRequest のレスポンスが返されました: %(response)s" #: nova/exception.py:619 #, python-format msgid "Instance %(instance_id)s is unacceptable: %(reason)s" msgstr "インスタンス %(instance_id)s は受け付けられません: %(reason)s" #: nova/exception.py:623 #, python-format msgid "Expected a uuid but received %(uuid)s." msgstr "UUID が必要ですが、%(uuid)s を受け取りました。" #: nova/exception.py:627 #, python-format msgid "Invalid ID received %(id)s." msgstr "無効な ID %(id)s を受信しました。" #: nova/exception.py:631 msgid "Constraint not met." msgstr "制約が満たされていません。" #: nova/exception.py:636 msgid "Resource could not be found." msgstr "リソースを見つけられませんでした。" #: nova/exception.py:641 #, python-format msgid "No agent-build associated with id %(id)s." msgstr "ID %(id)s に関連付けられたエージェントビルドはありません。" #: nova/exception.py:645 #, python-format msgid "" "Agent-build with hypervisor %(hypervisor)s os %(os)s architecture " "%(architecture)s exists." msgstr "" "ハイパーバイザー %(hypervisor)s の OS %(os)s アーキテクチャー %(architecture)s " "のエージェントビルドが存在します。" #: nova/exception.py:650 #, python-format msgid "Volume attachment %(attachment_id)s could not be found." msgstr "" #: nova/exception.py:654 #, python-format msgid "Volume %(volume_id)s could not be found." msgstr "ボリューム %(volume_id)s が見つかりませんでした。" #: nova/exception.py:658 #, python-format msgid "Volume type %(id_or_name)s could not be found." msgstr "" #: nova/exception.py:662 msgid "" "Undefined Block Device Mapping root: BlockDeviceMappingList contains Block " "Device Mappings from multiple instances." msgstr "" "ブロックデバイスマッピングのルートが定義されていません: BlockDeviceMappingList " "に複数のインスタンスのブロックデバイスのマッピングが含まれています。" #: nova/exception.py:667 #, python-format msgid "No Block Device Mapping with id %(id)s." msgstr "ID %(id)s を持つブロックデバイスマッピングがありません。" #: nova/exception.py:671 #, python-format msgid "No volume Block Device Mapping with id %(volume_id)s." msgstr "ID %(volume_id)s を持つボリュームのブロックデバイスマッピングがありません。" #: nova/exception.py:675 #, python-format msgid "" "Block Device Mapping %(volume_id)s is a multi-attach volume and is not valid " "for this operation." msgstr "ブロックデバイスマッピング %(volume_id)s は複数の接続を持つボリュームであり、この処理には有効ではありません。" #: nova/exception.py:680 #, python-format msgid "No volume Block Device Mapping at path: %(path)s" msgstr "ボリュームのブロックデバイスマッピングがパス %(path)s にありません" #: nova/exception.py:684 #, python-format msgid "Device detach failed for %(device)s: %(reason)s" msgstr "" #: nova/exception.py:688 #, python-format msgid "Device '%(device)s' not found." msgstr "デバイス '%(device)s' が見つかりません。" #: nova/exception.py:692 #, python-format msgid "Snapshot %(snapshot_id)s could not be found." msgstr "スナップショット %(snapshot_id)s が見つかりませんでした。" #: nova/exception.py:696 #, python-format msgid "No disk at %(location)s" msgstr "%(location)s にディスクがありません" #: nova/exception.py:700 #, python-format msgid "Could not find a handler for %(driver_type)s volume." msgstr "%(driver_type)s ボリュームのハンドラーが見つかりませんでした。" #: nova/exception.py:704 #, python-format msgid "Invalid image href %(image_href)s." msgstr "無効なイメージ href %(image_href)s。" #: nova/exception.py:708 #, python-format msgid "Requested image %(image)s has automatic disk resize disabled." msgstr "要求されたイメージ %(image)s ではディスクサイズの自動変更が無効になっています。" #: nova/exception.py:713 #, python-format msgid "Image %(image_id)s could not be found." msgstr "イメージ %(image_id)s が見つかりませんでした。" #: nova/exception.py:717 #, python-format msgid "Conflict deleting image. Reason: %(reason)s." msgstr "" #: nova/exception.py:721 #, python-format msgid "Error: unsupported image handler %(image_handler)s." msgstr "" #: nova/exception.py:725 msgid "The current driver does not support preserving ephemeral partitions." msgstr "現行ドライバーは、一時パーティションの保持をサポートしていません。" #: nova/exception.py:730 #, python-format msgid "Project %(project_id)s could not be found." msgstr "プロジェクト %(project_id)s が見つかりませんでした。" #: nova/exception.py:734 msgid "Cannot find SR to read/write VDI." msgstr "VDI の読み取り/書き込み用の SR が見つかりません。" #: nova/exception.py:738 #, python-format msgid "Instance %(uuid)s has no mapping to a cell." msgstr "インスタンス %(uuid)s にはセルに対するマッピングがありません。" #: nova/exception.py:742 #, python-format msgid "Failed to release IP %(address)s with MAC %(mac_address)s" msgstr "MAC アドレス %(mac_address)s) から IP アドレス %(address)s を解放できませんでした" #: nova/exception.py:746 #, python-format msgid "Network %(network_id)s is still in use." msgstr "ネットワーク %(network_id)s はまだ使用中です。" #: nova/exception.py:750 #, python-format msgid "Network set host failed for network %(network_id)s." msgstr "ネットワーク %(network_id)s においてネットワークが設定したホストで障害が発生しました。" #: nova/exception.py:754 #, python-format msgid "%(req)s is required to create a network." msgstr "ネットワークを作成するには %(req)s が必要です。" #: nova/exception.py:758 msgid "Maximum allowed length for 'label' is 255." msgstr "'label' の許容最大長は 255 です。" #: nova/exception.py:762 #, python-format msgid "%(key)s must be an integer." msgstr "%(key)s は整数でなければなりません。" #: nova/exception.py:766 #, python-format msgid "%(cidr)s is not a valid IP network." msgstr "%(cidr)s や有効な IP ネットワークではありません。" #: nova/exception.py:770 #, python-format msgid "%(address)s is not a valid IP address." msgstr "%(address)s は有効な IP アドレスではありません。" #: nova/exception.py:774 #, python-format msgid "%(address)s is not within %(cidr)s." msgstr "%(address)s は %(cidr)s 内にありません。" #: nova/exception.py:778 #, python-format msgid "Detected existing vlan with id %(vlan)d" msgstr "ID %(vlan)d を持つ既存の VLAN が検出されました" #: nova/exception.py:783 #, python-format msgid "Requested cidr (%(cidr)s) conflicts with existing cidr (%(other)s)" msgstr "要求された CIDR (%(cidr)s) は、既存の CIDR (%(other)s) と競合しています" #: nova/exception.py:789 #, python-format msgid "" "Network must be disassociated from project %(project_id)s before it can be " "deleted." msgstr "このネットワークを削除するには、プロジェクト %(project_id)s との関連付けを解除する必要があります。" #: nova/exception.py:794 #, python-format msgid "Network %(network_id)s could not be found." msgstr "ネットワーク %(network_id)s が見つかりませんでした。" #: nova/exception.py:798 #, python-format msgid "Port id %(port_id)s could not be found." msgstr "ポート ID %(port_id)s が見つかりませんでした。" #: nova/exception.py:802 #, python-format msgid "Network could not be found for bridge %(bridge)s" msgstr "ブリッジ %(bridge)s のネットワークが見つかりませんでした" #: nova/exception.py:806 #, python-format msgid "Network could not be found for uuid %(uuid)s" msgstr "UUID %(uuid)s のネットワークが見つかりませんでした" #: nova/exception.py:810 #, python-format msgid "Network could not be found with cidr %(cidr)s." msgstr "CIDR が %(cidr)s のネットワークが見つかりませんでした。" #: nova/exception.py:814 #, python-format msgid "Network could not be found for instance %(instance_id)s." msgstr "インスタンス %(instance_id)s のネットワークが見つかりませんでした。" #: nova/exception.py:818 msgid "No networks defined." msgstr "ネットワークが定義されていません。" #: nova/exception.py:822 msgid "No more available networks." msgstr "使用可能なネットワークはこれ以上ありません。" #: nova/exception.py:826 #, python-format msgid "" "Either network uuid %(network_uuid)s is not present or is not assigned to " "the project %(project_id)s." msgstr "" "ネットワーク UUID %(network_uuid)s が存在しないか、またはプロジェクト %(project_id)s に割り当てられていません。" #: nova/exception.py:831 msgid "" "More than one possible network found. Specify network ID(s) to select which " "one(s) to connect to." msgstr "複数の使用可能なネットワークが見つかりました。接続先のネットワークを選択するには、ネットワーク ID を指定してください。" #: nova/exception.py:836 #, python-format msgid "Unable to automatically allocate a network for project %(project_id)s" msgstr "" #: nova/exception.py:841 #, python-format msgid "" "Network %(network_uuid)s requires a subnet in order to boot instances on." msgstr "ネットワーク %(network_uuid)s でインスタンスをブートするには、サブネットが必要です。" #: nova/exception.py:846 #, python-format msgid "" "It is not allowed to create an interface on external network " "%(network_uuid)s" msgstr "外部ネットワーク %(network_uuid)s でインターフェースを作成することは許可されていません" #: nova/exception.py:851 #, python-format msgid "Physical network is missing for network %(network_uuid)s" msgstr "ネットワーク %(network_uuid)s に対応する物理ネットワークがありません" #: nova/exception.py:855 #, python-format msgid "vhostuser_sock_path not present in vif_details for vif %(vif_id)s" msgstr "vhostuser_sock_path が vif %(vif_id)s の vif_details にありません" #: nova/exception.py:860 #, python-format msgid "" "Parameters %(missing_params)s not present in vif_details for vif %(vif_id)s. " "Check your Neutron configuration to validate that the macvtap parameters are " "correct." msgstr "" "vif %(vif_id)s について、パラメーター %(missing_params)s が vif_details " "内に存在しません。macvtapパラーメーターが正確に設定されているか Neutron の設定を確認してください。" #: nova/exception.py:867 #, python-format msgid "OVS configuration failed with: %(inner_exception)s." msgstr "以下の理由のため OVS の設定が失敗しました: %(inner_exception)s。" #: nova/exception.py:871 msgid "Could not find the datastore reference(s) which the VM uses." msgstr "VM が使用するデータストア参照が見つかりませんでした。" #: nova/exception.py:875 #, python-format msgid "Port %(port_id)s is still in use." msgstr "ポート %(port_id)s はまだ使用中です。" #: nova/exception.py:879 #, python-format msgid "Port %(port_id)s requires a FixedIP in order to be used." msgstr "ポート %(port_id)s を使用するには、Fixed IP が必要です。" #: nova/exception.py:883 #, python-format msgid "Port %(port_id)s not usable for instance %(instance)s." msgstr "ポート %(port_id)s はインスタンス %(instance)s では使用できません。" #: nova/exception.py:887 #, python-format msgid "" "Port %(port_id)s not usable for instance %(instance)s. Value %(value)s " "assigned to dns_name attribute does not match instance's hostname " "%(hostname)s" msgstr "" "ポート %(port_id)s はインスタンス %(instance)s では使用できません。dns_name 属性に割り当てられた値 " "%(value)s がインスタンスのホスト名 %(hostname)s と合致しません" #: nova/exception.py:893 #, python-format msgid "No free port available for instance %(instance)s." msgstr "インスタンス %(instance)s が使用できる空きポートがありません。" #: nova/exception.py:897 #, python-format msgid "" "Binding failed for port %(port_id)s, please check neutron logs for more " "information." msgstr "ポート %(port_id)s でバインドが失敗しました。詳細情報については neutron のログを確認してください。" #: nova/exception.py:902 #, python-format msgid "Failed to delete binding for port %(port_id)s and host %(host)s." msgstr "" #: nova/exception.py:907 #, python-format msgid "Failed to activate binding for port %(port_id)s and host %(host)s." msgstr "" #: nova/exception.py:912 #, python-format msgid "Port update failed for port %(port_id)s: %(reason)s" msgstr "" #: nova/exception.py:916 #, python-format msgid "" "Attaching SR-IOV port %(port_id)s to server %(instance_uuid)s is not " "supported. SR-IOV ports must be specified during server creation." msgstr "" #: nova/exception.py:922 #, python-format msgid "Fixed IP %(address)s already exists." msgstr "Fixed IP %(address)s が既に存在しています。" #: nova/exception.py:926 #, python-format msgid "No fixed IP associated with id %(id)s." msgstr "ID %(id)s に関連付けられた Fixed IP がありません。" #: nova/exception.py:930 #, python-format msgid "Fixed IP not found for address %(address)s." msgstr " アドレス %(address)s に対応する Fixed IP が見つかりません。" #: nova/exception.py:934 #, python-format msgid "Instance %(instance_uuid)s has zero fixed IPs." msgstr "インスタンス %(instance_uuid)s に Fixed IP がありません。" #: nova/exception.py:938 #, python-format msgid "Network host %(host)s has zero fixed IPs in network %(network_id)s." msgstr "ネットワーク %(network_id)s 上で、ネットワークホスト %(host)s に Fixed IP がありません。" #: nova/exception.py:943 #, python-format msgid "Instance %(instance_uuid)s doesn't have fixed IP '%(ip)s'." msgstr "インスタンス %(instance_uuid)s に Fixed IP '%(ip)s' がありません。" #: nova/exception.py:947 #, python-format msgid "" "Fixed IP address (%(address)s) does not exist in network (%(network_uuid)s)." msgstr "Fixed IP アドレス (%(address)s) はネットワーク (%(network_uuid)s) 内に存在しません。" #: nova/exception.py:952 #, python-format msgid "Fixed IP associate failed for network: %(net)s." msgstr "ネットワーク %(net)s に対する Fixed IP の割り当てが失敗しました。" #: nova/exception.py:956 #, python-format msgid "" "Fixed IP address %(address)s is already in use on instance %(instance_uuid)s." "" msgstr "Fixed IP アドレス %(address)s はインスタンス %(instance_uuid)s で既に使用されています。" #: nova/exception.py:961 #, python-format msgid "" "More than one instance is associated with fixed IP address '%(address)s'." msgstr "複数のインスタンスが Fixed IP アドレス '%(address)s' に割り当てられています。" #: nova/exception.py:966 #, python-format msgid "Fixed IP address %(address)s is invalid." msgstr "Fixed IP アドレス %(address)s は無効です。" #: nova/exception.py:970 #, python-format msgid "" "The fixed IP associated with port %(port_id)s is not compatible with the " "host." msgstr "" #: nova/exception.py:975 #, python-format msgid "No fixed IP addresses available for network: %(net)s" msgstr "ネットワーク %(net)s で使用可能な Fixed IP アドレスがありません。" #: nova/exception.py:979 msgid "Zero fixed IPs could be found." msgstr "Fixed IP が見つかりません。" #: nova/exception.py:983 #, python-format msgid "Floating IP %(address)s already exists." msgstr "Floating IP %(address)s は既に存在しています。" #: nova/exception.py:987 #, python-format msgid "Floating IP not found for ID %(id)s." msgstr "ID %(id)s の Floating IP が見つかりません。" #: nova/exception.py:991 #, python-format msgid "The DNS entry %(name)s already exists in domain %(domain)s." msgstr "DNS エントリー %(name)s はドメイン %(domain)s 内に既に存在します。" #: nova/exception.py:995 #, python-format msgid "Floating IP not found for address %(address)s." msgstr "アドレス %(address)s に対応する Floating IP が見つかりません。" #: nova/exception.py:999 #, python-format msgid "Floating IP not found for host %(host)s." msgstr "ホスト %(host)s の Floating IP が見つかりません。" #: nova/exception.py:1003 #, python-format msgid "Multiple floating IPs are found for address %(address)s." msgstr "アドレス %(address)s に対して複数の Floating IP が見つかりました。" #: nova/exception.py:1007 msgid "Floating IP pool not found." msgstr "Floating IP プールが見つかりません。" #: nova/exception.py:1012 msgid "Zero floating IPs available." msgstr "使用可能な Floating IP はありません。" #: nova/exception.py:1017 #, python-format msgid "Floating IP %(address)s is associated." msgstr "Floating IP %(address)s が割り当てられています。" #: nova/exception.py:1021 #, python-format msgid "Floating IP %(address)s is not associated." msgstr "Floating IP %(address)s は割り当てられていません。" #: nova/exception.py:1025 msgid "Zero floating IPs exist." msgstr "Floating IP が存在しません。" #: nova/exception.py:1029 #, python-format msgid "Interface %(interface)s not found." msgstr "インターフェース %(interface)s が見つかりません。" #: nova/exception.py:1033 msgid "Floating IP allocate failed." msgstr "Floating IP の確保に失敗しました。" #: nova/exception.py:1037 #, python-format msgid "Floating IP %(address)s association has failed." msgstr "Floating IP %(address)s の割り当てに失敗しました。" #: nova/exception.py:1041 msgid "The floating IP request failed with a BadRequest" msgstr "Floating IP のリクエストが BadRequest により失敗しました。" #: nova/api/openstack/compute/floating_ips.py:101 #: nova/api/openstack/compute/floating_ips.py:198 nova/exception.py:1045 msgid "Cannot disassociate auto assigned floating IP" msgstr "自動的に割り当てられたFloating IP の割り当て解除を行うことができません。" #: nova/exception.py:1049 #, python-format msgid "Keypair %(name)s not found for user %(user_id)s" msgstr "ユーザー %(user_id)s のキーペア %(name)s が見つかりません" #: nova/exception.py:1053 #, python-format msgid "Service %(service_id)s could not be found." msgstr "サービス %(service_id)s が見つかりませんでした。" #: nova/exception.py:1057 #, python-format msgid "No conf group name could be found for service type %(stype)s." msgstr "" #: nova/exception.py:1062 #, python-format msgid "Service with host %(host)s binary %(binary)s exists." msgstr "ホスト %(host)s のバイナリー %(binary)s を使用するサービスが存在します。" #: nova/exception.py:1066 #, python-format msgid "Service with host %(host)s topic %(topic)s exists." msgstr "ホスト %(host)s のトピック %(topic)s を使用するサービスが存在します。" #: nova/exception.py:1070 #, python-format msgid "Host %(host)s could not be found." msgstr "ホスト %(host)s が見つかりませんでした。" #: nova/exception.py:1074 #, python-format msgid "Compute host %(host)s could not be found." msgstr "コンピュートホスト %(host)s が見つかりませんでした。" #: nova/exception.py:1078 #, python-format msgid "Could not find binary %(binary)s on host %(host)s." msgstr "ホスト %(host)s 上でバイナリー %(binary)s が見つかりませんでした。" #: nova/exception.py:1082 #, python-format msgid "Invalid reservation expiration %(expire)s." msgstr "予約の有効期限 %(expire)s が無効です。" #: nova/exception.py:1086 #, python-format msgid "" "Change would make usage less than 0 for the following resources: %(unders)s" msgstr "変更によって、リソース %(unders)s の使用量が 0 未満になります" #: nova/exception.py:1091 #, python-format msgid "Wrong quota method %(method)s used on resource %(res)s" msgstr "リソース %(res)s で使用されるクォータメソッド %(method)s が正しくありません" #: nova/exception.py:1095 msgid "Quota could not be found" msgstr "クォータが見つかりませんでした" #: nova/exception.py:1099 #, python-format msgid "Quota exists for project %(project_id)s, resource %(resource)s" msgstr "プロジェクト %(project_id)s、リソース %(resource)s のクォータが存在します" #: nova/exception.py:1104 #, python-format msgid "Unknown quota resources %(unknown)s." msgstr "不明なクォータリソース %(unknown)s。" #: nova/exception.py:1108 #, python-format msgid "" "Quota for user %(user_id)s in project %(project_id)s could not be found." msgstr "プロジェクト %(project_id)s のユーザー %(user_id)s のクォータが見つかりませんでした。" #: nova/exception.py:1113 #, python-format msgid "Quota for project %(project_id)s could not be found." msgstr "プロジェクト %(project_id)s のクォータが見つかりませんでした。" #: nova/exception.py:1117 #, python-format msgid "Quota class %(class_name)s could not be found." msgstr "クォータクラス %(class_name)s が見つかりませんでした。" #: nova/exception.py:1121 #, python-format msgid "Quota class %(class_name)s exists for resource %(resource)s" msgstr "" #: nova/exception.py:1125 #, python-format msgid "Quota usage for project %(project_id)s could not be found." msgstr "プロジェクト %(project_id)s のクォータ使用量が見つかりませんでした。" #: nova/exception.py:1129 #, python-format msgid "" "Quota usage refresh of resource %(resource)s for project %(project_id)s, " "user %(user_id)s, is not allowed. The allowed resources are %(syncable)s." msgstr "" #: nova/exception.py:1135 #, python-format msgid "Quota reservation %(uuid)s could not be found." msgstr "クォータ予約 %(uuid)s が見つかりませんでした。" #: nova/exception.py:1139 #, python-format msgid "Quota exceeded for resources: %(overs)s" msgstr "リソース %(overs)s がクォータを超過しました" #: nova/exception.py:1143 #, python-format msgid "Security group %(security_group_id)s not found." msgstr "セキュリティーグループ %(security_group_id)s が見つかりません。" #: nova/exception.py:1147 #, python-format msgid "" "Security group %(security_group_id)s not found for project %(project_id)s." msgstr "プロジェクト %(project_id)s のセキュリティーグループ %(security_group_id)s が見つかりません。" #: nova/exception.py:1152 #, python-format msgid "Security group with rule %(rule_id)s not found." msgstr "ルール %(rule_id)s を持つセキュリティーグループが見つかりません。" #: nova/exception.py:1156 #, python-format msgid "" "Security group %(security_group_name)s already exists for project " "%(project_id)s." msgstr "" "プロジェクト %(project_id)s にはセキュリティーグループ %(security_group_name)s がすでに存在します。" #: nova/exception.py:1161 #, python-format msgid "" "Security group %(security_group_id)s is already associated with the instance " "%(instance_id)s" msgstr "" "セキュリティーグループ %(security_group_id)s は既にインスタンス %(instance_id)s に関連付けられています" #: nova/exception.py:1166 #, python-format msgid "" "Security group %(security_group_id)s is not associated with the instance " "%(instance_id)s" msgstr "" "セキュリティーグループ %(security_group_id)s はインスタンス %(instance_id)s に関連付けられていません" #: nova/exception.py:1171 #, python-format msgid "Security group default rule (%rule_id)s not found." msgstr "セキュリティーグループのデフォルトルール (%rule_id) が見つかりません。" #: nova/exception.py:1175 msgid "" "Network requires port_security_enabled and subnet associated in order to " "apply security groups." msgstr "" "セキュリティーグループを適用するには、ネットワークが port_security_enabled " "になっていて、サブネットが関連付けられている必要があります。" #: nova/exception.py:1180 msgid "No Unique Match Found." msgstr "1 つだけ一致するデータが見つかりません。" #: nova/exception.py:1185 #, python-format msgid "Active live migration for instance %(instance_id)s not found" msgstr "" #: nova/exception.py:1189 #, python-format msgid "Migration %(migration_id)s could not be found." msgstr "マイグレーション %(migration_id)s が見つかりませんでした。" #: nova/exception.py:1193 #, python-format msgid "" "Migration not found for instance %(instance_id)s with status %(status)s." msgstr "状態が %(status)s のインスタンス %(instance_id)s のマイグレーションが見つかりません。" #: nova/exception.py:1198 #, python-format msgid "Migration %(migration_id)s not found for instance %(instance_id)s" msgstr "インスタンス %(instance_id)s でマイグレーション %(migration_id)s が見つかりません" #: nova/exception.py:1203 #, python-format msgid "" "Migration %(migration_id)s state of instance %(instance_uuid)s is %(state)s. " "Cannot %(method)s while the migration is in this state." msgstr "" "インスタンス %(instance_uuid)s のマイグレーション %(migration_id)s の状態が %(state)s " "です。マイグレーションがこの状態にある場合、%(method)s を実行できません。" #: nova/exception.py:1209 #, python-format msgid "" "Aborting live migration %(migration_id)s with status %(status)s is not yet " "supported for this instance." msgstr "" #: nova/exception.py:1215 #, python-format msgid "" "Console log output could not be retrieved for instance %(instance_id)s. " "Reason: %(reason)s" msgstr "インスタンス %(instance_id)s についてコンソールログの出力を取得できませんでした。理由: %(reason)s" #: nova/exception.py:1220 #, python-format msgid "" "Console pool with host %(host)s, console_type %(console_type)s and " "compute_host %(compute_host)s already exists." msgstr "" "ホスト %(host)s、コンソールタイプ %(console_type)s、コンピュートホスト %(compute_host)s " "のコンソールプールは既に存在します。" #: nova/exception.py:1226 #, python-format msgid "" "Console pool of type %(console_type)s for compute host %(compute_host)s on " "proxy host %(host)s not found." msgstr "" "プロキシーホスト %(host)s 上でコンピュートホスト %(compute_host)s 用の、タイプが %(console_type)s " "のコンソールプールが見つかりません。" #: nova/exception.py:1232 #, python-format msgid "Console %(console_id)s could not be found." msgstr "コンソール %(console_id)s が見つかりませんでした。" #: nova/exception.py:1236 #, python-format msgid "Console for instance %(instance_uuid)s could not be found." msgstr "インスタンス %(instance_uuid)s 用のコンソールが見つかりませんでした。" #: nova/exception.py:1240 msgid "Guest does not have a console available." msgstr "ゲストはコンソールを使用することはできません。" #: nova/exception.py:1244 #, python-format msgid "" "Console for instance %(instance_uuid)s in pool %(pool_id)s could not be " "found." msgstr "プール %(pool_id)s 内のインスタンス %(instance_uuid)s 用のコンソールが見つかりませんでした。" #: nova/exception.py:1249 #, python-format msgid "Invalid console type %(console_type)s" msgstr "無効なコンソールタイプ %(console_type)s" #: nova/exception.py:1253 #, python-format msgid "Unavailable console type %(console_type)s." msgstr "コンソールタイプ %(console_type)s は使用できません。" #: nova/exception.py:1257 #, python-format msgid "The console port range %(min_port)d-%(max_port)d is exhausted." msgstr "コンソール用のポート範囲 %(min_port)d-%(max_port)d を使い切られています。" #: nova/exception.py:1262 #, python-format msgid "Flavor %(flavor_id)s could not be found." msgstr "フレーバー %(flavor_id)s が見つかりませんでした。" #: nova/exception.py:1266 #, python-format msgid "Flavor with name %(flavor_name)s could not be found." msgstr "名前が %(flavor_name)s のフレーバーが見つかりませんでした。" #: nova/exception.py:1270 #, python-format msgid "" "Flavor access not found for %(flavor_id)s / %(project_id)s combination." msgstr "%(flavor_id)s / %(project_id)s の組み合わせに対応するフレーバーアクセスが見つかりません。" #: nova/exception.py:1275 #, python-format msgid "" "Flavor %(id)s extra spec cannot be updated or created after %(retries)d " "retries." msgstr "%(retries)d 回の再試行の後では、フレーバー %(id)s の追加仕様の更新と作成を行うことはできません。" #: nova/exception.py:1280 msgid "Timeout waiting for response from cell" msgstr "セルからの応答を待機中にタイムアウトになりました" #: nova/exception.py:1284 #, python-format msgid "Scheduler Host Filter %(filter_name)s could not be found." msgstr "スケジューラーホストフィルター %(filter_name)s が見つかりませんでした。" #: nova/exception.py:1288 #, python-format msgid "Flavor %(flavor_id)s has no extra specs with key %(extra_specs_key)s." msgstr "フレーバー %(flavor_id)s にはキー %(extra_specs_key)s を持つ追加スペックはありません。" #: nova/exception.py:1293 #, python-format msgid "" "Metric %(name)s could not be found on the compute host node %(host)s." "%(node)s." msgstr "コンピュートホストノード %(host)s.%(node)s では、メトリック %(name)s は見つかりませんでした。" #: nova/exception.py:1298 #, python-format msgid "File %(file_path)s could not be found." msgstr "ファイル %(file_path)s が見つかりませんでした。" #: nova/exception.py:1302 #, python-format msgid "" "Virtual switch associated with the network adapter %(adapter)s not found." msgstr "ネットワークアダプター %(adapter)s に関連付けられた仮想スイッチが見つかりません。" #: nova/exception.py:1307 #, python-format msgid "Network adapter %(adapter)s could not be found." msgstr "ネットワークアダプター %(adapter)s が見つかりませんでした。" #: nova/exception.py:1311 #, python-format msgid "Class %(class_name)s could not be found: %(exception)s" msgstr "クラス %(class_name)s が見つかりませんでした: %(exception)s" #: nova/exception.py:1315 #, python-format msgid "Instance %(instance_id)s has no tag '%(tag)s'" msgstr "インスタンス %(instance_id)s にタグ \"%(tag)s\" がありません" #: nova/exception.py:1319 #, python-format msgid "Key pair '%(key_name)s' already exists." msgstr "キーペア '%(key_name)s' は既に存在します。" #: nova/exception.py:1323 #, python-format msgid "Instance %(name)s already exists." msgstr "インスタンス %(name)s は既に存在します。" #: nova/exception.py:1327 #, python-format msgid "Flavor with name %(name)s already exists." msgstr "名前が %(name)s のフレーバーは既に存在します。" #: nova/exception.py:1331 #, python-format msgid "Flavor with ID %(flavor_id)s already exists." msgstr "ID %(flavor_id)s を持つフレーバーは既に存在します。" #: nova/exception.py:1335 #, python-format msgid "" "Flavor access already exists for flavor %(flavor_id)s and project " "%(project_id)s combination." msgstr "" "フレーバー %(flavor_id)s とプロジェクト %(project_id)s の組み合わせに対応するフレーバーアクセスは既に存在します。" #: nova/exception.py:1340 #, python-format msgid "%(path)s is not on shared storage: %(reason)s" msgstr "%(path)s は共有ストレージ上にありません: %(reason)s" #: nova/exception.py:1344 #, python-format msgid "%(path)s is not on local storage: %(reason)s" msgstr "%(path)s はローカルストレージ上にありません: %(reason)s" #: nova/exception.py:1348 #, python-format msgid "Storage error: %(reason)s" msgstr "ストレージエラー: %(reason)s" #: nova/exception.py:1352 #, python-format msgid "Migration error: %(reason)s" msgstr "マイグレーションエラー: %(reason)s" #: nova/exception.py:1356 #, python-format msgid "Migration pre-check error: %(reason)s" msgstr "マイグレーション事前検査エラー: %(reason)s" #: nova/exception.py:1360 #, python-format msgid "Migration select destinations error: %(reason)s" msgstr "マイグレーション先の選択エラー: %(reason)s" #: nova/exception.py:1364 msgid "RPC is pinned to old version" msgstr "" #: nova/exception.py:1368 #, python-format msgid "Malformed message body: %(reason)s" msgstr "メッセージ本文の形式に誤りがあります: %(reason)s" #: nova/exception.py:1374 #, python-format msgid "Could not find config at %(path)s" msgstr "%(path)s に config が見つかりませんでした" #: nova/exception.py:1378 #, python-format msgid "Could not load paste app '%(name)s' from %(path)s" msgstr "paste アプリケーション '%(name)s' を %(path)s からロードできませんでした" #: nova/exception.py:1382 msgid "When resizing, instances must change flavor!" msgstr "サイズ変更の際は、インスタンスのフレーバーを変更する必要があります。" #: nova/exception.py:1386 #, python-format msgid "Resize error: %(reason)s" msgstr "サイズ変更エラー: %(reason)s" #: nova/exception.py:1390 #, python-format msgid "Server disk was unable to be resized because: %(reason)s" msgstr "サーバーディスクのサイズを変更できませんでした。理由: %(reason)s" #: nova/exception.py:1394 msgid "Flavor's memory is too small for requested image." msgstr "フレーバーのメモリーは要求されたイメージに対して小さすぎます。" #: nova/exception.py:1398 msgid "The created instance's disk would be too small." msgstr "作成されたインスタンスのディスクが小さすぎます。" #: nova/exception.py:1402 #, python-format msgid "" "Flavor's disk is too small for requested image. Flavor disk is " "%(flavor_size)i bytes, image is %(image_size)i bytes." msgstr "" "フレーバーのディスクサイズがリクエストされたイメージに対し小さすぎます。フレーバーディスクは %(flavor_size)i バイト、イメージは " "%(image_size)i バイトです。" #: nova/exception.py:1407 #, python-format msgid "" "Flavor's disk is smaller than the minimum size specified in image metadata. " "Flavor disk is %(flavor_size)i bytes, minimum size is %(image_min_disk)i " "bytes." msgstr "" "フレーバーのディスクサイズがイメージのメタデータで指定された最小サイズよりも小さくなっています。フレーバーディスクは %(flavor_size)i " "バイト、最小サイズは %(image_min_disk)i バイトです。" #: nova/exception.py:1413 #, python-format msgid "" "Volume is smaller than the minimum size specified in image metadata. Volume " "size is %(volume_size)i bytes, minimum size is %(image_min_disk)i bytes." msgstr "" "ボリュームがイメージのメタデータで指定された最小サイズよりも小さくなっています。ボリュームサイズは %(volume_size)i バイト、最小サイズは " "%(image_min_disk)i バイトです。" #: nova/exception.py:1419 msgid "Only volume-backed servers are allowed for flavors with zero disk." msgstr "" #: nova/exception.py:1424 #, python-format msgid "Insufficient free memory on compute node to start %(uuid)s." msgstr "コンピュートノードには %(uuid)s を開始するための十分な空きメモリーがありません。" #: nova/exception.py:1428 #, python-format msgid "No valid host was found. %(reason)s" msgstr "有効なホストが見つかりませんでした。%(reason)s" #: nova/exception.py:1432 #, python-format msgid "Scheduling failed: %(reason)s" msgstr "" #: nova/exception.py:1436 #, python-format msgid "Exceeded maximum number of retries. %(reason)s" msgstr "再試行の最大回数を超えました。%(reason)s" #: nova/exception.py:1440 #, python-format msgid "Quota exceeded: code=%(code)s" msgstr "クォータを超過しました: code=%(code)s" #: nova/exception.py:1449 #, python-format msgid "" "Quota exceeded for %(overs)s: Requested %(req)s, but already used %(used)s " "of %(allowed)s %(overs)s" msgstr "" "%(overs)s のクオータを超えました: %(req)s がリクエストされましたが、既に %(allowed)s のうち %(used)s " "を使用しています (%(overs)s)" #: nova/exception.py:1454 msgid "Maximum number of floating IPs exceeded" msgstr "Floating IP の最大数を超えました" #: nova/exception.py:1458 msgid "Maximum number of fixed IPs exceeded" msgstr "Fixed IP の最大数を超えました" #: nova/exception.py:1462 #, python-format msgid "Maximum number of metadata items exceeds %(allowed)d" msgstr "メタデータ項目の最大数が %(allowed)d を超えています" #: nova/exception.py:1466 msgid "Personality file limit exceeded" msgstr "パーソナリティーファイル数の上限を超えました" #: nova/exception.py:1470 #, python-format msgid "Personality file path exceeds maximum %(allowed)s" msgstr "" #: nova/exception.py:1474 #, python-format msgid "Personality file content exceeds maximum %(allowed)s" msgstr "" #: nova/exception.py:1478 msgid "Maximum number of key pairs exceeded" msgstr "キーペアの最大数を超えました" #: nova/exception.py:1482 msgid "Maximum number of security groups or rules exceeded" msgstr "セキュリティーグループまたはルールの最大数を超えました" #: nova/exception.py:1486 msgid "Maximum number of ports exceeded" msgstr "最大ポート数を超えました" #: nova/exception.py:1490 #, python-format msgid "" "Aggregate %(aggregate_id)s: action '%(action)s' caused an error: %(reason)s." msgstr "アグリゲート %(aggregate_id)s: アクション '%(action)s' でエラーが発生しました: %(reason)s。" #: nova/exception.py:1495 #, python-format msgid "Aggregate %(aggregate_id)s could not be found." msgstr "アグリゲート %(aggregate_id)s が見つかりませんでした。" #: nova/exception.py:1499 #, python-format msgid "Aggregate %(aggregate_name)s already exists." msgstr "アグリゲート %(aggregate_name)s は既に存在します。" #: nova/exception.py:1503 #, python-format msgid "Aggregate %(aggregate_id)s has no host %(host)s." msgstr "アグリゲート %(aggregate_id)s にはホスト %(host)s がありません。" #: nova/exception.py:1507 #, python-format msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s." msgstr "アグリゲート %(aggregate_id)s にはキー %(metadata_key)s を持つメタデータはありません。" #: nova/exception.py:1512 #, python-format msgid "Aggregate %(aggregate_id)s already has host %(host)s." msgstr "アグリゲート %(aggregate_id)s には既にホスト %(host)s があります。" #: nova/exception.py:1516 #, python-format msgid "Failed to set admin password on %(instance)s because %(reason)s" msgstr "%(instance)s で管理者パスワードの設定に失敗しました。理由: %(reason)s" #: nova/exception.py:1522 #, python-format msgid "Instance %(instance_id)s could not be found." msgstr "インスタンス %(instance_id)s が見つかりませんでした。" #: nova/exception.py:1526 #, python-format msgid "Info cache for instance %(instance_uuid)s could not be found." msgstr "インスタンス %(instance_uuid)s 用の情報キャッシュが見つかりませんでした。" #: nova/exception.py:1531 #, python-format msgid "Marker %(marker)s could not be found." msgstr "マーカー %(marker)s が見つかりませんでした。" #: nova/exception.py:1535 #, python-format msgid "Could not fetch image %(image_id)s" msgstr "イメージ %(image_id)s を取り出すことができませんでした" #: nova/exception.py:1539 #, python-format msgid "Could not upload image %(image_id)s" msgstr "イメージ %(image_id)s をアップロードできませんでした" #: nova/exception.py:1543 #, python-format msgid "Task %(task_name)s is already running on host %(host)s" msgstr "タスク %(task_name)s はホスト %(host)s 上で既に実行中です" #: nova/exception.py:1547 #, python-format msgid "Task %(task_name)s is not running on host %(host)s" msgstr "タスク %(task_name)s はホスト %(host)s 上で実行されていません" #: nova/exception.py:1551 #, python-format msgid "Instance %(instance_uuid)s is locked" msgstr "インスタンス %(instance_uuid)s はロックされています" #: nova/exception.py:1555 #, python-format msgid "Invalid value for Config Drive option: %(option)s" msgstr "コンフィグドライブのオプション %(option)s の値が無効です" #: nova/exception.py:1559 #, python-format msgid "Config drive format '%(format)s' is not supported." msgstr "コンフィグドライブ形式 %(format)s がサポートされません。" #: nova/exception.py:1563 #, python-format msgid "" "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s" msgstr "vfat コンフィグドライブをマウントできません。%(operation)s が失敗しました。エラー: %(error)s" #: nova/exception.py:1568 #, python-format msgid "Unknown config drive format %(format)s. Select one of iso9660 or vfat." msgstr "不明なコンフィグドライブ形式 %(format)s です。「iso9660」または「vfat」のいずれかを選択してください。" #: nova/exception.py:1573 #, python-format msgid "" "Instance %(instance_uuid)s requires config drive, but it does not exist." msgstr "インスタンス %(instance_uuid)s にはコンフィグドライブが必要ですが、存在しません。" #: nova/exception.py:1578 #, python-format msgid "Failed to attach network adapter device to %(instance_uuid)s" msgstr "ネットワークアダプターデバイスを %(instance_uuid)s に接続できませんでした" #: nova/exception.py:1583 #, python-format msgid "" "No specific network was requested and none are available for project " "'%(project_id)s'." msgstr "特定のネットワークが要求されず、プロジェクト '%(project_id)s' で利用可能なネットワークがありません。" #: nova/exception.py:1588 #, python-format msgid "Failed to detach network adapter device from %(instance_uuid)s" msgstr "ネットワークアダプターデバイスを %(instance_uuid)s から切り離すことができませんでした" #: nova/exception.py:1593 msgid "User data needs to be valid base 64." msgstr "ユーザーデータは有効な Base64 でなければなりません。" #: nova/exception.py:1597 #, python-format msgid "" "Conflict updating instance %(instance_uuid)s. Expected: %(expected)s. Actual:" " %(actual)s" msgstr "" "インスタンス %(instance_uuid)s の更新で競合が発生しました。%(expected)s を期待したものの、実際には %(actual)s " "が得られました" #: nova/exception.py:1602 #, python-format msgid "" "Conflict updating instance %(instance_uuid)s, but we were unable to " "determine the cause" msgstr "インスタンス %(instance_uuid)s の更新で競合が発生したものの、原因を特定できませんでした。" #: nova/exception.py:1615 #, python-format msgid "" "Action for request_id %(request_id)s on instance %(instance_uuid)s not found" msgstr "" "インスタンス %(instance_uuid)s に対する request_id %(request_id)s のアクションが見つかりません" #: nova/exception.py:1620 #, python-format msgid "Event %(event)s not found for action id %(action_id)s" msgstr "アクション ID %(action_id)s に対応するイベント %(event)s が見つかりません" #: nova/exception.py:1624 #, python-format msgid "The CA file for %(project)s could not be found" msgstr "%(project)s 用の CA ファイルが見つかりませんでした" #: nova/exception.py:1628 #, python-format msgid "The CRL file for %(project)s could not be found" msgstr "%(project)s 用の CRL ファイルが見つかりませんでした" #: nova/exception.py:1632 msgid "Instance evacuate is not supported." msgstr "" #: nova/exception.py:1636 #, python-format msgid "" "%(binary)s attempted direct database access which is not allowed by policy" msgstr "%(binary)s が直接データベースへアクセスしようとしましたが、これはポリシーで許可されていません" #: nova/exception.py:1641 #, python-format msgid "Virtualization type '%(virt)s' is not supported by this compute driver" msgstr "このコンピュートドライバーでは仮想化タイプ '%(virt)s' はサポートされません" #: nova/exception.py:1646 #, python-format msgid "" "Requested hardware '%(model)s' is not supported by the '%(virt)s' virt " "driver" msgstr "要求されたハードウェア '%(model)s' は '%(virt)s' virt ドライバーではサポートされません" #: nova/exception.py:1651 #, python-format msgid "Invalid Base 64 data for file %(path)s" msgstr "ファイル %(path)s の Base64 データが無効です" #: nova/exception.py:1655 #, python-format msgid "Build of instance %(instance_uuid)s aborted: %(reason)s" msgstr "インスタンス %(instance_uuid)s の作成は打ち切られました: %(reason)s" #: nova/exception.py:1659 #, python-format msgid "Build of instance %(instance_uuid)s was re-scheduled: %(reason)s" msgstr "インスタンス %(instance_uuid)s の作成は再スケジュールされました: %(reason)s" #: nova/exception.py:1664 #, python-format msgid "Shadow table with name %(name)s already exists." msgstr "名前が %(name)s のシャドーテーブルは既に存在します。" #: nova/exception.py:1669 #, python-format msgid "Instance rollback performed due to: %s" msgstr "インスタンスのロールバックが実行されました。原因: %s" #: nova/exception.py:1675 #, python-format msgid "Cannot call %(method)s on orphaned %(objtype)s object" msgstr "親のない %(objtype)s オブジェクトで %(method)s を呼び出すことはできません" #: nova/exception.py:1679 #, python-format msgid "Object action %(action)s failed because: %(reason)s" msgstr "オブジェクトのアクション %(action)s が失敗しました。原因: %(reason)s" #: nova/exception.py:1683 #, python-format msgid "Error during following call to agent: %(method)s" msgstr "エージェントに対する %(method)s の呼び出し中に、エラーが発生しました" #: nova/exception.py:1687 #, python-format msgid "" "Unable to contact guest agent. The following call timed out: %(method)s" msgstr "ゲストエージェントに接続できません。次の呼び出しがタイムアウトになりました: %(method)s" #: nova/exception.py:1692 #, python-format msgid "Agent does not support the call: %(method)s" msgstr "エージェントは、呼び出し %(method)s をサポートしていません" #: nova/exception.py:1696 #, python-format msgid "Instance group %(group_uuid)s could not be found." msgstr "インスタンスグループ %(group_uuid)s が見つかりませんでした。" #: nova/exception.py:1700 #, python-format msgid "Instance group %(group_uuid)s already exists." msgstr "インスタンスグループ %(group_uuid)s は既に存在します。" #: nova/exception.py:1704 #, python-format msgid "Instance group %(group_uuid)s has no member with id %(instance_id)s." msgstr "インスタンスグループ %(group_uuid)s には、ID %(instance_id)s を持つメンバーは存在しません。" #: nova/exception.py:1709 #, python-format msgid "%(field)s should not be part of the updates." msgstr "%(field)s を更新に含めることはできません。" #: nova/exception.py:1713 #, python-format msgid "Error when creating resource monitor: %(monitor)s" msgstr "リソースモニター %(monitor)s を作成するときにエラーが発生しました" #: nova/exception.py:1717 #, python-format msgid "The PCI address %(address)s has an incorrect format." msgstr "PCI アドレス %(address)s の形式が正しくありません。" #: nova/exception.py:1721 msgid "" "Invalid PCI Whitelist: The PCI whitelist can specify devname or address, but " "not both" msgstr "" "無効な PCI ホワイトリスト: PCI ホワイトリストでは devname またはアドレスを指定できますが、両方を指定することはできません" #: nova/exception.py:1727 #, python-format msgid "PCI device %(id)s not found" msgstr "PCI デバイス %(id)s が見つかりません" #: nova/exception.py:1731 #, python-format msgid "PCI Device %(node_id)s:%(address)s not found." msgstr "PCI デバイス %(node_id)s:%(address)s が見つかりません。" #: nova/exception.py:1735 #, python-format msgid "" "PCI device %(compute_node_id)s:%(address)s is %(status)s instead of " "%(hopestatus)s" msgstr "" "PCI デバイス %(compute_node_id)s:%(address)s は %(hopestatus)s ではなく %(status)s です" #: nova/exception.py:1741 #, python-format msgid "" "Not all Virtual Functions of PF %(compute_node_id)s:%(address)s are free." msgstr "" "PF %(compute_node_id)s の %(address)s のすべての Virtual Function に空きがあるとは限りません。" #: nova/exception.py:1747 #, python-format msgid "" "Physical Function %(compute_node_id)s:%(address)s, related to VF " "%(compute_node_id)s:%(vf_address)s is %(status)s instead of %(hopestatus)s" msgstr "" "VF %(compute_node_id)s に関連する %(address)s のPhysical Function " "%(compute_node_id)s。%(vf_address)s は %(status)s ではなく %(hopestatus)sです" #: nova/exception.py:1754 #, python-format msgid "" "PCI device %(compute_node_id)s:%(address)s is owned by %(owner)s instead of " "%(hopeowner)s" msgstr "" "PCI デバイス %(compute_node_id)s:%(address)s の所有者は、%(hopeowner)s ではなく %(owner)s " "です" #: nova/exception.py:1760 #, python-format msgid "PCI device request %(requests)s failed" msgstr "PCI デバイス要求 %(requests)s が失敗しました" #: nova/exception.py:1765 #, python-format msgid "" "Attempt to consume PCI device %(compute_node_id)s:%(address)s from empty " "pool" msgstr "空のプールから PCI デバイス %(compute_node_id)s:%(address)s を取り込んでみてください" #: nova/exception.py:1771 #, python-format msgid "Invalid PCI alias definition: %(reason)s" msgstr "PCI エイリアス定義が無効です: %(reason)s" #: nova/exception.py:1775 #, python-format msgid "PCI alias %(alias)s is not defined" msgstr "PCI エイリアス %(alias)s が定義されていません" #: nova/exception.py:1779 #, python-format msgid "Invalid PCI devices Whitelist config: %(reason)s" msgstr "" #: nova/exception.py:1783 #, python-format msgid "" "Failed to locate PCI request associated with the given VIF PCI address: " "%(pci_slot)s on compute node: %(node_id)s" msgstr "" #: nova/exception.py:1797 #, python-format msgid "" "Failed to prepare PCI device %(id)s for instance %(instance_uuid)s: " "%(reason)s" msgstr "インスタンス %(instance_uuid)s 用に PCI デバイス %(id)s を準備できませんでした: %(reason)s" #: nova/exception.py:1802 #, python-format msgid "Failed to detach PCI device %(dev)s: %(reason)s" msgstr "PCI デバイス %(dev)s を切り離すことができませんでした: %(reason)s" #: nova/exception.py:1806 #, python-format msgid "%(type)s hypervisor does not support PCI devices" msgstr "%(type)s ハイパーバイザーは PCI デバイスをサポートしていません" #: nova/exception.py:1810 #, python-format msgid "Key manager error: %(reason)s" msgstr "鍵マネージャーエラー: %(reason)s" #: nova/exception.py:1814 #, python-format msgid "Failed to remove volume(s): (%(reason)s)" msgstr "ボリュームの削除に失敗しました: (%(reason)s)" #: nova/exception.py:1818 #, python-format msgid "Volume rebase failed: %(reason)s" msgstr "" #: nova/exception.py:1822 #, python-format msgid "Provided video model (%(model)s) is not supported." msgstr "指定されたビデオモデル (%(model)s) はサポートされていません。" #: nova/exception.py:1826 #, python-format msgid "The provided RNG device path: (%(path)s) is not present on the host." msgstr "指定された RNG デバイスパス (%(path)s) がホスト上にありません。" #: nova/exception.py:1831 #, python-format msgid "" "The requested amount of video memory %(req_vram)d is higher than the maximum " "allowed by flavor %(max_vram)d." msgstr "要求されたビデオメモリー容量 %(req_vram)d がフレーバー %(max_vram)d で許可されている最大値を上回っています。" #: nova/exception.py:1836 #, python-format msgid "Failed to negotiate security type with server: %(reason)s" msgstr "" #: nova/exception.py:1840 #, python-format msgid "Failed to complete auth handshake: %(reason)s" msgstr "" #: nova/exception.py:1844 #, python-format msgid "" "No matching auth scheme: allowed types: '%(allowed_types)s', desired types: " "'%(desired_types)s'" msgstr "" #: nova/exception.py:1849 #, python-format msgid "Provided watchdog action (%(action)s) is not supported." msgstr "指定されたウォッチドッグアクション (%(action)s) はサポートされていません。" #: nova/exception.py:1853 #, python-format msgid "" "Failed to submit live migration %(migration_uuid)s for instance " "%(instance_uuid)s for processing." msgstr "" #: nova/exception.py:1858 #, python-format msgid "" "Requests for Selection objects with alternates are not supported in " "select_destinations() before RPC version 4.5; version %(version)s requested." msgstr "" #: nova/exception.py:1864 #, python-format msgid "" "No live migration URI configured and no default available for " "\"%(virt_type)s\" hypervisor virtualization type." msgstr "" "ライブマイグレーションの URI が設定されておらず、ハイパーバイザーの仮想化タイプの \"%(virt_type)s\" " "で使用可能なデフォルトが存在しません。" #: nova/exception.py:1869 #, python-format msgid "Error during unshelve instance %(instance_id)s: %(reason)s" msgstr "インスタンス %(instance_id)s の復元中のエラー: %(reason)s" #: nova/exception.py:1873 #, python-format msgid "" "The availability zone between the server and its attached volumes do not " "match: %(reason)s." msgstr "" #: nova/exception.py:1879 #, python-format msgid "" "Specifying an availability zone when unshelving server %(instance_uuid)s " "with status \"%(state)s\" is not supported. The server status must be " "SHELVED_OFFLOADED." msgstr "" #: nova/exception.py:1886 #, python-format msgid "" "Image vCPU topology limits (sockets=%(image_sockets)d, cores=" "%(image_cores)d, threads=%(image_threads)d) exceeds the limits of the flavor " "(sockets=%(flavor_sockets)d, cores=%(flavor_cores)d, threads=" "%(flavor_threads)d)" msgstr "" #: nova/exception.py:1893 #, python-format msgid "" "Image vCPU topology (sockets=%(image_sockets)d, cores=%(image_cores)d, " "threads=%(image_threads)d) exceeds the limits of the flavor or image " "(sockets=%(max_sockets)d, cores=%(max_cores)d, threads=%(max_threads)d)" msgstr "" #: nova/exception.py:1900 #, python-format msgid "" "Requested vCPU limits %(sockets)d:%(cores)d:%(threads)d are impossible to " "satisfy for vcpus count %(vcpus)d" msgstr "" "要求された vCPU 制限 %(sockets)d:%(cores)d:%(threads)d は、vCPU カウント %(vcpus)d " "を満たすことができません" #: nova/exception.py:1905 #, python-format msgid "Architecture name '%(arch)s' is not recognised" msgstr "アーキテクチャー名 '%(arch)s' は認識できません" #: nova/exception.py:1909 msgid "CPU and memory allocation must be provided for all NUMA nodes" msgstr "CPU とメモリーの割り当ては、すべての NUMA ノードに指定しなければなりません" #: nova/exception.py:1914 #, python-format msgid "" "Image property '%(name)s' is not permitted to override NUMA configuration " "set against the flavor" msgstr "イメージプロパティー '%(name)s' で、フレーバーに対して設定された NUMA 構成をオーバーライドすることは許可されません" #: nova/exception.py:1919 msgid "" "An instance's NUMA topology cannot be changed as part of a rebuild. The " "image provided is invalid for this instance." msgstr "" #: nova/exception.py:1925 msgid "" "Instance CPUs and/or memory cannot be evenly distributed across instance " "NUMA nodes. Explicit assignment of CPUs and memory to nodes is required" msgstr "" #: nova/exception.py:1931 #, python-format msgid "CPU number %(cpunum)d is larger than max %(cpumax)d" msgstr "CPU 番号 %(cpunum)d は最大値 %(cpumax)d を超えています" #: nova/exception.py:1935 #, python-format msgid "CPU number %(cpunum)d is assigned to two nodes" msgstr "CPU 番号 %(cpunum)d は 2 つのノードに割り当てられています" #: nova/exception.py:1939 #, python-format msgid "CPU number %(cpuset)s is not assigned to any node" msgstr "CPU 番号 %(cpuset)s はノードに割り当てられていません" #: nova/exception.py:1943 #, python-format msgid "%(memsize)d MB of memory assigned, but expected %(memtotal)d MB" msgstr "%(memsize)d MB のメモリーが割り当てられていますが、%(memtotal)d MB が期待されていました" #: nova/exception.py:1948 #, python-format msgid "Invalid characters in hostname '%(hostname)s'" msgstr "ホスト名 '%(hostname)s' に無効な文字があります" #: nova/exception.py:1952 #, python-format msgid "Instance %(instance_uuid)s does not specify a NUMA topology" msgstr "インスタンス %(instance_uuid)s で NUMA トポロジーが指定されていません" #: nova/exception.py:1956 #, python-format msgid "Instance %(instance_uuid)s does not specify a migration context." msgstr "インスタンス %(instance_uuid)s がマイグレーションのコンテキストを設定していません。" #: nova/exception.py:1961 #, python-format msgid "Not able to acquire a free port for %(host)s" msgstr "%(host)s 用の未使用ポートを取得できません" #: nova/exception.py:1965 #, python-format msgid "Not able to bind %(host)s:%(port)d, %(error)s" msgstr "%(host)s:%(port)d をバインドできません。%(error)s" #: nova/exception.py:1969 #, python-format msgid "" "Number of serial ports specified in flavor is invalid: expected an integer, " "got '%(num_ports)s'" msgstr "" #: nova/exception.py:1974 msgid "" "Forbidden to exceed flavor value of number of serial ports passed in image " "meta." msgstr "イメージメタデータで渡されるシリアルポート数のフレーバー値を超えないようにしてください。" #: nova/exception.py:1979 #, python-format msgid "Maximum number of serial port exceeds %(allowed)d for %(virt_type)s" msgstr "" #: nova/exception.py:1984 #, python-format msgid "Image's config drive option '%(config_drive)s' is invalid" msgstr "イメージのコンフィグドライブのオプション '%(config_drive)s' は無効です" #: nova/exception.py:1988 #, python-format msgid "Hypervisor virtualization type '%(hv_type)s' is not recognised" msgstr "ハイパーバイザー仮想化タイプ '%(hv_type)s' は認識されていません" #: nova/exception.py:1993 #, python-format msgid "" "Machine type '%(mtype)s' is not compatible with image %(image_name)s " "(%(image_id)s): %(reason)s" msgstr "" #: nova/exception.py:1998 #, python-format msgid "Virtual machine mode '%(vmmode)s' is not recognised" msgstr "仮想マシンモード '%(vmmode)s' は認識できません" #: nova/exception.py:2002 #, python-format msgid "The token '%(token)s' is invalid or has expired" msgstr "トークン \"%(token)s\" が無効か、有効期限切れです" #: nova/exception.py:2006 msgid "The generated token is invalid" msgstr "" #: nova/exception.py:2010 msgid "Invalid Connection Info" msgstr "無効な接続情報" #: nova/exception.py:2014 #, python-format msgid "Quiescing is not supported in instance %(instance_id)s" msgstr "インスタンス %(instance_id)s を正常に終了することができません。" #: nova/exception.py:2018 msgid "Guest agent is not enabled for the instance" msgstr "" #: nova/exception.py:2023 msgid "QEMU guest agent is not enabled" msgstr "QEMU ゲストエージェントが有効になっていません" #: nova/exception.py:2027 msgid "Set admin password is not supported" msgstr "設定された管理者パスワードがサポートされません" #: nova/exception.py:2032 #, python-format msgid "Invalid memory page size '%(pagesize)s'" msgstr "メモリーページサイズ \"%(pagesize)s\" が無効です" #: nova/exception.py:2036 #, python-format msgid "Page size %(pagesize)s forbidden against '%(against)s'" msgstr "ページサイズ %(pagesize)s は \"%(against)s\" に対して禁止されています" #: nova/exception.py:2040 #, python-format msgid "Page size %(pagesize)s is not supported by the host." msgstr "ページサイズ %(pagesize)s はこのホストではサポートされていません。" #: nova/exception.py:2044 #, python-format msgid "CPU pinning is not supported by the host: %(reason)s" msgstr "ホストは CPU の固定を行うことができません: %(reason)s" #: nova/exception.py:2049 #, python-format msgid "" "CPU set to pin %(requested)s must be a subset of free CPU set %(available)s" msgstr "" #: nova/exception.py:2054 #, python-format msgid "" "CPU set to unpin %(requested)s must be a subset of pinned CPU set " "%(available)s" msgstr "" #: nova/exception.py:2059 #, python-format msgid "" "CPU set to pin %(requested)s must be a subset of known CPU set %(available)s" msgstr "" #: nova/exception.py:2064 #, python-format msgid "" "CPU set to unpin %(requested)s must be a subset of known CPU set " "%(available)s" msgstr "" #: nova/exception.py:2069 msgid "" "Image property 'hw_cpu_policy' is not permitted to override CPU pinning " "policy set against the flavor" msgstr "" "イメージプロパティー 'hw_cpu_policy' はこのフレーバーでは設定されたCPU コア固定ポリシーのオーバーライドを許可されていません" #: nova/exception.py:2074 msgid "" "Image property 'hw_cpu_thread_policy' is not permitted to override CPU " "thread pinning policy set against the flavor" msgstr "" "イメージプロパティー 'hw_cpu_thread_policy' は、フレーバーに設定された CPU " "スレッドの固定ポリシーを上書きすることはできません。" #: nova/exception.py:2079 msgid "" "Image property 'hw_pmu' is not permitted to override the PMU policy set in " "the flavor" msgstr "" #: nova/exception.py:2084 #, python-format msgid "ServerGroup policy is not supported: %(reason)s" msgstr "サーバーグループポリシーはサポートされていません: %(reason)s" #: nova/exception.py:2088 #, python-format msgid "Cell %(uuid)s has no mapping." msgstr "セル %(uuid)s にはマッピングがありません。" #: nova/exception.py:2092 msgid "Host does not support guests with NUMA topology set" msgstr "ホストが NUMA トポロジーが設定されたゲストをサポートしていません" #: nova/exception.py:2096 msgid "Host does not support guests with custom memory page sizes" msgstr "ホストがカスタムのメモリーページサイズが指定されたゲストをサポートしていません" #: nova/exception.py:2100 #, python-format msgid "Invalid image format '%(format)s'" msgstr "イメージ形式 '%(format)s' は無効です" #: nova/exception.py:2104 #, python-format msgid "Image model '%(image)s' is not supported" msgstr "イメージモデル '%(image)s' はサポートされません" #: nova/exception.py:2108 #, python-format msgid "Host '%(name)s' is not mapped to any cell" msgstr "ホスト '%(name)s' がどのセルにもマッピングされません" #: nova/exception.py:2112 #, python-format msgid "Host '%(name)s' mapping already exists" msgstr "" #: nova/exception.py:2116 msgid "Cannot set realtime policy in a non dedicated cpu pinning policy" msgstr "専用でない CPU の固定ポリシーではリアルタイムのポリシーを設定できません" #: nova/exception.py:2121 msgid "" "Cannot set cpu thread pinning policy in a non dedicated cpu pinning policy" msgstr "専用でない CPU の固定ポリシーではCPU スレッドの固定ポリシーを設定できません" #: nova/exception.py:2126 #, python-format msgid "RequestSpec not found for instance %(instance_uuid)s" msgstr "インスタンス %(instance_uuid)s に対する RequestSpec が見つかりません" #: nova/exception.py:2130 msgid "UEFI is not supported" msgstr "UEFI はサポートされません" #: nova/exception.py:2134 msgid "Triggering crash dump is not supported" msgstr "クラッシュダンプのトリガーはサポートされません" #: nova/exception.py:2138 msgid "Requested CPU control policy not supported by host" msgstr "ホストは要求された CPU の制御ポリシーをサポートしません" #: nova/exception.py:2142 msgid "Libguestfs does not have permission to read host kernel." msgstr "" #: nova/exception.py:2146 msgid "" "Realtime policy needs vCPU(s) mask configured with at least 1 RT vCPU and 1 " "ordinary vCPU. See hw:cpu_realtime_mask or hw_cpu_realtime_mask" msgstr "" "リアルタイムポリシーでは、1 つ以上の RT vCPU と 1 つの通常の vCPU を使用して vCPU のマスクを設定する必要があります。hw:" "cpu_realtime_mask または hw_cpu_realtime_mask を参照してください" #: nova/exception.py:2152 #, python-format msgid "No configuration information found for operating system %(os_name)s" msgstr "オペレーティングシステム %(os_name)s に関する設定情報が見つかりません" #: nova/exception.py:2157 #, python-format msgid "BuildRequest not found for instance %(uuid)s" msgstr "インスタンス %(uuid)s に関する BuildRequest が見つかりません" #: nova/exception.py:2161 #, python-format msgid "Attaching interfaces is not supported for instance %(instance_uuid)s." msgstr "" #: nova/exception.py:2166 #, python-format msgid "" "Attaching interfaces with QoS policy is not supported for instance " "%(instance_uuid)s." msgstr "" #: nova/exception.py:2171 #, python-format msgid "" "Using networks with QoS policy is not supported for instance " "%(instance_uuid)s. (Network ID is %(network_id)s)" msgstr "" #: nova/exception.py:2176 msgid "" "Creating servers with ports having resource requests, like a port with a QoS " "minimum bandwidth policy, is not supported until microversion 2.72." msgstr "" #: nova/exception.py:2182 #, python-format msgid "" "The format of the option 'reserved_huge_pages' is invalid. (found " "'%(conf)s') Please refer to the nova config-reference." msgstr "" #: nova/exception.py:2190 msgid "Resource provider has allocations." msgstr "" #: nova/exception.py:2194 #, python-format msgid "Failed to get resource provider with UUID %(uuid)s" msgstr "" #: nova/exception.py:2198 #, python-format msgid "Failed to get aggregates for resource provider with UUID %(uuid)s" msgstr "" #: nova/exception.py:2203 #, python-format msgid "Failed to get traits for resource provider with UUID %(uuid)s" msgstr "" #: nova/exception.py:2208 #, python-format msgid "Failed to create resource provider %(name)s" msgstr "" #: nova/exception.py:2212 #, python-format msgid "Failed to delete resource provider %(uuid)s" msgstr "" #: nova/exception.py:2216 #, python-format msgid "Failed to update resource provider via URL %(url)s: %(error)s" msgstr "" #: nova/exception.py:2221 #, python-format msgid "No such resource provider %(name_or_uuid)s." msgstr "" #: nova/exception.py:2225 msgid "" "Failed to synchronize the placement service with resource provider " "information supplied by the compute host." msgstr "" #: nova/exception.py:2230 msgid "Unable to communicate with the Placement API." msgstr "" #: nova/exception.py:2237 #, python-format msgid "" "A conflict was encountered attempting to invoke the placement API at URL " "%(url)s: %(error)s" msgstr "" #: nova/exception.py:2245 #, python-format msgid "" "A conflict was encountered attempting to update resource provider %(uuid)s " "(generation %(generation)d): %(error)s" msgstr "" #: nova/exception.py:2250 #, python-format msgid "Resource class '%(resource_class)s' invalid." msgstr "" #: nova/exception.py:2254 #, python-format msgid "Resource amounts must be integers. Received '%(amount)s'." msgstr "" #: nova/exception.py:2258 #, python-format msgid "" "Inventory for '%(resource_class)s' on resource provider " "'%(resource_provider)s' invalid." msgstr "" #: nova/exception.py:2269 #, python-format msgid "" "Failed to retrieve usages for project '%(project_id)s' and user " "'%(user_id)s'." msgstr "" #: nova/exception.py:2274 #, python-format msgid "Pointer model '%(model)s' requested is not supported by host." msgstr "" #: nova/exception.py:2279 #, python-format msgid "" "%(operation)s is not supported in conjunction with the current %(option)s " "setting. Please refer to the nova config-reference." msgstr "" #: nova/exception.py:2285 msgid "Not authorized." msgstr "権限がありません。" #: nova/exception.py:2290 msgid "Networking client is experiencing an unauthorized exception." msgstr "" #: nova/exception.py:2294 #, python-format msgid "" "CPU emulator threads option requested is invalid, given: '%(requested)s', " "available: '%(available)s'." msgstr "" #: nova/exception.py:2299 #, python-format msgid "" "CPU policy requested from '%(source)s' is invalid, given: '%(requested)s', " "available: '%(available)s'." msgstr "" #: nova/exception.py:2304 #, python-format msgid "" "CPU thread policy requested from '%(source)s' is invalid, given: " "'%(requested)s', available: '%(available)s'." msgstr "" #: nova/exception.py:2309 msgid "" "An isolated CPU emulator threads option requires a dedicated CPU policy " "option." msgstr "" #: nova/exception.py:2314 #, python-format msgid "Invalid NUMA network affinity configured: %(reason)s" msgstr "" #: nova/exception.py:2318 #, python-format msgid "PowerVM API failed to complete for instance=%(inst_name)s. %(reason)s" msgstr "" #: nova/exception.py:2323 #, python-format msgid "Failed to retrieve traits from the placement API: %(error)s" msgstr "" #: nova/exception.py:2327 #, python-format msgid "Failed to create trait %(name)s: %(error)s" msgstr "" #: nova/exception.py:2331 msgid "Cannot migrate with target host. Retry without a host specified." msgstr "" #: nova/exception.py:2336 msgid "Cannot migrate to the host where the server exists." msgstr "" #: nova/exception.py:2340 msgid "Virt driver is not ready." msgstr "" #: nova/exception.py:2344 #, python-format msgid "" "Configured nova-compute peer list for the ironic virt driver is invalid on " "host %(host)s" msgstr "" #: nova/exception.py:2349 #, python-format msgid "" "Failed to map boot disk of instance %(instance_name)s to the management " "partition from any Virtual I/O Server." msgstr "" #: nova/exception.py:2354 #, python-format msgid "" "Failed to find newly-created mapping of storage element %(stg_name)s from " "Virtual I/O Server %(vios_name)s to the management partition." msgstr "" #: nova/exception.py:2360 #, python-format msgid "" "Having scanned SCSI bus %(bus)x on the management partition, disk with UDID " "%(udid)s failed to appear after %(polls)d polls over %(timeout)d seconds." msgstr "" #: nova/exception.py:2366 #, python-format msgid "" "Expected to find exactly one disk on the management partition at " "%(path_pattern)s; found %(count)d." msgstr "" #: nova/exception.py:2371 #, python-format msgid "" "Device %(devpath)s is still present on the management partition after " "attempting to delete it. Polled %(polls)d times over %(timeout)d seconds." msgstr "" #: nova/exception.py:2377 #, python-format msgid "" "The %(then_opt)s option is required if %(if_opt)s is specified as " "'%(if_value)s'." msgstr "" #: nova/exception.py:2382 #, python-format msgid "" "Failed to create allocations for instance %(instance)s against resource " "provider %(provider)s." msgstr "" #: nova/exception.py:2387 #, python-format msgid "" "Failed to update allocations for consumer %(consumer_uuid)s. Error: " "%(error)s" msgstr "" #: nova/exception.py:2392 #, python-format msgid "" "Failed to move allocations from consumer %(source_consumer)s to consumer " "%(target_consumer)s. Error: %(error)s" msgstr "" #: nova/exception.py:2398 #, python-format msgid "" "Failed to delete allocations for consumer %(consumer_uuid)s. Error: " "%(error)s" msgstr "" #: nova/exception.py:2403 #, python-format msgid "" "Unexpected number of compute node records (%(num_computes)d) found for host " "%(host)s. There should only be a one-to-one mapping." msgstr "" #: nova/exception.py:2409 #, python-format msgid "" "Image signature certificate validation failed for certificate: %(cert_uuid)s." " %(reason)s" msgstr "" #: nova/exception.py:2414 #, python-format msgid "Failed to move instance to rescue mode: %(reason)s" msgstr "" #: nova/exception.py:2418 #, python-format msgid "Failed to unrescue instance: %(reason)s" msgstr "" #: nova/exception.py:2422 #, python-format msgid "Ironic API version %(version)s is not available." msgstr "" #: nova/exception.py:2426 #, python-format msgid "ZVM Driver has error: %(error)s" msgstr "" #: nova/exception.py:2430 #, python-format msgid "zVM Cloud Connector request failed: %(results)s" msgstr "" #: nova/exception.py:2447 #, python-format msgid "Resource class not found for Ironic node %(node)s." msgstr "" #: nova/exception.py:2451 #, python-format msgid "" "Failed to retrieve allocations for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/exception.py:2456 #, python-format msgid "" "Failed to retrieve allocations for consumer %(consumer_uuid)s: %(error)s" msgstr "" #: nova/exception.py:2461 #, python-format msgid "" "Resource provider inventory and allocation data migration failed: %(error)s" msgstr "" #: nova/exception.py:2466 msgid "Virt driver indicates that provider inventories need to be moved." msgstr "" #: nova/exception.py:2471 #, python-format msgid "" "Conflicting values for %(setting)s found in the flavor (%(flavor_val)s) and " "the image (%(image_val)s)." msgstr "" #: nova/exception.py:2476 #, python-format msgid "" "Guest config could not be built without domain capabilities including " "<%(feature)s> feature." msgstr "" #: nova/exception.py:2481 msgid "Healing port allocation failed." msgstr "" #: nova/exception.py:2485 #, python-format msgid "" "More than one matching resource provider %(rp_uuids)s is available for " "healing the port allocation for port %(port_id)s for instance " "%(instance_uuid)s. This script does not have enough information to select " "the proper resource provider from which to heal." msgstr "" #: nova/exception.py:2493 #, python-format msgid "" "No matching resource provider is available for healing the port allocation " "for port %(port_id)s for instance %(instance_uuid)s. There are no resource " "providers with matching traits %(traits)s in the provider tree of the " "resource provider %(node_uuid)s .This probably means that the neutron QoS " "configuration is wrong. Consult with https://docs.openstack.org/neutron/" "latest/admin/config-qos-min-bw.html for information on how to configure " "neutron. If the configuration is fixed the script can be run again." msgstr "" #: nova/exception.py:2507 #, python-format msgid "Unable to query ports for instance %(instance_uuid)s: %(error)s" msgstr "" #: nova/exception.py:2512 #, python-format msgid "" "Unable to update ports with allocations that are about to be created in " "placement: %(error)s. The healing of the instance is aborted. It is safe to " "try to heal the instance again." msgstr "" #: nova/exception.py:2519 #, python-format msgid "" "Failed to update neutron ports with allocation keys and the automatic " "rollback of the previously successful port updates also failed: %(error)s. " "Make sure that the binding:profile.allocation key of the affected ports " "%(port_uuids)s are manually cleaned in neutron according to document https://" "docs.openstack.org/nova/latest/cli/nova-manage.html#placement. If you re-run " "the script without the manual fix then the missing allocation for these " "ports will not be healed in placement." msgstr "" #: nova/exception.py:2531 #, python-format msgid "Assigned resources not found: %(reason)s" msgstr "" #: nova/exception.py:2535 #, python-format msgid "" "The pmem_namespaces configuration is invalid: %(reason)s, please check your " "conf file. " msgstr "" #: nova/exception.py:2540 #, python-format msgid "Get PMEM namespaces on host failed: %(reason)s." msgstr "" #: nova/exception.py:2544 #, python-format msgid "Failed to clean up the vpmem backend device %(dev)s: %(error)s" msgstr "" #: nova/hooks.py:80 msgid "Wrong type of hook method. Only 'pre' and 'post' type allowed" msgstr "フックメソッドのタイプが正しくありません。タイプ「pre」および「post」のみが許可されています" #: nova/rpc.py:396 #, python-format msgid "" "%(event_type)s is not a versioned notification and not whitelisted. See ./" "doc/source/reference/notifications.rst" msgstr "" #: nova/service.py:361 #, python-format msgid "" "%(worker_name)s value of %(workers)s is invalid, must be greater than 0" msgstr "%(workers)s の %(worker_name)s 値が無効です。0 より大きい値にしなければなりません" #: nova/service.py:486 msgid "serve() can only be called once" msgstr "serve() は一度しか呼び出せません" #: nova/utils.py:1037 #, python-format msgid "The %(service_type)s service is unavailable: %(error)s" msgstr "" #: nova/wsgi.py:78 msgid "The backlog must be more than 0" msgstr "バックログは 0 より大きい値である必要があります" #: nova/wsgi.py:136 #, python-format msgid "Unable to find cert_file : %s" msgstr "cert_file が見つかりません: %s" #: nova/wsgi.py:140 #, python-format msgid "Unable to find ca_file : %s" msgstr "ca_file が見つかりません: %s" #: nova/wsgi.py:144 #, python-format msgid "Unable to find key_file : %s" msgstr "key_file %s が見つかりません" #: nova/wsgi.py:148 msgid "" "When running server in SSL mode, you must specify both a cert_file and " "key_file option value in your configuration file" msgstr "" "サーバーを SSL モードで実行する場合は、設定ファイルで cert_file と key_file の両方のオプションに値を指定する必要があります" #: nova/api/auth.py:89 msgid "Invalid service catalog json." msgstr "無効なサービスカタログ JSON。" #: nova/api/wsgi.py:104 msgid "You must implement __call__" msgstr "__call__ を実装しなければなりません" #: nova/api/metadata/handler.py:146 nova/api/metadata/handler.py:231 #: nova/api/metadata/handler.py:305 msgid "An unknown error has occurred. Please try your request again." msgstr "未知のエラーが発生しました。再度リクエストを実行してください。" #: nova/api/metadata/handler.py:166 msgid "X-Instance-ID header is missing from request." msgstr "リクエストに X-Instance-ID ヘッダーがありません。" #: nova/api/metadata/handler.py:168 msgid "X-Instance-ID-Signature header is missing from request." msgstr "X-Instance-ID-Signature ヘッダーがリクエストにありません。" #: nova/api/metadata/handler.py:170 msgid "X-Tenant-ID header is missing from request." msgstr "リクエストに X-Tenant-ID ヘッダーがありません。" #: nova/api/metadata/handler.py:172 msgid "Multiple X-Instance-ID headers found within request." msgstr "リクエストに複数の X-Instance-ID ヘッダーが検出されました。" #: nova/api/metadata/handler.py:174 msgid "Multiple X-Tenant-ID headers found within request." msgstr "リクエストに複数の X-Tenant-ID ヘッダーが検出されました。" #: nova/api/metadata/handler.py:247 msgid "X-Forwarded-For is missing from request." msgstr "リクエストに X-Forwarded-For がありません。" #: nova/api/metadata/handler.py:251 msgid "X-Metadata-Provider is missing from request." msgstr "リクエストに X-Metadata-Provider がありません。" #: nova/api/metadata/handler.py:295 msgid "Invalid proxy request signature." msgstr "無効なプロキシー要求シグニチャー" #: nova/api/metadata/password.py:71 msgid "Request is too large." msgstr "リクエストが大きすぎます。" #: nova/api/metadata/password.py:89 msgid "GET and POST only are supported." msgstr "" #: nova/api/openstack/api_version_request.py:299 #, python-format msgid "'%(other)s' should be an instance of '%(cls)s'" msgstr "'%(other)s' は'%(cls)s' のインスタンスである必要があります" #: nova/api/openstack/common.py:278 #, python-format msgid "href %s does not contain version" msgstr "href %s にバージョンが含まれていません" #: nova/api/openstack/common.py:292 msgid "Image metadata limit exceeded" msgstr "イメージメタデータ数の上限を超えました" #: nova/api/openstack/common.py:342 #, python-format msgid "" "Cannot '%(action)s' instance %(server_id)s while it is in %(attr)s %(state)s" msgstr "" "インスタンス %(server_id)s が %(attr)s %(state)s にある間は '%(action)s' を行うことはできません" #: nova/api/openstack/common.py:348 #, python-format msgid "Instance %(server_id)s is in an invalid state for '%(action)s'" msgstr "インスタンス %(server_id)s は '%(action)s' が実行できない状態にあります" #: nova/api/openstack/common.py:491 msgid "The requested functionality is not supported." msgstr "要求された機能はサポートされていません。" #: nova/api/openstack/identity.py:38 #, python-format msgid "Project ID %s is not a valid project." msgstr "" #: nova/api/openstack/wsgi.py:206 nova/api/openstack/wsgi.py:335 msgid "cannot understand JSON" msgstr "JSON を解釈できません" #: nova/api/openstack/wsgi.py:340 msgid "too many body keys" msgstr "本文にキーが多すぎます" #: nova/api/openstack/wsgi.py:487 msgid "Unsupported Content-Type" msgstr "サポートされない Content-Type" #: nova/api/openstack/wsgi.py:509 #, python-format msgid "There is no such action: %s" msgstr "このようなアクションはありません: %s" #: nova/api/openstack/wsgi.py:512 nova/api/openstack/wsgi.py:529 msgid "Malformed request body" msgstr "誤った形式のリクエスト本文" #: nova/api/openstack/wsgi.py:516 #, python-format msgid "Action: '%(action)s', calling method: %(meth)s, body: %(body)s" msgstr "アクション: '%(action)s'、呼び出しメソッド: %(meth)s、本文: %(body)s" #: nova/api/openstack/wsgi.py:538 #, python-format msgid "" "Malformed request URL: URL's project_id '%(project_id)s' doesn't match " "Context's project_id '%(context_project_id)s'" msgstr "" "誤った形式のリクエスト URL です。URL の project_id '%(project_id)s' がコンテキストの project_id " "'%(context_project_id)s' と一致しません" #: nova/api/openstack/wsgi.py:700 #, python-format msgid "" "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ " "and attach the Nova API log if possible.\n" "%s" msgstr "" "想定しない API エラーが発生しました。http://bugs.launchpad.net/nova/ でこれを報告して、可能な場合は Nova " "API ログを添付してください。\n" "%s" #: nova/api/openstack/compute/admin_password.py:58 msgid "Unable to set password on instance" msgstr "インスタンスにパスワードを設定できません" #: nova/api/openstack/compute/aggregates.py:74 msgid "Not all aggregates have been migrated to the API database" msgstr "" #: nova/api/openstack/compute/aggregates.py:175 #: nova/api/openstack/compute/aggregates.py:179 #, python-format msgid "Cannot remove host %(host)s in aggregate %(id)s" msgstr "ホスト %(host)s をアグリゲート %(id)s から削除できません" #: nova/api/openstack/compute/attach_interfaces.py:127 #, python-format msgid "Instance %(instance)s does not have a port with id %(port)s" msgstr "インスタンス %(instance)s に ID %(port)s のポートがありません" #: nova/api/openstack/compute/attach_interfaces.py:160 msgid "Must not input both network_id and port_id" msgstr "network_id と port_id の両方を入力しないでください" #: nova/api/openstack/compute/attach_interfaces.py:163 msgid "Must input network_id when request IP address" msgstr "IP アドレスを要求するときは、network_id を入力する必要があります" #: nova/api/openstack/compute/baremetal_nodes.py:73 #, python-format msgid "" "Command Not supported. Please use Ironic command %(cmd)s to perform this " "action." msgstr "コマンドはサポートされていません。このアクションを実行するには、Ironic コマンド %(cmd)s を使用してください。" #: nova/api/openstack/compute/baremetal_nodes.py:113 #, python-format msgid "Node %s could not be found." msgstr "ノード %s が見つかりませんでした。" #: nova/api/openstack/compute/console_auth_tokens.py:37 msgid "token not provided" msgstr "トークンが指定されていません" #: nova/api/openstack/compute/console_auth_tokens.py:56 msgid "Token not found" msgstr "トークンが見つかりません" #: nova/api/openstack/compute/console_auth_tokens.py:62 msgid "The requested console type details are not accessible" msgstr "要求されたコンソールタイプの詳細にはアクセスできません" #: nova/api/openstack/compute/evacuate.py:54 msgid "admin password can't be changed on existing disk" msgstr "既存のディスク上で管理者パスワードを変更することはできません" #: nova/api/openstack/compute/evacuate.py:100 #: nova/api/openstack/compute/migrate_server.py:180 msgid "Can't force to a non-provided destination" msgstr "" #: nova/api/openstack/compute/evacuate.py:113 #, python-format msgid "Compute host %s not found." msgstr "コンピュートホスト %s が見つかりません。" #: nova/api/openstack/compute/evacuate.py:117 msgid "The target host can't be the same one." msgstr "宛先ホストを同じホストにすることはできません。" #: nova/api/openstack/compute/evacuate.py:126 msgid "" "The evacuate action on a server with ports having resource requests, like a " "port with a QoS minimum bandwidth policy, is not supported with this " "microversion" msgstr "" #: nova/api/openstack/compute/flavor_access.py:51 msgid "Access list not available for public flavors." msgstr "パブリックフレーバーではアクセスリストを使用できません。" #: nova/api/openstack/compute/flavor_access.py:77 msgid "Can not add access to a public flavor." msgstr "パブリックフレーバーにアクセスを追加できません" #: nova/api/openstack/compute/flavors.py:93 #, python-format msgid "Invalid is_public filter [%s]" msgstr "無効な is_public フィルター [%s]" #: nova/api/openstack/compute/flavors.py:116 #, python-format msgid "Invalid minRam filter [%s]" msgstr "無効な minRam フィルター [%s]" #: nova/api/openstack/compute/flavors.py:123 #, python-format msgid "Invalid minDisk filter [%s]" msgstr "無効な minDisk フィルター [%s]" #: nova/api/openstack/compute/flavors.py:132 #: nova/api/openstack/compute/hypervisors.py:164 #: nova/api/openstack/compute/servers.py:333 #, python-format msgid "marker [%s] not found" msgstr "マーカー [%s] が見つかりません" #: nova/api/openstack/compute/flavors_extraspecs.py:84 #: nova/api/openstack/compute/image_metadata.py:90 #: nova/api/openstack/compute/server_metadata.py:80 msgid "Request body and URI mismatch" msgstr "リクエスト本文と URI の不一致" #: nova/api/openstack/compute/flavors_extraspecs.py:105 #: nova/api/openstack/compute/flavors_extraspecs.py:126 #, python-format msgid "Flavor %(flavor_id)s has no extra specs with key %(key)s." msgstr "フレーバー %(flavor_id)s にはキー %(key)s を持つ追加スペックはありません。" #: nova/api/openstack/compute/floating_ips.py:123 #: nova/api/openstack/compute/floating_ips.py:183 #, python-format msgid "Floating IP not found for ID %s" msgstr "ID %s の Floating IP が見つかりません" #: nova/api/openstack/compute/floating_ips.py:155 #, python-format msgid "No more floating IPs in pool %s." msgstr "プール %s 内に Floating IP はこれ以上ありません。" #: nova/api/openstack/compute/floating_ips.py:157 msgid "No more floating IPs available." msgstr "使用可能な Floating IP はこれ以上ありません。" #: nova/api/openstack/compute/floating_ips.py:161 #, python-format msgid "IP allocation over quota in pool %s." msgstr "IP の割り当て量がプール %s 内のクォータを超えています。" #: nova/api/openstack/compute/floating_ips.py:163 msgid "IP allocation over quota." msgstr "IP の割り当て量がクォータを超えています。" #: nova/api/openstack/compute/floating_ips.py:230 msgid "Instance network is not ready yet" msgstr "" #: nova/api/openstack/compute/floating_ips.py:235 msgid "No fixed IPs associated to instance" msgstr "Fixed IP がインスタンスに割り当てられていません" #: nova/api/openstack/compute/floating_ips.py:245 msgid "Specified fixed address not assigned to instance" msgstr "指定された固定アドレスはインスタンスに割り当てられていません" #: nova/api/openstack/compute/floating_ips.py:253 #, python-format msgid "" "Unable to associate floating IP %(address)s to any fixed IPs for instance " "%(id)s. Instance has no fixed IPv4 addresses to associate." msgstr "" "インスタンス %(id)s において Floating IP %(address)s を Fixed IP " "に割り当てることができません。インスタンスに割り当てを行うべき Fixed IPv4 がありません。" #: nova/api/openstack/compute/floating_ips.py:268 msgid "floating IP is already associated" msgstr "Floating IP は既に割り当てられています" #: nova/api/openstack/compute/floating_ips.py:273 msgid "l3driver call to add floating IP failed" msgstr "Floating IP を追加するための l3driver の呼び出しが失敗しました" #: nova/api/openstack/compute/floating_ips.py:276 #: nova/api/openstack/compute/floating_ips.py:307 msgid "floating IP not found" msgstr "Floating IP が見つかりません" #: nova/api/openstack/compute/floating_ips.py:281 #, python-format msgid "" "Unable to associate floating IP %(address)s to fixed IP %(fixed_address)s " "for instance %(id)s. Error: %(error)s" msgstr "" "インスタンス %(id)s において Floating IP %(address)s を Fixed IP %(fixed_address)s " "に割り当てることができません。エラー: %(error)s" #: nova/api/openstack/compute/floating_ips.py:322 msgid "Floating IP is not associated" msgstr "Floating IP が割り当てられていません" #: nova/api/openstack/compute/floating_ips.py:326 #, python-format msgid "Floating IP %(address)s is not associated with instance %(id)s." msgstr "Floating IP %(address)s はインスタンス %(id)s に割り当てられていません。" #: nova/api/openstack/compute/helpers.py:38 #, python-format msgid "%s must be either 'MANUAL' or 'AUTO'." msgstr "%s は 'MANUAL' または 'AUTO' のいずれかでなければいけません。" #: nova/api/openstack/compute/hypervisors.py:109 #: nova/api/openstack/compute/hypervisors.py:376 #, python-format msgid "No hypervisor matching '%s' could be found." msgstr "'%s' と合致するハイパーバイザーが見つかりませんでした。" #: nova/api/openstack/compute/hypervisors.py:145 msgid "" "Paging over hypervisors with the hypervisor_hostname_pattern query parameter " "is not supported." msgstr "" #: nova/api/openstack/compute/hypervisors.py:273 #: nova/api/openstack/compute/services.py:239 #: nova/api/openstack/compute/services.py:383 #, python-format msgid "Invalid uuid %s" msgstr "" #: nova/api/openstack/compute/hypervisors.py:279 #: nova/api/openstack/compute/hypervisors.py:319 #: nova/api/openstack/compute/hypervisors.py:334 #: nova/api/openstack/compute/hypervisors.py:350 #, python-format msgid "Hypervisor with ID '%s' could not be found." msgstr "ID '%s' のハイパーバイザーが見つかりませんでした。" #: nova/api/openstack/compute/image_metadata.py:43 #: nova/api/openstack/compute/images.py:89 #: nova/api/openstack/compute/images.py:107 msgid "Image not found." msgstr "イメージが見つかりません。" #: nova/api/openstack/compute/image_metadata.py:127 msgid "Invalid metadata key" msgstr "無効なメタデータキーです" #: nova/api/openstack/compute/images.py:112 msgid "You are not allowed to delete the image." msgstr "このイメージの削除は許可されていません。" #: nova/api/openstack/compute/instance_actions.py:116 #: nova/api/openstack/compute/migrations.py:108 #: nova/api/openstack/compute/servers.py:234 msgid "" "The value of changes-since must be less than or equal to changes-before." msgstr "" #: nova/api/openstack/compute/instance_actions.py:145 #, python-format msgid "Action %s not found" msgstr "アクション %s が見つかりません" #: nova/api/openstack/compute/instance_usage_audit_log.py:54 #, python-format msgid "Invalid timestamp for date %s" msgstr "日付 %s のタイムスタンプが無効です" #: nova/api/openstack/compute/ips.py:53 msgid "Instance is not a member of specified network" msgstr "インスタンスは指定されたネットワークのメンバーではありません" #: nova/api/openstack/compute/keypairs.py:141 msgid "Quota exceeded, too many key pairs." msgstr "クォータを超過しました。キーペアが多すぎます。" #: nova/api/openstack/compute/migrate_server.py:68 msgid "" "The migrate action on a server with ports having resource requests, like a " "port with a QoS minimum bandwidth policy, is not yet supported on the source " "compute" msgstr "" #: nova/api/openstack/compute/migrate_server.py:139 msgid "" "The os-migrateLive action on a server with ports having resource requests, " "like a port with a QoS minimum bandwidth policy, is not supported with this " "microversion" msgstr "" #: nova/api/openstack/compute/networks.py:106 #: nova/api/openstack/compute/networks.py:120 #: nova/api/openstack/compute/networks.py:136 #: nova/api/openstack/compute/networks_associate.py:45 #: nova/api/openstack/compute/networks_associate.py:60 #: nova/api/openstack/compute/networks_associate.py:78 #: nova/api/openstack/compute/tenant_networks.py:96 #: nova/api/openstack/compute/tenant_networks.py:115 msgid "Network not found" msgstr "ネットワークが見つかりません" #: nova/api/openstack/compute/quota_sets.py:68 #, python-format msgid "" "Quota limit %(limit)s for %(resource)s must be greater than or equal to " "already used and reserved %(minimum)s." msgstr "" "%(resource)s のクォータ上限 %(limit)s は、既に使用もしくは予約されている数である %(minimum)s " "以上でなければなりません。" #: nova/api/openstack/compute/quota_sets.py:74 #, python-format msgid "" "Quota limit %(limit)s for %(resource)s must be less than or equal to " "%(maximum)s." msgstr "%(resource)s のクォータ上限 %(limit)s は、%(maximum)s 以下でなければなりません。" #: nova/api/openstack/compute/quota_sets.py:203 msgid "The networks quota is disabled" msgstr "" #: nova/api/openstack/compute/security_group_default_rules.py:55 #: nova/api/openstack/compute/security_groups.py:309 msgid "Not enough parameters to build a valid rule." msgstr "有効なルールを作成するだけの十分なパラメータがありません" #: nova/api/openstack/compute/security_group_default_rules.py:59 msgid "This default rule already exists." msgstr "このデフォルトルールは既に存在します。" #: nova/api/openstack/compute/security_groups.py:146 msgid "The request body can't be empty" msgstr "リクエスト本文は空にはできません" #: nova/api/openstack/compute/security_groups.py:150 #, python-format msgid "Missing parameter %s" msgstr "パラメーター %s が欠落しています" #: nova/api/openstack/compute/security_groups.py:317 #, python-format msgid "Bad prefix for network in cidr %s" msgstr "CIDR %s 内のネットワークでは無効なプレフィックス" #: nova/api/openstack/compute/security_groups.py:421 msgid "Missing parameter dict" msgstr "パラメーター dict が指定されていません" #: nova/api/openstack/compute/security_groups.py:424 msgid "Security group not specified" msgstr "セキュリティーグループが指定されていません" #: nova/api/openstack/compute/security_groups.py:428 msgid "Security group name cannot be empty" msgstr "セキュリティーグループ名を空にすることはできません" #: nova/api/openstack/compute/server_external_events.py:150 msgid "No instances found for any event" msgstr "どのインスタンスに対するイベントもありません" #: nova/api/openstack/compute/server_groups.py:180 #: nova/api/openstack/compute/server_groups.py:221 msgid "Quota exceeded, too many server groups." msgstr "クォータを超過しました。サーバーグループが多すぎます。" #: nova/api/openstack/compute/server_groups.py:190 msgid "Only anti-affinity policy supports rules." msgstr "" #: nova/api/openstack/compute/server_groups.py:194 msgid "" "Creating an anti-affinity group with rule max_server_per_host > 1 is not yet " "supported." msgstr "" #: nova/api/openstack/compute/server_metadata.py:44 msgid "Server does not exist" msgstr "サーバーが存在しません。" #: nova/api/openstack/compute/server_metadata.py:129 #: nova/api/openstack/compute/server_metadata.py:141 msgid "Metadata item was not found" msgstr "メタデータ項目が見つかりませんでした" #: nova/api/openstack/compute/server_migrations.py:122 #, python-format msgid "In-progress live migration %(id)s is not found for server %(uuid)s." msgstr "サーバー %(uuid)s で進行中のライブマイグレーション %(id)s が見つかりません。" #: nova/api/openstack/compute/server_migrations.py:127 #, python-format msgid "Migration %(id)s for server %(uuid)s is not live-migration." msgstr "サーバー %(uuid)s のマイグレーション %(id)s はライブマイグレーションではありません。" #: nova/api/openstack/compute/server_migrations.py:134 #, python-format msgid "Live migration %(id)s for server %(uuid)s is not in progress." msgstr "サーバー %(uuid)s のマイグレーション %(id)s は進行中ではありません。" #: nova/api/openstack/compute/server_tags.py:80 #, python-format msgid "Server %(server_id)s has no tag '%(tag)s'" msgstr "" #: nova/api/openstack/compute/server_tags.py:116 #, python-format msgid "" "Tag '%(tag)s' is invalid. It must be a non empty string without characters '/" "' and ','. Validation error message: %(err)s" msgstr "" #: nova/api/openstack/compute/server_tags.py:128 #, python-format msgid "The number of tags exceeded the per-server limit %d" msgstr "" #: nova/api/openstack/compute/servers.py:190 #, python-format msgid "Invalid filter field: %s." msgstr "" #: nova/api/openstack/compute/servers.py:205 msgid "Invalid status value" msgstr "" #: nova/api/openstack/compute/servers.py:224 msgid "Invalid filter field: changes-since." msgstr "" #: nova/api/openstack/compute/servers.py:238 msgid "Invalid filter field: changes-before." msgstr "" #: nova/api/openstack/compute/servers.py:265 msgid "Only administrators may list deleted instances" msgstr "削除済みインスタンスの一覧を取得できるのは管理者のみです。" #: nova/api/openstack/compute/servers.py:402 #, python-format msgid "Bad networks format: network uuid is not in proper format (%s)" msgstr "ネットワークの形式が正しくありません。ネットワーク UUID が適切な形式になっていません (%s)" #: nova/api/openstack/compute/servers.py:408 #, python-format msgid "Duplicate networks (%s) are not allowed" msgstr "ネットワークの重複 (%s) は許可されません" #: nova/api/openstack/compute/servers.py:439 msgid "Unknown argument: port" msgstr "不明な引数: port" #: nova/api/openstack/compute/servers.py:442 #, python-format msgid "" "Specified Fixed IP '%(addr)s' cannot be used with port '%(port)s': the two " "cannot be specified together." msgstr "" #: nova/api/openstack/compute/servers.py:456 #, python-format msgid "Bad network format: missing %s" msgstr "ネットワークの形式が正しくありません。%s がありません" #: nova/api/openstack/compute/servers.py:459 msgid "Bad networks format" msgstr "ネットワークの形式が正しくありません" #: nova/api/openstack/compute/servers.py:500 msgid "" "Using different block_device_mapping syntaxes is not allowed in the same " "request." msgstr "同じリクエスト内で異なる block_device_mapping 指定は使用できません。" #: nova/api/openstack/compute/servers.py:581 msgid "" "One mechanism with host and/or hypervisor_hostname and another mechanism " "with zone:host:node are mutually exclusive." msgstr "" #: nova/api/openstack/compute/servers.py:644 msgid "min_count must be <= max_count" msgstr "min_count は max_count 以下でなければなりません" #: nova/api/openstack/compute/servers.py:718 msgid "Can not find requested image" msgstr "要求されたイメージが見つかりません" #: nova/api/openstack/compute/servers.py:721 #: nova/api/openstack/compute/servers.py:1131 msgid "Invalid key_name provided." msgstr "無効な key_name が指定されました。" #: nova/api/openstack/compute/servers.py:724 msgid "Invalid config_drive provided." msgstr "無効な config_drive が指定されました。" #: nova/api/openstack/compute/servers.py:877 #: nova/api/openstack/compute/servers.py:1002 #: nova/api/openstack/compute/servers.py:1125 msgid "Instance could not be found" msgstr "インスタンスが見つかりませんでした" #: nova/api/openstack/compute/servers.py:893 #: nova/api/openstack/compute/servers.py:911 msgid "Instance has not been resized." msgstr "インスタンスのサイズ変更が行われていません" #: nova/api/openstack/compute/servers.py:914 msgid "Flavor used by the instance could not be found." msgstr "インスタンスで使用されたフレーバーが見つかりませんでした" #: nova/api/openstack/compute/servers.py:957 msgid "" "The resize action on a server with ports having resource requests, like a " "port with a QoS minimum bandwidth policy, is not yet supported." msgstr "" #: nova/api/openstack/compute/servers.py:976 msgid "" "You are not authorized to access the image the instance was started with." msgstr "インスタンスの起動時に使用されたイメージへのアクセスが許可されていません。" #: nova/api/openstack/compute/servers.py:980 msgid "Image that the instance was started with could not be found." msgstr "インスタンスの起動時に使用されたイメージが見つかりませんでした。" #: nova/api/openstack/compute/servers.py:992 msgid "Invalid instance image." msgstr "インスタンスイメージが無効です。" #: nova/api/openstack/compute/servers.py:1025 msgid "Missing imageRef attribute" msgstr "imageRef 属性が指定されていません" #: nova/api/openstack/compute/servers.py:1128 msgid "Cannot find image for rebuild" msgstr "再作成用のイメージが見つかりません" #: nova/api/openstack/compute/servers.py:1393 #, python-format msgid "Only administrators can sort servers by %s" msgstr "" #: nova/api/openstack/compute/services.py:158 msgid "Missing disabled reason field" msgstr "「無効化の理由」フィールドがありません" #: nova/api/openstack/compute/services.py:186 msgid "Missing forced_down field" msgstr "forced_down フィールドがありません" #: nova/api/openstack/compute/services.py:204 #: nova/api/openstack/compute/services.py:409 #, python-format msgid "" "Updating a %(binary)s service is not supported. Only nova-compute services " "can be updated." msgstr "" #: nova/api/openstack/compute/services.py:224 msgid "Unknown action" msgstr "不明なアクション" #: nova/api/openstack/compute/services.py:261 msgid "" "Unable to delete compute service that is hosting instances. Migrate or " "delete the instances first." msgstr "" #: nova/api/openstack/compute/services.py:300 #, python-format msgid "Service %s not found." msgstr "サービス %s が見つかりません。" #: nova/api/openstack/compute/services.py:303 #, python-format msgid "Service id %s refers to multiple services." msgstr "" #: nova/api/openstack/compute/services.py:331 msgid "" "Unable to delete compute service that has in-progress migrations. Complete " "the migrations or delete the instances first." msgstr "" #: nova/api/openstack/compute/services.py:424 msgid "Specifying 'disabled_reason' with status 'enabled' is invalid." msgstr "" #: nova/api/openstack/compute/services.py:444 msgid "" "No updates were requested. Fields 'status' or 'forced_down' should be " "specified." msgstr "" #: nova/api/openstack/compute/shelve.py:103 msgid "" "The unshelve action on a server with ports having resource requests, like a " "port with a QoS minimum bandwidth policy, is not supported with this " "microversion" msgstr "" #: nova/api/openstack/compute/simple_tenant_usage.py:239 msgid "Datetime is in invalid format" msgstr "日時が無効な形式です" #: nova/api/openstack/compute/simple_tenant_usage.py:258 msgid "Invalid start time. The start time cannot occur after the end time." msgstr "無効な開始時刻。開始時刻を終了時刻より後にすることはできません。" #: nova/api/openstack/compute/tenant_networks.py:136 msgid "Requested network does not contain enough (2+) usable hosts" msgstr "要求されたネットワークには十分な (2 以上) 使用可能なホストがありません" #: nova/api/openstack/compute/tenant_networks.py:140 msgid "Address could not be converted." msgstr "アドレスを変換できませんでした。" #: nova/api/openstack/compute/tenant_networks.py:148 #: nova/api/openstack/compute/tenant_networks.py:176 msgid "Quota exceeded, too many networks." msgstr "クォータを超過しました。ネットワークが多すぎます。" #: nova/api/openstack/compute/tenant_networks.py:161 msgid "Create networks failed" msgstr "ネットワークの作成に失敗しました" #: nova/api/openstack/compute/volumes.py:316 #: nova/api/openstack/compute/volumes.py:459 #, python-format msgid "Instance %(instance)s is not attached to volume %(volume)s" msgstr "" #: nova/api/openstack/compute/volumes.py:465 msgid "Cannot detach a root device volume" msgstr "" #: nova/api/validation/__init__.py:178 msgid "Query string is not UTF-8 encoded" msgstr "" #: nova/api/validation/parameter_types.py:176 msgid "printable characters. Can not start or end with whitespace." msgstr "印刷可能な文字。空白で開始または終了することはできません。" #: nova/api/validation/parameter_types.py:190 msgid "printable characters except :.Can not start or end with whitespace." msgstr "" #: nova/api/validation/parameter_types.py:199 msgid "printable characters except :, with at least one non space character" msgstr "" #: nova/api/validation/parameter_types.py:207 msgid "printable characters with at least one non space character" msgstr "1 つ以上のスペースではない文字を含む印刷可能な文字。" #: nova/api/validation/validators.py:289 #, python-format msgid "" "Invalid input for field/attribute %(path)s. Value: %(value)s. %(message)s" msgstr "フィールド/属性 %(path)s の入力が無効です。値: %(value)s。%(message)s" #: nova/api/validation/validators.py:302 #, python-format msgid "" "Invalid input for query parameters %(path)s. Value: %(value)s. %(message)s" msgstr "" #: nova/cmd/common.py:196 #, python-format msgid "Missing arguments: %s" msgstr "引数 %s がありません" #: nova/cmd/manage.py:129 #, python-format msgid "/%s should be specified as single address(es) not in cidr format" msgstr "/%s は CIDR 形式で指定せずに、単一のアドレスとして指定する必要があります。" #: nova/cmd/manage.py:136 #, python-format msgid "" "Too many IP addresses will be generated. Please increase /%s to reduce the " "number generated." msgstr "生成される IP アドレスが多すぎます。/%s の値を増やして、生成される数を減らしてください。" #: nova/cmd/manage.py:187 msgid "No floating IP addresses have been defined." msgstr "Floating IP アドレスが定義されていません。" #: nova/cmd/manage.py:206 msgid "" "ERROR: Network commands are not supported when using the Neutron API. Use " "python-neutronclient instead." msgstr "" "エラー: Neutron API を使用する場合、ネットワークコマンドはサポートされません。代わりに python-neutronclient " "を使用してください。" #: nova/cmd/manage.py:278 msgid "id" msgstr "ID" #: nova/cmd/manage.py:279 msgid "IPv4" msgstr "IPv4" #: nova/cmd/manage.py:280 msgid "IPv6" msgstr "IPv6" #: nova/cmd/manage.py:281 msgid "start address" msgstr "開始アドレス" #: nova/cmd/manage.py:282 msgid "DNS1" msgstr "DNS1" #: nova/cmd/manage.py:283 msgid "DNS2" msgstr "DNS2" #: nova/cmd/manage.py:284 msgid "VlanID" msgstr "VLAN ID" #: nova/cmd/manage.py:285 msgid "project" msgstr "プロジェクト" #: nova/cmd/manage.py:286 msgid "uuid" msgstr "UUID" #: nova/cmd/manage.py:293 msgid "No networks found" msgstr "ネットワークが見つかりません" #: nova/cmd/manage.py:312 msgid "Please specify either fixed_range or uuid" msgstr "fixed_range または UUID のいずれかを指定してください" #: nova/cmd/manage.py:466 msgid "WARNING: cell0 mapping not found - not syncing cell0." msgstr "" #: nova/cmd/manage.py:469 #, python-format msgid "" "ERROR: Could not access cell0.\n" "Has the nova_api database been created?\n" "Has the nova_cell0 database been created?\n" "Has \"nova-manage api_db sync\" been run?\n" "Has \"nova-manage cell_v2 map_cell0\" been run?\n" "Is [api_database]/connection set in nova.conf?\n" "Is the cell0 database connection URL correct?\n" "Error: %s" msgstr "" #: nova/cmd/manage.py:516 msgid "Must supply a positive value for max_rows" msgstr "max_rows には正の値を指定する必要があります" #: nova/cmd/manage.py:519 #, python-format msgid "max rows must be <= %(max_value)d" msgstr "最大行数は %(max_value)d 以上である必要があります" #: nova/cmd/manage.py:530 msgid "" "Failed to connect to API DB so aborting this archival attempt. Please check " "your config file to make sure that [api_database]/connection is set and run " "this command again." msgstr "" #: nova/cmd/manage.py:540 nova/cmd/manage.py:706 #, python-format msgid "Invalid value for --before: %s" msgstr "" #: nova/cmd/manage.py:547 msgid "Archiving" msgstr "" #: nova/cmd/manage.py:607 msgid "stopped" msgstr "" #: nova/cmd/manage.py:609 msgid "complete" msgstr "" #: nova/cmd/manage.py:613 msgid "Table" msgstr "テーブル" #: nova/cmd/manage.py:614 msgid "Number of Rows Archived" msgstr "アーカイブ済みの行数" #: nova/cmd/manage.py:617 msgid "Nothing was archived." msgstr "アーカイブは行われませんでした" #: nova/cmd/manage.py:621 msgid "Rows were archived, running purge..." msgstr "" #: nova/cmd/manage.py:700 msgid "Either --before or --all is required" msgstr "" #: nova/cmd/manage.py:722 msgid "Unable to get cell list from API DB. Is it configured?" msgstr "" #: nova/cmd/manage.py:726 #, python-format msgid "Cell %s" msgstr "" #: nova/cmd/manage.py:732 msgid "DB" msgstr "" #: nova/cmd/manage.py:754 #, python-format msgid "Deleted %(records)d records from table '%(table_name)s'." msgstr "レコード %(records)d がテーブル '%(table_name)s' から削除されました。" #: nova/cmd/manage.py:758 #, python-format msgid "" "There are %(records)d records in the '%(table_name)s' table where the uuid " "or instance_uuid column is NULL. Run this command again with the --delete " "option after you have backed up any necessary data." msgstr "" "uuid 列または instance_uuid 列がヌルのレコード %(records)d がテーブル '%(table_name)s' " "にあります。必要なデータをバックアップした後で、--delete オプションを指定してこのコマンドを再度実行してください。" #: nova/cmd/manage.py:766 msgid "There were no records found where instance_uuid was NULL." msgstr "instance_uuid がヌルのレコードはありませんでした。" #: nova/cmd/manage.py:778 #, python-format msgid "Error attempting to run %(method)s" msgstr "%(method)s を実行しようとしてエラーが発生しました" #: nova/cmd/manage.py:787 #, python-format msgid "%(total)i rows matched query %(meth)s, %(done)i migrated" msgstr "%(total)i 行がクエリー %(meth)s に合致し、%(done)i が移行しました" #: nova/cmd/manage.py:813 msgid "Must supply a positive value for max_number" msgstr "max_number には正の値を指定する必要があります" #: nova/cmd/manage.py:818 nova/cmd/manage.py:2400 #, python-format msgid "Running batches of %i until complete" msgstr "完了するまで %i のバッチを実行します" #: nova/cmd/manage.py:838 msgid "Migration" msgstr "" #: nova/cmd/manage.py:839 msgid "Total Needed" msgstr "" #: nova/cmd/manage.py:840 msgid "Completed" msgstr "" #: nova/cmd/manage.py:854 msgid "Some migrations failed unexpectedly. Check log for details." msgstr "" #: nova/cmd/manage.py:901 msgid "A resource_class is required for all modes of operation" msgstr "" #: nova/cmd/manage.py:908 msgid "--all with --host and/or --node does not make sense" msgstr "" #: nova/cmd/manage.py:924 msgid "Either --all, --host, or --host and --node are required" msgstr "" #: nova/cmd/manage.py:928 msgid "No ironic compute nodes found that match criteria" msgstr "" #: nova/cmd/manage.py:934 msgid "Compute node(s) specified is not of type ironic" msgstr "" #: nova/cmd/manage.py:946 #, python-format msgid "Ironic node %s has multiple instances? Something is wrong." msgstr "" #: nova/cmd/manage.py:953 #, python-format msgid "Migrated instance %(uuid)s on node %(node)s" msgstr "" #: nova/cmd/manage.py:990 #, python-format msgid "Invalid transport URL: %s" msgstr "" #: nova/cmd/manage.py:1004 #, python-format msgid "" "The specified transport_url and/or database_connection combination already " "exists for another cell with uuid %s." msgstr "" #: nova/cmd/manage.py:1027 nova/cmd/manage.py:1068 msgid "Cell0 is already setup" msgstr "" #: nova/cmd/manage.py:1036 #, python-format msgid "Unable to sync cell0 schema: %s" msgstr "" #: nova/cmd/manage.py:1176 msgid "Must supply a positive value for max-count" msgstr "" #: nova/cmd/manage.py:1226 msgid "No hosts found to map to cell, exiting." msgstr "セルにマッピングするホストが見つかりません。処理を終了します。" #: nova/cmd/manage.py:1237 #, python-format msgid "Host %(host)s is already mapped to cell %(uuid)s" msgstr "ホスト %(host)s が既にセル %(uuid)s にマッピングされています" #: nova/cmd/manage.py:1248 msgid "All hosts are already mapped to cell(s)." msgstr "" #: nova/cmd/manage.py:1297 msgid "The instance UUID to verify" msgstr "" #: nova/cmd/manage.py:1299 msgid "Do not print anything" msgstr "" #: nova/cmd/manage.py:1363 msgid "Provide detailed output when discovering hosts." msgstr "" #: nova/cmd/manage.py:1365 msgid "" "Considered successful (exit code 0) only when an unmapped host is discovered." " Any other outcome will be considered a failure (non-zero exit code)." msgstr "" #: nova/cmd/manage.py:1370 msgid "Discover hosts by service instead of compute node" msgstr "" #: nova/cmd/manage.py:1394 #, python-format msgid "" "ERROR: Duplicate host mapping was encountered. This command should be run " "once after all compute hosts have been deployed and should not be run in " "parallel. When run in parallel, the commands will collide with each other " "trying to map the same hosts in the database at the same time. Error: %s" msgstr "" #: nova/cmd/manage.py:1406 msgid "" "Add a new cell to nova API database. DB and MQ urls can be provided directly " "or can be taken from config. The result is cell uuid." msgstr "" #: nova/cmd/manage.py:1409 msgid "The name of the cell" msgstr "" #: nova/cmd/manage.py:1412 msgid "The database url for the cell database" msgstr "" #: nova/cmd/manage.py:1414 msgid "The transport url for the cell message queue" msgstr "" #: nova/cmd/manage.py:1416 msgid "Output the uuid of the created cell" msgstr "" #: nova/cmd/manage.py:1418 msgid "To create a pre-disabled cell." msgstr "" #: nova/cmd/manage.py:1428 msgid "" "Must specify --database_connection if [database]/connection is not set in " "the configuration file." msgstr "" #: nova/cmd/manage.py:1448 msgid "Show sensitive details, such as passwords" msgstr "" #: nova/cmd/manage.py:1460 msgid "Name" msgstr "" #: nova/cmd/manage.py:1460 msgid "UUID" msgstr "" #: nova/cmd/manage.py:1460 msgid "Transport URL" msgstr "" #: nova/cmd/manage.py:1461 msgid "Database Connection" msgstr "" #: nova/cmd/manage.py:1461 msgid "Disabled" msgstr "" #: nova/cmd/manage.py:1480 msgid "Delete hosts and instance_mappings that belong to the cell as well." msgstr "" #: nova/cmd/manage.py:1483 msgid "The uuid of the cell to delete." msgstr "" #: nova/cmd/manage.py:1508 nova/cmd/manage.py:1607 nova/cmd/manage.py:1662 #: nova/cmd/manage.py:1705 #, python-format msgid "Cell with uuid %s was not found." msgstr "" #: nova/cmd/manage.py:1517 #, python-format msgid "There are existing hosts mapped to cell with uuid %s." msgstr "" #: nova/cmd/manage.py:1533 #, python-format msgid "There are existing instances mapped to cell with uuid %s." msgstr "" #: nova/cmd/manage.py:1540 #, python-format msgid "" "There are instance mappings to cell with uuid %s, but all instances have " "been deleted in the cell." msgstr "" #: nova/cmd/manage.py:1543 msgid "" "So execute 'nova-manage db archive_deleted_rows' to delete the instance " "mappings." msgstr "" #: nova/cmd/manage.py:1566 msgid "The uuid of the cell to update." msgstr "" #: nova/cmd/manage.py:1568 msgid "Set the cell name." msgstr "" #: nova/cmd/manage.py:1570 msgid "" "Set the cell transport_url. NOTE that running nodes will not see the change " "until restart!" msgstr "" #: nova/cmd/manage.py:1574 msgid "" "Set the cell database_connection. NOTE that running nodes will not see the " "change until restart!" msgstr "" #: nova/cmd/manage.py:1577 msgid "" "Disables the cell. Note that the scheduling will be blocked to this cell " "until its enabled and followed by a SIGHUP of nova-scheduler service." msgstr "" #: nova/cmd/manage.py:1581 msgid "" "Enables the cell. Note that this makes a disabled cell available for " "scheduling after a SIGHUP of the nova-scheduler service" msgstr "" #: nova/cmd/manage.py:1629 msgid "Cell cannot be disabled and enabled at the same time." msgstr "" #: nova/cmd/manage.py:1633 msgid "Cell0 cannot be disabled." msgstr "" #: nova/cmd/manage.py:1640 #, python-format msgid "Cell %s is already disabled" msgstr "" #: nova/cmd/manage.py:1642 #, python-format msgid "Cell %s is already enabled" msgstr "" #: nova/cmd/manage.py:1647 #, python-format msgid "Unable to update CellMapping: %s" msgstr "" #: nova/cmd/manage.py:1653 nova/cmd/manage.py:1681 msgid "The uuid of the cell." msgstr "" #: nova/cmd/manage.py:1670 msgid "Cell Name" msgstr "" #: nova/cmd/manage.py:1670 msgid "Cell UUID" msgstr "" #: nova/cmd/manage.py:1670 msgid "Hostname" msgstr "" #: nova/cmd/manage.py:1683 msgid "The host to delete." msgstr "" #: nova/cmd/manage.py:1711 #, python-format msgid "The host %s was not found." msgstr "" #: nova/cmd/manage.py:1715 #, python-format msgid "The host %(host)s was not found in the cell %(cell_uuid)s." msgstr "" #: nova/cmd/manage.py:1728 #, python-format msgid "There are instances on the host %s." msgstr "" #: nova/cmd/manage.py:1978 #, python-format msgid "" "Found resource provider %(rp_uuid)s having matching traits for port " "%(port_uuid)s with resource request %(request)s attached to instance " "%(instance_uuid)s" msgstr "" #: nova/cmd/manage.py:1998 #, python-format msgid "Updating port %(port_uuid)s with attributes %(attributes)s" msgstr "" #: nova/cmd/manage.py:2005 #, python-format msgid "Updating port %(port_uuid)s failed: %(error)s" msgstr "" #: nova/cmd/manage.py:2029 #, python-format msgid "Rolling back port update for %(port_uuid)s" msgstr "" #: nova/cmd/manage.py:2034 #, python-format msgid "Rolling back update for port %(port_uuid)s failed: %(error)s" msgstr "" #: nova/cmd/manage.py:2117 #, python-format msgid "" "Instance %(instance)s is undergoing a task state transition: %(task_state)s" msgstr "" #: nova/cmd/manage.py:2124 #, python-format msgid "Instance %s is not on a host." msgstr "" #: nova/cmd/manage.py:2134 #, python-format msgid "Allocation retrieval failed: %s" msgstr "" #: nova/cmd/manage.py:2172 #, python-format msgid "" "[dry-run] Create allocations for instance %(instance)s: %(allocations)s" msgstr "" #: nova/cmd/manage.py:2177 #, python-format msgid "" "[dry-run] Update allocations for instance %(instance)s: %(allocations)s" msgstr "" #: nova/cmd/manage.py:2196 #, python-format msgid "Successfully created allocations for instance %(instance)s." msgstr "" #: nova/cmd/manage.py:2200 #, python-format msgid "Successfully updated allocations for instance %(instance)s." msgstr "" #: nova/cmd/manage.py:2216 #, python-format msgid "The allocation of instance %s is up-to-date. Nothing to be healed." msgstr "" #: nova/cmd/manage.py:2285 #, python-format msgid "Found %s candidate instances." msgstr "" #: nova/cmd/manage.py:2313 msgid "" "Iterates over non-cell0 cells looking for instances which do not have " "allocations in the Placement service, or have incomplete consumer project_id/" "user_id values in existing allocations or missing allocations for ports " "having resource request, and which are not undergoing a task state " "transition. For each instance found, allocations are created (or updated) " "against the compute node resource provider for that instance based on the " "flavor associated with the instance. This command requires that the " "[api_database]/connection and [placement] configuration options are set." msgstr "" #: nova/cmd/manage.py:2395 msgid "Must supply a positive integer for --max-count." msgstr "" #: nova/cmd/manage.py:2419 msgid "No cells to process." msgstr "" #: nova/cmd/manage.py:2435 #, python-format msgid "Looking for instances in cell: %s" msgstr "" #: nova/cmd/manage.py:2478 #, python-format msgid "Max count reached. Processed %s instances." msgstr "" #: nova/cmd/manage.py:2482 #, python-format msgid "Processed %s instances." msgstr "" #: nova/cmd/manage.py:2527 msgid "" "Mirrors compute host aggregates to resource provider aggregates in the " "Placement service. Requires the [api_database] and [placement] sections of " "the nova configuration file to be populated." msgstr "" #: nova/cmd/manage.py:2573 msgid "Filling in missing placement aggregates" msgstr "" #: nova/cmd/manage.py:2582 #, python-format msgid "Processing aggregate: %s" msgstr "" #: nova/cmd/manage.py:2584 #, python-format msgid "Processing host: %s" msgstr "" #: nova/cmd/manage.py:2611 #, python-format msgid "" "Successfully added host (%(host)s) and provider (%(provider)s) to aggregate " "(%(aggregate)s)." msgstr "" #: nova/cmd/manage.py:2624 #, python-format msgid "" "Failed updating provider aggregates for host (%(host)s), provider " "(%(provider)s) and aggregate (%(aggregate)s). Error: %(error)s" msgstr "" #: nova/cmd/manage.py:2639 #, python-format msgid "" "The following hosts were found in nova host aggregates but no host mappings " "were found in the nova API DB. Run \"nova-manage cell_v2 discover_hosts\" " "and then retry. Missing: %s" msgstr "" #: nova/cmd/manage.py:2646 #, python-format msgid "" "Unable to find matching compute_nodes record entries in the cell database " "for the following hosts; does the nova-compute service on each host need to " "be restarted? Missing: %s" msgstr "" #: nova/cmd/manage.py:2653 #, python-format msgid "" "Unable to find matching resource provider record in placement with uuid for " "the following hosts: %s. Try restarting the nova-compute service on each " "host and then retry." msgstr "" #: nova/cmd/manage.py:2716 #, python-format msgid "An error has occurred:\n" "%s" msgstr "" #: nova/cmd/policy.py:44 msgid "Defaults to env[OS_ROLES]." msgstr "" #: nova/cmd/policy.py:49 msgid "Defaults to env[OS_USER_ID]." msgstr "" #: nova/cmd/policy.py:54 msgid "Defaults to env[OS_TENANT_ID]." msgstr "" #: nova/cmd/policy.py:173 #, python-format msgid "error: %s" msgstr "エラー: %s" #: nova/cmd/status.py:110 msgid "" "There needs to be at least two cell mappings, one for cell0 and one for your " "first cell. Run command 'nova-manage cell_v2 simple_cell_setup' and then " "retry." msgstr "" #: nova/cmd/status.py:118 msgid "" "No cell0 mapping found. Run command 'nova-manage cell_v2 simple_cell_setup' " "and then retry." msgstr "" #: nova/cmd/status.py:133 msgid "" "No host mappings found but there are compute nodes. Run command 'nova-manage " "cell_v2 simple_cell_setup' and then retry." msgstr "" #: nova/cmd/status.py:138 msgid "" "No host mappings or compute nodes were found. Remember to run command 'nova-" "manage cell_v2 discover_hosts' when new compute hosts are deployed." msgstr "" #: nova/cmd/status.py:170 #, python-format msgid "Placement API version %(needed)s needed, you have %(current)s." msgstr "" #: nova/cmd/status.py:175 msgid "No credentials specified for placement API in nova.conf." msgstr "" #: nova/cmd/status.py:178 msgid "Placement service credentials do not work." msgstr "" #: nova/cmd/status.py:181 msgid "Placement API endpoint not found." msgstr "" #: nova/cmd/status.py:184 msgid "Discovery for placement API URI failed." msgstr "" #: nova/cmd/status.py:187 msgid "Placement API does not seem to be running." msgstr "" #: nova/cmd/status.py:302 msgid "Unable to determine ironic flavor migration without cell mappings." msgstr "" #: nova/cmd/status.py:308 #, python-format msgid "" "There are (cell=x) number of unmigrated instances in each cell: %s. Run " "'nova-manage db ironic_flavor_migration' on each cell." msgstr "" #: nova/cmd/status.py:338 #, python-format msgid "" "Cinder API %s or greater is required. Deploy at least Cinder 12.0.0 (Queens)." "" msgstr "" #: nova/cmd/status.py:345 #, python-format msgid "Unable to determine Cinder API version due to error: %s" msgstr "" #: nova/cmd/status.py:358 msgid "Cells v2" msgstr "" #: nova/cmd/status.py:360 msgid "Placement API" msgstr "" #: nova/cmd/status.py:362 msgid "Ironic Flavor Migration" msgstr "" #: nova/cmd/status.py:364 msgid "Cinder API" msgstr "" #: nova/cmd/status.py:401 #, python-format msgid "Error:\n" "%s" msgstr "" #: nova/compute/api.py:283 #, python-format msgid "Invalid image metadata. Error: %s" msgstr "" #: nova/compute/api.py:357 msgid "Metadata type should be dict." msgstr "メタデータタイプは dict でなければなりません。" #: nova/compute/api.py:379 msgid "Metadata property key greater than 255 characters" msgstr "メタデータプロパティーのキーが 255 文字を超えています" #: nova/compute/api.py:382 msgid "Metadata property value greater than 255 characters" msgstr "メタデータプロパティーの値が 255 文字を超えています" #: nova/compute/api.py:599 msgid "" "Direct booting of an image uploaded from an encrypted volume is unsupported." msgstr "" #: nova/compute/api.py:845 #, python-format msgid "" "The volume cannot be assigned the same device name as the root device %s" msgstr "ボリュームにルートデバイス %s と同じデバイス名を割り当てることはできません" #: nova/compute/api.py:881 msgid "Cannot attach one or more volumes to multiple instances" msgstr "1 つのボリュームを複数のインスタンスに接続できません" #: nova/compute/api.py:1201 nova/compute/api.py:1221 msgid "Quota exceeded, too many servers in group" msgstr "クォータを超過しました。グループ内のサーバーが多すぎます" #: nova/compute/api.py:1361 msgid "Image certificate validation is not supported when booting from volume" msgstr "" #: nova/compute/api.py:1626 msgid "" "Images with destination_type 'volume' need to have a non-zero size specified" msgstr "destination_type 'volume' を含むイメージには、ゼロ以外のサイズが指定されている必要があります" #: nova/compute/api.py:1663 msgid "" "Blank volumes (source: 'blank', dest: 'volume') need to have non-zero size" msgstr "ブランクのボリューム (ソース: 'blank'、宛先: 'volume') にはゼロでないサイズを設定する必要があります" #: nova/compute/api.py:1676 msgid "More than one swap drive requested." msgstr "複数のスワップドライブが要求されました。" #: nova/compute/api.py:1842 msgid "" "Unable to launch multiple instances with a single configured port ID. Please " "launch your instance one by one with different ports." msgstr "1個の作成済みのポート ID で複数のインスタンスの起動はできません。1 つ 1 つのインスタンスを別々のポートで起動してください。" #: nova/compute/api.py:1852 msgid "max_count cannot be greater than 1 if an fixed_ip is specified." msgstr "fixed_ip が指定されている場合、max_count を 1 より大きくすることはできません。" #: nova/compute/api.py:1891 nova/compute/api.py:3840 msgid "The requested availability zone is not available" msgstr "要求されたアベイラビリティーゾーンは使用不可です" #: nova/compute/api.py:2589 #, python-format msgid "Cell %s is not responding and hence instance info is not available." msgstr "" #: nova/compute/api.py:2999 msgid "Backup is not supported for volume-backed instances." msgstr "" #: nova/compute/api.py:3179 #, python-format msgid "snapshot for %s" msgstr "%s のスナップショット" #: nova/compute/api.py:3311 msgid "" "Image certificate validation is not supported for volume-backed servers." msgstr "" #: nova/compute/api.py:3323 msgid "Unable to find root block device mapping for volume-backed instance." msgstr "" #: nova/compute/api.py:3336 msgid "Unable to rebuild with a different image for a volume-backed server." msgstr "" #: nova/compute/api.py:3677 msgid "Resize to zero disk flavor is not allowed." msgstr "ディスクが 0 のフレーバーにサイズ変更することはできません。" #: nova/compute/api.py:3853 #, python-format msgid "" "The specified availability zone does not match the volume %(vol_id)s " "attached to the server. Specified availability zone is %(az)s. Volume is in " "%(vol_zone)s." msgstr "" #: nova/compute/api.py:3971 msgid "Cannot rescue a volume-backed instance" msgstr "ボリュームを使ったインスタンスはレスキューできません" #: nova/compute/api.py:4182 #, python-format msgid "volume %s already attached" msgstr "ボリューム %s は既に接続されています" #: nova/compute/api.py:4455 msgid "Old volume is attached to a different instance." msgstr "旧ボリュームは別のインスタンスに接続されています。" #: nova/compute/api.py:4458 msgid "New volume must be detached in order to swap." msgstr "スワップを行うには、新規ボリュームを切断する必要があります。" #: nova/compute/api.py:4461 msgid "New volume must be the same size or larger." msgstr "新規ボリュームは同じサイズか、それ以上でなければなりません。" #: nova/compute/api.py:5578 msgid "Host aggregate is not empty" msgstr "ホストアグリゲートが空ではありません" #: nova/compute/api.py:5610 #, python-format msgid "Aggregate %s does not support empty named availability zone" msgstr "アグリゲート %s は空の名前のアベイラビリティーゾーンをサポートしません" #: nova/compute/api.py:5622 #, python-format msgid "One or more hosts already in availability zone(s) %s" msgstr "アベイラビリティーゾーン %s に 1 つ以上のホストが既にあります" #: nova/compute/api.py:5635 msgid "One or more hosts contain instances in this zone" msgstr "" #: nova/compute/api.py:5654 #, python-format msgid "Unexpected aggregate action %s" msgstr "想定しないアグリゲートのアクション %s" #: nova/compute/api.py:5836 msgid "Keypair name contains unsafe characters" msgstr "キーペア名に安全ではない文字が含まれています" #: nova/compute/api.py:5842 msgid "Keypair name must be string and between 1 and 255 characters long" msgstr "キーペア名は 1 から 255 文字の長さの文字列でなければなりません" #: nova/compute/api.py:5995 #, python-format msgid "Security group %s is not a string or unicode" msgstr "セキュリティーグループ %s が文字列でも Unicode でもありません" #: nova/compute/api.py:6005 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)s'." msgstr "" "パラメーターグループ %(property)s の値 (%(value)s) が無効です。指定できる内容は '%(allowed)s' だけです。" #: nova/compute/api.py:6027 nova/compute/api.py:6055 msgid "Quota exceeded, too many security groups." msgstr "クォータを超過しました。セキュリティーグループが多すぎます。" #: nova/compute/api.py:6041 #, python-format msgid "Security group %s already exists" msgstr "セキュリティーグループ %s は既に存在します" #: nova/compute/api.py:6063 #, python-format msgid "Unable to update system group '%s'" msgstr "システムグループ '%s' を更新できません" #: nova/compute/api.py:6128 #, python-format msgid "Unable to delete system group '%s'" msgstr "システムグループ '%s' を削除できません" #: nova/compute/api.py:6133 msgid "Security group is still in use" msgstr "セキュリティーグループはまだ使用中です" #: nova/compute/api.py:6204 #, python-format msgid "Rule (%s) not found" msgstr "ルール (%s) が見つかりません" #: nova/compute/api.py:6220 nova/compute/api.py:6241 msgid "Quota exceeded, too many security group rules." msgstr "クォータを超過しました。セキュリティーグループルールが多すぎます。" #: nova/compute/api.py:6306 msgid "Security group id should be integer" msgstr "セキュリティーグループ ID は整数でなければなりません" #: nova/compute/claims.py:124 msgid "Claim pci failed" msgstr "" #: nova/compute/claims.py:147 msgid "" "Requested instance NUMA topology together with requested PCI devices cannot " "fit the given host NUMA topology" msgstr "PCI デバイスとともに要求されたインスタンスの NUMA トポロジーは、指定されたホストの NUMA トポロジーに適合できません" #: nova/compute/claims.py:151 msgid "" "Requested instance NUMA topology cannot fit the given host NUMA topology" msgstr "要求されたインスタンス NUMA トポロジーは、指定されたホスト NUMA トポロジーに適合しません" #: nova/compute/claims.py:203 msgid "Non-VIF related PCI requests are not supported for live migration." msgstr "" #: nova/compute/claims.py:234 msgid "Requested page size is different from current page size." msgstr "" #: nova/compute/flavors.py:110 #, python-format msgid "'rxtx_factor' argument must be a float between 0 and %g" msgstr "'rxtx_factor' 引数は 0 から %g の範囲内の浮動小数点数でなければなりません" #: nova/compute/flavors.py:121 msgid "is_public must be a boolean" msgstr "is_public はブール値でなければなりません" #: nova/compute/flavors.py:218 msgid "" "Key Names can only contain alphanumeric characters, periods, dashes, " "underscores, colons and spaces." msgstr "キー名に使用できるのは、英数字、ピリオド、ダッシュ、アンダースコアー、コロン、および空白のみです。" #: nova/compute/manager.py:423 msgid "Instance event failed" msgstr "インスタンスイベントが失敗しました" #: nova/compute/manager.py:843 msgid "" "This host has unpinned instances but has no CPUs set aside for this purpose; " "configure '[compute] cpu_shared_set' instead of, or in addition to, " "'[compute] cpu_dedicated_set'" msgstr "" #: nova/compute/manager.py:855 msgid "" "This host has pinned instances but has no CPUs set aside for this purpose; " "configure '[compute] cpu_dedicated_set' instead of, or in addition to, " "'[compute] cpu_shared_set'" msgstr "" #: nova/compute/manager.py:1621 msgid "Anti-affinity instance group policy was violated." msgstr "anti-affinity インスタンスグループポリシーに違反しました。" #: nova/compute/manager.py:1629 msgid "Affinity instance group policy was violated." msgstr "Affinity インスタンスグループポリシーに違反しました" #: nova/compute/manager.py:2483 #, python-format msgid "Failed to allocate the network(s) with error %s, not rescheduling." msgstr "エラー %s が発生したため、ネットワークを割り当てることができませんでした。再スケジュールは行われません。" #: nova/compute/manager.py:2501 nova/compute/manager.py:2605 msgid "Failed to allocate the network(s), not rescheduling." msgstr "ネットワークを割り当てることができませんでした。再スケジュールは行われません。" #: nova/compute/manager.py:2575 msgid "Success" msgstr "成功" #: nova/compute/manager.py:2658 msgid "Failure prepping block device." msgstr "ブロックデバイスを準備できませんでした" #: nova/compute/manager.py:3491 msgid "Invalid state of instance files on shared storage" msgstr "共有ストレージ上のインスタンスファイルの無効な状態" #: nova/compute/manager.py:3990 #, python-format msgid "instance %s is not running" msgstr "インスタンス %s は実行されていません" #: nova/compute/manager.py:4022 msgid "" "set_admin_password is not implemented by this driver or guest instance." msgstr "set_admin_password は、このドライバーまたはゲストインスタンスでは実装されていません。" #: nova/compute/manager.py:4035 msgid "error setting admin password" msgstr "管理者パスワードの設定中にエラーが発生しました" #: nova/compute/manager.py:4120 #, python-format msgid "Driver Error: %s" msgstr "ドライバーエラー: %s" #: nova/compute/manager.py:4651 #, fuzzy msgid "Instance has no source host" msgstr "インスタンスにソースホストがありません" #: nova/compute/manager.py:6704 #, python-format msgid "Port %s is not attached" msgstr "ポート %s は接続されていません" #: nova/compute/manager.py:8177 #, python-format msgid "Instance %s not found" msgstr "インスタンス %s が見つかりません" #: nova/compute/manager.py:8182 msgid "In ERROR state" msgstr "エラー状態です" #: nova/compute/manager.py:8210 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "状態は %(vm_state)s/%(task_state)s です。RESIZED/None ではありません" #: nova/compute/manager.py:8918 #, python-format msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action" msgstr "CONF.running_deleted_instance_action で認識されない値 '%s'" #: nova/compute/multi_cell_list.py:426 #, python-format msgid "" "Cell %s is not responding but configuration indicates that we should fail." msgstr "" #: nova/compute/provider_tree.py:333 #, python-format msgid "The following parents were not found: %s" msgstr "" #: nova/compute/provider_tree.py:355 #, python-format msgid "" "Unexpectedly failed to find parents already in the tree for any of the " "following: %s" msgstr "" #: nova/compute/provider_tree.py:417 nova/compute/provider_tree.py:485 #, python-format msgid "Provider %s already exists." msgstr "" #: nova/compute/provider_tree.py:440 #, python-format msgid "No such provider %s" msgstr "" #: nova/compute/resource_tracker.py:453 #, python-format msgid "" "Needed %(amount)d units of resource class %(rc)s, but %(avail)d are " "available." msgstr "" #: nova/compute/resource_tracker.py:511 #, python-format msgid "" "The following resources are assigned to instances, but were not listed in " "the configuration: %s Please check if this will influence your instances, " "and restore your configuration if necessary" msgstr "" #: nova/compute/resource_tracker.py:1690 #, python-format msgid "Missing keys: %s" msgstr "キーがありません: %s" #: nova/compute/rpcapi.py:66 msgid "No compute host specified" msgstr "コンピュートホストが指定されていません" #: nova/compute/rpcapi.py:68 #, python-format msgid "Unable to find host for Instance %s" msgstr "インスタンス %s のホストが見つかりません" #: nova/compute/stats.py:42 msgid "Unexpected type adding stats" msgstr "統計の追加中に想定しないタイプが見つかりました" #: nova/conductor/manager.py:362 msgid "No valid host found for cold migrate" msgstr "コールドマイグレーションに有効なホストが見つかりません" #: nova/conductor/manager.py:364 msgid "No valid host found for resize" msgstr "サイズ変更の対象として有効なホストが見つかりません" #: nova/conductor/manager.py:874 #, python-format msgid "Unshelve attempted but the image %s cannot be found." msgstr "復元が試行されましたが、イメージ %s が見つかりません。" #: nova/conductor/manager.py:1174 msgid "" "Image traits are part of forbidden traits in flavor associated with the " "server. Either specify a different image during rebuild or create a new " "server with the specified image and a compatible flavor." msgstr "" #: nova/conductor/manager.py:1205 msgid "" "Image traits cannot be satisfied by the current resource providers. Either " "specify a different image during rebuild or create a new server with the " "specified image." msgstr "" #: nova/conductor/tasks/cross_cell_migrate.py:290 #, python-format msgid "Required networking service API extension '%s' not found." msgstr "" #: nova/conductor/tasks/live_migrate.py:298 #, python-format msgid "Unable to force live migrate instance %s across cells." msgstr "" #: nova/conductor/tasks/live_migrate.py:325 #, python-format msgid "" "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory(host:" "%(avail)s <= instance:%(mem_inst)s)" msgstr "" "%(instance_uuid)s を %(dest)s にマイグレーションできません: メモリー不足です (host:%(avail)s <= " "instance:%(mem_inst)s)" #: nova/conductor/tasks/live_migrate.py:360 #, python-format msgid "Timeout while checking if we can live migrate to host: %s" msgstr "ホスト %s にライブマイグレーションできるか確認中にタイムアウトが発生しました" #: nova/conductor/tasks/live_migrate.py:431 #, python-format msgid "Unable to determine in which cell instance %s lives." msgstr "" #: nova/conductor/tasks/live_migrate.py:446 #, python-format msgid "Unable to determine in which cell destination host %s lives." msgstr "" #: nova/conductor/tasks/live_migrate.py:568 #, python-format msgid "" "Exceeded max scheduling retries %(max_retries)d for instance " "%(instance_uuid)s during live migration" msgstr "" "ライブマイグレーション時にインスタンス %(instance_uuid)s の最大スケジューリング再試行回数 %(max_retries)d " "を超えました" #: nova/conductor/tasks/migrate.py:83 msgid "Unable to replace instance claim on source" msgstr "" #: nova/console/websocketproxy.py:105 msgid "No access_url_base in connect_info. Cannot validate protocol" msgstr "" #: nova/console/websocketproxy.py:164 #, python-format msgid "" "We do not support scheme '%s' under Python < 2.7.4, please use http or https" msgstr "Python < 2.7.4 ではスキーム '%s' はサポートされません。http またはhttps を使用してください" #: nova/console/websocketproxy.py:215 msgid "Origin header not valid." msgstr "オリジンヘッダーが無効です。" #: nova/console/websocketproxy.py:218 msgid "Origin header does not match this host." msgstr "オリジンヘッダーがこのホストに一致しません。" #: nova/console/websocketproxy.py:221 msgid "Origin header protocol does not match this host." msgstr "オリジンヘッダープロトコルがこのホストに一致しません。" #: nova/console/websocketproxy.py:226 #, python-format msgid "connect info: %s" msgstr "接続情報: %s" #: nova/console/websocketproxy.py:232 #, python-format msgid "connecting to: %(host)s:%(port)s" msgstr "%(host)s:%(port)s に接続中です" #: nova/console/websocketproxy.py:275 #, python-format msgid "%(host)s:%(port)s: Websocket client or target closed" msgstr "" #: nova/console/xvp.py:182 msgid "Failed to run xvp." msgstr "xvp の実行に失敗しました。" #: nova/console/rfb/authvencrypt.py:67 #, python-format msgid "" "Short read from compute socket, wanted %(wanted)d bytes but got %(got)d" msgstr "" #: nova/console/rfb/authvencrypt.py:81 #, python-format msgid "" "Only VeNCrypt version 0.2 is supported by this proxy, but the server wanted " "to use version %(maj)s.%(min)s" msgstr "" #: nova/console/rfb/authvencrypt.py:92 msgid "Server could not use VeNCrypt version 0.2" msgstr "" #: nova/console/rfb/authvencrypt.py:107 #, python-format msgid "Server does not support the x509None (%s) VeNCrypt sub-auth type" msgstr "" #: nova/console/rfb/authvencrypt.py:123 msgid "Server didn't accept the requested auth sub-type" msgstr "" #: nova/console/rfb/authvencrypt.py:149 #, python-format msgid "Error establishing TLS connection to server: %s" msgstr "" #: nova/console/securityproxy/rfb.py:96 #, python-format msgid "" "Incorrect read from socket, wanted %(wanted)d bytes but got %(got)d. Socket " "returned %(result)r" msgstr "" #: nova/console/securityproxy/rfb.py:109 #, python-format msgid "" "Security proxying requires RFB protocol version 3.8, but server sent %s" msgstr "" #: nova/console/securityproxy/rfb.py:121 #, python-format msgid "" "Security proxying requires RFB protocol version 3.8, but tenant asked for %s" msgstr "" #: nova/console/securityproxy/rfb.py:156 #, python-format msgid "Only the security type None (%d) is supported" msgstr "" #: nova/console/securityproxy/rfb.py:159 #, python-format msgid "" "Client requested a security type other than None (%(none_code)d): " "%(auth_type)s" msgstr "" #: nova/console/securityproxy/rfb.py:171 nova/console/securityproxy/rfb.py:186 msgid "Unable to negotiate security with server" msgstr "" #: nova/console/securityproxy/rfb.py:173 #, python-format msgid "No compute auth available: %s" msgstr "" #: nova/console/securityproxy/rfb.py:189 msgid "Auth handshake failed" msgstr "" #: nova/db/sqlalchemy/api.py:287 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "認識されない read_deleted 値 '%s'" #: nova/db/sqlalchemy/api.py:535 msgid "New compute service disabled due to config option." msgstr "" #: nova/db/sqlalchemy/api.py:1139 #, python-format msgid "Invalid floating IP %s in request" msgstr "リクエストに無効な Floating IP %s が含まれています" #: nova/db/sqlalchemy/api.py:1453 #, python-format msgid "Invalid fixed IP Address %s in request" msgstr "リクエストに無効な Fixed IP アドレス %s が含まれています" #: nova/db/sqlalchemy/api.py:1609 #, python-format msgid "Invalid virtual interface address %s in request" msgstr "リクエストに無効な仮想インターフェースアドレス %s があります" #: nova/db/sqlalchemy/api.py:2576 msgid "Unknown sort direction, must be 'desc' or 'asc'" msgstr "ソート方向が不明です。'desc' または 'asc' でなければなりません" #: nova/db/sqlalchemy/api.py:2587 msgid "Sort direction size exceeds sort key size" msgstr "ソート方向の数がソートキーの数より多いです" #: nova/db/sqlalchemy/api.py:5680 #, python-format msgid "Unable to purge table %(table)s because it has no timestamp column" msgstr "" #: nova/db/sqlalchemy/api.py:5692 #, python-format msgid "Deleted %(rows)i rows from %(table)s based on timestamp column %(col)s" msgstr "" #: nova/db/sqlalchemy/migration.py:51 msgid "version should be an integer" msgstr "バージョンは整数でなければなりません" #: nova/db/sqlalchemy/migration.py:84 msgid "Upgrade DB using Essex release first." msgstr "最初に Essex リリースを使用して DB をアップグレードします。" #: nova/db/sqlalchemy/utils.py:49 #, python-format msgid "Missing column %(table)s.%(column)s in shadow table" msgstr "シャドーテーブルにカラム %(table)s.%(column)s がありません" #: nova/db/sqlalchemy/utils.py:55 #, python-format msgid "" "Different types in %(table)s.%(column)s and shadow table: %(c_type)s " "%(shadow_c_type)s" msgstr "" "%(table)s.%(column)s とシャドーテーブル内のタイプが異なります: %(c_type)s %(shadow_c_type)s" #: nova/db/sqlalchemy/utils.py:64 #, python-format msgid "Extra column %(table)s.%(column)s in shadow table" msgstr "シャドーテーブルに余分なカラム %(table)s.%(column)s があります" #: nova/db/sqlalchemy/utils.py:83 msgid "Specify `table_name` or `table` param" msgstr "'table_name' または 'table' のパラメーターを指定してください" #: nova/db/sqlalchemy/utils.py:86 msgid "Specify only one param `table_name` `table`" msgstr "'table_name' または 'table' のパラメーターのいずれか 1 つのみを指定してください" #: nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py:41 msgid "" "Cell mappings are not created, but required for Ocata. Please run nova-" "manage cell_v2 simple_cell_setup before continuing." msgstr "" #: nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py:49 msgid "" "A mapping for Cell0 was not found, but is required for Ocata. Please run " "nova-manage cell_v2 simple_cell_setup before continuing." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py:51 #, python-format msgid "" "There are %(records)d records in the '%(table_name)s' table where the uuid " "or instance_uuid column is NULL. These must be manually cleaned up before " "the migration will pass. Consider running the 'nova-manage db " "null_instance_uuid_scan' command." msgstr "" "uuid 列または instance_uuid 列がヌルのレコード %(records)d がテーブル '%(table_name)s' " "にあります。マイグレーションを行う前に、これらを手動でクリーンアップする必要があります。 'nova-manage db " "null_instance_uuid_scan' コマンドの実行を検討してください。" #: nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py:30 #, python-format msgid "" "There are still %(count)i unmigrated flavor records. Migration cannot " "continue until all instance flavor records have been migrated to the new " "format. Please run `nova-manage db migrate_flavor_data' first." msgstr "" "まだマイグレーションが行われていないフレーバーレコードの件数が %(count)i " "あります。すべてのインスタンスのフレーバーレコードが新形式に移行するまで、マイグレーションを継続することはできません。最初に 'nova-manage " "db migrate_flavor_data' を実行してください。" #: nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py:19 #, python-format msgid "" "There are still %(count)i unmigrated records in the %(table)s table. " "Migration cannot continue until all records have been migrated." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:33 msgid "" "Migration cannot continue until all these have been migrated to the api " "database. Please run `nova-manage db online_data_migrations' on Newton code " "before continuing." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:42 #, python-format msgid " There are still %(count)i unmigrated flavors. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:50 #, python-format msgid " There are still %(count)i unmigrated keypairs. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:58 #, python-format msgid " There are still %(count)i unmigrated aggregates. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:66 #, python-format msgid " There are still %(count)i unmigrated instance groups. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py:28 #, python-format msgid "" "There are still %(count)i unmigrated records in the services table. " "Migration cannot continue until all records have been migrated. Run the " "\"nova-manage db online_data_migrations\" routine." msgstr "" #: nova/ipv6/account_identifier.py:42 nova/ipv6/rfc2462.py:30 #, python-format msgid "Bad mac for to_global_ipv6: %s" msgstr "to_global_ipv6 の MAC が正しくありません: %s" #: nova/ipv6/account_identifier.py:48 nova/ipv6/rfc2462.py:36 #, python-format msgid "Bad prefix for to_global_ipv6: %s" msgstr "to_global_ipv6 のプレフィックスが正しくありません: %s" #: nova/keymgr/conf_key_mgr.py:67 msgid "keymgr.fixed_key not defined" msgstr "keymgr.fixed_key が定義されていません" #: nova/network/base_api.py:76 msgid "instance is a required argument to use @refresh_cache" msgstr "@refresh_cache を使用する場合、インスタンスは必須の引数です" #: nova/network/ldapdns.py:282 msgid "ldap not installed" msgstr "ldap がインストールされていません" #: nova/network/ldapdns.py:293 msgid "This driver only supports type 'a' entries." msgstr "このドライバーはタイプ 'a' の項目のみをサポートします。" #: nova/network/linux_net.py:182 #, python-format msgid "Unknown chain: %r" msgstr "不明なチェーン: %r" #: nova/network/linux_net.py:1347 #, python-format msgid "Failed to add bridge: %s" msgstr "ブリッジ %s の追加に失敗しました" #: nova/network/linux_net.py:1361 #, python-format msgid "Failed to add interface: %s" msgstr "インターフェースの追加に失敗しました: %s" #: nova/network/manager.py:79 #, python-format msgid "Link Local address is not found.:%s" msgstr "リンクローカルアドレスが見つかりません: %s" #: nova/network/manager.py:82 #, python-format msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" msgstr "%(interface)s のローカル IP アドレスのリンクが取得できません:%(ex)s" #: nova/network/manager.py:2047 msgid "" "The sum between the number of networks and the vlan start cannot be greater " "than 4094" msgstr "ネットワーク数と VLAN の開始番号の和は 4094 より大きくできません。" #: nova/network/manager.py:2057 msgid "vlan must be an integer" msgstr "vlan は整数でなければなりません" #: nova/network/manager.py:2059 msgid "The vlan number cannot be greater than 4094" msgstr "VLAN 番号を 4094 より大きくすることはできません" #: nova/network/manager.py:2062 msgid "The vlan number cannot be less than 1" msgstr "VLAN 番号は 1 以上でなければなりません" #: nova/network/manager.py:2067 #, python-format msgid "" "The network range is not big enough to fit %(num_networks)s networks. " "Network size is %(network_size)s" msgstr "" "ネットワーク範囲が %(num_networks)s 個のネットワークを収容できるほど大きくありません。ネットワークサイズは " "%(network_size)s です" #: nova/network/minidns.py:74 nova/network/minidns.py:105 msgid "Invalid name" msgstr "無効な名前" #: nova/network/minidns.py:77 msgid "This driver only supports type 'a'" msgstr "このドライバーはタイプ 'a' のみをサポートします" #: nova/network/model.py:201 #, python-format msgid "Invalid IP format %s" msgstr "%s は無効な IP 形式です" #: nova/network/os_vif_util.py:244 #, python-format msgid "Missing vlan number in %s" msgstr "" #: nova/network/neutronv2/api.py:82 nova/volume/cinder.py:79 #, python-format msgid "Unknown auth type: %s" msgstr "" #: nova/network/neutronv2/api.py:360 #, python-format msgid "Failed to delete binding for port(s) %(port_ids)s and host %(host)s." msgstr "" #: nova/network/neutronv2/api.py:459 #, python-format msgid "" "The auto-created port %(port_id)s is being deleted due to its network having " "QoS policy." msgstr "" #: nova/network/neutronv2/api.py:484 #, python-format msgid "Fixed IP %(ip)s is not a valid ip address for network %(network_id)s." msgstr "Fixed IP %(ip)s はネットワーク %(network_id)s の有効な IP アドレスではありません。" #: nova/network/neutronv2/api.py:492 #, python-format msgid "Fixed IP %s is already in use." msgstr "Fixed IP %s は既に使用中です。" #: nova/network/neutronv2/api.py:763 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more specific." msgstr "'%s' に一致するセキュリティーグループが複数見つかりました。より具体的な ID を使用してください。" #: nova/network/neutronv2/api.py:860 nova/network/neutronv2/api.py:2144 msgid "" "Multiple possible networks found, use a Network ID to be more specific." msgstr "使用可能なネットワークが複数見つかりました。ネットワーク ID を具体的に指定してください。" #: nova/network/neutronv2/api.py:962 #, python-format msgid "empty project id for instance %s" msgstr "インスタンス %s のプロジェクト ID が空です" #: nova/network/neutronv2/api.py:1438 #, python-format msgid "PCI device not found for request ID %s." msgstr "" #: nova/network/neutronv2/api.py:1528 #, python-format msgid "Instance hostname %(hostname)s is not a valid DNS name" msgstr "インスタンスのホスト名 %(hostname)s は有効な DNS 名ではありません。" #: nova/network/neutronv2/api.py:1738 #, python-format msgid "Failed to access port %(port_id)s: %(reason)s" msgstr "ポート %(port_id)s へのアクセスに失敗しました: %(reason)s" #: nova/network/neutronv2/api.py:1780 msgid "" "This method needs to be called with either networks=None and port_ids=None " "or port_ids and networks as not none." msgstr "" "このメソッドを呼び出すには、networks と port_ids に None を設定するか、 port_ids と networks に None " "以外の値を設定する必要があります。" #: nova/network/neutronv2/api.py:1923 #, python-format msgid "None of the segments of network %s provides a physical_network" msgstr "" #: nova/network/neutronv2/api.py:2283 #, python-format msgid "The number of defined ports: %(ports)d is over the limit: %(quota)d" msgstr "定義したポート %(ports)d の数が上限 %(quota)d を超えています" #: nova/network/neutronv2/api.py:2630 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "名前が '%s' の Floating IP プールが複数見つかりました" #: nova/network/neutronv2/api.py:3370 #, python-format msgid "Unable to correlate PCI slot %s" msgstr "" #: nova/network/neutronv2/api.py:3393 msgid "" "Provider mappings are not available to the compute service but are required " "for ports with a resource request." msgstr "" #: nova/network/security_group/neutron_driver.py:158 #, python-format msgid "Invalid security group name: %(name)s." msgstr "セキュリティーグループ名が無効です: %(name)s。" #: nova/network/security_group/neutron_driver.py:199 msgid "Security group id should be uuid" msgstr "セキュリティーグループ ID は UUID でなければなりません" #: nova/network/security_group/neutron_driver.py:453 #: nova/network/security_group/neutron_driver.py:513 #, python-format msgid "Security group %(name)s is not found for project %(project)s" msgstr "プロジェクト %(project)s のセキュリティーグループ %(name)s が見つかりません" #: nova/network/security_group/neutron_driver.py:468 #: nova/network/security_group/neutron_driver.py:528 #, python-format msgid "instance_id %s could not be found as device id on any ports" msgstr "instance_id %s がデバイス ID に設定されたポートが見つかりませんでした" #: nova/network/security_group/neutron_driver.py:556 #, python-format msgid "" "Security group %(security_group_name)s not associated with the instance " "%(instance)s" msgstr "セキュリティーグループ %(security_group_name)s がインスタンス %(instance)s に関連付けられていません" #: nova/network/security_group/neutron_driver.py:563 #: nova/network/security_group/neutron_driver.py:567 #: nova/network/security_group/neutron_driver.py:571 #: nova/network/security_group/neutron_driver.py:575 #: nova/network/security_group/neutron_driver.py:579 msgid "Network driver does not support this function." msgstr "ネットワークドライバーではこの関数はサポートされません。" #: nova/network/security_group/security_group_base.py:87 msgid "Type and Code must be integers for ICMP protocol type" msgstr "ICMP プロトコルのタイプおよびコードは整数でなければなりません" #: nova/network/security_group/security_group_base.py:90 msgid "To and From ports must be integers" msgstr "開始ポートと終了ポートは整数でなければなりません" #: nova/network/security_group/security_group_base.py:133 #, python-format msgid "This rule already exists in group %s" msgstr "指定されたルールは既にグループ %s に存在しています。" #: nova/objects/aggregate.py:140 #, python-format msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries" msgstr "アグリゲート %(id)s にメタデータを追加しようと %(retries)s 回再試行しましたが、追加できませんでした" #: nova/objects/aggregate.py:469 msgid "key_prefix mandatory field." msgstr "" #: nova/objects/block_device.py:268 msgid "Volume does not belong to the requested instance." msgstr "ボリュームが要求されたインスタンスに属していません。" #: nova/objects/console_auth_token.py:105 msgid "must be a new object to authorize" msgstr "" #: nova/objects/fields.py:104 #, python-format msgid "Malformed Resource Class %s" msgstr "" #: nova/objects/fields.py:226 #, python-format msgid "Architecture name '%s' is not valid" msgstr "アーキテクチャー名 '%s' が有効ではありません" #: nova/objects/fields.py:416 #, python-format msgid "Hypervisor virt type '%s' is not valid" msgstr "ハイバーバイザーの仮想化タイプ '%s' が有効ではありません" #: nova/objects/fields.py:581 #, python-format msgid "Virtual machine mode '%s' is not valid" msgstr "仮想マシンモード '%s' が有効ではありません" #: nova/objects/fields.py:1017 #, python-format msgid "A NetworkModel is required in field %s" msgstr "フィールド %s に NetworkModel が必要です" #: nova/objects/fields.py:1046 #, python-format msgid "A nova.network.model.VIF object is required in field %s" msgstr "" #: nova/objects/fields.py:1067 #, python-format msgid "Value must match %s" msgstr "" #: nova/objects/host_mapping.py:189 #, python-format msgid "Checking host mapping for compute host '%(host)s': %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:195 #, python-format msgid "Creating host mapping for compute host '%(host)s': %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:214 #, python-format msgid "Creating host mapping for service %(srv)s" msgstr "" #: nova/objects/host_mapping.py:257 #, python-format msgid "Found %s cell mappings." msgstr "" #: nova/objects/host_mapping.py:262 msgid "Skipping cell0 since it does not contain hosts." msgstr "" #: nova/objects/host_mapping.py:265 #, python-format msgid "Getting computes from cell '%(name)s': %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:269 #, python-format msgid "Getting computes from cell: %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:274 #, python-format msgid "Found %(num)s unmapped computes in cell: %(uuid)s" msgstr "" #: nova/objects/instance.py:880 #, python-format msgid "loading %s requires recursion" msgstr "" #: nova/objects/instance.py:1085 nova/objects/instance.py:1165 #, python-format msgid "attribute %s not lazy-loadable" msgstr "" #: nova/objects/instance_mapping.py:70 msgid "attribute user_id is not lazy-loadable" msgstr "" #: nova/objects/migration.py:180 msgid "cannot create a Migration object without a migration_type set" msgstr "" #: nova/objects/network.py:87 #, python-format msgid "IPv6 netmask \"%s\" must be a netmask or integral prefix" msgstr "IPv6 ネットマスク「%s」はネットマスクまたは整数のプレフィックスでなければなりません" #: nova/pci/devspec.py:60 #, python-format msgid "property %(property)s ('%(attr)s') does not parse as a hex number." msgstr "" #: nova/pci/devspec.py:64 #, python-format msgid "" "property %(property)s (%(attr)s) is greater than the maximum allowable value " "(%(max)X)." msgstr "" #: nova/pci/request.py:133 #, python-format msgid "NUMA policy mismatch for alias '%s'" msgstr "" #: nova/pci/request.py:137 #, python-format msgid "Device type mismatch for alias '%s'" msgstr "別名 '%s' のデバイスタイプが一致しません" #: nova/pci/whitelist.py:61 #, python-format msgid "Invalid entry: '%s'" msgstr "項目 '%s' は無効です" #: nova/pci/whitelist.py:66 #, python-format msgid "Invalid entry: '%s'; Expecting list or dict" msgstr "項目 '%s' は無効です。リストまたは辞書型が期待されています" #: nova/pci/whitelist.py:72 #, python-format msgid "Invalid entry: '%s'; Expecting dict" msgstr "項目 '%s' は無効です。辞書型が期待されています" #: nova/privsep/libvirt.py:196 #, python-format msgid "Ignored error while reading from instance console pty: %s" msgstr "" #: nova/scheduler/filter_scheduler.py:301 msgid "There are not enough hosts available." msgstr "使用可能なホストが不足しています。" #: nova/scheduler/request_filter.py:130 msgid "No hosts available for tenant" msgstr "" #: nova/scheduler/utils.py:596 #, python-format msgid "No such host - host: %(host)s node: %(node)s " msgstr "" #: nova/scheduler/utils.py:709 #, python-format msgid "" "Expected to find allocations for source node resource provider %s. Retry the " "operation without forcing a destination host." msgstr "" #: nova/scheduler/utils.py:724 #, python-format msgid "" "Unable to move instance %(instance_uuid)s to host %(host)s. The instance has " "complex allocations on the source host so move cannot be forced." msgstr "" #: nova/scheduler/utils.py:760 #, python-format msgid "" "Unable to move instance %(instance_uuid)s to host %(host)s. There is not " "enough capacity on the host for the instance." msgstr "" #: nova/scheduler/utils.py:889 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s. Last exception: %(exc_reason)s" msgstr "" "インスタンス %(instance_uuid)s に関してスケジューリング可能な最大試行回数 %(max_attempts)d を超えました。直近の例外:" " %(exc_reason)s" #: nova/scheduler/utils.py:1021 msgid "ServerGroupAffinityFilter not configured" msgstr "ServerGroupAffinityFilter が設定されていません" #: nova/scheduler/utils.py:1025 msgid "ServerGroupAntiAffinityFilter not configured" msgstr "ServerGroupAntiAffinityFilter が設定されていません" #: nova/scheduler/utils.py:1029 msgid "ServerGroupSoftAffinityWeigher not configured" msgstr "ServerGroupSoftAffinityWeigher が設定されていません" #: nova/scheduler/utils.py:1034 msgid "ServerGroupSoftAntiAffinityWeigher not configured" msgstr "ServerGroupSoftAntiAffinityWeigher が設定されていません" #: nova/scheduler/client/report.py:460 #, python-format msgid "" "[%(placement_req_id)s] Failed to retrieve sharing resource providers " "associated with the following aggregates from placement API: %(aggs)s. Got " "%(status_code)d: %(err_text)s." msgstr "" #: nova/scheduler/client/report.py:1098 msgid "generation is required with use_cache=False" msgstr "" #: nova/scheduler/client/report.py:1664 #, python-format msgid "" "Cannot remove resources %s from the allocation due to multiple successive " "generation conflicts in placement." msgstr "" #: nova/scheduler/client/report.py:1685 #, python-format msgid "" "Cannot remove resources %(resources)s from allocation %(allocations)s. The " "allocation is empty." msgstr "" #: nova/scheduler/client/report.py:1700 #, python-format msgid "" "Cannot remove resources %(resources)s from allocation %(allocations)s. There " "are not enough allocated resources left on %(rp_uuid)s resource provider to " "remove %(amount)d amount of %(resource_class)s resources." msgstr "" #: nova/scheduler/client/report.py:1720 #, python-format msgid "" "Cannot remove resources %(resources)s from allocation %(allocations)s. Key " "%(missing_key)s is missing from the allocation." msgstr "" #: nova/scheduler/client/report.py:2231 msgid "Either host_name or rp_uuid is required" msgstr "" #: nova/servicegroup/drivers/db.py:49 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "サービスは DB ベースの ServiceGroup ドライバーの必須の引数です" #: nova/servicegroup/drivers/mc.py:53 msgid "" "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "service は Memcached ベースの ServiceGroup ドライバーの必須の引数です" #: nova/virt/driver.py:1187 msgid "" "Hypervisor driver does not support post_live_migration_at_source method" msgstr "ハイパーバイザードライバーが post_live_migration_at_source メソッドをサポートしていません" #: nova/virt/driver.py:1703 msgid "Event must be an instance of nova.virt.event.Event" msgstr "イベントは nova.virt.event.Event のインスタンスでなければなりません" #: nova/virt/driver.py:1911 msgid "Unable to load the virtualization driver" msgstr "" #: nova/virt/event.py:37 msgid "Started" msgstr "開始済み" #: nova/virt/event.py:38 msgid "Stopped" msgstr "停止済み" #: nova/virt/event.py:39 msgid "Paused" msgstr "一時停止済み" #: nova/virt/event.py:40 msgid "Resumed" msgstr "再開済み" #: nova/virt/event.py:41 msgid "Suspended" msgstr "休止済み" #: nova/virt/event.py:42 msgid "Postcopy started" msgstr "" #: nova/virt/event.py:43 msgid "Migration completed" msgstr "" #: nova/virt/event.py:115 msgid "Unknown" msgstr "不明" #: nova/virt/hardware.py:54 #, python-format msgid "No CPUs available after parsing 'vcpu_pin_set' config, %r" msgstr "" #: nova/virt/hardware.py:69 #, python-format msgid "" "No CPUs available after parsing '[compute] cpu_dedicated_set' config, %r" msgstr "" #: nova/virt/hardware.py:86 #, python-format msgid "No CPUs available after parsing '[compute] cpu_shared_set' config, %r" msgstr "" #: nova/virt/hardware.py:122 nova/virt/hardware.py:126 #, python-format msgid "Invalid range expression %r" msgstr "範囲式 %r は無効です" #: nova/virt/hardware.py:138 #, python-format msgid "Invalid exclusion expression %r" msgstr "排他式 %r は無効です" #: nova/virt/hardware.py:145 #, python-format msgid "Invalid inclusion expression %r" msgstr "包含式 %r は無効です" #: nova/virt/hardware.py:331 nova/virt/hardware.py:371 #, python-format msgid "Invalid flavor extra spec. Error: %s" msgstr "" #: nova/virt/hardware.py:1262 #, python-format msgid "" "Flavor %(flavor_name)s has hw:mem_encryption extra spec explicitly set to " "%(flavor_val)s, conflicting with image %(image_name)s which has " "hw_mem_encryption property explicitly set to %(image_val)s" msgstr "" #: nova/virt/hardware.py:1281 #, python-format msgid "" "Memory encryption requested by %(requesters)s but image %(image_name)s " "doesn't have 'hw_firmware_type' property set to 'uefi'" msgstr "" #: nova/virt/hardware.py:1321 msgid "q35 type is required for SEV to work" msgstr "" #: nova/virt/images.py:78 #, python-format msgid "qemu-img aborted by prlimits when inspecting %(path)s : %(exp)s" msgstr "" #: nova/virt/images.py:86 #, python-format msgid "qemu-img failed to execute on %(path)s : %(exp)s" msgstr "%(path)s で qemu-img を実行できませんでした: %(exp)s" #: nova/virt/images.py:91 #, python-format msgid "Failed to run qemu-img info on %(path)s : %(error)s" msgstr "qemu-img info を %(path)s に対して実行できませんでした: %(error)s" #: nova/virt/images.py:135 #, python-format msgid "Unable to convert image to %(format)s: %(exp)s" msgstr "イメージを %(format)s に変換できません: %(exp)s" #: nova/virt/images.py:161 msgid "'qemu-img info' parsing failed." msgstr "'qemu-img info' の解析に失敗しました。" #: nova/virt/images.py:167 #, python-format msgid "fmt=%(fmt)s backed by: %(backing_file)s" msgstr "fmt=%(fmt)s は %(backing_file)s でサポートされています" #: nova/virt/images.py:179 #, python-format msgid "Unable to convert image to raw: %(exp)s" msgstr "イメージを raw 形式に変換できません: %(exp)s" #: nova/virt/images.py:187 #, python-format msgid "Converted to raw, but format is now %s" msgstr "raw 形式に変換されましたが、現在の形式は %s です" #: nova/virt/disk/api.py:287 msgid "image already mounted" msgstr "イメージは既にマウントされています" #: nova/virt/disk/api.py:419 msgid "Failed to teardown container filesystem" msgstr "" #: nova/virt/disk/api.py:432 msgid "Failed to umount container filesystem" msgstr "" #: nova/virt/disk/api.py:625 msgid "Not implemented on Windows" msgstr "Windows では実装されていません" #: nova/virt/disk/api.py:652 #, python-format msgid "User %(username)s not found in password file." msgstr "パスワードファイルにユーザー %(username)s が見つかりません。" #: nova/virt/disk/api.py:668 #, python-format msgid "User %(username)s not found in shadow file." msgstr "shadow ファイルにユーザー %(username)s が見つかりません。" #: nova/virt/disk/mount/api.py:193 #, python-format msgid "partition search unsupported with %s" msgstr "パーティションの検索は %s ではサポートされていません" #: nova/virt/disk/mount/api.py:220 #, python-format msgid "partition %s not found" msgstr "パーティション %s が見つかりません" #: nova/virt/disk/mount/api.py:221 #, python-format msgid "Failed to map partitions: %s" msgstr "パーティションのマッピングに失敗しました: %s" #: nova/virt/disk/mount/api.py:253 #, python-format msgid "Failed to mount filesystem: %s" msgstr "ファイルシステム %s のマウントに失敗しました。" #: nova/virt/disk/mount/loop.py:32 #, fuzzy, python-format msgid "Could not attach image to loopback: %s" msgstr "イメージをループバック %s にアタッチできません。" #: nova/virt/disk/mount/nbd.py:61 msgid "nbd unavailable: module not loaded" msgstr "nbd が使用不可です: モジュールがロードされていません" #: nova/virt/disk/mount/nbd.py:69 msgid "No free nbd devices" msgstr "空きの nbd デバイスがありません" #: nova/virt/disk/mount/nbd.py:89 #, python-format msgid "qemu-nbd error: %s" msgstr "qemu-nbd エラー: %s" #: nova/virt/disk/mount/nbd.py:102 #, python-format msgid "nbd device %s did not show up" msgstr "nbd デバイス %s が出現しません" #: nova/virt/disk/vfs/guestfs.py:70 #, python-format msgid "libguestfs is not installed (%s)" msgstr "libguestfs がインストールされていません (%s)" #: nova/virt/disk/vfs/guestfs.py:92 #, python-format msgid "Please change permissions on %s to 0x644" msgstr "" #: nova/virt/disk/vfs/guestfs.py:95 #, python-format msgid "libguestfs installed but not usable (%s)" msgstr "libguestfs はインストールされていますが、使用できません (%s)" #: nova/virt/disk/vfs/guestfs.py:140 #, python-format msgid "No operating system found in %s" msgstr "%s 内にオペレーティングシステムが見つかりません" #: nova/virt/disk/vfs/guestfs.py:146 #, python-format msgid "Multi-boot operating system found in %s" msgstr "%s 内にブート可能なオペレーティングシステムが複数見つかりました" #: nova/virt/disk/vfs/guestfs.py:157 #, python-format msgid "No mount points found in %(root)s of %(image)s" msgstr "%(image)s の %(root)s にマウントポイントが見つかりません" #: nova/virt/disk/vfs/guestfs.py:171 #, python-format msgid "" "Error mounting %(device)s to %(dir)s in image %(image)s with libguestfs " "(%(e)s)" msgstr "" "libguestfs (%(e)s) を使用してイメージ %(image)s の %(dir)s に %(device)s " "をマウントする際にエラーが発生しました" #: nova/virt/disk/vfs/guestfs.py:249 #, python-format msgid "Error mounting %(image)s with libguestfs (%(e)s)" msgstr "libguestfs (%(e)s) を使用してイメージ %(image)s をマウントする際にエラーが発生しました" #: nova/virt/disk/vfs/guestfs.py:340 #, python-format msgid "" "Error obtaining uid/gid for %(user)s/%(group)s: path %(id_path)s not found " "(%(e)s)" msgstr "" #: nova/virt/disk/vfs/localfs.py:46 #, python-format msgid "File path %s not valid" msgstr "ファイルパス %s は無効です" #: nova/virt/hyperv/block_device_manager.py:121 #, python-format msgid "There are no more free slots on controller %s for configdrive." msgstr "" #: nova/virt/hyperv/block_device_manager.py:170 #, python-format msgid "There are no more free slots on controller %s" msgstr "" #: nova/virt/hyperv/block_device_manager.py:209 #, python-format msgid "" "Hyper-V does not support bus type %(disk_bus)s for generation %(vm_gen)s " "instances." msgstr "" #: nova/virt/hyperv/block_device_manager.py:219 #, python-format msgid "Hyper-V does not support disk type %s for ephemerals or volumes." msgstr "" #: nova/virt/hyperv/hostops.py:227 msgid "Host PowerOn is not supported by the Hyper-V driver" msgstr "ホスト電源オンは Hyper-V ドライバーではサポートされていません" #: nova/virt/hyperv/imagecache.py:155 #, python-format msgid "" "Using a rescue image bigger than the instance flavor disk size is not " "allowed. Rescue image size: %(rescue_image_size)s. Flavor disk size:" "%(flavor_disk_size)s." msgstr "" #: nova/virt/hyperv/livemigrationops.py:144 #, python-format msgid "Unavailable instance location: %s" msgstr "" #: nova/virt/hyperv/migrationops.py:110 nova/virt/hyperv/migrationops.py:228 #, python-format msgid "" "Cannot resize the root disk to a smaller size. Current size: " "%(curr_root_gb)s GB. Requested size: %(new_root_gb)s GB." msgstr "" "ルートディスクのサイズを小さくすることはできません。現在のサイズ: %(curr_root_gb)s GB。要求されたサイズ: " "%(new_root_gb)s GB。" #: nova/virt/hyperv/pathutils.py:69 #, python-format msgid "" "Cannot access \"%(instances_path)s\", make sure the path exists and that you " "have the proper permissions. In particular Nova-Compute must not be executed " "with the builtin SYSTEM account or other accounts unable to authenticate on " "a remote host." msgstr "" "\"%(instances_path)s\" にアクセスできません。パスが存在し、適切な許可を持っていることを確認してください。特に、Nova-" "Compute は、リモートホスト上で認証できない組み込みのシステムアカウント等のアカウントで実行してはなりません。" #: nova/virt/hyperv/serialconsolehandler.py:138 #, python-format msgid "No suitable serial port pipe was found for instance %(instance_name)s" msgstr "" #: nova/virt/hyperv/serialproxy.py:72 #, python-format msgid "" "Failed to initialize serial proxy on %(addr)s:%(port)s, handling connections " "to instance %(instance_name)s. Error: %(error)s" msgstr "" #: nova/virt/hyperv/snapshotops.py:114 #, python-format msgid "Failed to remove snapshot for VM %s" msgstr "" #: nova/virt/hyperv/vif.py:90 #, python-format msgid "Failed to plug virtual interface: unexpected vif_type=%s" msgstr "" #: nova/virt/hyperv/vif.py:103 #, python-format msgid "unexpected vif_type=%s" msgstr "" #: nova/virt/hyperv/vmops.py:470 msgid "Hyper-V does not support CPU pinning." msgstr "" #: nova/virt/hyperv/vmops.py:478 #, python-format msgid "" "Hyper-V does not support NUMA topologies with uneven number of processors. " "(%(a)s != %(b)s)" msgstr "" #: nova/virt/hyperv/vmops.py:484 #, python-format msgid "" "Hyper-V does not support NUMA topologies with uneven amounts of memory. " "(%(a)s != %(b)s)" msgstr "" #: nova/virt/hyperv/vmops.py:502 msgid "" "enable_remotefx configuration option needs to be set to True in order to use " "RemoteFX." msgstr "" #: nova/virt/hyperv/vmops.py:508 msgid "" "The RDS-Virtualization feature must be installed in order to use RemoteFX." msgstr "" #: nova/virt/hyperv/vmops.py:513 #, python-format msgid "" "RemoteFX is not supported on generation %s virtual machines on this version " "of Windows." msgstr "" #: nova/virt/hyperv/vmops.py:567 #, python-format msgid "Requested VM Generation %s is not supported on this OS." msgstr "" #: nova/virt/hyperv/vmops.py:578 #, python-format msgid "Requested VM Generation %s, but provided VHD instead of VHDX." msgstr "" #: nova/virt/hyperv/vmops.py:617 #, python-format msgid "" "Conflicting image metadata property and flavor extra_specs values: " "os_secure_boot (%(image_secure_boot)s) / os:secure_boot " "(%(flavor_secure_boot)s)" msgstr "" #: nova/virt/hyperv/vmops.py:628 msgid "Secure boot requires generation 2 VM." msgstr "" #: nova/virt/hyperv/vmops.py:634 msgid "For secure boot, os_type must be specified in image properties." msgstr "" #: nova/virt/hyperv/vmops.py:749 #, python-format msgid "Failed to destroy instance: %s" msgstr "" #: nova/virt/hyperv/vmops.py:1014 #, python-format msgid "" "The requested rescue image requires a different VM generation than the " "actual rescued instance. Rescue image VM generation: %(rescue_vm_gen)s. " "Rescued instance VM generation: %(vm_gen)s." msgstr "" #: nova/virt/hyperv/vmops.py:1025 msgid "" "Instance root disk image could not be found. Rescuing instances booted from " "volume is not supported." msgstr "" #: nova/virt/hyperv/vmops.py:1063 msgid "" "Missing instance root and/or rescue image. The instance cannot be unrescued." msgstr "" #: nova/virt/hyperv/volumeops.py:80 #, python-format msgid "" "Failed to attach volume %(connection_info)s to instance %(instance_name)s. " msgstr "" #: nova/virt/hyperv/volumeops.py:240 #, python-format msgid "Could not find disk path. Volume id: %s" msgstr "" #: nova/virt/ironic/client_wrapper.py:143 msgid "Unable to authenticate Ironic client." msgstr "Ironic クライアントを認証できません。" #: nova/virt/ironic/driver.py:246 #, python-format msgid "" "Ironic returned more than one node for a query that can only return zero or " "one: %s" msgstr "" #: nova/virt/ironic/driver.py:399 #, python-format msgid "" "Failed to reserve node %(node)s when provisioning the instance %(instance)s" msgstr "" #: nova/virt/ironic/driver.py:410 nova/virt/ironic/driver.py:1190 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "Ironic ノード uuid が、インスタンス %s のドライバーに提供されていません。" #: nova/virt/ironic/driver.py:448 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "インスタンス %(instance)s のプロビジョニング中に、ノード %(node)s でデプロイパラメーターを追加できませんでした。" #: nova/virt/ironic/driver.py:485 #, python-format msgid "" "Failed to add volume target information of volume %(volume)s on node " "%(node)s when provisioning the instance" msgstr "" #: nova/virt/ironic/driver.py:535 #, python-format msgid "Instance %s provisioning was aborted" msgstr "インスタンス %s のプロビジョニングが中止しました。" #: nova/virt/ironic/driver.py:556 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "インスタンス %(inst)s をプロビジョニングできませんでした: %(reason)s" #: nova/virt/ironic/driver.py:1223 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s, storage: %(storage)s)" msgstr "" #: nova/virt/ironic/driver.py:1332 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." msgstr "インスタンスをノード %(node)s で破棄しているときにエラーが発生しました。プロビジョニング状態は '%(state)s' です。" #: nova/virt/ironic/driver.py:1630 #, python-format msgid "Cannot attach VIF %(vif)s to the node %(node)s due to error: %(err)s" msgstr "" #: nova/virt/ironic/driver.py:1821 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "インスタンス %(inst)s の再構築を Ironic に要求できませんでした: %(reason)s" #: nova/virt/libvirt/blockinfo.py:146 #, python-format msgid "Unable to determine disk prefix for %s" msgstr "%s のディスクプレフィックスを判別できません" #: nova/virt/libvirt/blockinfo.py:329 #, python-format msgid "Unable to determine disk bus for '%s'" msgstr "ディスク '%s' のバスを判別できません" #: nova/virt/libvirt/config.py:74 #, python-format msgid "Root element name should be '%(name)s' not '%(tag)s'" msgstr "ルートエレメント名は '%(tag)s' ではなく '%(name)s' でなければなりません" #: nova/virt/libvirt/config.py:188 msgid "BUG: tried to generate domainCapabilities XML" msgstr "" #: nova/virt/libvirt/driver.py:457 #, python-format msgid "" "Nova requires QEMU version %(qemu)s or greater and Libvirt version " "%(libvirt)s or greater for NVDIMM (Persistent Memory) support." msgstr "" #: nova/virt/libvirt/driver.py:476 msgid "The configuration doesn't follow the format" msgstr "" #: nova/virt/libvirt/driver.py:482 #, python-format msgid "The PMEM namespace %s isn't on host" msgstr "" #: nova/virt/libvirt/driver.py:486 #, python-format msgid "Duplicated PMEM namespace %s configured" msgstr "" #: nova/virt/libvirt/driver.py:504 #, python-format msgid "" "Get PMEM namespaces by ndctl utility, please ensure ndctl is installed: %s" msgstr "" #: nova/virt/libvirt/driver.py:667 #, python-format msgid "Nova requires libvirt version %s or greater." msgstr "Nova には libvirt バージョン %s 以降が必要です。" #: nova/virt/libvirt/driver.py:677 #, python-format msgid "Nova requires QEMU version %s or greater." msgstr "" #: nova/virt/libvirt/driver.py:683 #, python-format msgid "Nova requires Virtuozzo version %s or greater." msgstr "" #: nova/virt/libvirt/driver.py:710 #, python-format msgid "" "Running Nova with qemu/kvm virt_type on %(arch)s requires libvirt version " "%(libvirt_ver)s or greater" msgstr "" #: nova/virt/libvirt/driver.py:722 msgid "" "Setting both 'live_migration_tunnelled' and 'live_migration_with_native_tls' " "at the same time is invalid. If you have the relevant libvirt and QEMU " "versions, and TLS configured in your environment, pick " "'live_migration_with_native_tls'." msgstr "" #: nova/virt/libvirt/driver.py:735 msgid "" "'[DEFAULT]/force_raw_images = False' is not allowed with '[libvirt]/" "images_type = rbd'. Please check the two configs and if you really do want " "to use rbd as images_type, set force_raw_images to True." msgstr "" #: nova/virt/libvirt/driver.py:755 #, python-format msgid "" "Config requested an explicit CPU model, but the current libvirt hypervisor " "'%s' does not support selecting CPU models" msgstr "" "設定で、明示的な CPU モデルが要求されましたが、現在の libvirt ハイパーバイザー '%s' は CPU モデルの選択をサポートしていません" #: nova/virt/libvirt/driver.py:763 msgid "The cpu_models option is not required when cpu_mode!=custom" msgstr "" #: nova/virt/libvirt/driver.py:768 msgid "The cpu_models option is required when cpu_mode=custom" msgstr "" #: nova/virt/libvirt/driver.py:775 #, python-format msgid "" "Configured CPU model: %(model)s is not correct, or your host CPU arch does " "not suuport this model. Please correct your config and try again." msgstr "" #: nova/virt/libvirt/driver.py:783 #, python-format msgid "" "Configured CPU model: %(model)s is not compatible with host CPU. Please " "correct your config and try again. %(e)s" msgstr "" #: nova/virt/libvirt/driver.py:799 #, python-format msgid "" "Configured extra flag: %(flag)s it not correct, or the host CPU does not " "support this flag. Please correct the config and try again. %(e)s" msgstr "" #: nova/virt/libvirt/driver.py:848 #, python-format msgid "" "Running Nova with file_backed_memory and virt_type %(type)s is not supported." " file_backed_memory is only supported with qemu and kvm types." msgstr "" #: nova/virt/libvirt/driver.py:858 #, python-format msgid "" "Running Nova with file_backed_memory requires libvirt version %(libvirt)s " "and qemu version %(qemu)s" msgstr "" #: nova/virt/libvirt/driver.py:893 msgid "" "The '[compute] cpu_dedicated_set' and '[compute] cpu_shared_set' " "configuration options must be disjoint." msgstr "" #: nova/virt/libvirt/driver.py:900 msgid "" "The 'reserved_host_cpus' config option cannot be defined alongside the " "'[compute] cpu_shared_set' or '[compute] cpu_dedicated_set' options. Unset " "'reserved_host_cpus'." msgstr "" #: nova/virt/libvirt/driver.py:911 msgid "" "The 'vcpu_pin_set' config option has been deprecated and cannot be defined " "alongside '[compute] cpu_dedicated_set'. Unset 'vcpu_pin_set'." msgstr "" #: nova/virt/libvirt/driver.py:1211 msgid "operation time out" msgstr "操作がタイムアウトしました" #: nova/virt/libvirt/driver.py:1431 #, python-format msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" msgstr "" #: nova/virt/libvirt/driver.py:1435 msgid "Error unfiltering instance." msgstr "" #: nova/virt/libvirt/driver.py:1844 #, python-format msgid "" "Volume sets block size, but the current libvirt hypervisor '%s' does not " "support custom block size" msgstr "" "ボリュームによってブロックサイズが設定されますが、現在の libvirt ハイパーバイザー '%s' はカスタムブロックサイズをサポートしていません" #: nova/virt/libvirt/driver.py:1883 msgid "" "Failed to attach encrypted volume due to a known Libvirt issue, see the " "following bug for details: https://bugzilla.redhat.com/1447297" msgstr "" #: nova/virt/libvirt/driver.py:1888 nova/virt/libvirt/driver.py:1893 #, python-format msgid "Failed to attach volume at mountpoint: %s" msgstr "" #: nova/virt/libvirt/driver.py:1963 msgid "" "Swap volume is not supported for encrypted volumes when native LUKS " "decryption is enabled." msgstr "" #: nova/virt/libvirt/driver.py:1988 msgid "Swap only supports host devices" msgstr "スワップでサポートされるのはホストデバイスのみです" #: nova/virt/libvirt/driver.py:2430 msgid "Failed to snapshot image" msgstr "" #: nova/virt/libvirt/driver.py:2503 #, python-format msgid "" "Error from libvirt while set password for username \"%(user)s\": [Error Code " "%(error_code)s] %(ex)s" msgstr "" "ユーザー名 \"%(user)s\" のパスワードの設定中に libvirt でエラーが発生しました: [エラーコード %(error_code)s] " "%(ex)s" #: nova/virt/libvirt/driver.py:2534 #, python-format msgid "" "Error from libvirt while quiescing %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" "%(instance_name)s の正常終了中に libvirt でエラーが発生しました: [エラーコード %(error_code)s] " "%(ex)s" #: nova/virt/libvirt/driver.py:2637 msgid "Failed to send updated snapshot status to volume service." msgstr "" #: nova/virt/libvirt/driver.py:2697 msgid "Found no disk to snapshot." msgstr "スナップショットの作成対象のディスクが見つかりません" #: nova/virt/libvirt/driver.py:2749 msgid "" "Unable to create quiesced VM snapshot, attempting again with quiescing " "disabled." msgstr "" #: nova/virt/libvirt/driver.py:2764 msgid "Unable to create VM snapshot, failing volume_snapshot operation." msgstr "" #: nova/virt/libvirt/driver.py:2802 #, python-format msgid "Unknown type: %s" msgstr "不明なタイプ: %s" #: nova/virt/libvirt/driver.py:2807 msgid "snapshot_id required in create_info" msgstr "create_info には snapshot_id が必要です" #: nova/virt/libvirt/driver.py:2815 msgid "" "Error occurred during volume_snapshot_create, sending error status to Cinder." "" msgstr "" #: nova/virt/libvirt/driver.py:2856 #, python-format msgid "" "Something went wrong when deleting a volume snapshot: rebasing a " "%(protocol)s network disk using qemu-img has not been fully tested" msgstr "" "ボリュームのスナップショットの削除中に問題が発生しました: qemu-img を使用して %(protocol)s " "のネットワークディスクを再設定することは十分に検証されていません。" #: nova/virt/libvirt/driver.py:2907 #, python-format msgid "Unknown delete_info type %s" msgstr "不明な delete_info タイプ %s" #: nova/virt/libvirt/driver.py:2944 #, python-format msgid "Disk with id: %s not found attached to instance." msgstr "ID が %s のインスタンスに接続されたディスクが見つかりません。" #: nova/virt/libvirt/driver.py:2952 msgid "filename cannot be None" msgstr "ファイル名を None にすることはできません" #: nova/virt/libvirt/driver.py:2981 #, python-format msgid "no match found for %s" msgstr "%s に合致するものが見つかりません" #: nova/virt/libvirt/driver.py:3084 msgid "" "Error occurred during volume_snapshot_delete, sending error status to Cinder." "" msgstr "" #: nova/virt/libvirt/driver.py:3357 #, python-format msgid "" "Error from libvirt while injecting an NMI to %(instance_uuid)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:3864 msgid "Swap disk is not supported for Virtuozzo container" msgstr "" #: nova/virt/libvirt/driver.py:3936 #, python-format msgid "%s format is not supported" msgstr "%s 形式はサポートされていません" #: nova/virt/libvirt/driver.py:4607 msgid "Unable to get host UUID: /etc/machine-id does not exist" msgstr " ホストの UUID を取得できません: /etc/machine-id が存在しません" #: nova/virt/libvirt/driver.py:4615 msgid "Unable to get host UUID: /etc/machine-id is empty" msgstr "ホストの UUID が取得できません: /etc/machine-id が空です" #: nova/virt/libvirt/driver.py:4855 #, python-format msgid "" "Invalid cpu_shared_set config, one or more of the specified cpuset is not " "online. Online cpuset(s): %(online)s, requested cpuset(s): %(req)s" msgstr "" #: nova/virt/libvirt/driver.py:6374 #, python-format msgid "" "Invalid '[compute] cpu_dedicated_set' config: one or more of the configured " "CPUs is not online. Online cpuset(s): %(online)s, configured cpuset(s): " "%(req)s" msgstr "" #: nova/virt/libvirt/driver.py:6406 #, python-format msgid "" "Invalid '%(config_opt)s' config: one or more of the configured CPUs is not " "online. Online cpuset(s): %(online)s, configured cpuset(s): %(req)s" msgstr "" #: nova/virt/libvirt/driver.py:7069 msgid "Suspend is not supported for instances having attached vGPUs." msgstr "" #: nova/virt/libvirt/driver.py:7573 #, python-format msgid "" "Unexpected VGPU resource allocation on provider %(rp_uuid)s for consumer " "%(consumer_uuid)s: %(alloc_data)s. Expected VGPU allocation to be on root " "compute node provider %(root_uuid)s." msgstr "" #: nova/virt/libvirt/driver.py:7611 #, python-format msgid "" "Unexpected VGPU resource allocation on provider %(rp_uuid)s for consumer " "%(consumer_uuid)s: %(alloc_data)s. The allocation is made against a non-" "existing instance or there are no devices assigned." msgstr "" #: nova/virt/libvirt/driver.py:8210 msgid "Block migration can not be used with shared storage." msgstr "ブロックマイグレーションを使用するときに、共有ストレージを使用することはできません。" #: nova/virt/libvirt/driver.py:8225 #, python-format msgid "" "Cannot block migrate instance %(uuid)s with mapped volumes. Selective block " "device migration is not supported with tunnelled block migrations." msgstr "" #: nova/virt/libvirt/driver.py:8233 msgid "" "Shared storage live-migration requires either shared storage or boot-from-" "volume with no local disks." msgstr "" #: nova/virt/libvirt/driver.py:8323 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too large(available " "on destination host:%(available)s < need:%(necessary)s)" msgstr "" "%(instance_uuid)s をマイグレーションできません: インスタンスのディスクが大きすぎます (宛先ホスト上の使用可能量: " "%(available)s < 必要量: %(necessary)s)" #: nova/virt/libvirt/driver.py:8388 #, python-format msgid "CPU doesn't have compatibility.\n" "\n" "%(ret)s\n" "\n" "Refer to %(u)s" msgstr "CPU に互換性がありません。\n" "\n" "%(ret)s\n" "\n" "%(u)s を参照" #: nova/virt/libvirt/driver.py:8472 #, python-format msgid "The firewall filter for %s does not exist" msgstr "%s のファイアウォールフィルターが存在しません" #: nova/virt/libvirt/driver.py:8533 msgid "" "Your destination node does not support retrieving listen addresses. In order " "for live migration to work properly you must disable serial console." msgstr "" #: nova/virt/libvirt/driver.py:9811 msgid "Unable to resize disk down." msgstr "ディスクのサイズを縮小することができません。" #: nova/virt/libvirt/driver.py:9817 msgid "Migration is not supported for LVM backed instances" msgstr "マイグレーションは LVM 形式のイメージを使用するインスタンスではサポートされていません" #: nova/virt/libvirt/driver.py:9835 #, python-format msgid "not able to execute ssh command: %s" msgstr "ssh コマンドを実行できません: %s" #: nova/virt/libvirt/guest.py:464 msgid "Unable to detach the device from the live config." msgstr "" #: nova/virt/libvirt/guest.py:542 #, python-format msgid "" "Error from libvirt while getting domain info for %(instance_name)s: [Error " "Code %(error_code)s] %(ex)s" msgstr "" "%(instance_name)s のドメイン情報を取得している際に、libvirt でエラーが発生しました: [エラーコード " "%(error_code)s] %(ex)s" #: nova/virt/libvirt/host.py:193 msgid "Exception handling connection event" msgstr "" #: nova/virt/libvirt/host.py:270 #, python-format msgid "Can not handle authentication request for %d credentials" msgstr "%d 認証情報に関する認証要求を処理できません" #: nova/virt/libvirt/host.py:344 #, python-format msgid "Connection to libvirt lost: %s" msgstr "libvirt との接続が失われました: %s" #: nova/virt/libvirt/host.py:471 msgid "Connection to libvirt lost" msgstr "" #: nova/virt/libvirt/host.py:486 #, python-format msgid "Failed to connect to libvirt: %(msg)s" msgstr "" #: nova/virt/libvirt/host.py:506 #, python-format msgid "Connection to libvirt failed: %s" msgstr "" #: nova/virt/libvirt/host.py:612 #, python-format msgid "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" "%(instance_name)s の検索中に libvirt でエラーが発生しました: [エラーコード %(error_code)s] %(ex)s" #: nova/virt/libvirt/host.py:993 nova/virt/libvirt/host.py:1022 #, python-format msgid "Invalid usage_type: %s" msgstr "usage_type %s は無効です" #: nova/virt/libvirt/imagebackend.py:96 msgid "" "Incompatible settings: ephemeral storage encryption is supported only for " "LVM images." msgstr "設定に互換性がありません: 一時ストレージ暗号化は LVM イメージでのみサポートされています。" #: nova/virt/libvirt/imagebackend.py:366 #, python-format msgid "Could not load line %(line)s, got error %(error)s" msgstr "行 %(line)s をロードできませんでした。エラー %(error)s を受け取りました" #: nova/virt/libvirt/imagebackend.py:381 msgid "Attempted overwrite of an existing value." msgstr "既存の値を上書きしようとしました。" #: nova/virt/libvirt/imagebackend.py:429 msgid "clone() is not implemented" msgstr "clone() は実装されていません" #: nova/virt/libvirt/imagebackend.py:452 msgid "direct_snapshot() is not implemented" msgstr "direct_snapshot() が実装されていません" #: nova/virt/libvirt/imagebackend.py:714 msgid "You should specify images_volume_group flag to use LVM images." msgstr "LVM イメージを使用するには images_volume_group フラグを指定する必要があります。" #: nova/virt/libvirt/imagebackend.py:790 msgid "Instance disk to be encrypted but no context provided" msgstr "インスタンスディスクの暗号化が必要ですが、コンテキストが指定されていません。" #: nova/virt/libvirt/imagebackend.py:836 msgid "You should specify images_rbd_pool flag to use rbd images." msgstr "rbd イメージを使用するには images_rbd_pool フラグを指定する必要があります。" #: nova/virt/libvirt/imagebackend.py:969 msgid "Image is not raw format" msgstr "イメージは raw 形式ではありません" #: nova/virt/libvirt/imagebackend.py:978 msgid "No image locations are accessible" msgstr "イメージの場所にアクセスできません" #: nova/virt/libvirt/imagebackend.py:1059 #, python-format msgid "" "Cannot determine the parent storage pool for %s; cannot determine where to " "store images" msgstr "%s の親のストレージプールを検出できません。イメージを保存する場所を決定できません。" #: nova/virt/libvirt/imagebackend.py:1178 #, python-format msgid "" "Ploop image backend doesn't support images in %s format. You should either " "set force_raw_images=True in config or upload an image in ploop or raw " "format." msgstr "" #: nova/virt/libvirt/imagebackend.py:1221 #, python-format msgid "Unknown image_type=%s" msgstr "不明な image_type=%s" #: nova/virt/libvirt/utils.py:369 msgid "Can't retrieve root device path from instance libvirt configuration" msgstr "インスタンスの libvirt 設定からルートデバイスのパスを取得できません" #: nova/virt/libvirt/vif.py:498 #, python-format msgid "Unsupported os-vif VIFHostDevice dev_type %(type)s" msgstr "" #: nova/virt/libvirt/vif.py:513 #, python-format msgid "Unsupported VIF port profile type %s" msgstr "" #: nova/virt/libvirt/vif.py:548 #, python-format msgid "Unsupported VIF type %s" msgstr "" #: nova/virt/libvirt/vif.py:575 nova/virt/libvirt/vif.py:718 #: nova/virt/libvirt/vif.py:835 msgid "vif_type parameter must be present for this vif_driver implementation" msgstr "この vif_driver の実装では vif_type パラメーターが必要です" #: nova/virt/libvirt/vif.py:608 #, python-format msgid "Unexpected vif_type=%s" msgstr "想定しない vif_type=%s" #: nova/virt/libvirt/vif.py:624 msgid "Failed while plugging ib hostdev vif" msgstr "" #: nova/virt/libvirt/vif.py:668 nova/virt/libvirt/vif.py:685 msgid "Failed while plugging vif" msgstr "" #: nova/virt/libvirt/vif.py:702 #, python-format msgid "Failure running os_vif plugin plug method: %(ex)s" msgstr "" #: nova/virt/libvirt/vif.py:747 #, python-format msgid "Plug VIF failed because of unexpected vif_type=%s" msgstr "" #: nova/virt/libvirt/vif.py:760 msgid "Failed while unplugging ib hostdev vif" msgstr "" #: nova/virt/libvirt/vif.py:791 nova/virt/libvirt/vif.py:799 #: nova/virt/libvirt/vif.py:812 msgid "Failed while unplugging vif" msgstr "" #: nova/virt/libvirt/vif.py:820 #, python-format msgid "Failure running os_vif plugin unplug method: %(ex)s" msgstr "" #: nova/virt/libvirt/vif.py:866 #, python-format msgid "Unplug VIF failed because of unexpected vif_type=%s" msgstr "" #: nova/virt/libvirt/storage/lvm.py:54 #, python-format msgid "" "Insufficient Space on Volume Group %(vg)s. Only %(free_space)db available, " "but %(size)d bytes required by volume %(lv)s." msgstr "" "ボリュームグループ %(vg)s に十分なスペースがありません。使用可能なのは %(free_space)db のみですが、ボリューム %(lv)s " "には %(size)d バイト必要です。" #: nova/virt/libvirt/storage/lvm.py:97 #, python-format msgid "vg %s must be LVM volume group" msgstr "vg %s は LVM ボリュームグループでなければなりません" #: nova/virt/libvirt/storage/lvm.py:136 #, python-format msgid "Path %s must be LVM logical volume" msgstr "パス %s は LVM 論理ボリュームでなければなりません" #: nova/virt/libvirt/storage/rbd_utils.py:82 #, python-format msgid "error opening rbd image %s" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:126 msgid "rbd python libraries not found" msgstr "rbd python ライブラリーが見つかりません" #: nova/virt/libvirt/storage/rbd_utils.py:187 msgid "Not stored in rbd" msgstr "rbd 内に保管されていません" #: nova/virt/libvirt/storage/rbd_utils.py:192 msgid "Blank components" msgstr "空白コンポーネント" #: nova/virt/libvirt/storage/rbd_utils.py:195 msgid "Not an rbd snapshot" msgstr "rbd スナップショットではありません" #: nova/virt/libvirt/storage/rbd_utils.py:248 #, python-format msgid "no write permission on storage pool %s" msgstr "ストレージプール %s に書き込み権限がありません" #: nova/virt/libvirt/storage/rbd_utils.py:277 #, python-format msgid "no usable parent snapshot for volume %s" msgstr "ボリューム %s に関して使用可能な親スナップショットがありません" #: nova/virt/libvirt/volume/mount.py:315 #, python-format msgid "" "Error mounting %(fstype)s export %(export)s on %(mountpoint)s. Continuing " "because mountpount is mounted despite this." msgstr "" #: nova/virt/libvirt/volume/quobyte.py:103 #, python-format msgid "Couldn't unmount the Quobyte Volume at %s" msgstr "" #: nova/virt/libvirt/volume/quobyte.py:123 #, python-format msgid "The mount %(mount_path)s is not a valid Quobyte volume. Stale mount?" msgstr "" #: nova/virt/libvirt/volume/quobyte.py:128 #, python-format msgid "" "The mount %(mount_path)s is not a valid Quobyte volume according to " "partition list." msgstr "" #: nova/virt/libvirt/volume/quobyte.py:132 #, python-format msgid "" "No matching Quobyte mount entry for %(mount_path)s could be found for " "validation in partition list." msgstr "" #: nova/virt/libvirt/volume/remotefs.py:67 #, python-format msgid "Couldn't unmount the share %s" msgstr "" #: nova/virt/libvirt/volume/vzstorage.py:54 #, python-format msgid "" "You can't use %s options in vzstorage_mount_opts configuration parameter." msgstr "" #: nova/virt/libvirt/volume/vzstorage.py:82 msgid "Valid share format is [mds[,mds1[...]]:/]clustername[:password]" msgstr "" #: nova/virt/powervm/driver.py:420 #, python-format msgid "" "The snapshot operation is not supported in conjunction with a [powervm]/" "disk_driver setting of %s." msgstr "" #: nova/virt/powervm/driver.py:526 #, python-format msgid "Plug vif failed because instance %s was not found." msgstr "" #: nova/virt/powervm/driver.py:531 msgid "Plug vif failed because of an unexpected error." msgstr "" #: nova/virt/powervm/vm.py:500 #, python-format msgid "Invalid dedicated sharing mode '%s'!" msgstr "" #: nova/virt/powervm/vm.py:515 #, python-format msgid "Unhandled PowerVM key '%s'! Please report this bug." msgstr "" #: nova/virt/powervm/vm.py:535 #, python-format msgid "Multiple Shared Processing Pools with name %(pool)s." msgstr "" #: nova/virt/powervm/vm.py:539 #, python-format msgid "Unable to find Shared Processing Pool %(pool)s" msgstr "" #: nova/virt/powervm/volume/__init__.py:25 #, python-format msgid "Invalid connection type of %s" msgstr "" #: nova/virt/powervm/volume/fcvscsi.py:170 #, python-format msgid "" "Failed to discover valid hdisk on any Virtual I/O Server for volume " "%(volume_id)s." msgstr "" #: nova/virt/vmwareapi/driver.py:107 msgid "" "Must specify host_ip, host_username and host_password to use vmwareapi." "VMwareVCDriver" msgstr "vmwareapi.VMwareVCDriver を使用するためのホスト IP、ユーザー名、ホストパスワードを指定する必要があります" #: nova/virt/vmwareapi/driver.py:122 #, python-format msgid "Invalid Regular Expression %s" msgstr "正規表現 %s は無効です" #: nova/virt/vmwareapi/driver.py:138 #, python-format msgid "The specified cluster '%s' was not found in vCenter" msgstr "指定されたクラスター '%s' が vCenter で見つかりませんでした" #: nova/virt/vmwareapi/driver.py:166 #, python-format msgid "" "Detected vCenter version %(version)s. Nova requires VMware vCenter version " "%(min_version)s or greater." msgstr "" #: nova/virt/vmwareapi/driver.py:321 #, python-format msgid "Cannot find destination cluster %s for live migration" msgstr "" #: nova/virt/vmwareapi/driver.py:326 msgid "Cannot find destination resource pool for live migration" msgstr "" #: nova/virt/vmwareapi/driver.py:702 msgid "" "Multiple hosts may be managed by the VMWare vCenter driver; therefore we do " "not return uptime for just one host." msgstr "" "複数のホストが VMWare vCenter ドライバーによって管理されている可能性があります。このため ホスト単位の稼働時間は返しません。" #: nova/virt/vmwareapi/ds_util.py:150 #, python-format msgid "Storage policy %s did not match any datastores" msgstr "ストレージポリシー %s がどのデータストアにも一致しませんでした" #: nova/virt/vmwareapi/ds_util.py:154 #, python-format msgid "Datastore regex %s did not match any datastores" msgstr "データストア regex %s がどのデータストアとも一致しませんでした" #: nova/virt/vmwareapi/error_util.py:25 msgid "No root disk defined." msgstr "ルートディスクが定義されていません。" #: nova/virt/vmwareapi/error_util.py:29 msgid "Default PBM policy is required if PBM is enabled." msgstr "PBM が有効になっている場合、デフォルト PBM ポリシーは必須です。" #: nova/virt/vmwareapi/error_util.py:33 msgid "The default PBM policy doesn't exist on the backend." msgstr "デフォルト PBM ポリシーがバックエンドに存在しません。" #: nova/virt/vmwareapi/images.py:435 msgid "Extracting vmdk from OVA failed." msgstr "OVA からの vmdk の取得に失敗しました。" #: nova/virt/vmwareapi/network_util.py:173 msgid "" "ESX SOAP server returned an empty port group for the host system in its " "response" msgstr "ESX SOAP サーバーが返した応答で、そのホストシステムのポートグループが空でした" #: nova/virt/vmwareapi/vif.py:157 #, python-format msgid "vif type %s not supported" msgstr "vif タイプ %s はサポートされません" #: nova/virt/vmwareapi/vm_util.py:74 #, python-format msgid "Share level '%s' cannot have share configured" msgstr "シェアレベル '%s' に設定されたシェアがありません" #: nova/virt/vmwareapi/vm_util.py:81 #, python-format msgid "Share '%s' is not supported" msgstr "シェア '%s' はサポートされません" #: nova/virt/vmwareapi/vm_util.py:414 #, python-format msgid "%s is not supported." msgstr "%s はサポートされていません。" #: nova/virt/vmwareapi/vm_util.py:493 msgid "Limits only supported from vCenter 6.0 and above" msgstr "上限が適用されるのは、vCenter 6.0 以降の場合のみです。" #: nova/virt/vmwareapi/vm_util.py:753 nova/virt/vmwareapi/volumeops.py:364 #: nova/virt/vmwareapi/volumeops.py:554 msgid "Unable to find iSCSI Target" msgstr "iSCSI ターゲットが見つかりません" #: nova/virt/vmwareapi/vm_util.py:798 #, python-format msgid "Only %d SCSI controllers are allowed to be created on this instance." msgstr "" #: nova/virt/vmwareapi/vm_util.py:1270 msgid "No host available on cluster" msgstr "クラスター上に使用可能なホストがありません" #: nova/virt/vmwareapi/vm_util.py:1408 nova/virt/xenapi/vm_utils.py:267 msgid "Destroy VM failed" msgstr "" #: nova/virt/vmwareapi/vm_util.py:1572 #, python-format msgid "Rescue device does not exist for instance %s" msgstr "インスタンス %s 用のレスキューデバイスが存在しません" #: nova/virt/vmwareapi/vmops.py:574 msgid "Image disk size greater than requested disk size" msgstr "イメージディスクが、要求されたディスクサイズよりも大きなサイズです" #: nova/virt/vmwareapi/vmops.py:618 #, python-format msgid "disk type '%s' not supported" msgstr "ディスクタイプ '%s' はサポートされていません" #: nova/virt/vmwareapi/vmops.py:850 #, python-format msgid "Invalid config_drive_format \"%s\"" msgstr "無効な config_drive_format \"%s\"" #: nova/virt/vmwareapi/vmops.py:1049 msgid "instance is not powered on" msgstr "インスタンスの電源がオンになっていません" #: nova/virt/vmwareapi/vmops.py:1128 msgid "Destroy instance failed" msgstr "" #: nova/virt/vmwareapi/vmops.py:1145 msgid "pause not supported for vmwareapi" msgstr "vmwareapi では一時停止はサポートされていません" #: nova/virt/vmwareapi/vmops.py:1149 msgid "unpause not supported for vmwareapi" msgstr "vmwareapi では一時停止解除はサポートされていません" #: nova/virt/vmwareapi/vmops.py:1168 msgid "instance is powered off and cannot be suspended." msgstr "インスタンスは電源オフになっています。休止できません。" #: nova/virt/vmwareapi/vmops.py:1189 msgid "instance is not in a suspended state" msgstr "インスタンスは休止状態ではありません" #: nova/virt/vmwareapi/vmops.py:1436 msgid "Unable to shrink disk." msgstr "ディスクを縮小できません。" #: nova/virt/vmwareapi/vmops.py:1944 #, python-format msgid "No device with interface-id %s exists on VM" msgstr "interface-id %s を持つデバイスが VM にありません" #: nova/virt/vmwareapi/vmops.py:1956 #, python-format msgid "No device with MAC address %s exists on the VM" msgstr "MAC アドレス %s を持つデバイスが VM にありません" #: nova/virt/vmwareapi/volumeops.py:337 nova/virt/vmwareapi/volumeops.py:527 #, python-format msgid "%s does not support disk hotplug." msgstr "%s ではディスクのホットプラグはサポートされていません。" #: nova/virt/vmwareapi/volumeops.py:505 nova/virt/vmwareapi/volumeops.py:563 msgid "Unable to find volume" msgstr "ボリュームが見つかりません" #: nova/virt/xenapi/agent.py:435 #, python-format msgid "OpenSSL errored with exit code %(exit_code)d: %(stderr)s" msgstr "" #: nova/virt/xenapi/driver.py:51 #, python-format msgid "" "Current value of CONF.xenserver.%(option)s option incompatible with CONF." "xenserver.independent_compute=True. Consider using \"%(recommended)s\"" msgstr "" #: nova/virt/xenapi/driver.py:94 msgid "" "Must specify connection_url, connection_username (optionally), and " "connection_password to use compute_driver=xenapi.XenAPIDriver" msgstr "" "compute_driver=xenapi.XenAPIDriver " "を使用するには、connection_url、connection_username (オプション)、および connection_password " "を指定する必要があります" #: nova/virt/xenapi/driver.py:140 msgid "Failure while cleaning up attached VDIs" msgstr "" #: nova/virt/xenapi/driver.py:807 msgid "Host startup on XenServer is not supported." msgstr "XenServer 上でのホストの起動はサポートされていません。" #: nova/virt/xenapi/fake.py:904 #, python-format msgid "xenapi.fake does not have an implementation for %s" msgstr "xenapi.fake には %s が実装されていません。" #: nova/virt/xenapi/fake.py:1034 #, python-format msgid "" "xenapi.fake does not have an implementation for %s or it has been called " "with the wrong number of arguments" msgstr "xenapi.fake に %s の実装がないか、引数の数が誤っています。" #: nova/virt/xenapi/host.py:89 #, fuzzy, python-format msgid "Aggregate for host %(host)s count not be found." msgstr "ホスト %(host)s カウントの総計が見つかりません。" #: nova/virt/xenapi/host.py:108 #, python-format msgid "Unable to migrate VM %(vm_ref)s from %(host)s" msgstr "" #: nova/virt/xenapi/host.py:118 msgid "Unable to find suitable host for VMs evacuation" msgstr "" #: nova/virt/xenapi/host.py:189 msgid "Failed to parse information about a pci device for passthrough" msgstr "パススルー用の PCI デバイスに関する情報の解析に失敗しました" #: nova/virt/xenapi/host.py:374 #, python-format msgid "Unable to get size for vdi %s" msgstr "" #: nova/virt/xenapi/host.py:514 nova/virt/xenapi/host.py:534 msgid "Unable to get updated status" msgstr "" #: nova/virt/xenapi/network_utils.py:31 #, python-format msgid "Found non-unique network for name_label %s" msgstr "name_label %s について一意でないネットワークが見つかりました" #: nova/virt/xenapi/network_utils.py:49 #, python-format msgid "Found non-unique network for bridge %s" msgstr "ブリッジ %s について一意でないネットワークが見つかりました" #: nova/virt/xenapi/network_utils.py:52 #, python-format msgid "Found no network for bridge %s" msgstr "ブリッジ %s に対するネットワークが存在しません。" #: nova/virt/xenapi/pool.py:57 #, python-format msgid "" "Aggregate %(aggregate_id)s: unrecoverable state during operation on %(host)s" msgstr "" #: nova/virt/xenapi/pool.py:71 nova/virt/xenapi/pool.py:119 msgid "setup in progress" msgstr "セットアップが進行中です" #: nova/virt/xenapi/pool.py:72 nova/virt/xenapi/pool.py:120 msgid "aggregate deleted" msgstr "アグリゲートが削除されました" #: nova/virt/xenapi/pool.py:73 msgid "aggregate in error" msgstr "アグリゲートでエラーが発生しました" #: nova/virt/xenapi/pool.py:118 msgid "no hosts to remove" msgstr "削除するホストがありません" #: nova/virt/xenapi/pool.py:142 #, python-format msgid "Unable to eject %s from the pool; pool not empty" msgstr "プールから %s を削除できません。プールは空ではありません" #: nova/virt/xenapi/pool.py:157 #, python-format msgid "Unable to eject %s from the pool; No master found" msgstr "プールから %s を削除できません。マスターが見つかりません" #: nova/virt/xenapi/pool.py:177 #, python-format msgid "Unable to join %s in the pool" msgstr "プール内の %s を追加できません" #: nova/virt/xenapi/vif.py:61 #, python-format msgid "Failed to create vif %s" msgstr "vif %s の作成に失敗しました" #: nova/virt/xenapi/vif.py:84 #, python-format msgid "Failed to unplug vif %s" msgstr "vif %s の取り外しに失敗しました" #: nova/virt/xenapi/vif.py:211 msgid "Failed to destroy network" msgstr "" #: nova/virt/xenapi/vif.py:232 msgid "Failed to delete patch port pair" msgstr "" #: nova/virt/xenapi/vif.py:259 msgid "Failed to delete bridge" msgstr "" #: nova/virt/xenapi/vif.py:400 msgid "Failed to find bridge for vif" msgstr "" #: nova/virt/xenapi/vif.py:438 msgid "Failed to create the interim network for vif" msgstr "" #: nova/virt/xenapi/vm_utils.py:157 #, python-format msgid "" "Device id %(id)s specified is not supported by hypervisor version " "%(version)s" msgstr "指定されたデバイス id %(id)s はハイパーバイザーバージョン %(version)s ではサポートされていません" #: nova/virt/xenapi/vm_utils.py:283 msgid "Shutting down VM (cleanly) failed." msgstr "" #: nova/virt/xenapi/vm_utils.py:298 msgid "Shutting down VM (hard) failed" msgstr "" #: nova/virt/xenapi/vm_utils.py:365 msgid "Unable to unplug VBD" msgstr "" #: nova/virt/xenapi/vm_utils.py:367 #, python-format msgid "Unable to unplug VBD %s" msgstr "VBD %s の取り外しに失敗しました。" #: nova/virt/xenapi/vm_utils.py:370 #, python-format msgid "Reached maximum number of retries trying to unplug VBD %s" msgstr "VBD %s の取り外しの最大試行回数に達しました" #: nova/virt/xenapi/vm_utils.py:380 msgid "Unable to destroy VBD" msgstr "" #: nova/virt/xenapi/vm_utils.py:382 #, python-format msgid "Unable to destroy VBD %s" msgstr "VBD %s を削除できません" #: nova/virt/xenapi/vm_utils.py:434 #, python-format msgid "Unable to destroy VDI %s" msgstr "VDI %s を破棄できません" #: nova/virt/xenapi/vm_utils.py:594 #, python-format msgid "No primary VDI found for %s" msgstr "%s のプライマリー VDI が見つかりません" #: nova/virt/xenapi/vm_utils.py:726 #, python-format msgid "" "Only file-based SRs (ext/NFS) are supported by this feature. SR %(uuid)s is " "of type %(type)s" msgstr "" "この機能でサポートされるのは、ファイルベースの SR (ext/NFS) のみです。SR %(uuid)s のタイプは %(type)s です。" #: nova/virt/xenapi/vm_utils.py:882 #, python-format msgid "" "VDI %(vdi_ref)s is %(virtual_size)d bytes which is larger than flavor size " "of %(new_disk_size)d bytes." msgstr "" "VDI %(vdi_ref)s は %(virtual_size)d バイトです。これは、フレーバーのサイズである %(new_disk_size)d " "バイトを超えています。" #: nova/virt/xenapi/vm_utils.py:893 nova/virt/xenapi/vmops.py:1390 msgid "Can't resize a disk to 0 GB." msgstr "ディスクのサイズを 0 GB に変更することはできません。" #: nova/virt/xenapi/vm_utils.py:948 msgid "Disk must have only one partition." msgstr "ディスクのパーティションは 1 つのみでなければなりません。" #: nova/virt/xenapi/vm_utils.py:953 #, python-format msgid "Disk contains a filesystem we are unable to resize: %s" msgstr "ディスクにサイズ変更できないファイルシステムが含まれています: %s" #: nova/virt/xenapi/vm_utils.py:958 msgid "The only partition should be partition 1." msgstr "唯一のパーティションはパーティション 1 でなければなりません。" #: nova/virt/xenapi/vm_utils.py:1498 #, python-format msgid "" "Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d " "bytes" msgstr "カーネルイメージ/RAM ディスクイメージが大きすぎます: %(vdi_size)d バイト、最大値は %(max_size)d バイト" #: nova/virt/xenapi/vm_utils.py:1537 msgid "Failed to fetch glance image" msgstr "" #: nova/virt/xenapi/vm_utils.py:1632 msgid "\"Look for the VDIs failed" msgstr "" #: nova/virt/xenapi/vm_utils.py:1812 #, python-format msgid "Unable to parse rrd of %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:1909 msgid "Cannot find SR of content-type ISO" msgstr "コンテンツタイプが ISO の SR が見つかりません" #: nova/virt/xenapi/vm_utils.py:1962 #, python-format msgid "" "Unable to obtain RRD XML for VM %(vm_uuid)s with server details: %(server)s." msgstr "" #: nova/virt/xenapi/vm_utils.py:2115 #, fuzzy, python-format msgid "VHD coalesce attempts exceeded (%d), giving up..." msgstr "VHD 統合の試行時に (%d) を超過したため、中止します..." #: nova/virt/xenapi/vm_utils.py:2136 #, python-format msgid "Timeout waiting for device %s to be created" msgstr "デバイス %s が作成されるのを待っている際にタイムアウトになりました" #: nova/virt/xenapi/vm_utils.py:2301 msgid "" "Shrinking the filesystem down with resize2fs has failed, please check if you " "have enough free space on your disk." msgstr "resize2fs でファイルシステムのサイズを縮小できませんでした。ディスク上に十分な空き容量があるかどうかを確認してください。" #: nova/virt/xenapi/vm_utils.py:2456 msgid "This domU must be running on the host specified by connection_url" msgstr "この domU は、connection_url で指定されたホスト上で実行されている必要があります" #: nova/virt/xenapi/vmops.py:182 msgid "Error: Agent is disabled" msgstr "エラー: エージェントは無効になっています" #: nova/virt/xenapi/vmops.py:659 msgid "Failed to spawn, rolling back" msgstr "起動に失敗しました。ロールバックしています" #: nova/virt/xenapi/vmops.py:702 msgid "Unable to find root VBD/VDI for VM" msgstr "VM のルート VBD/VDI が見つかりません" #: nova/virt/xenapi/vmops.py:1107 #, fuzzy msgid "Unable to terminate instance." msgstr "インスタンスを強制終了できません。" #: nova/virt/xenapi/vmops.py:1159 msgid "_migrate_disk_resizing_down failed. Restoring orig vm" msgstr "" #: nova/virt/xenapi/vmops.py:1342 #, python-format msgid "_migrate_disk_resizing_up failed. Restoring orig vm due_to: %s." msgstr "" #: nova/virt/xenapi/vmops.py:1366 msgid "Can't resize down ephemeral disks." msgstr "一時ディスクのサイズを減らすことはできません。" #: nova/virt/xenapi/vmops.py:1644 msgid "instance has a kernel or ramdisk but not both" msgstr "インスタンスにはカーネルディスクと RAM ディスクの一方はありますが、両方はありません" #: nova/virt/xenapi/vmops.py:1739 #, python-format msgid "Failed to find an SR for volume %s" msgstr "" #: nova/virt/xenapi/vmops.py:1750 nova/virt/xenapi/vmops.py:2677 #, python-format msgid "Failed to forget the SR for volume %s" msgstr "" #: nova/virt/xenapi/vmops.py:1808 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "インスタンスは既にレスキューモードです: %s" #: nova/virt/xenapi/vmops.py:1959 msgid "Guest does not have a console available" msgstr "" #: nova/virt/xenapi/vmops.py:2253 #, python-format msgid "Multiple hosts have the same hostname: %s." msgstr "" #: nova/virt/xenapi/vmops.py:2283 msgid "No suitable network for migrate" msgstr "マイグレーションに適切なネットワークがありません" #: nova/virt/xenapi/vmops.py:2289 #, python-format msgid "PIF %s does not contain IP address" msgstr "PIF %s に IP アドレスが含まれていません" #: nova/virt/xenapi/vmops.py:2307 nova/virt/xenapi/vmops.py:2308 msgid "Migrate Receive failed" msgstr "マイグレーションの受け取りが失敗しました" #: nova/virt/xenapi/vmops.py:2372 #, python-format msgid "" "Destination host is not in the same shared storage pool as source host %s." msgstr "" #: nova/virt/xenapi/vmops.py:2398 msgid "XAPI supporting relax-xsm-sr-check=true required" msgstr "relax-xsm-sr-check=true をサポートする XAPI が必要です" #: nova/virt/xenapi/vmops.py:2422 #, python-format msgid "assert_can_migrate failed because: %s" msgstr "assert_can_migrate が失敗しました: 理由 %s" #: nova/virt/xenapi/vmops.py:2557 #, python-format msgid "No mapping for source network %s" msgstr "" #: nova/virt/xenapi/vmops.py:2610 nova/virt/xenapi/vmops.py:2612 msgid "Migrate Send failed" msgstr "マイグレーションの送信が失敗しました" #: nova/virt/xenapi/vmops.py:2620 #, python-format msgid "" "Destination host %s was not found in the same shared storage pool as source " "host." msgstr "" #: nova/virt/xenapi/vmops.py:2624 #, python-format msgid "No host with name %s found" msgstr "" #: nova/virt/xenapi/vmops.py:2691 #, python-format msgid "Failed to delete networks and bridges with VIF %s" msgstr "" #: nova/virt/xenapi/vmops.py:2744 #, python-format msgid "" "attach network interface %(vif_id)s to instance %(instance_uuid)s failed, no " "allowed devices." msgstr "" #: nova/virt/xenapi/vmops.py:2756 #, python-format msgid "attach network interface %s failed." msgstr "" #: nova/virt/xenapi/vmops.py:2779 #, python-format msgid "detach network interface %s failed." msgstr "" #: nova/virt/xenapi/volume_utils.py:92 nova/virt/xenapi/volume_utils.py:277 #, python-format msgid "Unable to obtain target information %s" msgstr "ターゲットの情報 %s を取得できません" #: nova/virt/xenapi/volume_utils.py:178 msgid "Unable to introduce VDI on SR" msgstr "" #: nova/virt/xenapi/volume_utils.py:180 #, python-format msgid "Unable to introduce VDI on SR %s" msgstr "SR %s で VDI を実装できません。" #: nova/virt/xenapi/volume_utils.py:184 #, python-format msgid "" "VDI not found on SR %(sr)s (vdi_uuid %(vdi_uuid)s, target_lun " "%(target_lun)s)" msgstr "" "SR %(sr)s で VDI が見つかりません (vdi_uuid %(vdi_uuid)s、target_lun %(target_lun)s)" #: nova/virt/xenapi/volume_utils.py:193 msgid "Unable to get record of VDI" msgstr "" #: nova/virt/xenapi/volume_utils.py:195 #, python-format msgid "Unable to get record of VDI %s on" msgstr "VDI %s のレコードを取得できません。" #: nova/virt/xenapi/volume_utils.py:215 msgid "Unable to introduce VDI for SR" msgstr "" #: nova/virt/xenapi/volume_utils.py:217 #, python-format msgid "Unable to introduce VDI for SR %s" msgstr "SR %s で VDI を実装できません。" #: nova/virt/xenapi/volume_utils.py:313 msgid "Unable to find SR from VBD" msgstr "" #: nova/virt/xenapi/volume_utils.py:315 #, python-format msgid "Unable to find SR from VBD %s" msgstr "VBD %s から SR を取得できません。" #: nova/virt/xenapi/volume_utils.py:324 msgid "Unable to find SR from VDI" msgstr "" #: nova/virt/xenapi/volume_utils.py:326 #, python-format msgid "Unable to find SR from VDI %s" msgstr "VDI %s から SR を取得できません" #: nova/virt/zvm/driver.py:77 msgid "" "Must specify cloud_connector_url in zvm config group to use compute_driver=" "zvm.driver.ZVMDriver" msgstr "" #: nova/virt/zvm/driver.py:85 #, python-format msgid "" "Template is not usable, the template defined is instance_name_template=%s" msgstr "" #: nova/virt/zvm/driver.py:91 #, python-format msgid "" "Can't spawn instance with template '%s', The zVM hypervisor does not support " "instance names longer than 8 characters. Please change your config of " "instance_name_template." msgstr "" #: nova/virt/zvm/driver.py:156 msgid "The `os_distro` image metadata property is required" msgstr "" #: nova/volume/cinder.py:520 #, python-format msgid "" "volume '%(vol)s' status must be 'in-use'. Currently in '%(status)s' status" msgstr "ボリューム '%(vol)s' の状況は「使用中」でなければなりませんが、現在の状況は '%(status)s' です" #: nova/volume/cinder.py:540 #, python-format msgid "" "Instance %(instance)s and volume %(vol)s are not in the same " "availability_zone. Instance is in %(ins_zone)s. Volume is in %(vol_zone)s" msgstr "" "インスタンス %(instance)s とボリューム %(vol)s は同じアベイラビリティーゾーンにありません。インスタンスは " "%(ins_zone)s に、ボリュームは %(vol_zone)s にあります"