Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I372ea04414fdf050e167bb0fb2b712ec58d18a74
This commit is contained in:
parent
64eac24071
commit
7b57e5b47b
@ -4,15 +4,16 @@
|
||||
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2021. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2022. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2023. #zanata
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Barbican Release Notes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-02-15 10:15+0000\n"
|
||||
"POT-Creation-Date: 2023-04-20 13:57+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2022-11-04 10:31+0000\n"
|
||||
"PO-Revision-Date: 2023-05-08 09:54+0000\n"
|
||||
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
||||
"Language-Team: English (United Kingdom)\n"
|
||||
"Language: en_GB\n"
|
||||
@ -61,9 +62,15 @@ msgstr "13.0.1"
|
||||
msgid "14.0.0"
|
||||
msgstr "14.0.0"
|
||||
|
||||
msgid "16.0.0-7"
|
||||
msgstr "16.0.0-7"
|
||||
|
||||
msgid "2.0.0"
|
||||
msgstr "2.0.0"
|
||||
|
||||
msgid "2023.1 Series Release Notes"
|
||||
msgstr "2023.1 Series Release Notes"
|
||||
|
||||
msgid "3.0.0"
|
||||
msgstr "3.0.0"
|
||||
|
||||
@ -303,6 +310,13 @@ msgstr ""
|
||||
"projects that integrate with Barbican. This change does not affect private "
|
||||
"secrets (i.e. secrets with the \"project-access\" flag set to \"false\")."
|
||||
|
||||
msgid ""
|
||||
"Fixed Story #2010258: Fixes a security vulnerability where the contents of "
|
||||
"a request query string were mistakenly being used in the RBAC policy engine."
|
||||
msgstr ""
|
||||
"Fixed Story #2010258: Fixes a security vulnerability where the contents of "
|
||||
"a request query string were mistakenly being used in the RBAC policy engine."
|
||||
|
||||
msgid ""
|
||||
"Fixed Story 2008335: Fixed a data encoding issue in the Hashicorp Vault "
|
||||
"backend that was causing errors when retrieving keys that were generated by "
|
||||
@ -400,6 +414,15 @@ msgstr ""
|
||||
"sample-generator --config-file=etc/oslo-config-generator/policy.conf\" and "
|
||||
"will generate a policy.yaml.sample file with the effective policy."
|
||||
|
||||
msgid ""
|
||||
"Microversions enable clients to do a server supported version discovery, "
|
||||
"allowing old clients (not supporting the feature) to interact with newer "
|
||||
"servers."
|
||||
msgstr ""
|
||||
"Microversions enable clients to do a server supported version discovery, "
|
||||
"allowing old clients (not supporting the feature) to interact with newer "
|
||||
"servers."
|
||||
|
||||
msgid "Mitaka Series Release Notes"
|
||||
msgstr "Mitaka Series Release Notes"
|
||||
|
||||
@ -522,6 +545,19 @@ msgstr ""
|
||||
msgid "Rocky Series Release Notes"
|
||||
msgstr "Rocky Series Release Notes"
|
||||
|
||||
msgid ""
|
||||
"Secret consumers do not block the secret to be deleted by the end user "
|
||||
"though. When an end user needs to delete a secret that has consumers, it "
|
||||
"can simply do it. However, deletion of secrets with consumers must be "
|
||||
"forced using a corresponding parameter, either in the client's CLI or in the "
|
||||
"client's API."
|
||||
msgstr ""
|
||||
"Secret consumers do not block the secret to be deleted by the end user "
|
||||
"though. When an end user needs to delete a secret that has consumers, it "
|
||||
"can simply do it. However, deletion of secrets with consumers must be "
|
||||
"forced using a corresponding parameter, either in the client's CLI or in the "
|
||||
"client's API."
|
||||
|
||||
msgid "Security Issues"
|
||||
msgstr "Security Issues"
|
||||
|
||||
@ -785,6 +821,17 @@ msgstr ""
|
||||
"some role assignments on the project. The previous policy is deprecated, "
|
||||
"but it will continue to be used until it is removed in a future release."
|
||||
|
||||
msgid ""
|
||||
"The secret consumers functionality allows other OpenStack projects, such as "
|
||||
"Cinder and Glance, to name a few, to register consumers of secrets. This is "
|
||||
"useful when a project wants to make an end user aware that it is using the "
|
||||
"secret."
|
||||
msgstr ""
|
||||
"The secret consumers functionality allows other OpenStack projects, such as "
|
||||
"Cinder and Glance, to name a few, to register consumers of secrets. This is "
|
||||
"useful when a project wants to make an end user aware that it is using the "
|
||||
"secret."
|
||||
|
||||
msgid ""
|
||||
"The service will encounter errors if you attempt to run this new release "
|
||||
"using data stored by a previous version of the PKCS#11 Cryptographic Plugin "
|
||||
@ -823,6 +870,23 @@ msgstr ""
|
||||
"This release notify that we will remove Certificate Orders and CAs from the "
|
||||
"API."
|
||||
|
||||
msgid ""
|
||||
"This version adds support to the secret consumers and microversions "
|
||||
"functionalities. The detailed secret consumers specification can be found "
|
||||
"on <https://specs.openstack.org/openstack/barbican-specs/specs/train/secret-"
|
||||
"consumers.html>. Microversions allow clients to interact with Barbican "
|
||||
"server to gather information on minimum and maximum versions supported by "
|
||||
"the server. More information can be found on <https://docs.openstack.org/"
|
||||
"barbican/latest/api/microversions.html>."
|
||||
msgstr ""
|
||||
"This version adds support to the secret consumers and microversions "
|
||||
"functionalities. The detailed secret consumers specification can be found "
|
||||
"on <https://specs.openstack.org/openstack/barbican-specs/specs/train/secret-"
|
||||
"consumers.html>. Microversions allow clients to interact with Barbican "
|
||||
"server to gather information on minimum and maximum versions supported by "
|
||||
"the server. More information can be found at <https://docs.openstack.org/"
|
||||
"barbican/latest/api/microversions.html>."
|
||||
|
||||
msgid "Train Series Release Notes"
|
||||
msgstr "Train Series Release Notes"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user