Imported Translations from Zanata

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

Change-Id: Ic35a1ee81e3a406aca987f75707d61e21d8606f4
This commit is contained in:
OpenStack Proposal Bot 2023-06-22 03:20:15 +00:00
parent f627d69f04
commit 5a81f77bd4
1 changed files with 66 additions and 2 deletions

View File

@ -10,11 +10,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Glance_store Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-10 18:14+0000\n"
"POT-Creation-Date: 2023-06-21 14:32+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-05-08 10:14+0000\n"
"PO-Revision-Date: 2023-06-17 02:40+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -110,12 +110,18 @@ msgstr "2.7.0"
msgid "2.7.1"
msgstr "2.7.1"
msgid "2.7.1-2"
msgstr "2.7.1-2"
msgid "2023.1 Series Release Notes"
msgstr "2023.1 Series Release Notes"
msgid "3.0.0"
msgstr "3.0.0"
msgid "3.0.1"
msgstr "3.0.1"
msgid "4.0.0"
msgstr "4.0.0"
@ -125,9 +131,21 @@ msgstr "4.0.1"
msgid "4.1.0"
msgstr "4.1.0"
msgid "4.1.1"
msgstr "4.1.1"
msgid "4.3.0"
msgstr "4.3.0"
msgid "4.3.1"
msgstr "4.3.1"
msgid "4.4.0"
msgstr "4.4.0"
msgid "4.5.0"
msgstr "4.5.0"
msgid ""
"A `BufferedReader`_ has been added to the Swift store driver in order to "
"enable better recovery from errors during uploads of large image files. "
@ -167,6 +185,17 @@ msgstr ""
"returns a 5-tuple containing a ``multihash`` value, which is a hexdigest of "
"the stored data computed using the specified hashing algorithm."
msgid ""
"A recent change to the RBD driver introduced a potential threading lockup "
"when using native threads, and also a (process-)blocking call to an external "
"library when using greenthreads. That change has been reverted until a "
"better fix can be made."
msgstr ""
"A recent change to the RBD driver introduced a potential threading lockup "
"when using native threads, and also a (process-)blocking call to an external "
"library when using green threads. That change has been reverted until a "
"better fix can be made."
msgid ""
"A sparse file means that we do not actually write null byte sequences but "
"only the data itself at a given offset, the \"holes\" which can appear will "
@ -386,6 +415,17 @@ msgstr "Bug 1954883_: [RBD] Image is unusable if deletion fails"
msgid "Bug Fixes"
msgstr "Bug Fixes"
msgid ""
"Cinder glance_store driver: in order to avoid a situation where a leftover "
"device could be mapped to a different volume than the one intended, the "
"cinder glance_store driver now instructs the os-brick library to force "
"detach volumes, which ensures that devices are removed from the host."
msgstr ""
"Cinder glance_store driver: in order to avoid a situation where a leftover "
"device could be mapped to a different volume than the one intended, the "
"Cinder glance_store driver now instructs the os-brick library to force "
"detach volumes, which ensures that devices are removed from the host."
msgid ""
"Consumers relying upon the EXPERIMENTAL behavior should not upgrade past "
"version 0.29.1. Now that the ``multi_backend`` module is fully supported in "
@ -739,6 +779,13 @@ msgstr "Rocky Series Release Notes"
msgid "Security Issues"
msgstr "Security Issues"
msgid ""
"See `Bug #2004555 <https://bugs.launchpad.net/glance-store/+bug/2004555>`_ "
"for more information about this issue."
msgstr ""
"See `Bug #2004555 <https://bugs.launchpad.net/glance-store/+bug/2004555>`_ "
"for more information about this issue."
msgid ""
"Set the ``glance_store`` configuration option ``swift_buffer_on_upload`` to "
"``True``"
@ -835,6 +882,23 @@ msgstr ""
"openstack.org/openstack/glance-specs/specs/rocky/implemented/glance/multi-"
"store.html>`_ feature."
msgid ""
"The RBD driver now moves images to the trash if they cannot be deleted "
"immediately due to having snapshots. This fixes the long-standing issue "
"where base images are unable to be deleted until/unless all snapshots of it "
"are also deleted. Moving the image to the trash allows Glance to proceed "
"with the deletion of the image (as far as it is concerned), mark the RBD "
"image for deletion, which will happen once the last snapshot that uses it "
"has been deleted."
msgstr ""
"The RBD driver now moves images to the Rubbish Bin if they cannot be deleted "
"immediately due to having snapshots. This fixes the long-standing issue "
"where base images are unable to be deleted until/unless all snapshots of it "
"are also deleted. Moving the image to the Rubbish Bin allows Glance to "
"proceed with the deletion of the image (as far as it is concerned), mark the "
"RBD image for deletion, which will happen once the last snapshot that uses "
"it has been deleted."
msgid ""
"The Rocky release of glance_store contains support for computing secure hash "
"values of stored data, but the function called by Glance to store data was "