Imported Translations from Zanata

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

Change-Id: I91955acb977bcf7506a90600fecb60b258ab79ef
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 06:58:51 +00:00
parent 214422c1ce
commit 1d1876f238
2 changed files with 48 additions and 5 deletions

View File

@ -1,15 +1,16 @@
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.policy 1.28.2.dev1\n"
"Project-Id-Version: oslo.policy VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2017-10-04 14:01+0000\n"
"POT-Creation-Date: 2018-01-19 02:08+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-10-07 09:33+0000\n"
"PO-Revision-Date: 2018-01-22 12:21+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -69,6 +70,21 @@ msgstr "Rules must be an instance of dict or Rules, got %s instead"
msgid "The file that defines policies."
msgstr "The file that defines policies."
msgid ""
"This option controls whether or not to enforce scope when evaluating "
"policies. If ``True``, the scope of the token used in the request is "
"compared to the ``scope_types`` of the policy being enforced. If the scopes "
"do not match, an ``InvalidScope`` exception will be raised. If ``False``, a "
"message will be logged informing operators that policies are being invoked "
"with mismatching scope."
msgstr ""
"This option controls whether or not to enforce scope when evaluating "
"policies. If ``True``, the scope of the token used in the request is "
"compared to the ``scope_types`` of the policy being enforced. If the scopes "
"do not match, an ``InvalidScope`` exception will be raised. If ``False``, a "
"message will be logged informing operators that policies are being invoked "
"with mismatching scope."
#, python-format
msgid "Unable to access ssl cert_file : %s"
msgstr "Unable to access SSL cert_file : %s"

View File

@ -1,14 +1,15 @@
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.policy Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-04 22:02+0000\n"
"POT-Creation-Date: 2018-01-19 02:08+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-12-05 10:32+0000\n"
"PO-Revision-Date: 2018-01-22 12:21+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -24,9 +25,35 @@ msgstr "1.22.1"
msgid "1.29.0"
msgstr "1.29.0"
msgid "1.33.0"
msgstr "1.33.0"
msgid "1.9.0"
msgstr "1.9.0"
msgid ""
"A new configuration option has been added to the ``[oslo_policy]`` group "
"called ``enforce_scope``. When set to ``True``, oslo.policy will raise an "
"``InvalidScope`` exception if the context passed into the enforce method "
"doesn't match the policy's ``scope_types``. If ``False``, a warning will be "
"logged for operators. Note that operators should only enable this option "
"once they've audited their users to ensure system users have roles on the "
"system. This could potentially prevent some users from being able to make "
"system-level API calls. This will also give other services the flexibility "
"to fix long-standing RBAC issues in OpenStack once they start introducing "
"``scope_types`` for policies used in their service."
msgstr ""
"A new configuration option has been added to the ``[oslo_policy]`` group "
"called ``enforce_scope``. When set to ``True``, oslo.policy will raise an "
"``InvalidScope`` exception if the context passed into the enforce method "
"doesn't match the policy's ``scope_types``. If ``False``, a warning will be "
"logged for operators. Note that operators should only enable this option "
"once they've audited their users to ensure system users have roles on the "
"system. This could potentially prevent some users from being able to make "
"system-level API calls. This will also give other services the flexibility "
"to fix long-standing RBAC issues in OpenStack once they start introducing "
"``scope_types`` for policies used in their service."
msgid ""
"Add ``sphinxpolicygen`` Sphinx plugin, which can be used to generate a "
"sample policy file for use in documentation."