Skip to content

Commit

Permalink
Merge "Imported Translations from Zanata"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 24, 2024
2 parents 1961bbb + 7826ea9 commit 474db4b
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 74 deletions.
69 changes: 1 addition & 68 deletions barbican/locale/en_GB/LC_MESSAGES/barbican.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: barbican VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2024-05-17 17:05+0000\n"
"POT-Creation-Date: 2024-06-17 15:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -24,23 +24,6 @@ msgstr ""
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

msgid ""
"# The maximum overflow size of the pool used by SQLAlchemy. When the number "
"of checked-out connections reaches the size set in max_pool_size, additional "
"connections will be returned up to this limit. It follows then that the "
"total number of simultaneous connections the pool will allow is "
"max_pool_size + max_overflow. Can be set to -1 to indicate no overflow "
"limit, so no limit will be placed on the total number of concurrent "
"connections. Comment out to allow SQLAlchemy to select the default."
msgstr ""
"# The maximum overflow size of the pool used by SQLAlchemy. When the number "
"of checked-out connections reaches the size set in max_pool_size, additional "
"connections will be returned up to this limit. It follows then that the "
"total number of simultaneous connections the pool will allow is "
"max_pool_size + max_overflow. Can be set to -1 to indicate no overflow "
"limit, so no limit will be placed on the total number of concurrent "
"connections. Comment out to allow SQLAlchemy to select the default."

msgid "'algorithm' is required field for {0} type order"
msgstr "'algorithm' is required field for {0} type order"

Expand Down Expand Up @@ -442,9 +425,6 @@ msgstr "Internal name used to identify crypto_plugin."
msgid "Internal name used to identifysecretstore_plugin"
msgstr "Internal name used to identify secretstore_plugin"

msgid "Interval between retries of opening a SQL connection."
msgstr "Interval between retries of opening a SQL connection."

#, python-format
msgid "Invalid CA_ID: %(ca_id)s"
msgstr "Invalid CA_ID: %(ca_id)s"
Expand Down Expand Up @@ -578,13 +558,6 @@ msgstr "Maximum allowed HTTP request size against the Barbican-api."
msgid "Maximum allowed secret size in bytes."
msgstr "Maximum allowed secret size in bytes."

msgid ""
"Maximum number of database connection retries during startup. Set to -1 to "
"specify an infinite retry count."
msgstr ""
"Maximum number of database connection retries during startup. Set to -1 to "
"specify an infinite retry count."

msgid "Maximum page size for the 'limit' paging URL parameter."
msgstr "Maximum page size for the 'limit' paging URL parameter."

Expand Down Expand Up @@ -667,9 +640,6 @@ msgstr "Must supply non-None {entity_name}."
msgid "Must supply {entity_name} with id=None (i.e. new entity)."
msgstr "Must supply {entity_name} with id=None (i.e. new entity)."

msgid "No SQL connection configured"
msgstr "No SQL connection configured"

msgid "No container found with container-ID {id}"
msgstr "No container found with container-ID {id}"

Expand Down Expand Up @@ -835,19 +805,6 @@ msgstr "Path to the NSS certificate database"
msgid "Path to vendor PKCS11 library"
msgstr "Path to vendor PKCS11 library"

msgid ""
"Period in seconds after which SQLAlchemy should reestablish its connection "
"to the database. MySQL uses a default `wait_timeout` of 8 hours, after which "
"it will drop idle connections. This can result in 'MySQL Gone Away' "
"exceptions. If you notice this, you can lower this value to ensure that "
"SQLAlchemy reconnects before MySQL can drop the connection."
msgstr ""
"Period in seconds after which SQLAlchemy should re-establish its connection "
"to the database. MySQL uses a default `wait_timeout` of 8 hours, after which "
"it will drop idle connections. This can result in 'MySQL Gone Away' "
"exceptions. If you notice this, you can lower this value to ensure that "
"SQLAlchemy reconnects before MySQL can drop the connection."

msgid "Plugin does not support generation of subordinate CAs"
msgstr "Plugin does not support generation of subordinate CAs"

Expand Down Expand Up @@ -977,19 +934,6 @@ msgstr "Retrieve project preferred store"
msgid "Role used to identify an authenticated user as administrator."
msgstr "Role used to identify an authenticated user as administrator."

