Imported Translations from Zanata

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

Change-Id: I67f67c74b8ff7c1c33c489052ef836ea549bd7c4
This commit is contained in:
OpenStack Proposal Bot 2018-05-01 06:29:22 +00:00
parent 361fb091a5
commit bded1ab3d2
1 changed files with 40 additions and 9 deletions

View File

@ -2,13 +2,13 @@
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: Ironic Inspector Release Notes\n"
"Project-Id-Version: ironic-inspector\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-28 16:27+0000\n"
"POT-Creation-Date: 2018-04-30 19:17+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:24+0000\n"
"PO-Revision-Date: 2018-04-30 10:03+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -81,8 +81,8 @@ msgstr "6.0.0"
msgid "6.0.1"
msgstr "6.0.1"
msgid "6.0.1-2"
msgstr "6.0.1-2"
msgid "6.0.2"
msgstr "6.0.2"
msgid "6.1.0"
msgstr "6.1.0"
@ -93,8 +93,8 @@ msgstr "7.0.0"
msgid "7.1.0"
msgstr "7.1.0"
msgid "7.1.0-19"
msgstr "7.1.0-19"
msgid "7.1.0-31"
msgstr "7.1.0-31"
msgid "7.2.0"
msgstr "7.2.0"
@ -128,6 +128,10 @@ msgstr ""
"from the ``waiting`` state) from the activities necessary to abort an "
"ongoing node introspection (power-off, set finished timestamp etc.)"
msgid "A warning is logged for any changes to immutable configuration options."
msgstr ""
"A warning is logged for any changes to immutable configuration options."
msgid ""
"API \"POST /v1/rules\" returns 201 response code instead of 200 on creating "
"success. API version was bumped to 1.6. API less than 1.6 continues to "
@ -707,6 +711,13 @@ msgstr ""
"the Keystone session is created and reused, minimising the number of "
"authentication requests to Keystone."
msgid ""
"Issuing a SIGHUP to the ironic-inspector service will cause the service to "
"reload and use any changed values for *mutable* configuration options."
msgstr ""
"Issuing a SIGHUP to the Ironic-Inspector service will cause the service to "
"reload and use any changed values for *mutable* configuration options."
msgid "Known Issues"
msgstr "Known Issues"
@ -809,6 +820,17 @@ msgstr ""
"deprecated and will be removed in a future release. Please configure the "
"keystoneauth auth plugin authentication instead."
msgid ""
"Mutable configuration options are indicated as such in the `sample "
"configuration file <https://docs.openstack.org/ironic-inspector/latest/"
"configuration/sample-config.html>`_ by ``Note: This option can be changed "
"without restarting``."
msgstr ""
"Mutable configuration options are indicated as such in the `sample "
"configuration file <https://docs.openstack.org/ironic-inspector/latest/"
"configuration/sample-config.html>`_ by ``Note: This option can be changed "
"without restarting``."
msgid ""
"Never enable Flask debug mode as it may allow remote code execution. See "
"https://bugs.launchpad.net/bugs/1506419 for details."
@ -905,8 +927,8 @@ msgstr ""
"**ironic-inspector** start up fails when required hooks are not enabled "
"before the hook that requires them."
msgid "Queens Series (6.1.0 - 7.1.x) Release Notes"
msgstr "Queens Series (6.1.0 - 7.1.x) Release Notes"
msgid "Queens Series (6.1.0 - 7.2.x) Release Notes"
msgstr "Queens Series (6.1.0 - 7.2.x) Release Notes"
msgid ""
"Querying **ironic-inspector** rules API now also returns the ``invert`` and "
@ -1083,6 +1105,15 @@ msgstr ""
"The PXE filter drivers mechanism is now enabled. The firewall-based "
"filtering was re-implemented as the ``iptables`` PXE filter driver."
msgid ""
"The ``[discovery]enroll_node_driver`` option, specifying the hardware type "
"or driver to use for newly discovered nodes, was changed from ``fake`` "
"classic driver to ``fake-hardware`` hardware type."
msgstr ""
"The ``[discovery]enroll_node_driver`` option, specifying the hardware type "
"or driver to use for newly discovered nodes, was changed from ``fake`` "
"classic driver to ``fake-hardware`` hardware type."
msgid ""
"The ``node_info.finished(<transition>, error=<error>)`` now updates node "
"state together with other status attributes in a single DB transaction."