Imported Translations from Zanata

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

Change-Id: Ia52ccd6b38bd5a2e58926e4b7ffeb31f69157fdf
This commit is contained in:
OpenStack Proposal Bot 2019-01-27 08:25:03 +00:00
parent 48a60ad524
commit 9a0dfeb753
4 changed files with 2274 additions and 7 deletions

View File

@ -2,13 +2,13 @@
# Andi Chandler <andi@gowling.com>, 2019. #zanata
msgid ""
msgstr ""
"Project-Id-Version: horizon 15.0.0.0b2.dev243\n"
"Project-Id-Version: horizon 15.0.0.0b2.dev282\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-15 12:25-0600\n"
"POT-Creation-Date: 2019-01-25 02:42-0600\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-01-15 12:20+0000\n"
"PO-Revision-Date: 2019-01-26 03:32+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -306,6 +306,20 @@ msgstr ""
"identity is ``\"publicURL\"`` . The default value for the identity service "
"is ``\"internalURL\"``."
msgid ""
"A template name for a custom user's ``clouds.yaml`` file. ``None`` means the "
"default template for ``clouds.yaml`` is used."
msgstr ""
"A template name for a custom user's ``clouds.yaml`` file. ``None`` means the "
"default template for ``clouds.yaml`` is used."
msgid ""
"A template name for a custom user's ``openrc`` file. ``None`` means the "
"default template for ``openrc`` is used."
msgstr ""
"A template name for a custom user's ``openrc`` file. ``None`` means the "
"default template for ``openrc`` is used."
msgid ""
"A time margin in seconds to subtract from the real token's validity. An "
"example use case is that the token can be valid once the middleware passed, "
@ -343,6 +357,9 @@ msgstr ""
msgid "ADD_INSTALLED_APPS"
msgstr "ADD_INSTALLED_APPS"
msgid "ADD_TEMPLATE_DIRS"
msgstr "ADD_TEMPLATE_DIRS"
msgid "ADD_TEMPLATE_LOADERS"
msgstr "ADD_TEMPLATE_LOADERS"
@ -1223,6 +1240,12 @@ msgstr "Example: ``['local', 'flat', 'gre']``"
msgid "Example: ``['normal', 'direct']``"
msgstr "Example: ``['normal', 'direct']``"
msgid "Example:: ``my-clouds.yaml.template``"
msgstr "Example:: ``my-clouds.yaml.template``"
msgid "Example:: ``my-openrc.sh.template``"
msgstr "Example:: ``my-openrc.sh.template``"
msgid "Examples"
msgstr "Examples"
@ -1631,6 +1654,24 @@ msgstr "If set, it will update the default panel of the ``PANEL_DASHBOARD``."
msgid "If set, the name of the `vendor profile`_ from `os-client-config`_."
msgstr "If set, the name of the `vendor profile`_ from `os-client-config`_."
msgid ""
"If the default template is not suitable for your deployment, for example, if "
"your deployment uses saml2, openid and so on for authentication, the default "
"``openrc`` would not be sufficient. You can provide your own clouds.yaml by "
"specifying this setting."
msgstr ""
"If the default template is not suitable for your deployment, for example, if "
"your deployment uses SAML2, OpenID and so on for authentication, the default "
"``openrc`` would not be sufficient. You can provide your own clouds.yaml by "
"specifying this setting."
msgid ""
"If the default template is not suitable for your deployment, you can provide "
"your own clouds.yaml by specifying this setting."
msgstr ""
"If the default template is not suitable for your deployment, you can provide "
"your own clouds.yaml by specifying this setting."
msgid ""
"If the dict key-value is True, when the view loads, an empty table will be "
"rendered and the user will be asked to provide a search criteria first (in "
@ -2011,12 +2052,18 @@ msgstr ""
"action. To avoid this, horizon retrieves IP address info from Neutron when "
"retrieving a list of servers from Nova."
msgid "OPENRC_CUSTOM_TEMPLATE"
msgstr "OPENRC_CUSTOM_TEMPLATE"
msgid "OPENSTACK_API_VERSIONS"
msgstr "OPENSTACK_API_VERSIONS"
msgid "OPENSTACK_CINDER_FEATURES"
msgstr "OPENSTACK_CINDER_FEATURES"
msgid "OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE"
msgstr "OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE"
msgid "OPENSTACK_CLOUDS_YAML_NAME"
msgstr "OPENSTACK_CLOUDS_YAML_NAME"
@ -2495,6 +2542,15 @@ msgstr "Tabs"
msgid "Tabs_"
msgstr "Tabs_"
msgid ""
"Template directories defined here will be added to ``DIRS`` option of Django "
"``TEMPLATES`` setting. It is useful when you would like to load deployment-"
"specific templates."
msgstr ""
"Template directories defined here will be added to ``DIRS`` option of Django "
"``TEMPLATES`` setting. It is useful when you would like to load deployment-"
"specific templates."
msgid ""
"Template loaders defined here will be loaded at the end of "
"`TEMPLATE_LOADERS`_, after the `CACHED_TEMPLATE_LOADERS`_ and will never "
@ -2683,6 +2739,40 @@ msgstr ""
"key of the dictionary is a full URL of a Keystone endpoint with version "
"suffix, the value is a region name."
msgid ""
"The default template is defined as `clouds.yaml.template <http://git."
"openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/"
"project/api_access/templates/api_access/clouds.yaml.template>`__ and "
"available context parameters are found in ``_get_openrc_credentials()`` and "
"``download_clouds_yaml_file()`` functions in `openstack_dashboard/dashboards/"
"project/api_access/views.py <http://git.openstack.org/cgit/openstack/horizon/"
"tree/openstack_dashboard/dashboards/project/api_access/views.py>`__."
msgstr ""
"The default template is defined as `clouds.yaml.template <http://git."
"openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/"
"project/api_access/templates/api_access/clouds.yaml.template>`__ and "
"available context parameters are found in ``_get_openrc_credentials()`` and "
"``download_clouds_yaml_file()`` functions in `openstack_dashboard/dashboards/"
"project/api_access/views.py <http://git.openstack.org/cgit/openstack/horizon/"
"tree/openstack_dashboard/dashboards/project/api_access/views.py>`__."
msgid ""
"The default template is defined as `openrc.sh.template <http://git.openstack."
"org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/"
"api_access/templates/api_access/openrc.sh.template>`__ and available context "
"parameters are found in ``_get_openrc_credentials()`` and "
"``download_rc_file()`` functions in `openstack_dashboard/dashboards/project/"
"api_access/views.py <http://git.openstack.org/cgit/openstack/horizon/tree/"
"openstack_dashboard/dashboards/project/api_access/views.py>`__."
msgstr ""
"The default template is defined as `openrc.sh.template <http://git.openstack."
"org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/"
"api_access/templates/api_access/openrc.sh.template>`__ and available context "
"parameters are found in ``_get_openrc_credentials()`` and "
"``download_rc_file()`` functions in `openstack_dashboard/dashboards/project/"
"api_access/views.py <http://git.openstack.org/cgit/openstack/horizon/tree/"
"openstack_dashboard/dashboards/project/api_access/views.py>`__."
msgid "The default value for this setting has been changed to ``False``"
msgstr "The default value for this setting has been changed to ``False``"
@ -3890,6 +3980,24 @@ msgstr ""
"You should also define `OPENSTACK_KEYSTONE_URL`_ to indicate which of the "
"regions is the default one."
msgid ""
"Your template needs to be placed in the search paths of Django templates. "
"Check ``TEMPLATES[0]['DIRS']``. You may need to specify somewhere your "
"template exist to ``DIRS`` in ``TEMPLATES`` setting."
msgstr ""
"Your template needs to be placed in the search paths of Django templates. "
"Check ``TEMPLATES[0]['DIRS']``. You may need to specify somewhere your "
"template exist to ``DIRS`` in ``TEMPLATES`` setting."
msgid ""
"Your template needs to be placed in the search paths of Django templates. "
"You may need to configure `ADD_TEMPLATE_DIRS`_ setting to contain a path "
"where your template exists."
msgstr ""
"Your template needs to be placed in the search paths of Django templates. "
"You may need to configure `ADD_TEMPLATE_DIRS`_ setting to contain a path "
"where your template exists."
msgid "Your theme's ``auth/_login_form.html``::"
msgstr "Your theme's ``auth/_login_form.html``::"
@ -3984,6 +4092,14 @@ msgstr ""
"style, bug URL and theme configuration, as well as settings that affect "
"every service, such as page sizes on API requests."
msgid "`OPENRC_CUSTOM_TEMPLATE`_ to provide a custom ``openrc``."
msgstr "`OPENRC_CUSTOM_TEMPLATE`_ to provide a custom ``openrc``."
msgid ""
"`OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE`_ to provide a custom ``clouds.yaml``."
msgstr ""
"`OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE`_ to provide a custom ``clouds.yaml``."
msgid ""
"`PROJECT_TABLE_EXTRA_INFO`_ for the equivalent setting on the Projects table"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,11 @@ msgid ""
msgstr ""
"Project-Id-Version: horizon VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2019-01-15 18:25+0000\n"
"POT-Creation-Date: 2019-01-25 08:42+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-01-15 12:20+0000\n"
"PO-Revision-Date: 2019-01-26 03:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -6080,6 +6080,9 @@ msgstr "Specify an IP address for the interface created (e.g. 192.168.0.254)."
msgid "Specify an image to upload to the Image Service."
msgstr "Specify an image to upload to the Image Service."
msgid "Specify network address"
msgstr "Specify network address"
msgid "Specify the MAC address for the new port"
msgstr "Specify the MAC address for the new port"
@ -7127,6 +7130,10 @@ msgstr "Unable to create snapshot. Consistency group must contain volumes."
msgid "Unable to create snapshot. group must contain volumes."
msgstr "Unable to create snapshot. group must contain volumes."
#, python-format
msgid "Unable to create snapshot: %s"
msgstr "Unable to create snapshot: %s"
msgid "Unable to create snapshots due to exceeding snapshot quota limit."
msgstr "Unable to create snapshots due to exceeding snapshot quota limit."

