From 0049e18f655856ada4568f4c56c7a0f396d919df Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 19 Apr 2020 08:02:55 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I75fd7feee4a3e6e4db61503ad50552e0748617c6 --- glance/locale/en_GB/LC_MESSAGES/glance.po | 47 +++++++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 67 ++++++++++++++++++- 2 files changed, 106 insertions(+), 8 deletions(-) diff --git a/glance/locale/en_GB/LC_MESSAGES/glance.po b/glance/locale/en_GB/LC_MESSAGES/glance.po index 1e56b4628b..ae36ccb744 100644 --- a/glance/locale/en_GB/LC_MESSAGES/glance.po +++ b/glance/locale/en_GB/LC_MESSAGES/glance.po @@ -14,11 +14,11 @@ msgid "" msgstr "" "Project-Id-Version: glance VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2020-04-09 18:19+0000\n" +"POT-Creation-Date: 2020-04-15 20:07+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2020-04-07 07:49+0000\n" +"PO-Revision-Date: 2020-04-18 07:37+0000\n" "Last-Translator: Andi Chandler \n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1800,8 +1800,9 @@ msgid "" "\n" "Provide a string value representing a Keystone role to identify an\n" "administrative user. Users with this role will be granted\n" -"administrative privileges. The default value for this option is\n" -"'admin'.\n" +"administrative privileges.\n" +"\n" +"NOTE: The default value for this option has changed in this release.\n" "\n" "Possible values:\n" " * A string value which is a valid Keystone role\n" @@ -1815,8 +1816,9 @@ msgstr "" "\n" "Provide a string value representing a Keystone role to identify an\n" "administrative user. Users with this role will be granted\n" -"administrative privileges. The default value for this option is\n" -"'admin'.\n" +"administrative privileges.\n" +"\n" +"NOTE: The default value for this option has changed in this release.\n" "\n" "Possible values:\n" " * A string value which is a valid Keystone role\n" @@ -3103,6 +3105,33 @@ msgstr "" " * None\n" "\n" +msgid "" +"\n" +"This option is redundant as its goal can be achieved via policy file\n" +"configuration. Additionally, it can override any configured policies,\n" +"leading to unexpected behavior and difficulty in policy configuration.\n" +"The option will be removed early in the Victoria development cycle,\n" +"following the standard OpenStack deprecation policy.\n" +"\n" +"Because this can be a security issue, the default value of this\n" +"configuration option has been changed in this release.\n" +"\n" +"Please see the 'Deprecation Notes' section of the Ussuri Glance\n" +"Release Notes for more information.\n" +msgstr "" +"\n" +"This option is redundant as its goal can be achieved via policy file\n" +"configuration. Additionally, it can override any configured policies,\n" +"leading to unexpected behaviour and difficulty in policy configuration.\n" +"The option will be removed early in the Victoria development cycle,\n" +"following the standard OpenStack deprecation policy.\n" +"\n" +"Because this can be a security issue, the default value of this\n" +"configuration option has been changed in this release.\n" +"\n" +"Please see the 'Deprecation Notes' section of the Ussuri Glance\n" +"Release Notes for more information.\n" + msgid "" "\n" "This option is redundant. Control custom image property usage via the\n" @@ -3392,6 +3421,12 @@ msgstr "%s of uploaded data is different from current value set on the image." msgid "'%(param)s' value out of range, must not exceed %(max)d." msgstr "'%(param)s' value out of range, must not exceed %(max)d." +msgid "'all_stores' must be boolean value only" +msgstr "'all_stores' must be boolean value only" + +msgid "'all_stores_must_succeed' must be boolean value only" +msgstr "'all_stores_must_succeed' must be boolean value only" + msgid "'container_format' needs to be set before import" msgstr "'container_format' needs to be set before import" diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index ce8a014bff..c74bbdfea8 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: Glance Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-09 18:18+0000\n" +"POT-Creation-Date: 2020-04-15 20:06+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2020-04-07 08:21+0000\n" +"PO-Revision-Date: 2020-04-10 03:44+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -137,6 +137,21 @@ msgstr "20.0.0.0b1" msgid "20.0.0.0b2" msgstr "20.0.0.0b2" +msgid "" +"A new common image property, 'description', has been added. This allows you " +"to specify a brief human-readable description, suitable for display in a " +"user interface, on images. It has been possible to do this previously using " +"a custom image property; this change simply standardizes the usage in order " +"to promote interoperability. This change has no effect on any property named " +"'description' on existing images, and it is not a required image property." +msgstr "" +"A new common image property, 'description', has been added. This allows you " +"to specify a brief human-readable description, suitable for display in a " +"user interface, on images. It has been possible to do this previously using " +"a custom image property; this change simply standardises the usage in order " +"to promote interoperability. This change has no effect on any property named " +"'description' on existing images, and it is not a required image property." + msgid "" "A new interoperable image import method, ``web-download`` is introduced." msgstr "" @@ -345,6 +360,32 @@ msgstr "" "Added new import method ``copy-image`` which will copy existing image into " "multiple stores." +msgid "" +"Added new import method ``copy-image`` which will copy existing image into " +"multiple stores. The new import method will work only if multiple stores are " +"enabled in the deployment. To use this feature operator needs to mention " +"``copy-image`` import method in ``enabled_import_methods`` configuration " +"option. Note that this new internal plugin applies *only* to images imported " +"via the `interoperable image import process`_." +msgstr "" +"Added new import method ``copy-image`` which will copy existing image into " +"multiple stores. The new import method will work only if multiple stores are " +"enabled in the deployment. To use this feature operator needs to mention " +"``copy-image`` import method in ``enabled_import_methods`` configuration " +"option. Note that this new internal plugin applies *only* to images imported " +"via the `interoperable image import process`_." + +msgid "" +"Added oslopolicy enforcer entrypoint making it possible to utilize " +"oslopolicy-policy-generator to get uniform information about the policies. " +"NOTE: Glance will require policy.json being present for any meaningful " +"output." +msgstr "" +"Added oslopolicy enforcer entrypoint making it possible to utilise " +"oslopolicy-policy-generator to get uniform information about the policies. " +"NOTE: Glance will require policy.json being present for any meaningful " +"output." + msgid "" "Adding locations to a non-active or non-queued image is no longer allowed." msgstr "" @@ -2550,6 +2591,9 @@ msgstr "" "This point release contains minor changes to keep the Pike release of Glance " "stable with respect to current operating system packages." +msgid "This release also bumps the Images API CURRENT version to 2.9" +msgstr "This release also bumps the Images API CURRENT version to 2.9" + msgid "This release has impact on API behavior." msgstr "This release has impact on API behaviour." @@ -2670,6 +2714,13 @@ msgstr "" msgid "Train Series Release Notes" msgstr "Train Series Release Notes" +msgid "" +"Train release includes multiple important milestones in Glance development " +"priorities." +msgstr "" +"Train release includes multiple important milestones in Glance development " +"priorities." + msgid "Translations have been synced from Zanata." msgstr "Translations have been synced from Zanata." @@ -2722,6 +2773,9 @@ msgstr "" "Use the v2 API to change the visibility of the image to 'shared'. Then it " "will accept members in either the v1 or v2 API." +msgid "Users can follow workflow execution with 2 new reserved properties:" +msgstr "Users can follow workflow execution with 2 new reserved properties:" + msgid "Using db check" msgstr "Using db check" @@ -2813,6 +2867,15 @@ msgstr "" "enabled end-users do not have any input to its operation but their local " "checksum might not match with checksums recorded in Glance." +msgid "" +"When using the multiple stores feature, each filesystem store **must** be " +"configured with a different value for the ``filesystem_store_datadir`` " +"option. This is not currently enforced in the code." +msgstr "" +"When using the multiple stores feature, each filesystem store **must** be " +"configured with a different value for the ``filesystem_store_datadir`` " +"option. This is not currently enforced in the code." + msgid "" "While the 2.6 API is CURRENT, whether the interoperable image import " "functionality it makes available is exposed to end users is controlled by a "