# SOME DESCRIPTIVE TITLE. # Copyright (C) 2016, oslo.db Developers # This file is distributed under the same license as the oslo.db package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: oslo.db \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-16 14:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../:73 msgid "10.0.0" msgstr "" #: ../../:5 unmaintained/zed>:31 msgid "11.0.0" msgstr "" #: ../../:5 unmaintained/zed>:5 msgid "11.2.0" msgstr "" #: ../../:5 msgid "12.3.1" msgstr "" #: ../../:47 msgid "13.0.0" msgstr "" #: ../../:32 msgid "14.0.0" msgstr "" #: ../../:5 msgid "14.1.0" msgstr "" #: ../../:5 msgid "15.0.0" msgstr "" #: ../../:5 msgid "16.0.0" msgstr "" #: ../../:21 current msgid "17.0.0" msgstr "" #: ../../:5 current msgid "17.1.0-1" msgstr "" #: ../../:5 msgid "2.6.0-9" msgstr "" #: ../../:5 unmaintained/victoria>:214 #: unmaintained/zed>:342 msgid "4.12.0" msgstr "" #: ../../:24 unmaintained/victoria>:195 #: unmaintained/zed>:323 msgid "4.15.0" msgstr "" #: ../../:5 msgid "4.17.1-6" msgstr "" #: ../../:51 unmaintained/victoria>:180 #: unmaintained/zed>:308 msgid "4.19.0" msgstr "" #: ../../:24 unmaintained/victoria>:153 #: unmaintained/zed>:281 msgid "4.22.0" msgstr "" #: ../../:5 msgid "4.25.2" msgstr "" #: ../../:43 unmaintained/victoria>:128 #: unmaintained/zed>:256 msgid "4.26.0" msgstr "" #: ../../:24 unmaintained/victoria>:109 #: unmaintained/zed>:237 msgid "4.30.0" msgstr "" #: ../../:5 msgid "4.33.1" msgstr "" #: ../../:5 unmaintained/victoria>:77 #: unmaintained/zed>:205 msgid "4.34.0" msgstr "" #: ../../:5 unmaintained/victoria>:58 #: unmaintained/zed>:186 msgid "4.42.0" msgstr "" #: ../../:5 unmaintained/victoria>:271 #: unmaintained/zed>:399 msgid "4.6.0" msgstr "" #: ../../:35 unmaintained/victoria>:244 #: unmaintained/zed>:372 msgid "4.8.0" msgstr "" #: ../../:20 unmaintained/victoria>:229 #: unmaintained/zed>:357 msgid "4.9.0" msgstr "" #: ../../:5 unmaintained/victoria>:40 #: unmaintained/zed>:168 msgid "5.0.0" msgstr "" #: ../../:24 unmaintained/victoria>:24 #: unmaintained/zed>:152 msgid "7.0.0" msgstr "" #: ../../:5 msgid "8.1.1" msgstr "" #: ../../:5 msgid "8.4.1" msgstr "" #: ../../:24 unmaintained/zed>:125 msgid "8.5.0" msgstr "" #: ../../:5 msgid "8.5.1" msgstr "" #: ../../:110 msgid "9.0.0" msgstr "" #: ../../:91 msgid "9.1.0" msgstr "" #: ../../:60 msgid "" "A new ``oslo_db.compat`` module has been added. This provides a number of " "shims for handling differences between SQLAlchemy 1.x and 2.x." msgstr "" #: ../../:14 unmaintained/victoria>:67 #: unmaintained/zed>:195 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 "" #: ../../:14 unmaintained/victoria>:86 #: unmaintained/zed>:214 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 "" #: ../../:10 origin/stable/ocata>:10 #: stable/pike>:10 stable/queens>:10 stable/rocky>:23 stable/train>:10 #: stable/ussuri>:10 unmaintained/2023.1>:10 unmaintained/victoria>:10 #: unmaintained/victoria>:45 unmaintained/victoria>:95 #: unmaintained/victoria>:219 unmaintained/wallaby>:10 unmaintained/zed>:78 #: unmaintained/zed>:96 unmaintained/zed>:115 unmaintained/zed>:173 #: unmaintained/zed>:223 unmaintained/zed>:347 msgid "Bug Fixes" msgstr "" #: ../../:14 unmaintained/zed>:40 msgid "" "Checks specific to the DB2 database have been removed. This database has not " "been supported by any OpenStack project for many years." msgstr "" #: ../../:14 unmaintained/victoria>:223 #: unmaintained/zed>:351 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 "" #: ../../:10 current origin/stable/newton>:50 #: origin/stable/ocata>:29 stable/queens>:29 stable/queens>:48 #: unmaintained/victoria>:114 unmaintained/victoria>:133 #: unmaintained/victoria>:200 unmaintained/victoria>:259 #: unmaintained/wallaby>:29 unmaintained/xena>:32 unmaintained/zed>:58 #: unmaintained/zed>:130 unmaintained/zed>:242 unmaintained/zed>:261 #: unmaintained/zed>:328 unmaintained/zed>:387 msgid "Deprecation Notes" msgstr "" #: ../../:29 unmaintained/victoria>:295 #: unmaintained/zed>:423 msgid "For details, please see the following LP:" msgstr "" #: ../../:85 msgid "" "In addition, the following test cases were being inadvertently used publicly " "despite being private to oslo.db. They were also deprecated and have now " "been removed:" msgstr "" #: ../../:14 unmaintained/victoria>:14 #: unmaintained/wallaby>:14 unmaintained/zed>:100 msgid "" "In mysql 8.0.19, duplicate key error information is extended to include the " "table name of the key. Previously, duplicate key error information included " "only the key value and key name. This extends capabilities to handle changes " "in duplicate key error information with newer mysql version since 8.0.19." msgstr "" #: ../../:14 origin/stable/mitaka>:45 #: unmaintained/victoria>:311 unmaintained/zed>:439 msgid "Introduce reno for deployer release notes." msgstr "" #: ../../:40 unmaintained/victoria>:169 #: unmaintained/zed>:297 msgid "" "It is strongly recommended to use the `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 "" #: ../../:41 msgid "MySQL NDB Cluster support has been removed." msgstr "" #: ../../:40 stable/2023.2>:52 #: stable/rocky>:10 stable/stein>:10 unmaintained/victoria>:63 #: unmaintained/victoria>:82 unmaintained/victoria>:249 unmaintained/zed>:191 #: unmaintained/zed>:210 unmaintained/zed>:377 msgid "New Features" msgstr "" #: ../../:10 origin/stable/mitaka>:41 #: unmaintained/victoria>:307 unmaintained/zed>:435 msgid "Other Notes" msgstr "" #: ../../:33 unmaintained/victoria>:118 #: unmaintained/zed>:246 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 "" #: ../../:14 unmaintained/victoria>:49 #: unmaintained/zed>:177 msgid "Removed deprecated database option ``min_pool_size``." msgstr "" #: ../../:119 msgid "Removed deprecated database option ``sql_max_pool_size``." msgstr "" #: ../../:82 msgid "" "Removed the ``[DATABASE] idle_timeout``, ``[database] idle_timeout``, " "``[sql] idle_timeout``, ``[DEFAULT] sql_idle_timeout`` and ``[DATABASE] " "sql_idle_timeout`` options. These were all legacy aliases for ``[database] " "connection_recycle_time``." msgstr "" #: ../../:14 stable/pike>:14 #: stable/queens>:14 stable/rocky>:27 unmaintained/victoria>:99 #: unmaintained/zed>:227 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 "" #: ../../:33 unmaintained/victoria>:33 #: unmaintained/zed>:161 msgid "" "Support for Python 2.7 has been dropped. The minimum version of Python now " "supported is Python 3.6." msgstr "" #: ../../:30 current msgid "" "Support for Python 3.8 has been removed. Now the minimum python version " "supported is 3.9 ." msgstr "" #: ../../:26 unmaintained/zed>:52 msgid "" "The ``_walk_versions``, ``_migrate_down``, and ``_migrate_up`` methods of " "the ``oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync`` base test " "class have been removed. These were deprecated in 0.5.0 in favour of their " "non-private equivalents, ``walk_versions``, ``migrate_down``, and " "``migrate_up`` respectively." msgstr "" #: ../../:19 unmaintained/zed>:45 msgid "" "The ``check_foreign_keys`` helper of the ``oslo_db.sqlalchemy." "test_migrations.ModelsMigrationsSync`` base test class has been removed. " "This was deprecated in 1.4.1 as alembic now supports this capability." msgstr "" #: ../../:14 current msgid "" "The ``iteritems`` method of the ``oslo_db.sqlalchemy.models.ModelBase`` " "class has been deprecated. Use the ``items`` method instead." msgstr "" #: ../../:36 unmaintained/zed>:62 msgid "" "The ``oslo_db.concurrency.TpoolDbapiWrapper`` class and supporting " "``[database] use_tpool`` config option are now deprecated. This feature " "never graduated from experimental status and is slated for removal due to " "lack of maintenance and test coverage. Users should switch to ``oslo_db.api." "DBAPI.from_config`` and remove references to the deprecated config option " "from their documentation." msgstr "" #: ../../:14 msgid "" "The ``oslo_db.concurrency.TpoolDbapiWrapper`` class and supporting " "``[database] use_tpool`` config option have been removed." msgstr "" #: ../../:41 unmaintained/zed>:142 msgid "" "The ``oslo_db.sqlalchemy.migration_cli`` module is deprecated for removal. " "It was intended to provide an abstraction layer over different migration " "backends - specifically ``sqlalchemy-migrate`` and ``alembic`` - however, " "takeup has been limited and its expected that users will use ``alembic`` " "directly nowadays." msgstr "" #: ../../:21 msgid "" "The ``oslo_db.sqlalchemy.migration`` module and ``WalkVersionsMixin`` test " "mixin in the ``oslo_db.sqlalchemy.test_migrations``, which were removed in " "13.0.0, have been re-added temporarily to allow a longer transition time for " "projects. These are still deprecated as SQLAlchemy-Migrate is not compatible " "with SQLAlchemy 2.x. They will be removed again in a future release." msgstr "" #: ../../:95 msgid "" "The ``oslo_db.sqlalchemy.migration`` module and ``migrate`` backend for the " "``oslo_db.sqalchemy.migration_cli`` module, both of which were first " "deprecated in the 8.5.0 release, have now been removed. ``sqlalchemy-" "migrate`` is no longer under active development, does not support SQLAlchemy " "2.0, and has been effectively replaced by ``alembic``." msgstr "" #: ../../:33 unmaintained/zed>:134 msgid "" "The ``oslo_db.sqlalchemy.migration`` module is deprecated for removal. It " "only supports ``sqlalchemy-migrate``, which is no longer under active " "development and has been effectively replaced by ``alembic``. Users of this " "module should consider switching to ``alembic`` or, if necessary, using " "``sqlalchemy-migrate`` directly." msgstr "" #: ../../:103 msgid "" "The ability to create engine facades that used autocommit, first deprecated " "in 12.1.0, has now been removed. This is not supported in SQLAlchemy 2.x." msgstr "" #: ../../:14 msgid "" "The ability to create engine facades that used autocommit, which was removed " "in 13.0.0, has been re-added temporarily to allow a longer transition time " "for projects. It is still deprecated and requires SQLAlchemy < 2.x. It will " "be removed again in a future release." msgstr "" #: ../../:29 unmaintained/victoria>:238 #: unmaintained/zed>:366 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 "" #: ../../:52 unmaintained/victoria>:137 #: unmaintained/zed>:265 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 "" #: ../../:54 unmaintained/victoria>:263 #: unmaintained/zed>:391 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 "" #: ../../:60 unmaintained/victoria>:189 #: unmaintained/zed>:317 msgid "" "The configuration option ``sqlite_db`` is removed. Pease use configuration " "option ``connection`` or ``slave_connection`` to connect to the database." msgstr "" #: ../../:14 unmaintained/victoria>:280 #: unmaintained/zed>:408 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 "" #: ../../:14 msgid "The following deprecated option aliases have been removed:" msgstr "" #: ../../:14 unmaintained/zed>:14 msgid "" "The following helpers have been removed from the ``oslo_db.sqlalchemy." "utils`` module:" msgstr "" #: ../../:71 msgid "" "The following test fixtures and base test classes were deprecated and have " "now been removed:" msgstr "" #: ../../:14 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 "" #: ../../:22 unmaintained/zed>:22 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 " "``oslo_db.sqlalchemy.test_fixtures``. This was similarly unused and " "presented similar compatibility issues." msgstr "" #: ../../:82 msgid "" "They have all been replaced by equivalent test fixtures and test class " "mixins in ``oslo_db.sqlalchemy.test_fixtures``." msgstr "" #: ../../:20 unmaintained/victoria>:286 #: unmaintained/zed>:414 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 "" #: ../../:16 unmaintained/victoria>:51 #: unmaintained/zed>:179 msgid "" "This option had no effect and was deprecated in Rocky. For more information " "see bug `1764786 `_." msgstr "" #: ../../:26 current origin/stable/mitaka>:10 #: origin/stable/newton>:25 stable/2023.2>:10 stable/2023.2>:37 #: stable/2023.2>:67 stable/2024.1>:10 stable/2024.2>:10 stable/pike>:29 #: stable/pike>:56 stable/ussuri>:29 unmaintained/victoria>:29 #: unmaintained/victoria>:158 unmaintained/victoria>:185 #: unmaintained/victoria>:234 unmaintained/victoria>:276 unmaintained/xena>:10 #: unmaintained/yoga>:10 unmaintained/zed>:10 unmaintained/zed>:36 #: unmaintained/zed>:157 unmaintained/zed>:286 unmaintained/zed>:313 #: unmaintained/zed>:362 unmaintained/zed>:404 msgid "Upgrade Notes" msgstr "" #: ../../:17 unmaintained/zed>:17 msgid "``NonCommittingConnectable``" msgstr "" #: ../../:19 unmaintained/zed>:19 msgid "``NonCommittingConnection``" msgstr "" #: ../../:18 unmaintained/zed>:18 msgid "``NonCommittingEngine``" msgstr "" #: ../../:20 unmaintained/zed>:20 msgid "``NonCommittingTransaction``" msgstr "" #: ../../:28 msgid "" "``[DATABASE] sqlalchemy_pool_timeout`` (use ``[database] pool_timeout``)" msgstr "" #: ../../:17 msgid "``[DEFAULT] db_backend`` (use ``[database] backend``)" msgstr "" #: ../../:26 msgid "" "``[DEFAULT] sql_connection_debug`` (use ``[database] connection_debug``)" msgstr "" #: ../../:27 msgid "" "``[DEFAULT] sql_connection_trace`` (use ``[database] connection_trace``)" msgstr "" #: ../../:18 msgid "" "``[DEFAULT] sql_connection``, ``[DATABASE] sql_connection``, ``[sql] " "connection`` (use ``[database] connection``)" msgstr "" #: ../../:24 msgid "" "``[DEFAULT] sql_max_overflow``, ``[DATABASE] sqlalchemy_max_overflow`` (use " "``[database] max_overflow``)" msgstr "" #: ../../:20 msgid "" "``[DEFAULT] sql_max_retries``, ``[DATABASE] sql_max_retries`` (use " "``[database] max_retries``)" msgstr "" #: ../../:22 msgid "" "``[DEFAULT] sql_retry_interval``, ``[DATABASE] reconnect_interval`` (use " "``[database] retry_interval``)" msgstr "" #: ../../:16 msgid "" "``[DEFAULT] sqlite_synchronous`` (use ``[database] sqlite_synchronous``)" msgstr "" #: ../../:74 msgid "``oslo_db.sqlalchemy.test_base.DbFixture``" msgstr "" #: ../../:75 msgid "``oslo_db.sqlalchemy.test_base.DbTestCase``" msgstr "" #: ../../:77 msgid "``oslo_db.sqlalchemy.test_base.MySQLOpportunisticFixture``" msgstr "" #: ../../:79 msgid "``oslo_db.sqlalchemy.test_base.MySQLOpportunisticTestCase``" msgstr "" #: ../../:76 msgid "``oslo_db.sqlalchemy.test_base.OpportunisticTestCase``" msgstr "" #: ../../:78 msgid "``oslo_db.sqlalchemy.test_base.PostgreSQLOpportunisticFixture``" msgstr "" #: ../../:80 msgid "``oslo_db.sqlalchemy.test_base.PostgreSQLOpportunisticTestCase``" msgstr "" #: ../../:89 msgid "``oslo_db.tests.sqlalchemy.base.DbTestCase``" msgstr "" #: ../../:90 msgid "``oslo_db.tests.sqlalchemy.base.MySQLOpportunisticTestCase``" msgstr "" #: ../../:91 msgid "``oslo_db.tests.sqlalchemy.base.PostgreSQLOpportunisticTestCase``" msgstr "" #: ../../:33 unmaintained/victoria>:299 #: unmaintained/zed>:427 msgid "and the ML thread:" msgstr "" #: ../../:37 unmaintained/victoria>:208 #: unmaintained/zed>:336 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 "" #: ../../:33 unmaintained/victoria>:204 #: unmaintained/zed>:332 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 "" #: ../../:44 unmaintained/victoria>:253 #: unmaintained/zed>:381 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 "" #: ../../:26 unmaintained/victoria>:292 #: unmaintained/zed>:420 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 "" #: ../../:35 unmaintained/victoria>:301 #: unmaintained/zed>:429 msgid "" "http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html" msgstr "" #: ../../:31 unmaintained/victoria>:297 #: unmaintained/zed>:425 msgid "https://bugs.launchpad.net/oslo.db/+bug/1535375" msgstr "" #: ../../:33 unmaintained/victoria>:162 #: unmaintained/zed>:290 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 "" #: ../../:56 msgid "oslo.db now supports SQLAlchemy 2.0." msgstr "" #: ../source/2023.1.rst:3 msgid "2023.1 Series Release Notes" msgstr "" #: ../source/2023.2.rst:3 msgid "2023.2 Series Release Notes" msgstr "" #: ../source/2024.1.rst:3 msgid "2024.1 Series Release Notes" msgstr "" #: ../source/2024.2.rst:3 msgid "2024.2 Series Release Notes" msgstr "" #: ../source/index.rst:3 msgid "oslo.db Release Notes" msgstr "" #: ../source/liberty.rst:3 msgid "Liberty Series Release Notes" msgstr "" #: ../source/mitaka.rst:3 msgid "Mitaka Series Release Notes" msgstr "" #: ../source/newton.rst:3 msgid "Newton Series Release Notes" msgstr "" #: ../source/ocata.rst:3 msgid "Ocata Series Release Notes" msgstr "" #: ../source/pike.rst:3 msgid "Pike Series Release Notes" msgstr "" #: ../source/queens.rst:3 msgid "Queens Series Release Notes" msgstr "" #: ../source/rocky.rst:3 msgid "Rocky Series Release Notes" msgstr "" #: ../source/stein.rst:3 msgid "Stein Series Release Notes" msgstr "" #: ../source/train.rst:3 msgid "Train Series Release Notes" msgstr "" #: ../source/unreleased.rst:3 msgid "Unreleased Release Notes" msgstr "" #: ../source/ussuri.rst:3 msgid "Ussuri Series Release Notes" msgstr "" #: ../source/victoria.rst:3 msgid "Victoria Series Release Notes" msgstr "" #: ../source/wallaby.rst:3 msgid "Wallaby Series Release Notes" msgstr "" #: ../source/xena.rst:3 msgid "Xena Series Release Notes" msgstr "" #: ../source/yoga.rst:3 msgid "Yoga Series Release Notes" msgstr "" #: ../source/zed.rst:3 msgid "Zed Series Release Notes" msgstr ""