Imported Translations from Zanata

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

Change-Id: Idc165b7bf159af4d8df5f2a9df92bead3dbfd9fd
This commit is contained in:
OpenStack Proposal Bot 2018-04-15 06:10:45 +00:00
parent 8748f92594
commit 9ff837cda7
1 changed files with 63 additions and 2 deletions

View File

@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Glance Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 15:30+0000\n"
"POT-Creation-Date: 2018-04-14 00:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-03-28 11:52+0000\n"
"PO-Revision-Date: 2018-04-15 04:33+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -18,6 +18,17 @@ msgstr ""
msgid "'community' - the image is available for consumption by all users"
msgstr "'community' - the image is available for consumption by all users"
msgid ""
"'enabled_import_methods' is ListOpt type config option. If only one method "
"is enabled, the format needs to be ['method'] this is not obvious as even "
"the example does not have the '[' and ']' boundaries around the default "
"value."
msgstr ""
"'enabled_import_methods' is ListOpt type config option. If only one method "
"is enabled, the format needs to be ['method'] this is not obvious as even "
"the example does not have the '[' and ']' boundaries around the default "
"value."
msgid "'private' - the image is accessible only to its owner"
msgstr "'private' - the image is accessible only to its owner"
@ -97,6 +108,12 @@ msgstr "15.0.1"
msgid "16.0.0"
msgstr "16.0.0"
msgid "16.0.0-12"
msgstr "16.0.0-12"
msgid "16.0.0.0rc1-67"
msgstr "16.0.0.0rc1-67"
msgid ""
"A new interoperable image import method, ``web-download`` is introduced."
msgstr ""
@ -547,6 +564,15 @@ msgstr "Bug 1748916_: Glance default workers total overkill for modern servers"
msgid "Bug 1749297_: Fix 500 from list-tasks call with postgresql"
msgstr "Bug 1749297_: Fix 500 from list-tasks call with PostgreSQL"
msgid "Bug 1753964_: web-download fails with default node_staging_uri"
msgstr "Bug 1753964_: web-download fails with default node_staging_uri"
msgid "Bug 1754634_: Image Import call does not honour enabled methods"
msgstr "Bug 1754634_: Image Import call does not honour enabled methods"
msgid "Bug 1759510_: Image Import fails with Python 3.5"
msgstr "Bug 1759510_: Image Import fails with Python 3.5"
msgid "Bug Fixes"
msgstr "Bug Fixes"
@ -915,6 +941,15 @@ msgstr ""
"If configured to work in non-daemon mode, the Scrubber will log an error "
"message at level critical and exit with status one."
msgid ""
"If signature verification fails upon creation, the image data will stay in "
"the backend even though the image goes to 'killed' state. The data remains "
"even if a user deletes the killed image record."
msgstr ""
"If signature verification fails upon creation, the image data will stay in "
"the backend even though the image goes to 'killed' state. The data remains "
"even if a user deletes the killed image record."
msgid ""
"If you wish to enable the EXPERIMENTAL version 2.6 API that contains the new "
"interoperable image import functionality, set the configuration option "
@ -929,6 +964,25 @@ msgstr ""
msgid "Image 'visibility' changes."
msgstr "Image 'visibility' changes."
msgid "Image Import API failure with PY35 has been fixed."
msgstr "Image Import API failure with PY35 has been fixed."
msgid ""
"Image Import call accepting all implemented methods instead of configured "
"ones has been rectified. It only accepts import calls for the methods listed "
"in the config option 'enabled_import_methods'"
msgstr ""
"Image Import call accepting all implemented methods instead of configured "
"ones has been rectified. It only accepts import calls for the methods listed "
"in the config option 'enabled_import_methods'"
msgid ""
"Image Import method 'web-download' failure when 'node_staging_uri' ends with "
"'/' has been fixed."
msgstr ""
"Image Import method 'web-download' failure when 'node_staging_uri' ends with "
"'/' has been fixed."
msgid ""
"Image location updates to an image which is not in ``active`` or ``queued`` "
"status can introduce race conditions and security issues and hence a bad "
@ -1379,6 +1433,13 @@ msgstr ""
"section on Interoperable Image Import in the `Glance Administration Guide`_ "
"for more information."
msgid ""
"Some documentation and test issues have been addressed in this release on "
"top of the following bugfixes:"
msgstr ""
"Some documentation and test issues have been addressed in this release on "
"top of the following bugfixes:"
msgid ""
"Some operators have reported issues with reordering observed in the sample "
"configurations shipped with Glance release tarballs. This reordering may "