Imported Translations from Zanata

For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I5925b70c85f0a9c23c1df9f57f4a79a835e0bd67
This commit is contained in:
OpenStack Proposal Bot 2020-12-20 06:26:50 +00:00
parent e2cbac36f1
commit 73742be999
1 changed files with 137 additions and 4 deletions

View File

@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Glance Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-02 23:06+0000\n"
"POT-Creation-Date: 2020-12-17 17:51+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-12-10 01:29+0000\n"
"PO-Revision-Date: 2020-12-19 01:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -143,11 +143,14 @@ msgstr "20.0.1"
msgid "20.0.1-28"
msgstr "20.0.1-28"
msgid "21.0.0"
msgstr "21.0.0"
msgid "21.0.0.0rc1"
msgstr "21.0.0.0rc1"
msgid "21.0.0.0rc1-5"
msgstr "21.0.0.0rc1-5"
msgid "21.0.0.0rc1-12"
msgstr "21.0.0.0rc1-12"
msgid ""
"A change was added to the import API which provides time-based locking of an "
@ -417,12 +420,25 @@ msgstr ""
"NOTE: Glance will require policy.json being present for any meaningful "
"output."
msgid ""
"Added policy support to allow copying image to multiple stores, even if "
"those images are not owned by the current user's project."
msgstr ""
"Added policy support to allow copying image to multiple stores, even if "
"those images are not owned by the current user's project."
msgid "Added support for cinder multiple stores."
msgstr "Added support for Cinder multiple stores."
msgid "Added support for copying existing images in multiple stores"
msgstr "Added support for copying existing images in multiple stores"
msgid "Added support for importing images in multiple stores"
msgstr "Added support for importing images in multiple stores"
msgid "Added support for sparse image upload for filesystem and rbd driver"
msgstr "Added support for sparse image upload for filesystem and RBD driver"
msgid ""
"Added support for sparse image upload for filesystem and rbd driver of "
"glance_store"
@ -469,6 +485,17 @@ msgstr ""
"Glance policy.json file are set correctly. These settings are described "
"below."
msgid ""
"After upgrading, deployments using the cinder backend should update their "
"config to specify a volume type. Existing images on those backends will be "
"updated at runtime (lazily, when they are first read) to a location URL that "
"includes the store and volume type information."
msgstr ""
"After upgrading, deployments using the Cinder backend should update their "
"config to specify a volume type. Existing images on those backends will be "
"updated at runtime (lazily, when they are first read) to a location URL that "
"includes the store and volume type information."
msgid ""
"All ``qemu-img info`` calls are now run under resource limitations that "
"limit the CPU time and address space usage of the process running the "
@ -898,6 +925,10 @@ msgstr "Bug 1805765_: Image conversion fails"
msgid "Bug 1808063_: Guard __getattr__ on QuotaImageTagsProxy"
msgstr "Bug 1808063_: Guard __getattr__ on QuotaImageTagsProxy"
msgid "Bug 1808814_: admin docs: interoperable image import revision for stein"
msgstr ""
"Bug 1808814_: admin docs: interoperable image import revision for Stein"
msgid "Bug 1808868_: Add SEV-related extra spec and image properties"
msgstr "Bug 1808868_: Add SEV-related extra spec and image properties"
@ -918,6 +949,13 @@ msgid "Bug 1836140_: Image deletion returns 500 if 'file' store is not enabled"
msgstr ""
"Bug 1836140_: Image deletion returns 500 if 'file' store is not enabled"
msgid ""
"Bug 1843576_: Glance metadefs is missing Image property "
"hw_vif_multiqueue_enabled"
msgstr ""
"Bug 1843576_: Glance metadefs is missing Image property "
"hw_vif_multiqueue_enabled"
msgid ""
"Bug 1850412_: Useful image properties in glance - os_admin_user not "
"documented"
@ -931,6 +969,12 @@ msgstr "Bug 1855708_: Reload broken in PY3"
msgid "Bug 1855708_: Reload tests broken in Py3"
msgstr "Bug 1855708_: Reload tests broken in Py3"
msgid "Bug 1856578_: docs: image schema customization restrictions"
msgstr "Bug 1856578_: docs: image schema customisation restrictions"
msgid "Bug 1856581_: metadefs: OS::Glance::CommonImageProperties out of date"
msgstr "Bug 1856581_: metadefs: OS::Glance::CommonImageProperties out of date"
msgid ""
"Bug 1861334_: cors config defaults not used when Glance is run as WSGI app"
msgstr ""
@ -956,6 +1000,16 @@ msgstr ""
msgid "Bug 1863879_: Multiple import fails if all-stores 'True' is passed"
msgstr "Bug 1863879_: Multiple import fails if all-stores 'True' is passed"
msgid "Bug 1870336_: Update 'common image properties' doc"
msgstr "Bug 1870336_: Update 'common image properties' doc"
msgid ""
"Bug 1876419_: Failed to parse json file /etc/glance/metadefs/compute-vmware."
"json"
msgstr ""
"Bug 1876419_: Failed to parse JSON file /etc/glance/metadefs/compute-vmware."
"json"
msgid ""
"Bug 1881958_: read-only http store should not be used if --all-stores "
"specified for import/copy image workflow"
@ -968,6 +1022,25 @@ msgid ""
msgstr ""
"Bug 1884587_: image import copy-image API should reflect proper authorisation"
msgid ""
"Bug 1884596_: A change was added to the import API which provides time-based "
"locking of an image to exclude other import operations from starting until "
"the lock-holding task completes. The lock is based on the task that we start "
"to do the work, and the UUID of that task is stored in the "
"``os_glance_import_task`` image property, which indicates who owns the lock. "
"If the task holding the lock fails to make progress for 60 minutes, another "
"import operation will be allowed to steal the lock and start another import "
"operation."
msgstr ""
"Bug 1884596_: A change was added to the import API which provides time-based "
"locking of an image to exclude other import operations from starting until "
"the lock-holding task completes. The lock is based on the task that we start "
"to do the work, and the UUID of that task is stored in the "
"``os_glance_import_task`` image property, which indicates who owns the lock. "
"If the task holding the lock fails to make progress for 60 minutes, another "
"import operation will be allowed to steal the lock and start another import "
"operation."
msgid "Bug 1885003_: Interrupted copy-image may break a subsequent operation"
msgstr "Bug 1885003_: Interrupted copy-image may break a subsequent operation"
@ -978,12 +1051,19 @@ msgstr ""
msgid "Bug 1886374_: Improve lazy loading mechanism for multiple stores"
msgstr "Bug 1886374_: Improve lazy loading mechanism for multiple stores"
msgid "Bug 1887099_: Invalid metadefs for watchdog"
msgstr "Bug 1887099_: Invalid metadefs for watchdog"
msgid "Bug 1887994_: Mixed message in admin docs to deploy under httpd"
msgstr "Bug 1887994_: Mixed message in admin docs to deploy under httpd"
msgid "Bug 1888349_: glance-cache-manage utility is broken"
msgstr "Bug 1888349_: glance-cache-manage utility is broken"
msgid "Bug 1888713_: Async tasks, image import not supported in pure-WSGI mode"
msgstr ""
"Bug 1888713_: Async tasks, image import not supported in pure-WSGI mode"
msgid "Bug 1889640_: Image import might result 'active' image with no data."
msgstr "Bug 1889640_: Image import might result 'active' image with no data."
@ -994,6 +1074,18 @@ msgstr ""
"Bug 1889676_: \"stores\" can be set as property breaking multistore "
"indication of stores where the images are present"
msgid ""
"Bug 1891190_: test_reload() functional test causes hang and jobs TIMED_OUT"
msgstr ""
"Bug 1891190_: test_reload() functional test causes hang and jobs TIMED_OUT"
msgid ""
"Bug 1891352_: Failed import of one store will remain in progress forever if "
"all_stores_must_succeed=True"
msgstr ""
"Bug 1891352_: Failed import of one store will remain in progress forever if "
"all_stores_must_succeed=True"
msgid ""
"Bug 1895663_: Image import \"web-download\" doesn't check on download size"
msgstr ""
@ -1143,6 +1235,17 @@ msgstr ""
"required. Image creations will fail when the data is tried to be uploaded to "
"the back-end due to missing wrapping of the function used."
msgid ""
"During upgrade from single cinder store to multiple cinder stores, legacy "
"images location url will be updated to the new format with respect to the "
"volume type configured in the stores. Legacy location url: cinder://<volume-"
"id> New location url: cinder://<store-id>/<volume-id>"
msgstr ""
"During upgrade from single Cinder store to multiple Cinder stores, legacy "
"images location URL will be updated to the new format with respect to the "
"volume type configured in the stores. Legacy location URL: cinder://<volume-"
"id> New location URL: cinder://<store-id>/<volume-id>"
msgid ""
"Ensure that the version 0.26.1 or higher of glance_store library is used."
msgstr ""
@ -2693,6 +2796,15 @@ msgstr ""
"see the `Database Maintenance`_ section of the Glance Administration Guide "
"for details."
msgid ""
"The ``glance-replicator`` options ``mastertoken`` and ``slavetoken`` were "
"deprecated in the Pike release cycle. These options have now been removed. "
"The options ``sourcetoken`` and ``targettoken`` should be used instead."
msgstr ""
"The ``glance-replicator`` options ``mastertoken`` and ``slavetoken`` were "
"deprecated in the Pike release cycle. These options have now been removed. "
"The options ``sourcetoken`` and ``targettoken`` should be used instead."
msgid ""
"The ``os_hash_value`` image property, introduced as part of the `Secure Hash "
"Algorithm Support <https://specs.openstack.org/openstack/glance-specs/specs/"
@ -2849,6 +2961,9 @@ msgstr ""
"configuration, this change will not affect you. If you were *not* using the "
"default policy configuration, please read on."
msgid "The deprecated 'enable_v2_api' config option has been removed."
msgstr "The deprecated 'enable_v2_api' config option has been removed."
msgid ""
"The deprecation path for the configuration option "
"``show_multiple_locations`` has been changed because the mitigation "
@ -3617,6 +3732,21 @@ msgstr ""
"<https://docs.openstack.org/glance/latest/admin/multistores.html>`_ in the "
"Glance Administration Guide for more information."
msgid ""
"This release removes endpoints and config options related to glance-"
"registry. Including but not limited to config option 'data-api' which has no "
"production supported options left. SimpleDB has not been supported since "
"moving DB migrations to alembic and registry is removed. All registry "
"specific options and config files have been removed. 'glance-registry' "
"command has been removed."
msgstr ""
"This release removes endpoints and config options related to glance-"
"registry. Including but not limited to config option 'data-api' which has no "
"production supported options left. SimpleDB has not been supported since "
"moving DB migrations to alembic and registry is removed. All registry "
"specific options and config files have been removed. 'glance-registry' "
"command has been removed."
msgid ""
"This renders the configuration options incapable of taking certain values "
"that may have been accepted before but were actually invalid."
@ -3799,6 +3929,9 @@ msgstr ""
"problematic configuration option and the reason why the supplied value has "
"been rejected."
msgid "Victoria Series Release Notes"
msgstr "Victoria Series Release Notes"
msgid "Visibility migration of current images"
msgstr "Visibility migration of current images"