Imported Translations from Zanata

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

Change-Id: I4e4714bd26a38aa6dd3635b7b5a61b15e810fe14
This commit is contained in:
OpenStack Proposal Bot 2024-09-04 03:54:19 +00:00
parent da5e44908b
commit e01522cd4c

View File

@ -9,11 +9,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Ironic Release Notes\n" "Project-Id-Version: Ironic Release Notes\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-16 09:20+0000\n" "POT-Creation-Date: 2024-09-03 17:59+0000\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-07-18 10:20+0000\n" "PO-Revision-Date: 2024-09-01 01:13+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n" "Language-Team: English (United Kingdom)\n"
"Language: en_GB\n" "Language: en_GB\n"
@ -303,8 +303,8 @@ msgstr "21.4.0"
msgid "21.4.1" msgid "21.4.1"
msgstr "21.4.1" msgstr "21.4.1"
msgid "21.4.1-3" msgid "21.4.2"
msgstr "21.4.1-3" msgstr "21.4.2"
msgid "22.0.0" msgid "22.0.0"
msgstr "22.0.0" msgstr "22.0.0"
@ -327,6 +327,18 @@ msgstr "23.1.0"
msgid "24.0.0" msgid "24.0.0"
msgstr "24.0.0" msgstr "24.0.0"
msgid "24.1.0"
msgstr "24.1.0"
msgid "24.1.1-19"
msgstr "24.1.1-19"
msgid "25.0.0"
msgstr "25.0.0"
msgid "26.0.0"
msgstr "26.0.0"
msgid "4.0.0 First semver release" msgid "4.0.0 First semver release"
msgstr "4.0.0 First semver release" msgstr "4.0.0 First semver release"
@ -1704,6 +1716,13 @@ msgstr "Deprecated the 'parallel' option to periodic task decorator"
msgid "Deprecated the bash ramdisk" msgid "Deprecated the bash ramdisk"
msgstr "Deprecated the bash ramdisk" msgstr "Deprecated the bash ramdisk"
msgid ""
"Drivers implementing their own version of the vendor_passthru() method has "
"been deprecated in favour of the new @passthru decorator."
msgstr ""
"Drivers implementing their own version of the vendor_passthru() method has "
"been deprecated in favour of the new @passthru decorator."
msgid "" msgid ""
"Drivers may optionally add a new BootInterface. This is merely a refactoring " "Drivers may optionally add a new BootInterface. This is merely a refactoring "
"of the Driver API to support future improvements." "of the Driver API to support future improvements."
@ -1746,6 +1765,9 @@ msgstr "Image size is now checked before deployment with agent drivers"
msgid "Implemented a new Boot interface for drivers" msgid "Implemented a new Boot interface for drivers"
msgstr "Implemented a new Boot interface for drivers" msgstr "Implemented a new Boot interface for drivers"
msgid "Implemented a new RAID interface for drivers"
msgstr "Implemented a new RAID interface for drivers"
msgid "Import Japanese translations - our first major translation addition!" msgid "Import Japanese translations - our first major translation addition!"
msgstr "Import Japanese translations - our first major translation addition!" msgstr "Import Japanese translations - our first major translation addition!"
@ -1872,6 +1894,23 @@ msgstr ""
"is provided. When Ironic does this check, this config option may be set to " "is provided. When Ironic does this check, this config option may be set to "
"factor in the amount of RAM to reserve for running the agent." "factor in the amount of RAM to reserve for running the agent."
msgid ""
"The older bash ramdisk built by diskimage-builder is now deprecated and "
"support will be removed at the beginning of the \"N\" development cycle. "
"Users should migrate to a ramdisk running ironic-python-agent, which now "
"also supports the pxe_* drivers that the bash ramdisk was responsible for. "
"For more info on building an ironic-python-agent ramdisk, see: https://docs."
"openstack.org/developer/ironic/deploy/install-guide.html#building-or-"
"downloading-a-deploy-ramdisk-image"
msgstr ""
"The older bash ramdisk built by diskimage-builder is now deprecated and "
"support will be removed at the beginning of the \"N\" development cycle. "
"Users should migrate to a ramdisk running ironic-python-agent, which now "
"also supports the pxe_* drivers that the bash ramdisk was responsible for. "
"For more info on building an ironic-python-agent ramdisk, see: https://docs."
"openstack.org/developer/ironic/deploy/install-guide.html#building-or-"
"downloading-a-deploy-ramdisk-image"
msgid "" msgid ""
"This brings some bug fixes and small features on top of Ironic 4.0.0. Major " "This brings some bug fixes and small features on top of Ironic 4.0.0. Major "
"changes are listed below, and full release details are available on " "changes are listed below, and full release details are available on "
@ -1894,6 +1933,15 @@ msgstr ""
"server, while the DeployInterface is responsible for deploying a tenant " "server, while the DeployInterface is responsible for deploying a tenant "
"image to a server." "image to a server."
msgid ""
"This change enhances the driver interface for driver authors. Drivers may "
"begin implementing this interface to support RAID configuration for nodes. "
"This is not yet implemented for any in-tree drivers."
msgstr ""
"This change enhances the driver interface for driver authors. Drivers may "
"begin implementing this interface to support RAID configuration for nodes. "
"This is not yet implemented for any in-tree drivers."
msgid "" msgid ""
"This driver supports managing Cisco UCS C-series servers through the CIMC " "This driver supports managing Cisco UCS C-series servers through the CIMC "
"API, rather than IPMI. Documentation is available at: https://docs.openstack." "API, rather than IPMI. Documentation is available at: https://docs.openstack."
@ -1903,6 +1951,15 @@ msgstr ""
"API, rather than IPMI. Documentation is available at: https://docs.openstack." "API, rather than IPMI. Documentation is available at: https://docs.openstack."
"org/developer/ironic/drivers/cimc.html" "org/developer/ironic/drivers/cimc.html"
msgid ""
"This has been implemented in most in-tree drivers, and is a backwards-"
"compatible change for out-of-tree drivers. The following in-tree drivers "
"will be updated in a forth-coming release:"
msgstr ""
"This has been implemented in most in-tree drivers and is a backwards-"
"compatible change for out-of-tree drivers. The following in-tree drivers "
"will be updated in a forth-coming release:"
msgid "" msgid ""
"This is the first semver-versioned release of Ironic, created during the " "This is the first semver-versioned release of Ironic, created during the "
"OpenStack \"Liberty\" development cycle. It marks a pivot in our versioning " "OpenStack \"Liberty\" development cycle. It marks a pivot in our versioning "