msgid ""
"SQLAlchemy connection string for the reference implementation registry "
"server. Any valid SQLAlchemy connection string is fine. See: http://www."
"sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy."
"create_engine. Note: For absolute addresses, use '////' slashes after "
"'sqlite:'."
msgstr ""
"SQLAlchemy connection string for the reference implementation registry "
"server. Any valid SQLAlchemy connection string is fine. See: http://www."
"sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy."
"create_engine. Note: For absolute addresses, use '////' slashes after "
"'sqlite:'."

msgid "SSL Enabled/Disabled"
msgstr "SSL Enabled/Disabled"

Expand Down Expand Up @@ -1154,17 +1098,6 @@ msgstr ""
"Show SQLAlchemy pool-related debugging output in logs (sets DEBUG log level "
"output) if specified."

msgid ""
"Size of pool used by SQLAlchemy. This is the largest number of connections "
"that will be kept persistently in the pool. Can be set to 0 to indicate no "
"size limit. To disable pooling, use a NullPool with sql_pool_class instead. "
"Comment out to allow SQLAlchemy to select the default."
msgstr ""
"Size of pool used by SQLAlchemy. This is the largest number of connections "
"that will be kept persistently in the pool. Can be set to 0 to indicate no "
"size limit. To disable pooling, use a NullPool with sql_pool_class instead. "
"Comment out to allow SQLAlchemy to select the default."

msgid "Status: {status}, Reason: {reason}, Message: {message}"
msgstr "Status: {status}, Reason: {reason}, Message: {message}"

Expand Down
5 changes: 1 addition & 4 deletions barbican/locale/zh_CN/LC_MESSAGES/barbican.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: barbican VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2024-05-17 17:05+0000\n"
"POT-Creation-Date: 2024-06-17 15:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -404,9 +404,6 @@ msgstr "必须提供非空的{entity_name}"
msgid "Must supply {entity_name} with id=None (i.e. new entity)."
msgstr "必须提供id为None的{entity_name}(i.e. new entity)。"

msgid "No SQL connection configured"
msgstr "没有配置SQL连接"

msgid "No container found with container-ID {id}"
msgstr "未发现container-ID为{id}的容器"

Expand Down
114 changes: 112 additions & 2 deletions releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Barbican Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-17 17:04+0000\n"
"POT-Creation-Date: 2024-06-17 15:31+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-04-14 06:49+0000\n"
"PO-Revision-Date: 2024-07-10 12:13+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
Expand Down Expand Up @@ -63,9 +63,18 @@ msgstr "13.0.1"
msgid "14.0.0"
msgstr "14.0.0"

msgid "16.0.0-6"
msgstr "16.0.0-6"

msgid "17.0.0"
msgstr "17.0.0"

msgid "18.0.0"
msgstr "18.0.0"

msgid "18.0.0-15"
msgstr "18.0.0-15"

msgid "2.0.0"
msgstr "2.0.0"

Expand All @@ -75,6 +84,9 @@ msgstr "2023.1 Series Release Notes"
msgid "2023.2 Series Release Notes"
msgstr "2023.2 Series Release Notes"

msgid "2024.1 Series Release Notes"
msgstr "2024.1 Series Release Notes"

msgid "3.0.0"
msgstr "3.0.0"

Expand Down Expand Up @@ -468,6 +480,13 @@ msgstr ""
msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"

msgid ""
"Now Barbican uses oslo.db for database connection. The features implemented "
"in oslo.db can be now leveraged in Barbican."
msgstr ""
"Now Barbican uses oslo.db for database connection. The features implemented "
"in oslo.db can be now leveraged in Barbican."

msgid ""
"Now within a single deployment, multiple secret store plugin backends can be "
"configured and used. With this change, a project adminstrator can pre-define "
Expand Down Expand Up @@ -648,13 +667,23 @@ msgstr ""
"The Mitaka release includes a new API to add arbitrary user-defined metadata "
"to Secrets."

msgid "The ``token_label`` option in the PKCS#11 driver has been removed."
msgstr "The ``token_label`` option in the PKCS#11 driver has been removed."

msgid ""
"The barbican-api-paste.ini configuration file for the paste pipeline was "
"updated to add the http_proxy_to_wsgi middleware."
msgstr ""
"The barbican-api-paste.ini configuration file for the paste pipeline was "
"updated to add the http_proxy_to_wsgi middleware."

msgid ""
"The certificate plugin and the certificate event plugin were both removed, "
"because these were used for deprecated certificate resources."
msgstr ""
"The certificate plugin and the certificate event plugin were both removed, "
"because these were used for deprecated certificate resources."

