summaryrefslogtreecommitdiff
path: root/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
blob: e553b0a4ed6b6dfd3ec1fad0fcc4454dd62056aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
# Andi Chandler <andi@gowling.com>, 2019. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-12-18 23:51+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-12-21 02:54+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

msgid "2.6.0-9"
msgstr "2.6.0-9"

msgid "4.12.0"
msgstr "4.12.0"

msgid "4.15.0"
msgstr "4.15.0"

msgid "4.17.1-6"
msgstr "4.17.1-6"

msgid "4.19.0"
msgstr "4.19.0"

msgid "4.22.0"
msgstr "4.22.0"

msgid "4.25.2"
msgstr "4.25.2"

msgid "4.26.0"
msgstr "4.26.0"

msgid "4.30.0"
msgstr "4.30.0"

msgid "4.33.1"
msgstr "4.33.1"

msgid "4.34.0"
msgstr "4.34.0"

msgid "4.42.0"
msgstr "4.42.0"

msgid "4.6.0"
msgstr "4.6.0"

msgid "4.8.0"
msgstr "4.8.0"

msgid "4.9.0"
msgstr "4.9.0"

msgid "5.0.0"
msgstr "5.0.0"

msgid ""
"Added new ``.is_started`` boolean flag to enginefacade context manager and "
"factory objects, so that double-configure scenarios can be prevented by "
"calling code.   Additionally, the ``TypeError`` raised when configure is "
"called after the factory is started is now a specific subclass "
"``enginefacade.AlreadyStartedError``."
msgstr ""
"Added new ``.is_started`` boolean flag to enginefacade context manager and "
"factory objects, so that double-configure scenarios can be prevented by "
"calling code.   Additionally, the ``TypeError`` raised when configure is "
"called after the factory is started is now a specific subclass "
"``enginefacade.AlreadyStartedError``."

msgid ""
"Added new option connection_parameters which allows SQLAlchemy query "
"parameters to be stated separately from the URL itself, to allow URL-"
"persistence schemes like Nova cells to use controller-local query parameters "
"that aren't broadcast to all other servers."
msgstr ""
"Added new option connection_parameters which allows SQLAlchemy query "
"parameters to be stated separately from the URL itself, to allow URL-"
"persistence schemes like Nova cells to use controller-local query parameters "
"that aren't broadcast to all other servers."

msgid "Bug Fixes"
msgstr "Bug Fixes"

msgid ""
"Decorator ``oslo_db.api.wrap_db_retry`` now defaults to 10 retries. "
"Previously the number of attempts was 0, and users had to explicitly pass "
"``max_retry_interval`` value greater than 0 to actually enable retries on "
"errors."
msgstr ""
"Decorator ``oslo_db.api.wrap_db_retry`` now defaults to 10 retries. "
"Previously the number of attempts was 0, and users had to explicitly pass "
"``max_retry_interval`` value greater than 0 to actually enable retries on "
"errors."

msgid "Deprecation Notes"
msgstr "Deprecation Notes"

msgid "For details, please see the following LP:"
msgstr "For details, please see the following LP:"

msgid "Introduce reno for deployer release notes."
msgstr "Introduce reno for deployer release notes."

msgid ""
"It is strongly recommended to use the `PyMySQL <https://pypi.python.org/pypi/"
"PyMySQL>`__ driver when connecting to a MySQL-compatible database to ensure "
"the best compatibility with the concurrency library eventlet. To use "
"PyMySQL, ensure the connection URL is specified with ``mysql+pymysql://`` as "
"the scheme."
msgstr ""
"It is strongly recommended to use the `PyMySQL <https://pypi.python.org/pypi/"
"PyMySQL>`__ driver when connecting to a MySQL-compatible database to ensure "
"the best compatibility with the concurrency library eventlet. To use "
"PyMySQL, ensure the connection URL is specified with ``mysql+pymysql://`` as "
"the scheme."

msgid "Liberty Series Release Notes"
msgstr "Liberty Series Release Notes"

msgid "Mitaka Series Release Notes"
msgstr "Mitaka Series Release Notes"

msgid "New Features"
msgstr "New Features"

msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"

msgid "Ocata Series Release Notes"
msgstr "Ocata Series Release Notes"

msgid "Other Notes"
msgstr "Other Notes"

msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"

msgid ""
"PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the "
"whole OpenStack. So far it was possible to use MySQL-python as an "
"alternative DB API driver. This driver is no longer being tested in this "
"release, hence it should be considered unsupported. Please switch to "
"PyMySQL, which is an adequate replacement. Refer to https://wiki.openstack."
"org/wiki/PyMySQL_evaluation for details."
msgstr ""
"PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the "
"whole OpenStack. So far it was possible to use MySQL-python as an "
"alternative DB API driver. This driver is no longer being tested in this "
"release, hence it should be considered unsupported. Please switch to "
"PyMySQL, which is an adequate replacement. Refer to https://wiki.openstack."
"org/wiki/PyMySQL_evaluation for details."

msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"

msgid "Removed deprecated database option ``min_pool_size``."
msgstr "Removed deprecated database option ``min_pool_size``."

msgid ""
"Repaired the \"synchronous_reader\" modifier of enginefacade so that it "
"refers to the \"writer\" engine when set to True, thereby allowing "
"\"synchronous\" behavior with the writer.  When set to False, this is "
"\"asynchronous\", so this should be associated with the async engines. The "
"flag had the reverse behavior previously."
msgstr ""
"Repaired the \"synchronous_reader\" modifier of enginefacade so that it "
"refers to the \"writer\" engine when set to True, thereby allowing "
"\"synchronous\" behaviour with the writer.  When set to False, this is "
"\"asynchronous\", so this should be associated with the async engines. The "
"flag had the reverse behaviour previously."

msgid "Rocky Series Release Notes"
msgstr "Rocky Series Release Notes"

msgid "Stein Series Release Notes"
msgstr "Stein Series Release Notes"

msgid ""
"The allowed values for the ``connection_debug`` option are now restricted to "
"the range between 0 and 100 (inclusive). Previously a number lower than 0 or "
"higher than 100 could be given without error. But now, a "
"``ConfigFileValueError`` will be raised when the option value is outside "
"this range."
msgstr ""
"The allowed values for the ``connection_debug`` option are now restricted to "
"the range between 0 and 100 (inclusive). Previously a number lower than 0 or "
"higher than 100 could be given without error. But now, a "
"``ConfigFileValueError`` will be raised when the option value is outside "
"this range."

msgid ""
"The configuration option ``idle_timeout`` is now deprecated and has been "
"renamed to  ``connection_recycle_time``, including within the main oslo.db "
"options, as well as in the keyword arguments to ``engines.create_engine()``, "
"``enginefacade.configure()`` and ``enginefacade.configure_defaults()``. The "
"new name more accurately describes what this option does, in that it is not "
"directly related to the \"idle\" time of the connection itself, nor is the "
"connection disconnected at any specific time.  It refers to a rule stating "
"that any connection which has been present more than N seconds as a member "
"of the connection pool will be automatically discarded and replaced the next "
"time it is checked out from the pool."
msgstr ""
"The configuration option ``idle_timeout`` is now deprecated and has been "
"renamed to  ``connection_recycle_time``, including within the main oslo.db "
"options, as well as in the keyword arguments to ``engines.create_engine()``, "
"``enginefacade.configure()`` and ``enginefacade.configure_defaults()``. The "
"new name more accurately describes what this option does, in that it is not "
"directly related to the \"idle\" time of the connection itself, nor is the "
"connection disconnected at any specific time.  It refers to a rule stating "
"that any connection which has been present more than N seconds as a member "
"of the connection pool will be automatically discarded and replaced the next "
"time it is checked out from the pool."

msgid ""
"The configuration option ``sqlite_db`` is now deprecated and will be removed "
"in the future. Please use configuration option ``connection`` or "
"``slave_connection`` to connect to the database."
msgstr ""
"The configuration option ``sqlite_db`` is now deprecated and will be removed "
"in the future. Please use configuration option ``connection`` or "
"``slave_connection`` to connect to the database."

msgid ""
"The configuration option ``sqlite_db`` is removed. Pease use configuration "
"option ``connection`` or ``slave_connection`` to connect to the database."
msgstr ""
"The configuration option ``sqlite_db`` is removed. Please use configuration "
"option ``connection`` or ``slave_connection`` to connect to the database."

