diff --git a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-error.po b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-error.po index c92e0bd0e..48ab793d0 100644 --- a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-error.po +++ b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-error.po @@ -2,13 +2,13 @@ # Andi Chandler , 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: aodh 2.0.1.dev110\n" +"Project-Id-Version: aodh 2.0.1.dev132\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-05-24 07:52+0000\n" +"POT-Creation-Date: 2016-06-03 17:01+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-05-20 10:20+0000\n" +"PO-Revision-Date: 2016-06-03 09:23+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -64,6 +64,22 @@ msgstr "" "Group ID: %{group_id}s, Members: %{members}s, Me: %{me}s: Current agent is " "not part of group and cannot take tasks" +#, python-format +msgid "" +"Invalid destination DB type %s, the destination database connection should " +"be one of: [mysql, postgresql, sqlite]" +msgstr "" +"Invalid destination DB type %s, the destination database connection should " +"be one of: [mysql, postgresql, sqlite]" + +#, python-format +msgid "" +"Invalid source DB type %s, the source database connection should be one of: " +"[mongodb, hbase]" +msgstr "" +"Invalid source DB type %s, the source database connection should be one of: " +"[mongodb, hbase]" + msgid "Received invalid event (empty or None)" msgstr "Received invalid event (empty or None)" diff --git a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-info.po b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-info.po index 05f6a5222..d639e3c6d 100644 --- a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-info.po +++ b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-info.po @@ -2,19 +2,23 @@ # Andi Chandler , 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: aodh 2.0.1.dev110\n" +"Project-Id-Version: aodh 2.0.1.dev132\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-05-24 07:52+0000\n" +"POT-Creation-Date: 2016-06-03 17:01+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-05-20 10:19+0000\n" +"PO-Revision-Date: 2016-06-03 09:24+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" "X-Generator: Zanata 3.7.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#, python-format +msgid " Migrated %(count)s history data of alarm %(alarm_id)s" +msgstr " Migrated %(count)s history data of alarm %(alarm_id)s" + #, python-format msgid "%d alarm histories are removed from database" msgstr "%d alarm histories are removed from database" @@ -26,6 +30,12 @@ msgstr "Coordination backend started successfully." msgid "Dropping alarm history data with TTL %d" msgstr "Dropping alarm history data with TTL %d" +#, python-format +msgid "" +"End alarms data migration from NoSQL to SQL, %s alarms have been migrated." +msgstr "" +"End alarms data migration from NoSQL to SQL, %s alarms have been migrated." + #, python-format msgid "Joined partitioning group %s" msgstr "Joined partitioning group %s" @@ -58,3 +68,6 @@ msgstr "" #, python-format msgid "Notifying alarm <%(id)s> gets response: %(status_code)s %(reason)s." msgstr "Notifying alarm <%(id)s> gets response: %(status_code)s %(reason)s." + +msgid "Starting to migrate alarms data from NoSQL to SQL..." +msgstr "Starting to migrate alarms data from NoSQL to SQL..." diff --git a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-warning.po b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-warning.po index ef03a5f31..6b99306e0 100644 --- a/aodh/locale/en_GB/LC_MESSAGES/aodh-log-warning.po +++ b/aodh/locale/en_GB/LC_MESSAGES/aodh-log-warning.po @@ -1,19 +1,23 @@ # Andi Chandler , 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: aodh 2.0.1.dev110\n" +"Project-Id-Version: aodh 2.0.1.dev132\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-05-24 07:52+0000\n" +"POT-Creation-Date: 2016-06-03 17:01+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-05-20 10:21+0000\n" +"PO-Revision-Date: 2016-06-03 09:23+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" "X-Generator: Zanata 3.7.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#, python-format +msgid " Duplicated alarm history %s found, skipped." +msgstr " Duplicated alarm history %s found, skipped." + #, python-format msgid "Cannot create table %s because it already exists. Ignoring error" msgstr "Cannot create table %s because it already exists. Ignoring error" @@ -25,6 +29,10 @@ msgstr "" "Cannot extract tasks because agent failed to join group properly. Rejoining " "group." +#, python-format +msgid "Duplicated alarm %s found, skipped." +msgstr "Duplicated alarm %s found, skipped." + #, python-format msgid "Event <%s> is invalid, aborting evaluation for it." msgstr "Event <%s> is invalid, aborting evaluation for it." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 99c696d3f..0f814a800 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: Aodh Release Notes 2.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-27 15:32+0000\n" +"POT-Creation-Date: 2016-06-03 17:01+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-05-26 05:29+0000\n" +"PO-Revision-Date: 2016-06-03 09:23+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -41,6 +41,17 @@ msgstr "" "combination of *and*, *or* relationships. The composite rule is composed of " "multiple threshold rules or Gnocchi rules." +msgid "" +"Add a tool for migrating alarm and alarm history data from NoSQL storage to " +"SQL storage. The migration tool has been tested OK in devstack environment, " +"but users need to be cautious with this, because the data migration between " +"storage backends is a bit dangerous." +msgstr "" +"Add a tool for migrating alarm and alarm history data from NoSQL storage to " +"SQL storage. The migration tool has been tested OK in Devstack environment, " +"but users need to be cautious with this, because the data migration between " +"storage backends is a bit dangerous." + msgid "Add support for Keystone v3 authentication" msgstr "Add support for Keystone v3 authentication"