msgid ""
"The current policy allows all users except those with the audit role to list "
"a secrets metadata keys and get the metadata values. The new desired policy "
Expand Down Expand Up @@ -738,6 +767,27 @@ msgstr ""
"oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html>`_ tool to "
"convert a JSON to YAML formatted policy file in backwards-compatible way."

msgid ""
"The deprecated certificate order resource was removed. Because of this, "
"create order API no longer accepts ``certificate`` type."
msgstr ""
"The deprecated certificate order resource was removed. Because of this, "
"create order API no longer accepts ``certificate`` type."

msgid ""
"The following database options in the ``[DEFAULT]`` section were renamed and "
"moved to the ``[database]`` section."
msgstr ""
"The following database options in the ``[DEFAULT]`` section were renamed and "
"moved to the ``[database]`` section."

msgid ""
"The following deprecated database options were effectively removed. Use the "
"equivalent oslo.db library options instead."
msgstr ""
"The following deprecated database options were effectively removed. Use the "
"equivalent oslo.db library options instead."

msgid ""
"The hsm subcommand for the barbican-manage command line tool no longer "
"requires any parameters at run time. If any value used by the PKCS#11 value "
Expand Down Expand Up @@ -887,6 +937,19 @@ msgstr ""
"This release notify that we will remove Certificate Orders and CAs from the "
"API."

msgid ""
"This release uses Secure RBAC by default (See: https://governance.openstack."
"org/tc/goals/selected/consistent-and-secure-rbac.html ) To opt out of this "
"change and continue using the legacy policies set "
"enforce_new_defaults=False and enforce_scope=False in the [oslo_policy] "
"section of barbican.conf."
msgstr ""
"This release uses Secure RBAC by default (See: https://governance.openstack."
"org/tc/goals/selected/consistent-and-secure-rbac.html ) To opt out of this "
"change and continue using the legacy policies set "
"enforce_new_defaults=False and enforce_scope=False in the [oslo_policy] "
"section of barbican.conf."

msgid ""
"This version adds support to the secret consumers and microversions "
"functionalities. The detailed secret consumers specification can be found "
Expand Down Expand Up @@ -1004,6 +1067,53 @@ msgstr ""
"``'P11CryptoPluginException: HSM returned response code: 0xc0L "
"CKR_SIGNATURE_INVALID'``"

msgid "``[DEFAULT] sql_connection``"
msgstr "``[DEFAULT] sql_connection``"

msgid "``[DEFAULT] sql_connection`` was renamed to ``[database] connection``"
msgstr "``[DEFAULT] sql_connection`` was renamed to ``[database] connection``"

msgid "``[DEFAULT] sql_idle_timeout``"
msgstr "``[DEFAULT] sql_idle_timeout``"

msgid ""
"``[DEFAULT] sql_idle_timeout`` was renamed to ``[database] "
"connection_recycle_time``"
msgstr ""
"``[DEFAULT] sql_idle_timeout`` was renamed to ``[database] "
"connection_recycle_time``"

msgid "``[DEFAULT] sql_max_retries``"
msgstr "``[DEFAULT] sql_max_retries``"

msgid "``[DEFAULT] sql_max_retries`` was renamed to ``[database] max_retries``"
msgstr ""
"``[DEFAULT] sql_max_retries`` was renamed to ``[database] max_retries``"

msgid "``[DEFAULT] sql_pool_max_overflow``"
msgstr "``[DEFAULT] sql_pool_max_overflow``"

msgid ""
"``[DEFAULT] sql_pool_max_overflow`` was renamed to ``[database] "
"max_overflow``"
msgstr ""
"``[DEFAULT] sql_pool_max_overflow`` was renamed to ``[database] "
"max_overflow``"

msgid "``[DEFAULT] sql_pool_size``"
msgstr "``[DEFAULT] sql_pool_size``"

msgid "``[DEFAULT] sql_pool_size`` was renamed to `[database] max_pool_size``"
msgstr "``[DEFAULT] sql_pool_size`` was renamed to `[database] max_pool_size``"

msgid "``[DEFAULT] sql_retry_interval``"
msgstr "``[DEFAULT] sql_retry_interval``"

msgid ""
"``[DEFAULT] sql_retry_interval`` was renamed to ``[database] retry_interval``"
msgstr ""
"``[DEFAULT] sql_retry_interval`` was renamed to ``[database] retry_interval``"

msgid "``python barbican/cmd/pkcs11_migrate_kek_signatures.py``"
msgstr "``python barbican/cmd/pkcs11_migrate_kek_signatures.py``"

Expand Down

0 comments on commit 474db4b

Please sign in to comment.