From fb4f41e256422d351868336cb08706eb156ef5d0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 Apr 2024 04:51:10 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I72e2ceafef660101a1f3d158ea72ca9440cca980 --- .../en_GB/LC_MESSAGES/doc-configuration.po | 24 +++++- .../en_GB/LC_MESSAGES/doc-contributor.po | 50 ++++++++++++- .../locale/en_GB/LC_MESSAGES/doc-install.po | 16 +++- .../locale/en_GB/LC_MESSAGES/django.po | 74 ++++++++++++++++++- .../locale/en_GB/LC_MESSAGES/djangojs.po | 37 +++++++++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 56 +++++++++++++- 6 files changed, 242 insertions(+), 15 deletions(-) diff --git a/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po b/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po index 8d852aa92e..6ebf0edb11 100644 --- a/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po +++ b/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po @@ -4,15 +4,16 @@ # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata # Andi Chandler , 2023. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 23.4.0.dev3\n" +"Project-Id-Version: horizon 24.1.0.dev19\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-25 17:31+0000\n" +"POT-Creation-Date: 2024-04-09 17:43+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-09-09 10:45+0000\n" +"PO-Revision-Date: 2024-04-18 12:38+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -965,6 +966,17 @@ msgstr "DISALLOW_IFRAME_EMBED" msgid "DROPDOWN_MAX_ITEMS" msgstr "DROPDOWN_MAX_ITEMS" +msgid "" +"Decides whether the DHCP Agents column should be shown on the Admin Networks " +"panel. Retrieving data for that column takes time, and it may be advisable " +"to disable it on large deployments with a large number on networks to speed " +"up displaying of that view." +msgstr "" +"Decides whether the DHCP Agents column should be shown on the Admin Networks " +"panel. Retrieving data for that column takes time, and it may be advisable " +"to disable it on large deployments with a large number on networks to speed " +"up displaying of that view." + msgid "" "Default DNS servers you would like to use when a subnet is created. This is " "only a default. Users can still choose a different list of dns servers." @@ -989,6 +1001,9 @@ msgstr "" "as much as possible, and support for this is given preference over more " "exotic methods such as monkey patching and overrides files." +msgid "Default ``True``" +msgstr "Default ``True``" + msgid "Default ``['*']``" msgstr "Default ``['*']``" @@ -4734,6 +4749,9 @@ msgstr "physical_networks" msgid "segmentation_id_range" msgstr "segmentation_id_range" +msgid "show_agents_column" +msgstr "show_agents_column" + msgid "supported_provider_types" msgstr "supported_provider_types" diff --git a/doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po b/doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po index f9980d7144..8cd28627b4 100644 --- a/doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po +++ b/doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po @@ -4,15 +4,16 @@ # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata # Andi Chandler , 2023. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 23.4.1.dev25\n" +"Project-Id-Version: horizon 24.1.0.dev19\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-07 17:51+0000\n" +"POT-Creation-Date: 2024-04-09 17:43+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-09-09 10:45+0000\n" +"PO-Revision-Date: 2024-04-18 12:36+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -1073,6 +1074,9 @@ msgstr "Adding new SCSS" msgid "Adding the url" msgstr "Adding the URL" +msgid "Additional Features" +msgstr "Additional Features" + msgid "" "Additionally, the displaying of the table is handled by a reusable template, " "``horizon/common/_detail_table.html``. Some simple pagination code was added " @@ -1409,6 +1413,13 @@ msgstr "" msgid "An overview of testing" msgstr "An overview of testing" +msgid "" +"An up or down arrow indicator shows next to the column headers you chose to " +"sort by." +msgstr "" +"An up or down arrow indicator shows next to the column headers you chose to " +"sort by." + msgid "And in your ``sidebar.html`` you might have" msgstr "And in your ``sidebar.html`` you might have" @@ -2419,6 +2430,9 @@ msgstr "" "in requirements.txt. These dependencies may lead to failures that are not " "caught in the OpenStack gate." +msgid "Compound sorting" +msgstr "Compound sorting" + msgid "Conclusion" msgstr "Conclusion" @@ -4953,6 +4967,15 @@ msgstr "" "In our JS files, we should focus on logic rather than attempting to " "manipulate/style elements." +msgid "" +"In the Horizon dashboard, most tables that display lists of resources (such " +"as instances, volumes, images, etc.) support sorting by clicking on the " +"column headers." +msgstr "" +"In the Horizon dashboard, most tables that display lists of resources (such " +"as instances, volumes, images, etc.) support sorting by clicking on the " +"column headers." + msgid "" "In the Ocata release of Horizon a new \"OpenStack Profiler\" panel was " "introduced. Once it is enabled and all prerequisites are set up, you can see " @@ -7305,6 +7328,9 @@ msgstr "" "Runs pep8, which is a tool that checks Python code style. You can read more " "about pep8 at https://www.python.org/dev/peps/pep-0008/" +msgid "Runs the Python unit tests against Django 4.2." +msgstr "Runs the Python unit tests against Django 4.2." + msgid "" "Runs the Python unit tests against the current default version of Django " "with Python 3.7 environment. Check ``requirements.txt`` in horizon " @@ -7314,6 +7340,9 @@ msgstr "" "with Python 3.7 environment. Check ``requirements.txt`` in Horizon " "repository to know which version of Django is actually used." +msgid "Runs the Python unit tests with a Python 3.11 environment." +msgstr "Runs the Python unit tests with a Python 3.11 environment." + msgid "SCSS files" msgstr "SCSS files" @@ -10684,6 +10713,15 @@ msgstr "" "To do this, we must edit the ``tables.py`` file under the ``mypanel`` " "directory and add the following::" +msgid "" +"To enable compound sorting, you can hold down the Shift key while clicking " +"on additional column headers. This allows you to sort the table by multiple " +"columns in the order you click them." +msgstr "" +"To enable compound sorting, you can hold down the Shift key while clicking " +"on additional column headers. This allows you to sort the table by multiple " +"columns in the order you click them." + msgid "To enable the Developer dashboard with the Theme Preview panel:" msgstr "To enable the Developer dashboard with the Theme Preview panel:" @@ -12394,6 +12432,12 @@ msgstr "panel.py" msgid "pep8" msgstr "pep8" +msgid "py3-dj42" +msgstr "py3-dj42" + +msgid "py311" +msgstr "py311" + msgid "py37" msgstr "py37" diff --git a/doc/source/locale/en_GB/LC_MESSAGES/doc-install.po b/doc/source/locale/en_GB/LC_MESSAGES/doc-install.po index ec0acead86..d3f126a0ac 100644 --- a/doc/source/locale/en_GB/LC_MESSAGES/doc-install.po +++ b/doc/source/locale/en_GB/LC_MESSAGES/doc-install.po @@ -2,15 +2,16 @@ # Andi Chandler , 2019. #zanata # Andi Chandler , 2020. #zanata # Andi Chandler , 2022. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 23.4.1.dev25\n" +"Project-Id-Version: horizon 24.1.0.dev19\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-07 17:51+0000\n" +"POT-Creation-Date: 2024-04-09 17:43+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2022-05-25 09:09+0000\n" +"PO-Revision-Date: 2024-04-18 12:38+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -364,6 +365,9 @@ msgstr "" msgid "Deployment" msgstr "Deployment" +msgid "Django 4.2" +msgstr "Django 4.2" + msgid "Django support policy is documented at :ref:`django_support`." msgstr "Django support policy is documented at :ref:`django_support`." @@ -582,6 +586,9 @@ msgstr "" "certificate connection problems, point the server IP address to a domain " "name, and give users access." +msgid "Python 3.8 or 3.11" +msgstr "Python 3.8 or 3.11" + msgid "Python memcached module installed" msgstr "Python memcached module installed" @@ -647,6 +654,9 @@ msgstr "Static Assets" msgid "System Requirements" msgstr "System Requirements" +msgid "The Caracal release of horizon has the following dependencies." +msgstr "The Caracal release of Horizon has the following dependencies." + msgid "" "The ``systemctl restart`` command starts each service if not currently " "running." diff --git a/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po b/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po index 280d3e0961..3c9a70fbeb 100644 --- a/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po +++ b/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po @@ -10,15 +10,16 @@ # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata # Andi Chandler , 2023. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2024-03-20 15:32+0000\n" +"POT-Creation-Date: 2024-04-09 17:43+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-05-08 10:22+0000\n" +"PO-Revision-Date: 2024-04-18 12:38+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -4828,6 +4829,21 @@ msgstr "" "by a recipient project. This is equivalent to the openstack volume " "transfer create command." +msgid "PCPU Usage" +msgstr "PCPU Usage" + +msgid "PCPUs allocation ratio" +msgstr "PCPUs allocation ratio" + +msgid "PCPUs reserved" +msgstr "PCPUs reserved" + +msgid "PCPUs total" +msgstr "PCPUs total" + +msgid "PCPUs used" +msgstr "PCPUs used" + msgid "PLOOP - Virtuozzo/Parallels Loopback Disk" msgstr "PLOOP - Virtuozzo/Parallels Loopback Disk" @@ -5145,6 +5161,18 @@ msgstr "RAM (total)" msgid "RAM (used)" msgstr "RAM (used)" +msgid "RAM allocation ratio" +msgstr "RAM allocation ratio" + +msgid "RAM reserved" +msgstr "RAM reserved" + +msgid "RAM total" +msgstr "RAM total" + +msgid "RAM used" +msgstr "RAM used" + msgid "RBAC Policies" msgstr "RBAC Policies" @@ -5405,6 +5433,18 @@ msgctxt "Task status of an Instance" msgid "Resizing or Migrating" msgstr "Resizing or Migrating" +msgid "Resource Provider" +msgstr "Resource Provider" + +msgid "Resource Provider Name" +msgstr "Resource Provider Name" + +msgid "Resource Providers" +msgstr "Resource Providers" + +msgid "Resource Providers Summary" +msgstr "Resource Providers Summary" + msgid "Resource Types" msgstr "Resource Types" @@ -6207,6 +6247,18 @@ msgctxt "Current status of an Instance" msgid "Stopped" msgstr "Stopped" +msgid "Storage allocation ratio" +msgstr "Storage allocation ratio" + +msgid "Storage reserved" +msgstr "Storage reserved" + +msgid "Storage total" +msgstr "Storage total" + +msgid "Storage used" +msgstr "Storage used" + msgid "Submit" msgstr "Submit" @@ -7775,6 +7827,12 @@ msgstr "Unable to retrieve project quotas." msgid "Unable to retrieve protocol list." msgstr "Unable to retrieve protocol list." +msgid "Unable to retrieve providers information." +msgstr "Unable to retrieve providers information." + +msgid "Unable to retrieve providers statistics." +msgstr "Unable to retrieve providers statistics." + msgid "Unable to retrieve public images." msgstr "Unable to retrieve public images." @@ -8476,6 +8534,18 @@ msgstr "VCPU Usage" msgid "VCPUs" msgstr "VCPUs" +msgid "VCPUs allocation ratio" +msgstr "VCPUs allocation ratio" + +msgid "VCPUs reserved" +msgstr "VCPUs reserved" + +msgid "VCPUs total" +msgstr "VCPUs total" + +msgid "VCPUs used" +msgstr "VCPUs used" + msgid "VDI - Virtual Disk Image" msgstr "VDI - Virtual Disk Image" diff --git a/openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po b/openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po index 7daab94440..33002d2e84 100644 --- a/openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po +++ b/openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po @@ -8,15 +8,16 @@ # Andi Chandler , 2020. #zanata # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2023-11-20 22:25+0000\n" +"POT-Creation-Date: 2024-04-09 17:43+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-05 10:28+0000\n" +"PO-Revision-Date: 2024-04-18 12:37+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -26,6 +27,26 @@ msgstr "" msgid "#" msgstr "#" +#, python-format +msgid "" +"%(id)s - Bandwidth Limit - maxkbps: %(max_kbps)s, maxburstkbps: " +"%(max_burst_kb)s, %(direction)s" +msgstr "" +"%(id)s - Bandwidth Limit - maxkbps: %(max_kbps)s, maxburstkbps: " +"%(max_burst_kb)s, %(direction)s" + +#, python-format +msgid "%(id)s - DSCP Marking - dscpmark: %(dscp_mark)s" +msgstr "%(id)s - DSCP Marking - dscpmark: %(dscp_mark)s" + +#, python-format +msgid "%(id)s - Minimum Bandwidth - minkbps: %(min_kbps)s, %(direction)s" +msgstr "%(id)s - Minimum Bandwidth - minkbps: %(min_kbps)s, %(direction)s" + +#, python-format +msgid "%(id)s - Minimum Packet Rate - minkpps: %(min_kpps)s, %(direction)s" +msgstr "%(id)s - Minimum Packet Rate - minkpps: %(min_kpps)s, %(direction)s" + #, python-format msgid "%s (default)" msgstr "%s (default)" @@ -2847,6 +2868,18 @@ msgstr "" "The logical port also defines the MAC address and the IP address(es) to be " "assigned to the interfaces plugged into them." +msgid "" +"The maximum KBPS (kilobits per second) value.\n" +" If you specify this value, must be greater than 0 otherwise max_kbps " +"will have no value." +msgstr "" +"The maximum KBPS (kilobits per second) value.\n" +" If you specify this value, must be greater than 0 otherwise max_kbps " +"will have no value." + +msgid "The maximum burst size (in kilobits). Default is 0." +msgstr "The maximum burst size (in kilobits). Default is 0." + msgid "" "The maximum number of key-value pairs that can be supplied per instance is " "determined by the compute provider." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index b8b7a5596b..5b54aef612 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -6,15 +6,16 @@ # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata # Andi Chandler , 2023. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" "Project-Id-Version: horizon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-20 15:28+0000\n" +"POT-Creation-Date: 2024-04-09 17:38+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-09-09 10:40+0000\n" +"PO-Revision-Date: 2024-04-18 12:37+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -199,6 +200,12 @@ msgstr "20.1.2" msgid "2023.1 Series Release Notes" 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 "22.0.0" msgstr "22.0.0" @@ -211,9 +218,21 @@ msgstr "22.2.0" msgid "23.0.0" msgstr "23.0.0" +msgid "23.0.1" +msgstr "23.0.1" + msgid "23.1.0" msgstr "23.1.0" +msgid "23.3.0" +msgstr "23.3.0" + +msgid "23.4.0" +msgstr "23.4.0" + +msgid "24.0.0" +msgstr "24.0.0" + msgid "8.0.1" msgstr "8.0.1" @@ -487,6 +506,17 @@ msgstr "" "differs from the past behaviour, since it caused serious lags on large " "deployments." +msgid "" +"Add a new setting to the OPENSTACK_NEUTRON_NETWORK configuration, named " +"show_agents_column, that controls whether the DHCP Agents column should be " +"displayed in the network views. Disabling this may speed up display on large " +"deployments." +msgstr "" +"Add a new setting to the OPENSTACK_NEUTRON_NETWORK configuration, named " +"show_agents_column, that controls whether the DHCP Agents column should be " +"displayed in the network views. Disabling this may speed up display on large " +"deployments." + msgid "Add suport for Time-based One-time Passwords." msgstr "Add suport for Time-based One-time Passwords." @@ -1466,6 +1496,19 @@ msgstr "" msgid "Default Hypervisor Settings Changes" msgstr "Default Hypervisor Settings Changes" +msgid "" +"Default cache backend has been changed from MemcachedCache backend to " +"PyMemcacheCache backend. MemcachedCache backend was deprecated in django 3.2 " +"and was later removed in django 4.1. Note that the LOCATION option needs to " +"be updated in case memcached servers use IPv6, so that inet6 prefix is not " +"included." +msgstr "" +"Default cache backend has been changed from MemcachedCache backend to " +"PyMemcacheCache backend. MemcachedCache backend was deprecated in django 3.2 " +"and was later removed in django 4.1. Note that the LOCATION option needs to " +"be updated in case memcached servers use IPv6, so that inet6 prefix is not " +"included." + msgid "Deleting large numbers of resources simultaneously" msgstr "Deleting large numbers of resources simultaneously" @@ -1563,6 +1606,15 @@ msgstr "" "experimental. Considering Django 2.2 EOL, Django 3.2 will be the default " "Django version in the Yoga release." +msgid "" +"Django 3.2 support was dropped. Django 3.2 ends its extended support in " +"April 2024. Considering this horizon dropped Django 3.2 support and uses " +"Django 4.2 as default." +msgstr "" +"Django 3.2 support was dropped. Django 3.2 ends its extended support in " +"April 2024. Considering this horizon dropped Django 3.2 support and uses " +"Django 4.2 as default." + msgid "Django versions 1.4 - 1.6 are now supported by Horizon." msgstr "Django versions 1.4 - 1.6 are now supported by Horizon."