Imported Translations from Zanata

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

Change-Id: I2770cf36fbcf42fbbfec685fa0375bfa1b4cac47
This commit is contained in:
OpenStack Proposal Bot 2017-12-01 07:21:52 +00:00
parent 2455ddda1e
commit b9e134914e
2 changed files with 60 additions and 5 deletions

View File

@ -8,13 +8,13 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
msgid ""
msgstr ""
"Project-Id-Version: ceilometer 9.0.1.dev161\n"
"Project-Id-Version: ceilometer 9.0.1.dev177\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2017-11-21 04:18+0000\n"
"POT-Creation-Date: 2017-11-29 00:03+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:01+0000\n"
"PO-Revision-Date: 2017-11-30 10:30+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -34,6 +34,10 @@ msgstr "Could not connect to XenAPI: %s"
msgid "Could not get VM %s CPU number"
msgstr "Could not get VM %s CPU number"
#, python-format
msgid "Could not load the following pipelines: %s"
msgstr "Could not load the following pipelines: %s"
#, python-format
msgid "Dropping Notification %(type)s (uuid:%(msgid)s)"
msgstr "Dropping Notification %(type)s (uuid:%(msgid)s)"

View File

@ -3,11 +3,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Ceilometer Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-21 04:18+0000\n"
"POT-Creation-Date: 2017-11-29 00:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-11-20 09:08+0000\n"
"PO-Revision-Date: 2017-11-30 10:31+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -41,6 +41,9 @@ msgstr "8.0.0"
msgid "9.0.0"
msgstr "9.0.0"
msgid "9.0.0-109"
msgstr "9.0.0-109"
msgid ""
"A dogpile.cache supported backend is required to enable cache. Additional "
"configuration `options <http://docs.openstack.org/developer/oslo.cache/opts."
@ -166,6 +169,13 @@ msgid "Added support for magnum bay CRUD events, event_type is 'magnum.bay.*'."
msgstr ""
"Added support for Magnum bay CRUD events, event_type is 'magnum.bay.*'."
msgid ""
"Addition pipelines can be created following the format used by existing "
"pipelines."
msgstr ""
"Addition pipelines can be created following the format used by existing "
"pipelines."
msgid ""
"Allow users to add additional exchanges in ceilometer.conf instead of "
"hardcoding exchanges. Now original http_control_exchanges is being "
@ -385,6 +395,25 @@ msgstr ""
msgid "Gnocchi dispatcher now uses client rather than direct http requests"
msgstr "Gnocchi dispatcher now uses client rather than direct HTTP requests"
msgid ""
"If workload partitioning of the notification agent is enabled, the "
"notification agent should not run alongside pre-Queens agents. Doing so may "
"result in missed samples when leveraging transformations. To upgrade without "
"loss of data, set `notification_control_exchanges` option to empty so only "
"existing `ceilometer-pipe-*` queues are processed. Once cleared, reset "
"`notification_control_exchanges` option and launch the new notification "
"agent(s). If `workload_partitioning` is not enabled, no special steps are "
"required."
msgstr ""
"If workload partitioning of the notification agent is enabled, the "
"notification agent should not run alongside pre-Queens agents. Doing so may "
"result in missed samples when leveraging transformations. To upgrade without "
"loss of data, set `notification_control_exchanges` option to empty so only "
"existing `ceilometer-pipe-*` queues are processed. Once cleared, reset "
"`notification_control_exchanges` option and launch the new notification "
"agent(s). If `workload_partitioning` is not enabled, no special steps are "
"required."
msgid ""
"If you are using Gnocchi as backend it's strongly recommended to switch "
"[compute]/instance_discovery_method to libvirt_metadata. This will reduce "
@ -773,6 +802,17 @@ msgstr ""
"The event database dispatcher is now deprecated. It has been moved to a new "
"project, alongside the Ceilometer API for /v2/events, called Panko."
msgid ""
"The notification-agent can now be configured to either build meters or "
"events. By default, the notification agent will continue to load both "
"pipelines and build both data models. To selectively enable a pipeline, "
"configure the `pipelines` option under the `[notification]` section."
msgstr ""
"The notification-agent can now be configured to either build meters or "
"events. By default, the notification agent will continue to load both "
"pipelines and build both data models. To selectively enable a pipeline, "
"configure the `pipelines` option under the `[notification]` section."
msgid ""
"The option 'glance_page_size' has been removed because it's not actually "
"needed."
@ -881,6 +921,17 @@ msgstr ""
"duplication between dispatchers and publishers. The file dispatcher is now "
"marked as deprecated. Use the file publisher to push samples into a file."
msgid ""
"Workload partitioning of notification agent is now split into queues based "
"on pipeline type (sample, event, etc...) rather than per individual "
"pipeline. This will save some memory usage specifically for pipeline "
"definitions with many source/sink combinations."
msgstr ""
"Workload partitioning of notification agent is now split into queues based "
"on pipeline type (sample, event, etc...) rather than per individual "
"pipeline. This will save some memory usage specifically for pipeline "
"definitions with many source/sink combinations."
msgid ""
"[`bug 1254800 <https://bugs.launchpad.net/ceilometer/+bug/1254800>`_] Add "
"better support to catch race conditions when creating event_types"