View File

@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: horizon\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-15 18:24+0000\n"
"POT-Creation-Date: 2019-01-25 08:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-01-15 12:19+0000\n"
"PO-Revision-Date: 2019-01-26 03:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -99,6 +99,9 @@ msgstr "14.0.2"
msgid "15.0.0.0b1"
msgstr "15.0.0.0b1"
msgid "15.0.0.0b1-157"
msgstr "15.0.0.0b1-157"
msgid "8.0.1"
msgstr "8.0.1"
@ -1157,6 +1160,19 @@ msgstr ""
"with the the cached loader. See https://docs.djangoproject.com/en/1.8/howto/"
"custom-template-tags/#template-tag-thread-safety"
msgid ""
"Custom templates for ``clouds.yaml`` and ``openrc`` files can be configured "
"now via ``OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE`` and "
"``OPENRC_CUSTOM_TEMPLATE`` settings. For more detail, see the `Settings "
"Reference <https://docs.openstack.org/horizon/latest/configuration/settings."
"html>`__."
msgstr ""
"Custom templates for ``clouds.yaml`` and ``openrc`` files can be configured "
"now via ``OPENSTACK_CLOUDS_YAML_CUSTOM_TEMPLATE`` and "
"``OPENRC_CUSTOM_TEMPLATE`` settings. For more detail, see the `Settings "
"Reference <https://docs.openstack.org/horizon/latest/configuration/settings."
"html>`__."
msgid ""
"DEFAULT_SERVICE_REGIONS can now take '*' as a key which serves either as a "
"fallback service region, or the default region if no other keys are set."
@ -5426,6 +5442,13 @@ msgstr ""
"Password, Confirm Password and Admin password. Also, button adding project "
"for selection of Primary Project is not implemented."
msgid ""
"``ADD_TEMPLATE_DIRS`` setting is also added so that operators can place "
"custom templates for ``clouds.yaml`` at deployment-specific paths."
msgstr ""
"``ADD_TEMPLATE_DIRS`` setting is also added so that operators can place "
"custom templates for ``clouds.yaml`` at deployment-specific paths."
msgid ""
"``CUSTOM_THEME_PATH`` and ``DEFAULT_THEME_PATH`` (both deprecated in "
"Mitaka): Use AVAILABLE_THEMES instead."