Imported Translations from Zanata

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

Change-Id: I992282bd66ab0cb59f489c4138b2fadb3bb276a3
This commit is contained in:
OpenStack Proposal Bot 2018-02-18 07:29:18 +00:00
parent 3b9e4c0656
commit e9d9d638f2
1 changed files with 75 additions and 6 deletions

View File

@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Ironic Inspector Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-05 19:57+0000\n"
"POT-Creation-Date: 2018-02-15 00:45+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-02-06 01:21+0000\n"
"PO-Revision-Date: 2018-02-18 12:23+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -78,8 +78,11 @@ msgstr "5.1.0"
msgid "6.0.0"
msgstr "6.0.0"
msgid "6.0.0-10"
msgstr "6.0.0-10"
msgid "6.0.1"
msgstr "6.0.1"
msgid "6.0.1-2"
msgstr "6.0.1-2"
msgid "6.1.0"
msgstr "6.1.0"
@ -87,8 +90,14 @@ msgstr "6.1.0"
msgid "7.0.0"
msgstr "7.0.0"
msgid "7.0.0-16"
msgstr "7.0.0-16"
msgid "7.1.0"
msgstr "7.1.0"
msgid "7.1.0-4"
msgstr "7.1.0-4"
msgid "7.1.0-5"
msgstr "7.1.0-5"
msgid ""
"A ``version_id`` is now explicitly generated during the ``node_cache."
@ -241,6 +250,13 @@ msgstr ""
"tree for the list of available policies and their default rules. This file "
"can also be generated from the code tree with the following command::"
msgid ""
"Adds dependency on the `retrying <https://github.com/rholder/retrying>`_ "
"python library."
msgstr ""
"Adds dependency on the `retrying <https://github.com/rholder/retrying>`_ "
"Python library."
msgid ""
"Adds new processing hook pci_devices for setting node capabilities based on "
"PCI devices present on a node and rules in the [pci_devices] aliases "
@ -507,6 +523,21 @@ msgstr ""
"Fixes a problem which caused an unhandled TypeError exception to bubble up "
"when inspector was attempting to convert some eDeploy data to integer."
msgid ""
"Fixes bug in which the ``switch_id`` field in a port's "
"``local_link_connection`` can be set to a non-MAC address if the processed "
"LLDP has a value other than a MAC address for ``ChassisID``. The bare metal "
"API requires the ``switch_id`` field to be a MAC address, and will return an "
"error otherwise. See `bug 1748022 <https://bugs.launchpad.net/ironic-"
"inspector/+bug/1748022>`_ for details."
msgstr ""
"Fixes bug in which the ``switch_id`` field in a port's "
"``local_link_connection`` can be set to a non-MAC address if the processed "
"LLDP has a value other than a MAC address for ``ChassisID``. The Bare Metal "
"API requires the ``switch_id`` field to be a MAC address, and will return an "
"error otherwise. See `bug 1748022 <https://bugs.launchpad.net/ironic-"
"inspector/+bug/1748022>`_ for details."
msgid ""
"For postgreSQL, the database migration command ``ironic-inspector-dbsync "
"upgrade`` always failed (with `enum NODE_STATE does not exist <https://bugs."
@ -654,6 +685,15 @@ msgstr ""
msgid "Ironic Inspector Release Notes"
msgstr "Ironic Inspector Release Notes"
msgid ""
"Ironic introspection no longer tries to access the Identity service if the "
"``auth_strategy`` option is set to ``noauth`` and the ``auth_type`` option "
"is not set to ``none``."
msgstr ""
"Ironic introspection no longer tries to access the Identity service if the "
"``auth_strategy`` option is set to ``noauth`` and the ``auth_type`` option "
"is not set to ``none``."
msgid ""
"Ironic-Inspector is now using keystoneauth and proper auth_plugins instead "
"of keystoneclient for communicating with Ironic and Swift. It allows to "
@ -865,6 +905,9 @@ 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 ""
"Querying **ironic-inspector** rules API now also returns the ``invert`` and "
"``multiple`` attributes of the associated conditions."
@ -1148,6 +1191,17 @@ msgstr ""
"``0.0.0.0`` for any reason (see `bug 1714944 <https://bugs.launchpad.net/"
"ironic-python-agent/+bug/1714944>`_)."
msgid ""
"The periodic PXE filter update task now retries fetching port list from the "
"Bare Metal service 5 times (with 1 second delay) before giving up. This "
"ensures that a temporary networking glitch will not result in the ironic-"
"inspector service stopping."
msgstr ""
"The periodic PXE filter update task now retries fetching port list from the "
"Bare Metal service 5 times (with 1 second delay) before giving up. This "
"ensures that a temporary networking glitch will not result in the ironic-"
"inspector service stopping."
msgid ""
"The primary key of the ``attributes`` table is relaxed from the ``attributes."
"name, attributes.value`` column pair to a new column ``attributes.uuid``."
@ -1180,6 +1234,21 @@ msgstr ""
"hints are specified on ironic node, but ironic-python-agent is not used as "
"an introspection ramdisk."
msgid ""
"The sample configuration file located at ``example.conf`` and the sample "
"policy file located at ``policy.yaml.sample`` were removed in this release, "
"as they are now published with documentation. See `the sample configuration "
"file <https://docs.openstack.org/ironic-inspector/latest/configuration/"
"sample-config.html>`_ and `the sample policy file <https://docs.openstack."
"org/ironic-inspector/latest/configuration/sample-policy.html>`_."
msgstr ""
"The sample configuration file located at ``example.conf`` and the sample "
"policy file located at ``policy.yaml.sample`` were removed in this release, "
"as they are now published with documentation. See `the sample configuration "
"file <https://docs.openstack.org/ironic-inspector/latest/configuration/"
"sample-config.html>`_ and `the sample policy file <https://docs.openstack."
"org/ironic-inspector/latest/configuration/sample-policy.html>`_."
msgid ""
"The tempest plugin code that was in ``ironic_inspector/test/"
"inspector_tempest_plugin/`` has been removed. Tempest plugin code has been "