msgid ""
"The default value of ``max_overflow`` config option has been increased from "
"10 to 50 in order to allow OpenStack services heavily using DBs to better "
"handle spikes of concurrent requests and lower the probability of getting a "
"pool timeout issue."
msgstr ""
"The default value of ``max_overflow`` config option has been increased from "
"10 to 50 in order to allow OpenStack services heavily using DBs to better "
"handle spikes of concurrent requests and lower the probability of getting a "
"pool timeout issue."

msgid ""
"This change potentially leads to increasing of the number of open "
"connections to an RDBMS server. Depending on the configuration, you may see "
"\"too many connections\" errors in logs of OpenStack services / RDBMS "
"server. The max limit of connections can be set by the means of these config "
"options:"
msgstr ""
"This change potentially leads to increasing of the number of open "
"connections to an RDBMS server. Depending on the configuration, you may see "
"\"too many connections\" errors in logs of OpenStack services / RDBMS "
"server. The max limit of connections can be set by the means of these config "
"options:"

msgid ""
"This option had no effect and was deprecated in Rocky. For more information "
"see bug `1764786 <https://bugs.launchpad.net/oslo.db/+bug/1764786>`_."
msgstr ""
"This option had no effect and was deprecated in Rocky. For more information "
"see bug `1764786 <https://bugs.launchpad.net/oslo.db/+bug/1764786>`_."

msgid "Train Series Release Notes"
msgstr "Train Series Release Notes"

msgid "Unreleased Release Notes"
msgstr "Unreleased Release Notes"

msgid "Upgrade Notes"
msgstr "Upgrade Notes"

msgid "and the ML thread:"
msgstr "and the ML thread:"

msgid ""
"base test classes from ``oslo_db.sqlalchemy.test_base`` are deprecated in "
"favor of new fixtures introduced in ``oslo_db.sqlalchemy.test_fixtures`` "
"module"
msgstr ""
"base test classes from ``oslo_db.sqlalchemy.test_base`` are deprecated in "
"flavour of new fixtures introduced in ``oslo_db.sqlalchemy.test_fixtures`` "
"module"

msgid ""
"class ``InsertFromSelect`` from module ``oslo_db.sqlalchemy.utils`` is "
"deprecated in favor of ``sqlalchemy.sql.expression.Insert.from_select()`` "
"method of Insert expression, that is available in SQLAlchemy versions 1.0.0 "
"and newer"
msgstr ""
"class ``InsertFromSelect`` from module ``oslo_db.sqlalchemy.utils`` is "
"deprecated in favor of ``sqlalchemy.sql.expression.Insert.from_select()`` "
"method of Insert expression, that is available in SQLAlchemy versions 1.0.0 "
"and newer"

msgid ""
"enginefacade decorators can now be used for class and instance methods, "
"which implicitly receive the first positional argument. Previously, it was "
"required that all decorated functions receive a context value as the first "
"argument."
msgstr ""
"enginefacade decorators can now be used for class and instance methods, "
"which implicitly receive the first positional argument. Previously, it was "
"required that all decorated functions receive a context value as the first "
"argument."

msgid ""
"http://dev.mysql.com/doc/refman/5.7/en/server-system-variables."
"html#sysvar_max_connections http://www.postgresql.org/docs/current/static/"
"runtime-config-connection.html#GUC-MAX-CONNECTIONS"
msgstr ""
"http://dev.mysql.com/doc/refman/5.7/en/server-system-variables."
"html#sysvar_max_connections http://www.postgresql.org/docs/current/static/"
"runtime-config-connection.html#GUC-MAX-CONNECTIONS"

msgid ""
"http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html"
msgstr ""
"http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html"

msgid "https://bugs.launchpad.net/oslo.db/+bug/1535375"
msgstr "https://bugs.launchpad.net/oslo.db/+bug/1535375"

msgid "oslo.db Release Notes"
msgstr "oslo.db Release Notes"

msgid ""
"oslo.db now logs a warning when the connection URL does not explicitly "
"mention a driver. The default driver is still used, but in some cases, such "
"as MySQL, the default is incompatible with the concurrency library eventlet."
msgstr ""
"oslo.db now logs a warning when the connection URL does not explicitly "
"mention a driver. The default driver is still used, but in some cases, such "
"as MySQL, the default is incompatible with the concurrency library eventlet."