Imported Translations from Zanata

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

Change-Id: Ib2362e15f0b610412ed992d63da63ad2d2b39883
This commit is contained in:
OpenStack Proposal Bot 2023-01-27 02:55:45 +00:00
parent b689b6320c
commit 7d619ae3eb
1 changed files with 39 additions and 4 deletions

View File

@ -4,15 +4,16 @@
# Andi Chandler <andi@gowling.com>, 2019. #zanata
# Andi Chandler <andi@gowling.com>, 2020. #zanata
# Andi Chandler <andi@gowling.com>, 2022. #zanata
# Andi Chandler <andi@gowling.com>, 2023. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 04:19+0000\n"
"POT-Creation-Date: 2023-01-18 15:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-09-24 01:17+0000\n"
"PO-Revision-Date: 2023-01-26 10:28+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -28,8 +29,14 @@ msgstr "11.0.0"
msgid "11.2.0"
msgstr "11.2.0"
msgid "12.1.0-5"
msgstr "12.1.0-5"
msgid "12.2.0"
msgstr "12.2.0"
msgid "12.3.0"
msgstr "12.3.0"
msgid "12.3.0-1"
msgstr "12.3.0-1"
msgid "2.6.0-9"
msgstr "2.6.0-9"
@ -124,6 +131,19 @@ msgstr ""
"persistence schemes like Nova cells to use controller-local query parameters "
"that aren't broadcast to all other servers."
msgid ""
"Added new option mysql_wsrep_sync_wait which sets the Galera "
"\"wsrep_sync_wait\" variable on server login. This session-level variable "
"allows Galera to ensure that writesets are fully up to date before running "
"new queries, and may be used to tune application behavior when multiple "
"Galera masters are targeted for SQL operations simultaneously."
msgstr ""
"Added new option mysql_wsrep_sync_wait which sets the Galera "
"\"wsrep_sync_wait\" variable on server login. This session-level variable "
"allows Galera to ensure that writesets are fully up to date before running "
"new queries, and may be used to tune application behaviour when multiple "
"Galera masters are targeted for SQL operations simultaneously."
msgid "Bug Fixes"
msgstr "Bug Fixes"
@ -400,6 +420,21 @@ msgstr ""
"The following helpers have been removed from the ``oslo_db.sqlalchemy."
"utils`` module:"
msgid ""
"The newly added mysql_wsrep_sync_wait parameter now defaults to non-present "
"in the enginefacade's default configuration options, so that it is not "
"configured in a MySQL / MariaDB database by default, unless passed in the "
"options explicitly. Previously, the default value was \"0\", meaning the "
"wsrep_sync_wait parameter would be set unconditionally on new connections, "
"which would fail for MySQL backends that don't provide for this setting."
msgstr ""
"The newly added mysql_wsrep_sync_wait parameter now defaults to non-present "
"in the enginefacade's default configuration options, so that it is not "
"configured in a MySQL / MariaDB database by default, unless passed in the "
"options explicitly. Previously, the default value was \"0\", meaning the "
"wsrep_sync_wait parameter would be set unconditionally on new connections, "
"which would fail for MySQL backends that don't provide for this setting."
msgid ""
"These were unused outside of oslo.db and were not compatible with SQLAlchemy "
"2.0. In addition, the ``RollsBackTransaction`` fixture has been removed from "