summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-07-03 04:21:52 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-07-03 04:21:52 +0000
commit89ae2cf743f09de4b419fd0262b54e06d8d0445a (patch)
tree8cf12a6f7960a35e7578b69e460b3eed3f7c1dca
parentb36d0b23a2ec66f50ddd5b0e8fdcdd888d19994a (diff)
downloadtrove-89ae2cf743f09de4b419fd0262b54e06d8d0445a.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I18da50c47fa3112927e4ccc27ac1bd8a64356c42
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po189
1 files changed, 187 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 9d97a7d9..3650f578 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -1,13 +1,14 @@
# Andi Chandler <andi@gowling.com>, 2020. #zanata
+# Andi Chandler <andi@gowling.com>, 2022. #zanata
msgid ""
msgstr ""
"Project-Id-Version: trove\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-22 23:03+0000\n"
+"POT-Creation-Date: 2022-05-11 14:52+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2020-11-03 11:50+0000\n"
+"PO-Revision-Date: 2022-07-02 10:17+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -29,6 +30,18 @@ msgstr "13.0.0"
msgid "14.0.0"
msgstr "14.0.0"
+msgid "14.1.0"
+msgstr "14.1.0"
+
+msgid "15.0.0"
+msgstr "15.0.0"
+
+msgid "15.0.0-13"
+msgstr "15.0.0-13"
+
+msgid "16.0.0"
+msgstr "16.0.0"
+
msgid "5.0.0"
msgstr "5.0.0"
@@ -222,12 +235,48 @@ msgstr ""
"into Trove guest agent image at build time."
msgid ""
+"Added a new field ``operating_status`` for the instance to show the actual "
+"operational status of user's database. See https://docs.openstack.org/trove/"
+"latest/user/instance-status.html for more information."
+msgstr ""
+"Added a new field ``operating_status`` for the instance to show the actual "
+"operational status of the user's database. See https://docs.openstack.org/"
+"trove/latest/user/instance-status.html for more information."
+
+msgid ""
"Added a new field named ``addresses`` in the instance API response which "
"including the IP address and type, either 'private' or 'public'."
msgstr ""
"Added a new field named ``addresses`` in the instance API response which "
"including the IP address and type, either 'private' or 'public'."
+msgid ""
+"Added a periodic task for postgresql datastore to clean up the archived WAL "
+"files. Added a check when creating incremental backups for postgresql. A new "
+"container image ``openstacktrove/db-backup-postgresql:1.1.2`` is uploaded to "
+"docker hub."
+msgstr ""
+"Added a periodic task for the PostgreSQL datastore to clean up the archived "
+"WAL files. Added a check when creating incremental backups for PostgreSQL. A "
+"new container image ``openstacktrove/db-backup-postgresql:1.1.2`` is "
+"uploaded to docker hub."
+
+msgid ""
+"Added custom container registry configuration for trove guest agent, it's "
+"now possible to use images in private registry rather than docker hub."
+msgstr ""
+"Added custom container registry configuration for Trove guest agent, it's "
+"now possible to use images in the private registry rather than Docker hub."
+
+msgid ""
+"Added iptables-persistent package in the guest image element for diskimage-"
+"builder. The Trove service administrator is able to perform iptables command "
+"(leveraging cloud-init config) and persist the change."
+msgstr ""
+"Added iptables-persistent package in the guest image element for diskimage-"
+"builder. The Trove service administrator is able to perform iptables command "
+"(leveraging cloud-init config) and persist the change."
+
msgid "Added new tool ``trove-status upgrade check``."
msgstr "Added new tool ``trove-status upgrade check``."
@@ -260,6 +309,24 @@ msgstr ""
"with a volume type that is not on the approved list for the specified "
"datastore version they will receive an error."
+msgid ""
+"Added the ability to create the cinder volume in the same AZ as the nova "
+"instance. Set ``enable_volume_az`` to True (defaults to False)"
+msgstr ""
+"Added the ability to create the Cinder volume in the same AZ as the Nova "
+"instance. Set ``enable_volume_az`` to True (defaults to False)"
+
+msgid ""
+"Added the ability to quota on total amount of RAM in MB used per project. "
+"Set ``quota.max_ram_per_tenant`` to enable. Default is -1 (unlimited) to be "
+"backwards compatible. Existing installations will need to manually backfill "
+"quote usage for this to work as expected."
+msgstr ""
+"Added the ability to quota on the total amount of RAM in MB used per "
+"project. Set ``quota.max_ram_per_tenant`` to enable. Default is -1 "
+"(unlimited) to be backwards compatible. Existing installations will need to "
+"manually backfill quote usage for this to work as expected."
+
msgid "Adding the ability to root enable a pxc cluster."
msgstr "Adding the ability to root enable a pxc cluster."
@@ -311,6 +378,13 @@ msgid "An invalid module driver is now logged correctly. Bug 1579900"
msgstr "An invalid module driver is now logged correctly. Bug 1579900"
msgid ""
+"Any 3rd party clients that are talking with Trove API to wait for ``status`` "
+"should be notified to use ``operating_status`` instead."
+msgstr ""
+"Any 3rd party clients that are talking with Trove API to wait for ``status`` "
+"should be notified to use ``operating_status`` instead."
+
+msgid ""
"Any existing scripts that rely on the database instance ``ACTIVE`` status "
"should now rely on ``HEALTHY`` status."
msgstr ""
@@ -349,15 +423,104 @@ msgstr ""
"fixed. This issue would have potentially made it impossible to delete a "
"module. Bug 1640010"
+msgid ""
+"Changed the network mode of database container to \"bridge\" and exposed the "
+"service ports. Cloud operator could adjust the iptables to restrict network "
+"access from the database container to the outside. An example::"
+msgstr ""
+"Changed the network mode of the database container to \"bridge\" and exposed "
+"the service ports. Cloud operator could adjust the iptables to restrict "
+"network access from the database container to the outside. An example::"
+
+msgid "Close the race condition window in user-list call. Closes-Bug 1617464"
+msgstr "Close the race condition window in user-list call. Closes-Bug 1617464"
+
+msgid ""
+"Cloud administrator needs to create a Nova keypair and specify the keypair "
+"name for config option ``nova_keypair``, the private key is used to ssh into "
+"new database instances created. The previous private key is also needed to "
+"ssh into the existing database instances."
+msgstr ""
+"Cloud administrator needs to create a Nova keypair and specify the keypair "
+"name for config option ``nova_keypair``, the private key is used to ssh into "
+"new database instances created. The previous private key is also needed to "
+"ssh into the existing database instances."
+
+msgid "Configuration show masks any password values."
+msgstr "Configuration show masks any password values."
+
msgid "Current Series Release Notes"
msgstr "Current Series Release Notes"
+msgid ""
+"Database service (mysql and mariadb) is now running as docker container "
+"inside the trove instance. The image is defined by ``docker_image`` config "
+"option for each datastore."
+msgstr ""
+"Database service (MySQL and MariaDB) is now running as a Docker container "
+"inside the trove instance. The image is defined by ``docker_image`` config "
+"option for each datastore."
+
msgid "Deprecation Notes"
msgstr "Deprecation Notes"
+msgid ""
+"Do not remove MySQL root user on root-disable so that the proper status can "
+"be reported on restore. Bug 1549600"
+msgstr ""
+"Do not remove MySQL root user on root-disable so that the proper status can "
+"be reported on restore. Bug 1549600"
+
+msgid "Dropping support for python 2.6"
+msgstr "Dropping support for Python 2.6"
+
+msgid "Enable database log retrieval on Cassandra instances."
+msgstr "Enable database log retrieval on Cassandra instances."
+
+msgid "Fix Postgresql promote (bug 1633515)."
+msgstr "Fix Postgresql promote (bug 1633515)."
+
+msgid ""
+"Fix bug 1537986 which corrects the pagination in the mysql user list "
+"command. When internal users (ignore_users) are eliminated from the list, "
+"the pagination was not correctly handled."
+msgstr ""
+"Fix bug 1537986 which corrects the pagination in the MySQL user list "
+"command. When internal users (ignore_users) are eliminated from the list, "
+"the pagination was not correctly handled."
+
+msgid ""
+"Fix race condition in cluster-show that returned erroneous not found error. "
+"Bug 1643002"
+msgstr ""
+"Fix race condition in cluster-show that returned erroneous not found error. "
+"Bug 1643002"
+
+msgid ""
+"Fixed a race condition that instance becomes ERROR when Trove is handling "
+"creating and deleting at the same time."
+msgstr ""
+"Fixed a race condition that instance becomes ERROR when Trove is handling "
+"creating and deleting at the same time."
+
+msgid ""
+"Fixed an issue that orphan volumes left after removing instances, especially "
+"for the case that instance creation failed because of timeout when waiting "
+"for the volume available."
+msgstr ""
+"Fixed an issue that orphan volumes left after removing instances, especially "
+"for the case that instance creation failed because of timeout when waiting "
+"for the volume available."
+
+msgid "Mitaka Series Release Notes"
+msgstr "Mitaka Series Release Notes"
+
msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"
+msgid "Ocata Series Release Notes"
+msgstr "Ocata Series Release Notes"
+
msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
@@ -370,9 +533,22 @@ msgstr "Rocky Series Release Notes"
msgid "Stein Series Release Notes"
msgstr "Stein Series Release Notes"
+msgid "The project user can query the project's own resource quota."
+msgstr "The project user can query the project's own resource quota."
+
+msgid ""
+"The reset-status command will set the task and status of an instance to "
+"ERROR after which it can be deleted."
+msgstr ""
+"The reset-status command will set the task and status of an instance to "
+"ERROR after which it can be deleted."
+
msgid "Train Series Release Notes"
msgstr "Train Series Release Notes"
+msgid "Trove Release Notes"
+msgstr "Trove Release Notes"
+
msgid ""
"Trove is now using admin clients by default to communicate with Nova, "
"Cinder, Neutron and Glance. Deployers want to stick to the old clients need "
@@ -458,6 +634,9 @@ msgstr ""
msgid "Victoria Series Release Notes"
msgstr "Victoria Series Release Notes"
+msgid "Wallaby Series Release Notes"
+msgstr "Wallaby Series Release Notes"
+
msgid ""
"When resizing volume for an instance which is the primary of a replication "
"cluster, Trove also resizes the volume for all the replicas automatically."
@@ -472,6 +651,12 @@ msgstr ""
"When the trove-guestagent failed to update the datastore service status, the "
"instance status should be ERROR."
+msgid "Xena Series Release Notes"
+msgstr "Xena Series Release Notes"
+
+msgid "Yoga Series Release Notes"
+msgstr "Yoga Series Release Notes"
+
msgid ""
"[`bug 1776229 <https://bugs.launchpad.net/trove/+bug/1776229>`_] "
"endpoint_type is now working with single tenant which gives the possibility "