Imported Translations from Zanata

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

Change-Id: Icd238d1acd2e9e5968399743225525faed2c28d3
This commit is contained in:
OpenStack Proposal Bot
2020-10-04 06:24:39 +00:00
parent 7aaf430b0f
commit 488d3e2fe3

View File

@@ -5,13 +5,13 @@
# Andi Chandler <andi@gowling.com>, 2020. #zanata # Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glance_store\n" "Project-Id-Version: Glance_store Release Notes\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-13 08:23+0000\n" "POT-Creation-Date: 2020-09-16 18:23+0000\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-04-07 08:13+0000\n" "PO-Revision-Date: 2020-10-03 10:13+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n" "Language-Team: English (United Kingdom)\n"
"Language: en_GB\n" "Language: en_GB\n"
@@ -83,6 +83,15 @@ msgstr "1.1.0"
msgid "2.0.0" msgid "2.0.0"
msgstr "2.0.0" msgstr "2.0.0"
msgid "2.1.0"
msgstr "2.1.0"
msgid "2.2.0"
msgstr "2.2.0"
msgid "2.3.0"
msgstr "2.3.0"
msgid "" msgid ""
"A `BufferedReader`_ has been added to the Swift store driver in order to " "A `BufferedReader`_ has been added to the Swift store driver in order to "
"enable better recovery from errors during uploads of large image files. " "enable better recovery from errors during uploads of large image files. "
@@ -122,6 +131,26 @@ msgstr ""
"returns a 5-tuple containing a ``multihash`` value, which is a hexdigest of " "returns a 5-tuple containing a ``multihash`` value, which is a hexdigest of "
"the stored data computed using the specified hashing algorithm." "the stored data computed using the specified hashing algorithm."
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 "
"automatically be interpreted by the storage backend as null bytes, and do "
"not really consume your storage."
msgstr ""
"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 "
"automatically be interpreted by the storage backend as null bytes, and do "
"not really consume your storage."
msgid ""
"Add new configuration option ``rbd_thin_provisioning`` and "
"``filesystem_thin_provisioning`` to rbd and filesystem store to enable or "
"not sparse upload, default are False."
msgstr ""
"Add new configuration option ``rbd_thin_provisioning`` and "
"``filesystem_thin_provisioning`` to rbd and filesystem store to enable or "
"not sparse upload, default are False."
msgid "" msgid ""
"Added keyword argument to ``register_store_opts`` and " "Added keyword argument to ``register_store_opts`` and "
"``create_multi_stores`` calls to configure reserved stores by the consuming " "``create_multi_stores`` calls to configure reserved stores by the consuming "
@@ -137,6 +166,15 @@ msgstr ""
"the consuming service's configuration file, and stores that are reserved for " "the consuming service's configuration file, and stores that are reserved for "
"use by the consuming service." "use by the consuming service."
msgid ""
"Added support for cinder multiple stores. Operators can now configure "
"multiple cinder stores by configuring a unique cinder_volume_type for each "
"cinder store."
msgstr ""
"Added support for cinder multiple stores. Operators can now configure "
"multiple cinder stores by configuring a unique cinder_volume_type for each "
"Cinder store."
msgid "" msgid ""
"Allow glance_store to refresh token when upload or download data to Swift " "Allow glance_store to refresh token when upload or download data to Swift "
"store. glance_store identifies if token is going to expire soon when " "store. glance_store identifies if token is going to expire soon when "
@@ -273,6 +311,12 @@ msgid ""
msgstr "" msgstr ""
"Bug 1866966_: define mount_point for ``*fs`` drivers in glance cinder store" "Bug 1866966_: define mount_point for ``*fs`` drivers in glance cinder store"
msgid "Bug 1870289_: Add lock per share for cinder nfs mount/umount"
msgstr "Bug 1870289_: Add lock per share for cinder nfs mount/umount"
msgid "Bug 1875281_: API returns 503 if one of the store is mis-configured"
msgstr "Bug 1875281_: API returns 503 if one of the store is mis-configured"
msgid "Bug Fixes" msgid "Bug Fixes"
msgstr "Bug Fixes" msgstr "Bug Fixes"
@@ -323,6 +367,15 @@ msgstr ""
msgid "EXPERIMENTAL: Multiple back-end stores" msgid "EXPERIMENTAL: Multiple back-end stores"
msgstr "EXPERIMENTAL: Multiple back-end stores" msgstr "EXPERIMENTAL: Multiple back-end stores"
msgid ""
"Enabling this feature will also speed up image upload and save network "
"traffic in addition to save space in the backend, as null bytes sequences "
"are not sent over the network."
msgstr ""
"Enabling this feature will also speed up image upload and save network "
"traffic in addition to save space in the backend, as null bytes sequences "
"are not sent over the network."
msgid "" msgid ""
"Following bugs were fixed and included after 0.28.0 release: * Bug 1824533_: " "Following bugs were fixed and included after 0.28.0 release: * Bug 1824533_: "
"Do not include ETag when puting manifest in chunked uploads * Bug 1818915_: " "Do not include ETag when puting manifest in chunked uploads * Bug 1818915_: "
@@ -423,6 +476,13 @@ msgstr ""
msgid "Known Issues" msgid "Known Issues"
msgstr "Known Issues" msgstr "Known Issues"
msgid ""
"Legacy images will be moved to specific stores as per their current volume's "
"type and the location URL will be updated respectively."
msgstr ""
"Legacy images will be moved to specific stores as per their current volume's "
"type and the location URL will be updated respectively."
msgid "Liberty Series Release Notes" msgid "Liberty Series Release Notes"
msgstr "Liberty Series Release Notes" msgstr "Liberty Series Release Notes"
@@ -904,6 +964,9 @@ msgstr "Upgrade Notes"
msgid "Ussuri Series Release Notes" msgid "Ussuri Series Release Notes"
msgstr "Ussuri Series Release Notes" msgstr "Ussuri Series Release Notes"
msgid "Victoria Series Release Notes"
msgstr "Victoria Series Release Notes"
msgid "" msgid ""
"`Add python 3.5 in classifier and envlist <https://git.openstack.org/cgit/" "`Add python 3.5 in classifier and envlist <https://git.openstack.org/cgit/"
"openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_" "openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_"
@@ -911,6 +974,13 @@ msgstr ""
"`Add python 3.5 in classifier and envlist <https://git.openstack.org/cgit/" "`Add python 3.5 in classifier and envlist <https://git.openstack.org/cgit/"
"openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_" "openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_"
msgid ""
"`Bug #1884482 <https://bugs.launchpad.net/cinder/+bug/1884482>`_: Blocked "
"creation of images on encrypted nfs volumes when glance store is cinder."
msgstr ""
"`Bug #1884482 <https://bugs.launchpad.net/cinder/+bug/1884482>`_: Blocked "
"creation of images on encrypted NFS volumes when Glance store is Cinder."
msgid "" msgid ""
"`Correct error msg variable that could be unassigned <https://git.openstack." "`Correct error msg variable that could be unassigned <https://git.openstack."
"org/cgit/openstack/glance_store/commit/?" "org/cgit/openstack/glance_store/commit/?"