Merge "Imported Translations from Zanata"
This commit is contained in:
commit
b33941feda
@ -4,7 +4,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Swift Release Notes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-31 06:08+0000\n"
|
||||
"POT-Creation-Date: 2018-02-09 02:12+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -45,9 +45,6 @@ msgstr "2.15.0"
|
||||
msgid "2.15.1"
|
||||
msgstr "2.15.1"
|
||||
|
||||
msgid "2.16.0"
|
||||
msgstr "2.16.0"
|
||||
|
||||
msgid ""
|
||||
"A PUT or POST to a container will now update the container's Last-Modified "
|
||||
"time, and that value will be included in a GET/HEAD response."
|
||||
@ -68,13 +65,6 @@ msgstr ""
|
||||
"in distinct regions, which means that the dispersion of replicas between the "
|
||||
"components can be guaranteed."
|
||||
|
||||
msgid ""
|
||||
"Accept a trade off of dispersion for balance in the ring builder that will "
|
||||
"result in getting to balanced rings much more quickly in some cases."
|
||||
msgstr ""
|
||||
"Accept a trade off of dispersion for balance in the ring builder that will "
|
||||
"result in getting to balanced rings much more quickly in some cases."
|
||||
|
||||
msgid ""
|
||||
"Account and container databases will now be quarantined if the database "
|
||||
"schema has been corrupted."
|
||||
@ -82,22 +72,12 @@ msgstr ""
|
||||
"Account and container databases will now be quarantined if the database "
|
||||
"schema has been corrupted."
|
||||
|
||||
msgid ""
|
||||
"Account and container replication stats logs now include ``remote_merges``, "
|
||||
"the number of times a whole database was sent to another node."
|
||||
msgstr ""
|
||||
"Account and container replication stats logs now include ``remote_merges``, "
|
||||
"the number of times a whole database was sent to another node."
|
||||
|
||||
msgid "Add Composite Ring Functionality"
|
||||
msgstr "Add Composite Ring Functionality"
|
||||
|
||||
msgid "Add Vary headers for CORS responses."
|
||||
msgstr "Add Vary headers for CORS responses."
|
||||
|
||||
msgid "Add checksum to object extended attributes."
|
||||
msgstr "Add checksum to object extended attributes."
|
||||
|
||||
msgid ""
|
||||
"Add support to increase object ring partition power transparently to end "
|
||||
"users and with no cluster downtime. Increasing the ring part power allows "
|
||||
@ -142,13 +122,6 @@ msgstr ""
|
||||
"``write_affinity``, ``write_affinity_node_count``, and "
|
||||
"``write_affinity_handoff_delete_count``."
|
||||
|
||||
msgid ""
|
||||
"Added support for retrieving the encryption root secret from an external key "
|
||||
"management system. In practice, this is currently limited to Barbican."
|
||||
msgstr ""
|
||||
"Added support for retrieving the encryption root secret from an external key "
|
||||
"management system. In practice, this is currently limited to Barbican."
|
||||
|
||||
msgid "Always set Swift processes to use UTC."
|
||||
msgstr "Always set Swift processes to use UTC."
|
||||
|
||||
@ -158,9 +131,6 @@ msgstr "Bug Fixes"
|
||||
msgid "Cache all answers from nameservers in cname_lookup."
|
||||
msgstr "Cache all answers from nameservers in cname_lookup."
|
||||
|
||||
msgid "Cleaned up logged tracebacks when talking to memcached servers."
|
||||
msgstr "Cleaned up logged tracebacks when talking to memcached servers."
|
||||
|
||||
msgid ""
|
||||
"Closed a bug where ssync may have written bad fragment data in some "
|
||||
"circumstances. A check was added to ensure the correct number of bytes is "
|
||||
@ -299,15 +269,6 @@ msgstr ""
|
||||
"objects with non-ASCII names from being reconstructed and caused the "
|
||||
"reconstructor process to hang."
|
||||
|
||||
msgid ""
|
||||
"Fixed XML responses (eg on bulk extractions and SLO upload failures) to be "
|
||||
"more correct. The enclosing \"delete\" tag was removed where it doesn't make "
|
||||
"sense and replaced with \"extract\" or \"upload\" depending on the context."
|
||||
msgstr ""
|
||||
"Fixed XML responses (e.g. on bulk extractions and SLO upload failures) to be "
|
||||
"more correct. The enclosing \"delete\" tag was removed where it doesn't make "
|
||||
"sense and replaced with \"extract\" or \"upload\" depending on the context."
|
||||
|
||||
msgid "Fixed a bug in domain_remap when obj starts/ends with slash."
|
||||
msgstr "Fixed a bug in domain_remap when obj starts/ends with slash."
|
||||
|
||||
@ -375,23 +336,9 @@ msgid "Fixed a rare infinite loop in `swift-ring-builder` while placing parts."
|
||||
msgstr ""
|
||||
"Fixed a rare infinite loop in `swift-ring-builder` while placing parts."
|
||||
|
||||
msgid ""
|
||||
"Fixed a rare issue where multiple backend timeouts could result in bad data "
|
||||
"being returned to the client."
|
||||
msgstr ""
|
||||
"Fixed a rare issue where multiple backend timeouts could result in bad data "
|
||||
"being returned to the client."
|
||||
|
||||
msgid "Fixed a socket leak in copy middleware when a large object was copied."
|
||||
msgstr "Fixed a socket leak in copy middleware when a large object was copied."
|
||||
|
||||
msgid ""
|
||||
"Fixed an issue where background consistency daemon child processes would "
|
||||
"deadlock waiting on the same file descriptor."
|
||||
msgstr ""
|
||||
"Fixed an issue where background consistency daemon child processes would "
|
||||
"deadlock waiting on the same file descriptor."
|
||||
|
||||
msgid "Fixed deadlock when logging from a tpool thread."
|
||||
msgstr "Fixed deadlock when logging from a tpool thread."
|
||||
|
||||
@ -440,11 +387,6 @@ msgstr "Fixed the KeyError message when auditor finds an expired object."
|
||||
msgid "Fixed the stats calculation in the erasure code reconstructor."
|
||||
msgstr "Fixed the stats calculation in the erasure code reconstructor."
|
||||
|
||||
msgid ""
|
||||
"Fixed using ``swift-ring-builder set_weight`` with more than one device."
|
||||
msgstr ""
|
||||
"Fixed using ``swift-ring-builder set_weight`` with more than one device."
|
||||
|
||||
msgid ""
|
||||
"For further information see the `docs <https://docs.openstack.org/swift/"
|
||||
"latest/overview_ring.html#module-swift.common.ring.composite_builder>`__"
|
||||
@ -498,13 +440,6 @@ msgstr ""
|
||||
msgid "Include received fragment index in reconstructor log warnings."
|
||||
msgstr "Include received fragment index in reconstructor log warnings."
|
||||
|
||||
msgid ""
|
||||
"Let clients request heartbeats during SLO PUTs by including the query "
|
||||
"parameter ``heartbeat=on``."
|
||||
msgstr ""
|
||||
"Let clients request heartbeats during SLO PUTs by including the query "
|
||||
"parameter ``heartbeat=on``."
|
||||
|
||||
msgid ""
|
||||
"Listing containers in accounts with json or xml now includes a "
|
||||
"`last_modified` time. This does not change any on-disk data, but simply "
|
||||
@ -519,15 +454,6 @@ msgstr ""
|
||||
msgid "Log correct status code for conditional requests."
|
||||
msgstr "Log correct status code for conditional requests."
|
||||
|
||||
msgid ""
|
||||
"Log deprecation warning for ``allow_versions`` in the container server "
|
||||
"config. Configure the ``versioned_writes`` middleware in the proxy server "
|
||||
"instead. This option will be ignored in a future release."
|
||||
msgstr ""
|
||||
"Log deprecation warning for ``allow_versions`` in the container server "
|
||||
"config. Configure the ``versioned_writes`` middleware in the proxy server "
|
||||
"instead. This option will be ignored in a future release."
|
||||
|
||||
msgid "Log the correct request type of a subrequest downstream of copy."
|
||||
msgstr "Log the correct request type of a sub-request downstream of copy."
|
||||
|
||||
@ -538,17 +464,6 @@ msgstr ""
|
||||
"Make mount_check option usable in containerised environments by adding a "
|
||||
"check for an \".ismount\" file at the root directory of a device."
|
||||
|
||||
msgid ""
|
||||
"Move listing formatting out to a new proxy middleware named "
|
||||
"``listing_formats``. ``listing_formats`` should be just right of the first "
|
||||
"proxy-logging middleware, and left of most other middlewares. If it is not "
|
||||
"already present, it will be automatically inserted for you."
|
||||
msgstr ""
|
||||
"Move listing formatting out to a new proxy middleware named "
|
||||
"``listing_formats``. ``listing_formats`` should be just right of the first "
|
||||
"proxy-logging middleware, and left of most other middleware. If it is not "
|
||||
"already present, it will be automatically inserted for you."
|
||||
|
||||
msgid ""
|
||||
"Moved other-requirements.txt to bindep.txt. bindep.txt lists non-python "
|
||||
"dependencies of Swift."
|
||||
@ -575,13 +490,6 @@ msgstr ""
|
||||
msgid "Newton Series Release Notes"
|
||||
msgstr "Newton Series Release Notes"
|
||||
|
||||
msgid ""
|
||||
"Note: if you have a custom middleware that makes account or container "
|
||||
"listings, it will only receive listings in JSON format."
|
||||
msgstr ""
|
||||
"Note: if you have a custom middleware that makes account or container "
|
||||
"listings, it will only receive listings in JSON format."
|
||||
|
||||
msgid ""
|
||||
"Now Swift will use ``write_affinity_handoff_delete_count`` to define how "
|
||||
"many local handoff nodes should swift send request to get more candidates "
|
||||
@ -665,13 +573,6 @@ msgstr ""
|
||||
"write affinity configured, users always get 404 when deleting object before "
|
||||
"it's replicated to appropriate nodes."
|
||||
|
||||
msgid ""
|
||||
"Remove ``swift-temp-url`` script. The functionality has been in swiftclient "
|
||||
"for a long time and this script has been deprecated since 2.10.0."
|
||||
msgstr ""
|
||||
"Remove ``swift-temp-url`` script. The functionality has been in swiftclient "
|
||||
"for a long time and this script has been deprecated since 2.10.0."
|
||||
|
||||
msgid "Remove deprecated ``vm_test_mode`` option."
|
||||
msgstr "Remove deprecated ``vm_test_mode`` option."
|
||||
|
||||
@ -680,20 +581,6 @@ msgid ""
|
||||
msgstr ""
|
||||
"Removed \"in-process-\" from func env tox name to work with upstream CI."
|
||||
|
||||
msgid ""
|
||||
"Removed a race condition where a POST to an SLO could modify the X-Static-"
|
||||
"Large-Object metadata."
|
||||
msgstr ""
|
||||
"Removed a race condition where a POST to an SLO could modify the X-Static-"
|
||||
"Large-Object metadata."
|
||||
|
||||
msgid ""
|
||||
"Removed all ``post_as_copy`` related code and configs. The option has been "
|
||||
"deprecated since 2.13.0."
|
||||
msgstr ""
|
||||
"Removed all ``post_as_copy`` related code and configs. The option has been "
|
||||
"deprecated since 2.13.0."
|
||||
|
||||
msgid ""
|
||||
"Removed per-device reconstruction stats. Now that the reconstructor is "
|
||||
"shuffling parts before going through them, those stats no longer make sense."
|
||||
@ -701,27 +588,9 @@ msgstr ""
|
||||
"Removed per-device reconstruction stats. Now that the reconstructor is "
|
||||
"shuffling parts before going through them, those stats no longer make sense."
|
||||
|
||||
msgid ""
|
||||
"Replaced ``replication_one_per_device`` by custom count defined by "
|
||||
"``replication_concurrency_per_device``. The original config value is "
|
||||
"deprecated, but continues to function for now. If both values are defined, "
|
||||
"the old ``replication_one_per_device`` is ignored."
|
||||
msgstr ""
|
||||
"Replaced ``replication_one_per_device`` by custom count defined by "
|
||||
"``replication_concurrency_per_device``. The original config value is "
|
||||
"deprecated, but continues to function for now. If both values are defined, "
|
||||
"the old ``replication_one_per_device`` is ignored."
|
||||
|
||||
msgid "Require that known-bad EC schemes be deprecated"
|
||||
msgstr "Require that known-bad EC schemes be deprecated"
|
||||
|
||||
msgid ""
|
||||
"Respond 400 Bad Request when Accept headers fail to parse instead of "
|
||||
"returning 406 Not Acceptable."
|
||||
msgstr ""
|
||||
"Respond 400 Bad Request when Accept headers fail to parse instead of "
|
||||
"returning 406 Not Acceptable."
|
||||
|
||||
msgid ""
|
||||
"Rings with min_part_hours set to zero will now only move one partition "
|
||||
"replica per rebalance, thus matching behavior when min_part_hours is greater "
|
||||
@ -747,13 +616,6 @@ msgstr ""
|
||||
"Significant improvements to the api-ref doc available at http://developer."
|
||||
"openstack.org/api-ref/object-storage/."
|
||||
|
||||
msgid ""
|
||||
"Static Large Object (SLO) manifest may now (again) have zero-byte last "
|
||||
"segments."
|
||||
msgstr ""
|
||||
"Static Large Object (SLO) manifest may now (again) have zero-byte last "
|
||||
"segments."
|
||||
|
||||
msgid "Swift Release Notes"
|
||||
msgstr "Swift Release Notes"
|
||||
|
||||
@ -779,19 +641,6 @@ msgstr ""
|
||||
"get high concurrency, and this change results in much faster rebalance times "
|
||||
"on servers with many drives."
|
||||
|
||||
msgid ""
|
||||
"The ``domain_remap`` middleware now supports the ``mangle_client_paths`` "
|
||||
"option. Its default \"false\" value changes ``domain_remap`` parsing to stop "
|
||||
"stripping the ``path_root`` value from URL paths. If users depend on this "
|
||||
"path mangling, operators should set ``mangle_client_paths`` to \"True\" "
|
||||
"before upgrading."
|
||||
msgstr ""
|
||||
"The ``domain_remap`` middleware now supports the ``mangle_client_paths`` "
|
||||
"option. Its default \"false\" value changes ``domain_remap`` parsing to stop "
|
||||
"stripping the ``path_root`` value from URL paths. If users depend on this "
|
||||
"path mangling, operators should set ``mangle_client_paths`` to \"True\" "
|
||||
"before upgrading."
|
||||
|
||||
msgid ""
|
||||
"The default for `object_post_as_copy` has been changed to False. The option "
|
||||
"is now deprecated and will be removed in a future release. If your cluster "
|
||||
@ -921,26 +770,6 @@ msgstr ""
|
||||
"functionality has been enabled in the ring modules to support this advanced "
|
||||
"functionality. CLI tools will be delivered in a subsequent release."
|
||||
|
||||
msgid ""
|
||||
"When requesting objects, return 404 if a tombstone is found and is newer "
|
||||
"than any data found. Previous behavior was to return stale data."
|
||||
msgstr ""
|
||||
"When requesting objects, return 404 if a tombstone is found and is newer "
|
||||
"than any data found. Previous behaviour was to return stale data."
|
||||
|
||||
msgid ""
|
||||
"With heartbeating turned on, the proxy will start its response immediately "
|
||||
"with 202 Accepted then send a single whitespace character periodically until "
|
||||
"the request completes. At that point, a final summary chunk will be sent "
|
||||
"which includes a \"Response Status\" key indicating success or failure and "
|
||||
"(if successful) an \"Etag\" key indicating the Etag of the resulting SLO."
|
||||
msgstr ""
|
||||
"With heartbeating turned on, the proxy will start its response immediately "
|
||||
"with 202 Accepted then send a single whitespace character periodically until "
|
||||
"the request completes. At that point, a final summary chunk will be sent "
|
||||
"which includes a \"Response Status\" key indicating success or failure and "
|
||||
"(if successful) an \"Etag\" key indicating the Etag of the resulting SLO."
|
||||
|
||||
msgid "Write-affinity aware object deletion"
|
||||
msgstr "Write-affinity aware object deletion"
|
||||
|
||||
|
@ -4,11 +4,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Swift Release Notes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-07 10:45+0000\n"
|
||||
"POT-Creation-Date: 2018-02-09 02:12+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2018-02-08 07:05+0000\n"
|
||||
"PO-Revision-Date: 2018-02-08 05:31+0000\n"
|
||||
"Last-Translator: Shu Muto <shu-mutou@rf.jp.nec.com>\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"Language: ja\n"
|
||||
@ -45,12 +45,6 @@ msgstr "2.15.0"
|
||||
msgid "2.15.1"
|
||||
msgstr "2.15.1"
|
||||
|
||||
msgid "2.16.0"
|
||||
msgstr "2.16.0"
|
||||
|
||||
msgid "2.17.0"
|
||||
msgstr "2.17.0"
|
||||
|
||||
msgid ""
|
||||
"A PUT or POST to a container will now update the container's Last-Modified "
|
||||
"time, and that value will be included in a GET/HEAD response."
|
||||
@ -70,13 +64,6 @@ msgstr ""
|
||||
"は、別個の領域に別個のデバイスを使用して独立して構築されているため、コンポー"
|
||||
"ネント間のレプリカの分散を保証できます。"
|
||||
|
||||
msgid ""
|
||||
"Accept a trade off of dispersion for balance in the ring builder that will "
|
||||
"result in getting to balanced rings much more quickly in some cases."
|
||||
msgstr ""
|
||||
"リングビルダーのバランスのために、分散のトレードオフを受け入れ、場合によって"
|
||||
"はバランスされたリングにより早く到達します。"
|
||||
|
||||
msgid ""
|
||||
"Account and container databases will now be quarantined if the database "
|
||||
"schema has been corrupted."
|
||||
@ -90,9 +77,6 @@ msgstr "複合リング機能を追加しました。"
|
||||
msgid "Add Vary headers for CORS responses."
|
||||
msgstr "CORS 応答用の Vary ヘッダーを追加しました。"
|
||||
|
||||
msgid "Add checksum to object extended attributes."
|
||||
msgstr "オブジェクトの拡張属性にチェックサムを追加します。"
|
||||
|
||||
msgid ""
|
||||
"Add support to increase object ring partition power transparently to end "
|
||||
"users and with no cluster downtime. Increasing the ring part power allows "
|
||||
@ -107,13 +91,6 @@ msgstr ""
|
||||
" <https://docs.openstack.org/swift/latest/ring_partpower.html>`__ を参照して"
|
||||
"ください。"
|
||||
|
||||
msgid ""
|
||||
"Added ``--swift-versions`` to ``swift-recon`` CLI to compare installed "
|
||||
"versions in the cluster."
|
||||
msgstr ""
|
||||
"クラスターにインストールされているバージョンを比較するために、``swift-"
|
||||
"recon`` CLI に ``--swift-versions`` を追加しました。"
|
||||
|
||||
msgid ""
|
||||
"Added a \"user\" option to the drive-audit config file. Its value is used to "
|
||||
"set the owner of the drive-audit recon cache."
|
||||
@ -132,14 +109,6 @@ msgstr ""
|
||||
msgid "Added a configurable URL base to staticweb."
|
||||
msgstr "静的ウェブに対する設定可能な URL ベースを追加しました。"
|
||||
|
||||
msgid "Added container/object listing with prefix to InternalClient."
|
||||
msgstr ""
|
||||
"InternalClient のコンテナー/オブジェクトの一覧作成で接頭辞を指定できるように"
|
||||
"なりました。"
|
||||
|
||||
msgid "Added support for inline data segments in SLO manifests."
|
||||
msgstr "SLO マニフェストにおけるインラインデータセグメントをサポートしました。"
|
||||
|
||||
msgid ""
|
||||
"Added support for per-policy proxy config options. This allows per-policy "
|
||||
"affinity options to be set for use with duplicated EC policies and composite "
|
||||
@ -157,16 +126,6 @@ msgstr ""
|
||||
"``read_affinity``、 ``write_affinity``、 ``write_affinity_node_count``、 "
|
||||
"``write_affinity_handoff_delete_count`` です。"
|
||||
|
||||
msgid ""
|
||||
"Added support for retrieving the encryption root secret from an external key "
|
||||
"management system. In practice, this is currently limited to Barbican."
|
||||
msgstr ""
|
||||
"外部鍵管理システムからの暗号化ルートシークレットの取得をサポートしました。現"
|
||||
"在 Barbican に限定されています。"
|
||||
|
||||
msgid "Added symlink objects support."
|
||||
msgstr "シンボリックリンクオブジェクトをサポートしました。"
|
||||
|
||||
msgid ""
|
||||
"All 416 responses will now include a Content-Range header with an "
|
||||
"unsatisfied-range value. This allows the caller to know the valid range "
|
||||
@ -176,9 +135,6 @@ msgstr ""
|
||||
"ようになりました。 これにより、呼び出し元はオブジェクトの有効範囲要求値を知る"
|
||||
"ことができます。"
|
||||
|
||||
msgid "Allow the expirer to gracefully move past updating stale work items."
|
||||
msgstr "expirer が安全に古い作業項目を移動できるようになりました。"
|
||||
|
||||
msgid "Always set Swift processes to use UTC."
|
||||
msgstr "Swift プロセスがいつも UTC を使うように設定しました。"
|
||||
|
||||
@ -188,18 +144,6 @@ msgstr "バグ修正"
|
||||
msgid "Cache all answers from nameservers in cname_lookup."
|
||||
msgstr "cname_lookup でネームサーバーからのすべての応答をキャッシュします。"
|
||||
|
||||
msgid ""
|
||||
"Changed where liberasurecode-devel for CentOS 7 is referenced and installed "
|
||||
"as a dependency."
|
||||
msgstr ""
|
||||
"CentOS 7 での、liberasurecode-devel が参照、インストールされる場所を変更しま"
|
||||
"した。"
|
||||
|
||||
msgid "Cleaned up logged tracebacks when talking to memcached servers."
|
||||
msgstr ""
|
||||
"memcached サーバーと通信するときのトレースバックログをクリーンアップしまし"
|
||||
"た。"
|
||||
|
||||
msgid ""
|
||||
"Closed a bug where ssync may have written bad fragment data in some "
|
||||
"circumstances. A check was added to ensure the correct number of bytes is "
|
||||
@ -284,17 +228,6 @@ msgid "Daemons using InternalClient can now be properly killed with SIGTERM."
|
||||
msgstr ""
|
||||
"InternalClient を使用するデーモンは、 SIGTERM を使用して適切に停止できます。"
|
||||
|
||||
msgid ""
|
||||
"Deleting an expiring object will now cause less work in the system. The "
|
||||
"number of async pending files written has been reduced for all objects and "
|
||||
"greatly reduced for erasure-coded objects. This dramatically reduces the "
|
||||
"burden on container servers."
|
||||
msgstr ""
|
||||
"期限切れオブジェクトの削除は、システムでの作業を削減します。非同期で保留され"
|
||||
"ているファイルの数は、すべてのオブジェクトで削減され、消去コード付きオブジェ"
|
||||
"クトでは大幅に削減されます。これにより、コンテナーサーバーの負担が劇的に軽減"
|
||||
"しました。"
|
||||
|
||||
msgid ""
|
||||
"Deprecate swift-temp-url and call python-swiftclient's implementation "
|
||||
"instead. This adds python-swiftclient as an optional dependency of Swift."
|
||||
@ -306,13 +239,6 @@ msgstr ""
|
||||
msgid "Deprecation Notes"
|
||||
msgstr "廃止予定の機能"
|
||||
|
||||
msgid "Disallow X-Delete-At header values equal to the X-Timestamp header."
|
||||
msgstr ""
|
||||
"X-Delete-At ヘッダーの値が X-Timestamp ヘッダーと等しいことを禁止します。"
|
||||
|
||||
msgid "Display more info on empty rings."
|
||||
msgstr "空のリングに詳細情報を表示します。"
|
||||
|
||||
msgid "Do not follow CNAME when host is in storage_domain."
|
||||
msgstr "ホストが storage_domain にある場合、CNAME に従わないようにしました。"
|
||||
|
||||
@ -381,15 +307,6 @@ msgstr ""
|
||||
"非 ASCII 名のオブジェクトが再構築されず、再構築プロセスがハングアップする原因"
|
||||
"となるオブジェクト再構成の UnicodeDecodeError が修正されました。"
|
||||
|
||||
msgid ""
|
||||
"Fixed XML responses (eg on bulk extractions and SLO upload failures) to be "
|
||||
"more correct. The enclosing \"delete\" tag was removed where it doesn't make "
|
||||
"sense and replaced with \"extract\" or \"upload\" depending on the context."
|
||||
msgstr ""
|
||||
"XML レスポンス(一括抽出や SLO アップロードの失敗など)がより正確になりまし"
|
||||
"た。意味のない \"delete\" の閉じタグは削除され、コンテキストに応じた "
|
||||
"\"extract\" あるいは \"upload\" に置き換えられました。"
|
||||
|
||||
msgid "Fixed a bug in domain_remap when obj starts/ends with slash."
|
||||
msgstr ""
|
||||
"オブジェクトがスラッシュで開始/終了するときの domain_remap のバグを修正しまし"
|
||||
@ -460,25 +377,11 @@ msgid "Fixed a rare infinite loop in `swift-ring-builder` while placing parts."
|
||||
msgstr ""
|
||||
"パーツを置いている間の`swift-ring-builder` のまれな無限ループを修正しました。"
|
||||
|
||||
msgid ""
|
||||
"Fixed a rare issue where multiple backend timeouts could result in bad data "
|
||||
"being returned to the client."
|
||||
msgstr ""
|
||||
"複数のバックエンドのタイムアウトが原因で、クライアントに不正なデータが返され"
|
||||
"るという稀な問題を修正しました。"
|
||||
|
||||
msgid "Fixed a socket leak in copy middleware when a large object was copied."
|
||||
msgstr ""
|
||||
"ラージオブジェクトをコピーしたときの copy ミドルウェアのソケットリークを修正"
|
||||
"しました。"
|
||||
|
||||
msgid ""
|
||||
"Fixed an issue where background consistency daemon child processes would "
|
||||
"deadlock waiting on the same file descriptor."
|
||||
msgstr ""
|
||||
"バックグラウンド一貫性デーモンの子プロセスが同じファイル記述子を待ってデッド"
|
||||
"ロックする問題を修正しました。"
|
||||
|
||||
msgid "Fixed deadlock when logging from a tpool thread."
|
||||
msgstr "tpool スレッドからのロギング時のデッドロックを修正しました。"
|
||||
|
||||
@ -508,11 +411,6 @@ msgstr ""
|
||||
"パーティションが予想よりもずっと少なく更新される可能性がある hashes.pkl の固"
|
||||
"定の非確定的なサフィックスの更新を修正しました。"
|
||||
|
||||
msgid "Fixed rare socket leak on range requests to erasure-coded objects."
|
||||
msgstr ""
|
||||
"消去コード付きオブジェクトへの範囲リクエストでの稀なソケットリークを修正しま"
|
||||
"した。"
|
||||
|
||||
msgid ""
|
||||
"Fixed regression in consolidate_hashes that occured when a new file was "
|
||||
"stored to new suffix to a non-empty partition. This bug was introduced in "
|
||||
@ -548,11 +446,6 @@ msgstr ""
|
||||
msgid "Fixed the stats calculation in the erasure code reconstructor."
|
||||
msgstr "消去コード再構成の統計計算を修正しました。"
|
||||
|
||||
msgid ""
|
||||
"Fixed using ``swift-ring-builder set_weight`` with more than one device."
|
||||
msgstr ""
|
||||
"複数のデバイスでの``swift-ring-builder set_weight`` の使用を修正しました。"
|
||||
|
||||
msgid ""
|
||||
"For further information see the `docs <https://docs.openstack.org/swift/"
|
||||
"latest/overview_ring.html#module-swift.common.ring.composite_builder>`__"
|
||||
@ -560,35 +453,10 @@ msgstr ""
|
||||
"詳細は `docs <https://docs.openstack.org/swift/latest/overview_ring."
|
||||
"html#module-swift.common.ring.composite_builder>`__ を参照してください。"
|
||||
|
||||
msgid "Fractional replicas are no longer allowed for erasure code policies."
|
||||
msgstr "断片的な複製は、消去コードポリシーには使用できなくなりました。"
|
||||
|
||||
msgid ""
|
||||
"GET and HEAD requests to a symlink will operate on the referenced object and "
|
||||
"require appropriate permission in the target container. DELETE and PUT "
|
||||
"requests will operate on the symlink object itself. POST requests are not "
|
||||
"forwarded to the referenced object. POST requests sent to a symlink will "
|
||||
"result in a 307 Temporary Redirect response."
|
||||
msgstr ""
|
||||
"シンボリックリンクに対する GET と HEAD リクエストは、参照されたオブジェクトに"
|
||||
"対して操作が行われ、対象となるコンテナーへの適切な権限を必要とします。DELETE "
|
||||
"と PUT リクエストは、シンボリックリンクオブジェクト自身に操作が行われます。"
|
||||
"POST リクエストは参照されているオブジェクトに転送されません。シンボリックリン"
|
||||
"クに対する POST リクエストの送信は、307 Temporary Redirect レスポンスになりま"
|
||||
"す。"
|
||||
|
||||
msgid "I/O priority is now supported on AArch64 architecture."
|
||||
msgstr ""
|
||||
"AArch64 アーキテクチャーで I/O 優先順位がサポートされるようになりました。"
|
||||
|
||||
msgid ""
|
||||
"If a proxy server is configured to autocreate accounts and the account "
|
||||
"create fails, it will now return a server error (500) instead of Not Found "
|
||||
"(404)."
|
||||
msgstr ""
|
||||
"プロキシサーバーにアカウント自動作成が設定されていて、アカウント作成に失敗す"
|
||||
"ると、Not Found (404) ではなく、サーバーエラー (500) が返されます。"
|
||||
|
||||
msgid ""
|
||||
"If using erasure coding with ISA-L in rs_vand mode and 5 or more parity "
|
||||
"fragments, Swift will emit a warning. This is a configuration that is known "
|
||||
@ -617,16 +485,6 @@ msgstr ""
|
||||
"openstack-manuals プロジェクトからドキュメントコンテンツをインポートしまし"
|
||||
"た。"
|
||||
|
||||
msgid ""
|
||||
"Improved ``object-updater`` stats logging. It now tells you all of its stats "
|
||||
"(successes, failures, quarantines due to bad pickles, unlinks, and errors), "
|
||||
"and it tells you incremental progress every five minutes. The logging at the "
|
||||
"end of a pass remains and has been expanded to also include all stats."
|
||||
msgstr ""
|
||||
"``object-updater`` 統計ログを改善しました。すべての統計(成功、失敗、悪いピク"
|
||||
"ルスによる検疫、リンク解除、エラー)を出力し、また、5分毎に進捗状況を出力し"
|
||||
"ます。成功の最後のログは残り、すべての統計情報も含むように拡張されました。"
|
||||
|
||||
msgid ""
|
||||
"Improved performance by eliminating an unneeded directory structure hash."
|
||||
msgstr ""
|
||||
@ -694,9 +552,6 @@ msgstr ""
|
||||
msgid "Mirror X-Trans-Id to X-Openstack-Request-Id."
|
||||
msgstr "X-Trans-Id を X-Openstack-Request-Id に写します。"
|
||||
|
||||
msgid "Moved Zuul v3 tox jobs into the Swift code repo."
|
||||
msgstr "Zuul v3 の tox ジョブを Swift のリポジトリに移動しました。"
|
||||
|
||||
msgid ""
|
||||
"Moved other-requirements.txt to bindep.txt. bindep.txt lists non-python "
|
||||
"dependencies of Swift."
|
||||
@ -730,13 +585,6 @@ msgstr ""
|
||||
"Swift 2.11.0 以降で EC データを書き込んだ後は、以前のバージョンの Swift では"
|
||||
"そのデータにアクセスできないことに注意してください。"
|
||||
|
||||
msgid ""
|
||||
"Note: if you have a custom middleware that makes account or container "
|
||||
"listings, it will only receive listings in JSON format."
|
||||
msgstr ""
|
||||
"注意: アカウントやコンテナー一覧を作るカスタムミドルウェアがある場合、受け取"
|
||||
"る一覧は JSON 形式のみです。"
|
||||
|
||||
msgid ""
|
||||
"Now Swift will use ``write_affinity_handoff_delete_count`` to define how "
|
||||
"many local handoff nodes should swift send request to get more candidates "
|
||||
@ -749,12 +597,6 @@ msgstr ""
|
||||
"きかを定義します。デフォルト値 \"auto\" は、 Swift がレプリカの数と現在のクラ"
|
||||
"スタートポロジーに基づいて自動的に数を計算することを意味します。"
|
||||
|
||||
msgid "Now ``swift-recon-cron`` works with conf.d configs."
|
||||
msgstr "``swift-recon-cron`` は conf.d の設定で動作するようになりました。"
|
||||
|
||||
msgid "Object expiry improvements"
|
||||
msgstr "オブジェクトの有効期限の改善"
|
||||
|
||||
msgid ""
|
||||
"Object versioning now supports a \"history\" mode in addition to the older "
|
||||
"\"stack\" mode. The difference is in how DELETE requests are handled. For "
|
||||
@ -827,13 +669,6 @@ msgstr ""
|
||||
"クトを削除すると、オブジェクトが適切なノードにレプリケートされる前にオブジェ"
|
||||
"クトを削除すると常に 404 となりました。"
|
||||
|
||||
msgid ""
|
||||
"Remove ``swift-temp-url`` script. The functionality has been in swiftclient "
|
||||
"for a long time and this script has been deprecated since 2.10.0."
|
||||
msgstr ""
|
||||
"``swift-temp-url`` スクリプトを削除しました。この機能は、長い間 swiftclient "
|
||||
"にありましたが、2.10.0 から非推奨でした。"
|
||||
|
||||
msgid "Remove deprecated ``vm_test_mode`` option."
|
||||
msgstr "非推奨の ``vm_test_mode`` オプションを削除しました。"
|
||||
|
||||
@ -848,20 +683,6 @@ msgstr ""
|
||||
"上流の CI で動作するように、func env tox 名から \"in-process-\" を削除しまし"
|
||||
"た。"
|
||||
|
||||
msgid ""
|
||||
"Removed a race condition where a POST to an SLO could modify the X-Static-"
|
||||
"Large-Object metadata."
|
||||
msgstr ""
|
||||
"SLO クラウドへの POST が X-Static-Large-Object メタデータを変更できる、競合状"
|
||||
"態を削除しました。"
|
||||
|
||||
msgid ""
|
||||
"Removed all ``post_as_copy`` related code and configs. The option has been "
|
||||
"deprecated since 2.13.0."
|
||||
msgstr ""
|
||||
"``post_as_copy`` に関連するすべてのコードと設定を削除しました。このオプション"
|
||||
"は、2.13.0 から非推奨でした。"
|
||||
|
||||
msgid ""
|
||||
"Removed per-device reconstruction stats. Now that the reconstructor is "
|
||||
"shuffling parts before going through them, those stats no longer make sense."
|
||||
@ -869,30 +690,12 @@ msgstr ""
|
||||
"デバイスごとの再構成の統計を削除しました。再構成は、それらを通過する前にパー"
|
||||
"ツをシャッフルするので、それらの統計はもはや意味をなしません。"
|
||||
|
||||
msgid ""
|
||||
"Replaced ``replication_one_per_device`` by custom count defined by "
|
||||
"``replication_concurrency_per_device``. The original config value is "
|
||||
"deprecated, but continues to function for now. If both values are defined, "
|
||||
"the old ``replication_one_per_device`` is ignored."
|
||||
msgstr ""
|
||||
"``replication_one_per_device`` を ``replication_concurrency_per_device`` に"
|
||||
"よって定義されるカスタムカウントに置き換えました。元の設定値は非推奨となりま"
|
||||
"したが、引き続き機能します。両方の値が定義された場合、古い "
|
||||
"``replication_one_per_device`` は無視されます。"
|
||||
|
||||
msgid "Require that known-bad EC schemes be deprecated"
|
||||
msgstr "既知の悪い EC スキームの要件を非推奨にしました。"
|
||||
|
||||
msgid "Respect server type for --md5 check in swift-recon."
|
||||
msgstr "swift-recon での --md5 チェックのサーバー種別を尊重します。"
|
||||
|
||||
msgid ""
|
||||
"Respond 400 Bad Request when Accept headers fail to parse instead of "
|
||||
"returning 406 Not Acceptable."
|
||||
msgstr ""
|
||||
"Accept ヘッダーの解析に失敗した時、406 Not Acceptable の代わりに 400 Bad "
|
||||
"Request が返されます。"
|
||||
|
||||
msgid ""
|
||||
"Ring files now include byteorder information about the endian of the machine "
|
||||
"used to generate the file, and the values are appropriately byteswapped if "
|
||||
@ -943,15 +746,6 @@ msgstr ""
|
||||
"ストが実行されますが、これはプロキシーサーバーの設定の \"[filter:slo]\" セク"
|
||||
"ションの新しい `concurrency` 設定によってオペレーターが変更できます。"
|
||||
|
||||
msgid ""
|
||||
"Save the ring when dispersion improves, even if balance doesn't improve."
|
||||
msgstr ""
|
||||
"バランスが改善されない場合でも、分散が改善されたときにリングを保存します。"
|
||||
|
||||
msgid "Send ETag header in 206 Partial Content responses to SLO reads."
|
||||
msgstr ""
|
||||
"SLO 読み込みへの 206 Partial Content 応答で ETag ヘッダーを送信します。"
|
||||
|
||||
msgid ""
|
||||
"Significant improvements to the api-ref doc available at http://developer."
|
||||
"openstack.org/api-ref/object-storage/."
|
||||
@ -959,23 +753,6 @@ msgstr ""
|
||||
"http://developer.openstack.org/api-ref/object-storage/ の api-ref ドキュメン"
|
||||
"トに対する重要な改善が行われました。"
|
||||
|
||||
msgid ""
|
||||
"Static Large Object (SLO) manifest may now (again) have zero-byte last "
|
||||
"segments."
|
||||
msgstr ""
|
||||
"Static Large Object (SLO) マニフェストは、0 バイトの最終セグメントを再度持つ"
|
||||
"ようになりました。"
|
||||
|
||||
msgid ""
|
||||
"Stop logging tracebacks in the ``object-replicator`` when it runs out of "
|
||||
"handoff locations."
|
||||
msgstr ""
|
||||
"``object-replicator`` を実行する場所を使い果たした時のトレースバックのログを"
|
||||
"停止しました。"
|
||||
|
||||
msgid "Stopped logging tracebacks when receiving an unexpected response."
|
||||
msgstr "想定外の応答を受信した時のトレースバックのログを停止しました。"
|
||||
|
||||
msgid "Support multi-range GETs for static large objects."
|
||||
msgstr "静的ラージオブジェクトの multi-range GET をサポートしました。"
|
||||
|
||||
@ -990,19 +767,6 @@ msgstr ""
|
||||
msgid "Swift Release Notes"
|
||||
msgstr "Swift リリースノート"
|
||||
|
||||
msgid ""
|
||||
"Symlink objects reference one other object. They are created by creating an "
|
||||
"empty object with an X-Symlink-Target header. The value of the header is of "
|
||||
"the format <container>/<object>, and the target does not need to exist at "
|
||||
"the time of symlink creation. Cross-account symlinks can be created by "
|
||||
"including the X-Symlink-Target-Account header."
|
||||
msgstr ""
|
||||
"Symlink オブジェクトは他のオブジェクトを参照します。これらは、X-Symlink-"
|
||||
"Target ヘッダーを持つ空のオブジェクトの作成によって作られます。ヘッダーの値"
|
||||
"は <container>/<object> 形式であり、シンボリックリンク作成時にターゲットが存"
|
||||
"在する必要はありません。クロスアカウントのシンボリックリンクは、X-Symlink-"
|
||||
"Target-Account ヘッダーを含むことによって作成できます。"
|
||||
|
||||
msgid ""
|
||||
"TempURLs now support a validation against a common prefix. A prefix-based "
|
||||
"signature grants access to all objects which share the same prefix. This "
|
||||
@ -1044,19 +808,6 @@ msgstr ""
|
||||
"より、多くのドライブを搭載したサーバーでは大幅に高速なリバランスが行われま"
|
||||
"す。"
|
||||
|
||||
msgid ""
|
||||
"The ``domain_remap`` middleware now supports the ``mangle_client_paths`` "
|
||||
"option. Its default \"false\" value changes ``domain_remap`` parsing to stop "
|
||||
"stripping the ``path_root`` value from URL paths. If users depend on this "
|
||||
"path mangling, operators should set ``mangle_client_paths`` to \"True\" "
|
||||
"before upgrading."
|
||||
msgstr ""
|
||||
"``domain_remap`` ミドルウェアは、``mangle_client_paths`` オプションをサポート"
|
||||
"しました。デフォルト値 \"false\" では、``domain_remap`` の解析で URL のパスか"
|
||||
"ら ``path_root`` 値を取り除かなくなります。このパスの切り取りに依存している場"
|
||||
"合は、アップグレードする前に、オペレーターは ``mangle_client_paths`` を "
|
||||
"\"True\" に設定する必要があります。"
|
||||
|
||||
msgid ""
|
||||
"The default for `object_post_as_copy` has been changed to False. The option "
|
||||
"is now deprecated and will be removed in a future release. If your cluster "
|
||||
@ -1110,16 +861,6 @@ msgstr ""
|
||||
"により、より多くの状況でフラグメントを再構築することができ、障害からの迅速な"
|
||||
"回復が可能になります。"
|
||||
|
||||
msgid ""
|
||||
"The number of container updates on object PUTs (ie to update listings) has "
|
||||
"been recomputed to be far more efficient while maintaining durability "
|
||||
"guarantees. Specifically, object PUTs to erasure-coded policies will now "
|
||||
"normally result in far fewer container updates."
|
||||
msgstr ""
|
||||
"オブジェクトの PUT によるコンテナー更新の数(つまり、一覧の更新)は、耐久性の"
|
||||
"保証を維持しながら、遥かに効率的に再計算されます。具体的には、消去符号化ポリ"
|
||||
"シーへのオブジェクトの PUT は、通常、コンテナーの更新が大幅に少なくなります。"
|
||||
|
||||
msgid ""
|
||||
"The object and container server config option ``slowdown`` has been "
|
||||
"deprecated in favor of the new ``objects_per_second`` and "
|
||||
@ -1156,17 +897,6 @@ msgstr ""
|
||||
"``swift-ring-builder`` からのデバイスの出力は、リージョン、ゾーン、IP、デバイ"
|
||||
"スによって、並べ替えられます。"
|
||||
|
||||
msgid ""
|
||||
"The tempurl digest algorithm is now configurable, and Swift added support "
|
||||
"for both SHA-256 and SHA-512. Supported tempurl digests are exposed to "
|
||||
"clients in ``/info``. Additionally, tempurl signatures can now be base64 "
|
||||
"encoded."
|
||||
msgstr ""
|
||||
"tmpurl のダイジェストアルゴリズムが設定可能になり、Swift は、SHA-256 および "
|
||||
"SHA-512 の両方のサポートを追加しました。サポートされる tmpurl ダイジェスト"
|
||||
"は、``/info`` にてクライアントに公開されます。さらに、tempurl の署名を "
|
||||
"base64 でエンコードできるようになりました。"
|
||||
|
||||
msgid ""
|
||||
"Throttle update_auditor_status calls so it updates no more than once per "
|
||||
"minute."
|
||||
@ -1213,16 +943,6 @@ msgstr ""
|
||||
msgid "Upgrade Notes"
|
||||
msgstr "アップグレード時の注意"
|
||||
|
||||
msgid ""
|
||||
"Upgrade impact -- during a rolling upgrade, an updated proxy server may "
|
||||
"write a manifest that an out-of-date proxy server will not be able to read. "
|
||||
"This will resolve itself once the upgrade completes on all nodes."
|
||||
msgstr ""
|
||||
"アップグレードの影響 -- ローリングアップグレード中に、更新されたプロキシサー"
|
||||
"バーは、期限切れのプロキシサーバーが読み込むことができないマニフェストを書き"
|
||||
"出す可能性があります。これは、すべてのノードでアップグレードが完了すると自ず"
|
||||
"と解決します。"
|
||||
|
||||
msgid "Various other minor bug fixes and improvements."
|
||||
msgstr "様々な他のマイナーなバグ修正と改善。"
|
||||
|
||||
@ -1246,47 +966,9 @@ msgstr ""
|
||||
"ポートするためにリングモジュールで機能が有効になっています。 CLI ツールは、以"
|
||||
"降のリリースで提供されます。"
|
||||
|
||||
msgid ""
|
||||
"When requesting objects, return 404 if a tombstone is found and is newer "
|
||||
"than any data found. Previous behavior was to return stale data."
|
||||
msgstr ""
|
||||
"オブジェクトを要求するとき、廃棄済みオブジェクト (tombstone) があり、他のデー"
|
||||
"タよりも新しい場合には 404 を返します。以前の動作では、古いデータが返されてい"
|
||||
"ました。"
|
||||
|
||||
msgid ""
|
||||
"When the object auditor examines an object, it will now add any missing "
|
||||
"metadata checksums."
|
||||
msgstr ""
|
||||
"オブジェクト監査がオブジェクトを検査するとき、欠落しているメタデータのチェッ"
|
||||
"クサムを追加します。"
|
||||
|
||||
msgid ""
|
||||
"With heartbeating turned on, the proxy will start its response immediately "
|
||||
"with 202 Accepted then send a single whitespace character periodically until "
|
||||
"the request completes. At that point, a final summary chunk will be sent "
|
||||
"which includes a \"Response Status\" key indicating success or failure and "
|
||||
"(if successful) an \"Etag\" key indicating the Etag of the resulting SLO."
|
||||
msgstr ""
|
||||
"ハートビートをオンにすると、プロキシは 直ぐに 202 Accepted で応答を開始し、リ"
|
||||
"クエストが完了するまで一つの空白文字を定期的に送信します。その時点で、成功か"
|
||||
"失敗かを示す「Response Status 」キーと、成功した場合には SLO の結果として生じ"
|
||||
"る Etag を示す「Etag」キーを含む最終サマリーチャンクが送信されるようになりま"
|
||||
"す。"
|
||||
|
||||
msgid "Write-affinity aware object deletion"
|
||||
msgstr "書き込みアフィニティは、オブジェクトの削除を認識します。"
|
||||
|
||||
msgid ""
|
||||
"X-Delete-At computation now uses X-Timestamp instead of system time. This "
|
||||
"prevents clock skew causing inconsistent expiry data."
|
||||
msgstr ""
|
||||
"X-Delete-At の計算に、システム時間の代わりに X-Timestamp を使うようになりまし"
|
||||
"た。これは、時刻の誤差によって起こる期限データの矛盾を防止します。"
|
||||
|
||||
msgid "``swift-ring-builder`` improvements"
|
||||
msgstr "``swift-ring-builder`` の改善"
|
||||
|
||||
msgid ""
|
||||
"cname_lookup middleware now accepts a ``nameservers`` config variable that, "
|
||||
"if defined, will be used for DNS lookups instead of the system default."
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: swift VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
||||
"POT-Creation-Date: 2018-01-31 06:08+0000\n"
|
||||
"POT-Creation-Date: 2018-02-09 02:13+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -976,10 +976,6 @@ msgstr "Problem with fragment response: %s"
|
||||
msgid "Profiling Error: %s"
|
||||
msgstr "Profiling Error: %s"
|
||||
|
||||
#, python-format
|
||||
msgid "Quarantined %(db_dir)s to %(quar_path)s due to %(exc_hint)s database"
|
||||
msgstr "Quarantined %(db_dir)s to %(quar_path)s due to %(exc_hint)s database"
|
||||
|
||||
#, python-format
|
||||
msgid "Quarantined %(hsh_path)s to %(quar_path)s because it is not a directory"
|
||||
msgstr ""
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: swift VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
||||
"POT-Creation-Date: 2018-01-31 06:08+0000\n"
|
||||
"POT-Creation-Date: 2018-02-09 02:13+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -891,11 +891,6 @@ msgstr "Problema al limpiar %s"
|
||||
msgid "Profiling Error: %s"
|
||||
msgstr "Error de perfil: %s"
|
||||
|
||||
#, python-format
|
||||
msgid "Quarantined %(db_dir)s to %(quar_path)s due to %(exc_hint)s database"
|
||||
msgstr ""
|
||||
"En cuarentena%(db_dir)s hasta %(quar_path)s debido a %(exc_hint)s database"
|
||||
|
||||
#, python-format
|
||||
msgid "Quarantined %(hsh_path)s to %(quar_path)s because it is not a directory"
|
||||
msgstr ""
|
||||
|
@ -5,16 +5,17 @@
|
||||
# Translators:
|
||||
# Sasuke(Kyohei MORIYAMA) <>, 2015
|
||||
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
|
||||
# Shu Muto <shu-mutou@rf.jp.nec.com>, 2018. #zanata
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: swift VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
||||
"POT-Creation-Date: 2018-01-31 06:08+0000\n"
|
||||
"POT-Creation-Date: 2018-02-09 02:13+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:43+0000\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"PO-Revision-Date: 2018-02-09 05:39+0000\n"
|
||||
"Last-Translator: Shu Muto <shu-mutou@rf.jp.nec.com>\n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Generated-By: Babel 2.0\n"
|
||||
@ -55,6 +56,22 @@ msgstr ""
|
||||
"%(replicated)d/%(total)d (%(percentage).2f%%) パーティションが%(time).2fs で"
|
||||
"複製されました (%(rate).2f/秒、残り %(remaining)s)"
|
||||
|
||||
#, python-format
|
||||
msgid "%(server)s #%(number)d not running (%(conf)s)"
|
||||
msgstr "%(server)s #%(number)d は稼働していません (%(conf)s)"
|
||||
|
||||
#, python-format
|
||||
msgid "%(server)s (%(pid)s) appears to have stopped"
|
||||
msgstr "%(server)s (%(pid)s) が停止された可能性があります"
|
||||
|
||||
#, python-format
|
||||
msgid "%(server)s running (%(pid)s - %(conf)s)"
|
||||
msgstr "%(server)s 稼働中 (%(pid)s - %(conf)s)"
|
||||
|
||||
#, python-format
|
||||
msgid "%(server)s running (%(pid)s - %(pid_file)s)"
|
||||
msgstr "%(server)s 稼働中 (%(pid)s - %(pid_file)s)"
|
||||
|
||||
#, python-format
|
||||
msgid "%(success)s successes, %(failure)s failures"
|
||||
msgstr "成功 %(success)s、失敗 %(failure)s"
|
||||
@ -63,6 +80,10 @@ msgstr "成功 %(success)s、失敗 %(failure)s"
|
||||
msgid "%(type)s returning 503 for %(statuses)s"
|
||||
msgstr "%(type)s が %(statuses)s について 503 を返しています"
|
||||
|
||||
#, python-format
|
||||
msgid "%(type)s: %(value)s"
|
||||
msgstr "%(type)s: %(value)s"
|
||||
|
||||
#, python-format
|
||||
msgid "%s already started..."
|
||||
msgstr "%s は既に開始されています..."
|
||||
@ -117,6 +138,10 @@ msgstr "、戻りコード: "
|
||||
msgid "Account"
|
||||
msgstr "アカウント"
|
||||
|
||||
#, python-format
|
||||
msgid "Account %(account)s has not been reaped since %(time)s"
|
||||
msgstr "アカウント %(account)s は %(time)s 以降リープされていません"
|
||||
|
||||
#, python-format
|
||||
msgid "Account audit \"once\" mode completed: %.02fs"
|
||||
msgstr "アカウント監査 \"once\" モードが完了しました: %.02fs"
|
||||
@ -130,6 +155,18 @@ msgid ""
|
||||
"Attempted to replicate %(count)d dbs in %(time).5f seconds (%(rate).5f/s)"
|
||||
msgstr "%(time).5f 秒で %(count)d 個の DB の複製を試行しました (%(rate).5f/s)"
|
||||
|
||||
#, python-format
|
||||
msgid "Audit Failed for %(path)s: %(err)s"
|
||||
msgstr "%(path)s の監査が失敗しました: %(err)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Audit passed for %s"
|
||||
msgstr "%s の監査が合格しました。"
|
||||
|
||||
#, python-format
|
||||
msgid "Bad key for %(name)r: %(err)s"
|
||||
msgstr "%(name)r のキーが不正です: %(err)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Bad rsync return code: %(ret)d <- %(args)s"
|
||||
msgstr "正しくない再同期戻りコード: %(ret)d <- %(args)s"
|
||||
@ -248,6 +285,10 @@ msgstr ""
|
||||
"%(path)s のコンテナー更新スイープが完了しました: %(elapsed).02fs、成功 "
|
||||
"%(success)s、失敗 %(fail)s、未変更 %(no_change)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Could not load %(conf)r: %(error)s"
|
||||
msgstr "%(conf)r をロードできませんでした: %(error)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Data download error: %s"
|
||||
msgstr "データダウンロードエラー: %s"
|
||||
@ -256,6 +297,9 @@ msgstr "データダウンロードエラー: %s"
|
||||
msgid "Devices pass completed: %.02fs"
|
||||
msgstr "デバイスの処理が完了しました: %.02fs"
|
||||
|
||||
msgid "Did not get a keys dict"
|
||||
msgstr "キーの辞書を取得できませんでした。"
|
||||
|
||||
#, python-format
|
||||
msgid "ERROR %(db_file)s: %(validate_sync_to_err)s"
|
||||
msgstr "エラー %(db_file)s: %(validate_sync_to_err)s"
|
||||
@ -342,6 +386,14 @@ msgstr "%(db_file)s %(row)s の同期エラー"
|
||||
msgid "ERROR Syncing %s"
|
||||
msgstr "%s の同期エラー"
|
||||
|
||||
#, python-format
|
||||
msgid ""
|
||||
"ERROR There are not enough handoff nodes to reach replica count for "
|
||||
"partition %s"
|
||||
msgstr ""
|
||||
"エラー パーティション %s のレプリカ数に達するための handoff ノードが不足して"
|
||||
"います。"
|
||||
|
||||
#, python-format
|
||||
msgid "ERROR Trying to audit %s"
|
||||
msgstr "%s の監査を試行中にエラーが発生しました"
|
||||
@ -388,6 +440,13 @@ msgstr ""
|
||||
"エラー: コンテナー更新が %(ip)s:%(port)s/%(dev)s で失敗しました (後の非同期更"
|
||||
"新のために保存中)"
|
||||
|
||||
msgid "ERROR get_keys() missing callback"
|
||||
msgstr "エラー get_keys() コールバックがありません"
|
||||
|
||||
#, python-format
|
||||
msgid "ERROR get_keys(): from callback: %s"
|
||||
msgstr "エラー get_keys(): コールバック: %s"
|
||||
|
||||
#, python-format
|
||||
msgid "ERROR reading HTTP response from %s"
|
||||
msgstr "%s からの HTTP 応答の読み取りエラー"
|
||||
@ -439,6 +498,10 @@ msgstr "エラー: 監査を実行できません: %s"
|
||||
msgid "Error hashing suffix"
|
||||
msgstr "サフィックスのハッシュエラー"
|
||||
|
||||
#, python-format
|
||||
msgid "Error in %(conf)r with mtime_check_interval: %(error)s"
|
||||
msgstr "mtime_check_interval で %(conf)r にエラーがあります: %(error)s"
|
||||
|
||||
msgid "Error listing devices"
|
||||
msgstr "デバイスのリストエラー"
|
||||
|
||||
@ -461,6 +524,10 @@ msgstr "swift.conf の読み取りエラー"
|
||||
msgid "Error retrieving recon data"
|
||||
msgstr "再構成データの取得エラー"
|
||||
|
||||
#, python-format
|
||||
msgid "Error sending UDP message to %(target)r: %(err)s"
|
||||
msgstr "%(target)r への UDP メッセージ送信エラー: %(err)s"
|
||||
|
||||
msgid "Error syncing handoff partition"
|
||||
msgstr "ハンドオフパーティションの同期エラー"
|
||||
|
||||
@ -571,6 +638,9 @@ msgstr ""
|
||||
"無効なスキーム %r が X-Container-Sync-To にあります。「//」、「http」、"
|
||||
"「https」のいずれかでなければなりません。"
|
||||
|
||||
msgid "Invalid swift_bytes"
|
||||
msgstr "無効な swift_bytes"
|
||||
|
||||
#, python-format
|
||||
msgid "Killing long-running rsync: %s"
|
||||
msgstr "長期実行の再同期を強制終了中: %s"
|
||||
@ -582,10 +652,18 @@ msgstr "ロックが検出されました.. ライブ coros を強制終了中"
|
||||
msgid "Mapped %(given_domain)s to %(found_domain)s"
|
||||
msgstr "%(given_domain)s が %(found_domain)s にマップされました"
|
||||
|
||||
#, python-format
|
||||
msgid "Missing key for %r"
|
||||
msgstr "%r にキーがありません。"
|
||||
|
||||
#, python-format
|
||||
msgid "No %s running"
|
||||
msgstr "%s が実行されていません"
|
||||
|
||||
#, python-format
|
||||
msgid "No cluster endpoint for %(realm)r %(cluster)r"
|
||||
msgstr "%(realm)r %(cluster)r のエンドポイントクラスターがありません"
|
||||
|
||||
#, python-format
|
||||
msgid "No permission to signal PID %d"
|
||||
msgstr "PID %d にシグナル通知する許可がありません"
|
||||
@ -784,6 +862,10 @@ msgstr "スクリプトモードでオブジェクトリコンストラクター
|
||||
msgid "Running object replicator in script mode."
|
||||
msgstr "スクリプトモードでオブジェクトレプリケーターを実行中です。"
|
||||
|
||||
#, python-format
|
||||
msgid "Signal %(server)s pid: %(pid)s signal: %(signal)s"
|
||||
msgstr "%(server)s pid: %(pid)s へのシグナル: %(signal)s"
|
||||
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Since %(time)s: %(sync)s synced [%(delete)s deletes, %(put)s puts], %(skip)s "
|
||||
@ -807,6 +889,10 @@ msgid ""
|
||||
msgstr ""
|
||||
"%(time)s 以降: コンテナー監査: 合格した監査 %(pass)s、不合格の監査%(fail)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Skipping %(datadir)s because %(err)s"
|
||||
msgstr "%(err)s のため %(datadir)s をスキップします"
|
||||
|
||||
#, python-format
|
||||
msgid "Skipping %(device)s as it is not mounted"
|
||||
msgstr "%(device)s はマウントされていないため、スキップされます"
|
||||
@ -878,6 +964,10 @@ msgstr "%s への書き込みを試行中"
|
||||
msgid "UNCAUGHT EXCEPTION"
|
||||
msgstr "キャッチされていない例外"
|
||||
|
||||
#, python-format
|
||||
msgid "Unable to find %(section)s config section in %(conf)s"
|
||||
msgstr "%(section)s 構成セクションが %(conf)s に見つかりません"
|
||||
|
||||
#, python-format
|
||||
msgid "Unable to locate %s in libc. Leaving as a no-op."
|
||||
msgstr "%s が libc に見つかりません。no-op として終了します。"
|
||||
@ -886,11 +976,19 @@ msgstr "%s が libc に見つかりません。no-op として終了します。
|
||||
msgid "Unable to locate config for %s"
|
||||
msgstr "%s の設定が見つかりません"
|
||||
|
||||
#, python-format
|
||||
msgid "Unable to locate config number %(number)s for %(server)s"
|
||||
msgstr "%(server)s の設定番号 %(number)s が見つかりません"
|
||||
|
||||
msgid ""
|
||||
"Unable to locate fallocate, posix_fallocate in libc. Leaving as a no-op."
|
||||
msgstr ""
|
||||
"fallocate、posix_fallocate が libc に見つかりません。no-op として終了します。"
|
||||
|
||||
#, python-format
|
||||
msgid "Unable to perform fsync() on directory %(dir)s: %(err)s"
|
||||
msgstr "ディレクトリー %(dir)s で fsync() を実行できません: %(err)s"
|
||||
|
||||
#, python-format
|
||||
msgid "Unable to read config from %s"
|
||||
msgstr "構成を %s から読み取ることができません"
|
||||
@ -931,6 +1029,14 @@ msgstr "警告: 最大処理限界を変更できません。非ルートとし
|
||||
msgid "WARNING: Unable to modify memory limit. Running as non-root?"
|
||||
msgstr "警告: メモリー制限を変更できません。非ルートとして実行しますか?"
|
||||
|
||||
#, python-format
|
||||
msgid "Waited %(kill_wait)s seconds for %(server)s to die; giving up"
|
||||
msgstr "%(kill_wait)s 秒間、%(server)s の停止を待機しました。中止します"
|
||||
|
||||
#, python-format
|
||||
msgid "Waited %(kill_wait)s seconds for %(server)s to die; killing"
|
||||
msgstr "%(kill_wait)s 秒間、%(server)s の停止を待機しました。強制終了します"
|
||||
|
||||
msgid "Warning: Cannot ratelimit without a memcached client"
|
||||
msgstr "警告: memcached クライアントなしで ratelimit を行うことはできません"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user