api-site/api-quick-start/source/locale/en_GB/LC_MESSAGES/api-quick-start.po
OpenStack Proposal Bot 831477ce23 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ib4b1876ce83e880cc78c57a9a9f75ed92c7fa3d0
2016-11-11 07:59:30 +00:00

386 lines
16 KiB
Plaintext

# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# Andi Chandler <andi@gowling.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: Openstack-API-Documentation 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-10 21:59+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-06-09 10:47+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Generator: Zanata 3.7.3\n"
"Language-Team: English (United Kingdom)\n"
msgid "**OpenStack Python Software Development Kit (SDK)**"
msgstr "**OpenStack Python Software Development Kit (SDK)**"
msgid "**OpenStack command-line client**"
msgstr "**OpenStack command-line client**"
msgid "**REST clients**"
msgstr "**REST clients**"
msgid "**cURL**"
msgstr "**cURL**"
msgid "*tenantId* (Optional)"
msgstr "*tenantId* (Optional)"
msgid "*tenantName* (Optional)"
msgstr "*tenantName* (Optional)"
msgid ""
"A command-line tool that lets you send HTTP requests and receive responses. "
"See the section called :ref:`openstack_API_quick_guide`."
msgstr ""
"A command-line tool that lets you send HTTP requests and receive responses. "
"See the section called :ref:`openstack_API_quick_guide`."
msgid ""
"A token. If you do not provide a token, you must provide a user name and "
"password."
msgstr ""
"A token. If you do not provide a token, you must provide a user name and "
"password."
msgid ""
"After you authenticate through Identity, you can use the other OpenStack "
"APIs to create and manage resources in your OpenStack cloud. You can launch "
"instances from images and assign metadata to instances through the Compute "
"API or the **openstack** command-line client."
msgstr ""
"After you authenticate through Identity, you can use the other OpenStack "
"APIs to create and manage resources in your OpenStack cloud. You can launch "
"instances from images and assign metadata to instances through the Compute "
"API or the **openstack** command-line client."
msgid "Authenticate"
msgstr "Authenticate"
msgid "Authentication and API request workflow"
msgstr "Authentication and API request workflow"
msgid ""
"Before you can issue client commands, you must download and source the "
"``openrc`` file to set environment variables."
msgstr ""
"Before you can issue client commands, you must download and source the "
"``openrc`` file to set environment variables."
msgid ""
"Both Mozilla and Google provide browser-based graphical interfaces for REST. "
"For Firefox, see `RESTClient <https://addons.mozilla.org/en-US/firefox/addon/"
"restclient/>`__. For Chrome, see `rest-client <http://code.google.com/p/rest-"
"client/>`__."
msgstr ""
"Both Mozilla and Google provide browser-based graphical interfaces for REST. "
"For Firefox, see `RESTClient <https://addons.mozilla.org/en-US/firefox/addon/"
"restclient/>`__. For Chrome, see `rest-client <http://code.google.com/p/rest-"
"client/>`__."
msgid ""
"Credentials are usually a combination of your user name and password, and "
"optionally, the name or ID of the tenant where your cloud runs. Ask your "
"cloud administrator for your user name, password, and tenant so that you can "
"generate authentication tokens. Alternatively, you can supply a token rather "
"than a user name and password."
msgstr ""
"Credentials are usually a combination of your user name and password, and "
"optionally, the name or ID of the tenant where your cloud runs. Ask your "
"cloud administrator for your user name, password, and tenant so that you can "
"generate authentication tokens. Alternatively, you can supply a token rather "
"than a user name and password."
msgid "Description"
msgstr "Description"
msgid ""
"Export the token ID to the ``OS_TOKEN`` environment variable. For example:"
msgstr ""
"Export the token ID to the ``OS_TOKEN`` environment variable. For example:"
msgid ""
"For complete information about the OpenStack clients, including how to "
"source the ``openrc`` file, see `OpenStack End User Guide <http://docs."
"openstack.org/user-guide/>`__, `OpenStack Administrator Guide <http://docs."
"openstack.org/admin-guide/>`__, and `OpenStack Command-Line Interface "
"Reference <http://docs.openstack.org/cli-reference/>`__."
msgstr ""
"For complete information about the OpenStack clients, including how to "
"source the ``openrc`` file, see `OpenStack End User Guide <http://docs."
"openstack.org/user-guide/>`__, `OpenStack Administrator Guide <http://docs."
"openstack.org/admin-guide/>`__, and `OpenStack Command-Line Interface "
"Reference <http://docs.openstack.org/cli-reference/>`__."
msgid "For example, install the ``openstack`` client:"
msgstr "For example, install the ``openstack`` client:"
msgid ""
"For information about the command-line clients, see `OpenStack Command-Line "
"Interface Reference <http://docs.openstack.org/cli-reference/>`__."
msgstr ""
"For information about the command-line clients, see `OpenStack Command-Line "
"Interface Reference <http://docs.openstack.org/cli-reference/>`__."
msgid ""
"For information about the default ports that the OpenStack components use, "
"see `Firewalls and default ports <http://docs.openstack.org/liberty/ config-"
"reference/content/firewalls-default-ports.html>`_ in the *OpenStack "
"Configuration Reference*."
msgstr ""
"For information about the default ports that the OpenStack components use, "
"see `Firewalls and default ports <http://docs.openstack.org/liberty/ config-"
"reference/content/firewalls-default-ports.html>`_ in the *OpenStack "
"Configuration Reference*."
msgid ""
"For scripting work and simple requests, you can use a command-line client "
"like the ``openstack-client`` client. This client enables you to use the "
"Identity, Compute, Block Storage, and Object Storage APIs through a command-"
"line interface. Also, each OpenStack project has a related client project "
"that includes Python API bindings and a command-line interface (CLI)."
msgstr ""
"For scripting work and simple requests, you can use a command-line client "
"like the ``openstack-client`` client. This client enables you to use the "
"Identity, Compute, Block Storage, and Object Storage APIs through a command-"
"line interface. Also, each OpenStack project has a related client project "
"that includes Python API bindings and a command-line interface (CLI)."
msgid "If the Unauthorized (401) error occurs, request another token."
msgstr "If the Unauthorised (401) error occurs, request another token."
msgid ""
"If the request succeeds, it returns the ``OK (200)`` response code followed "
"by a response body that contains a token in the form ``\"id\":\"token\"`` "
"and an expiration date and time in the form ``\"expires\":\"datetime\"``."
msgstr ""
"If the request succeeds, it returns the ``OK (200)`` response code followed "
"by a response body that contains a token in the form ``\"id\":\"token\"`` "
"and an expiration date and time in the form ``\"expires\":\"datetime\"``."
msgid ""
"If you do not know the tenant name or ID, send a request with \"\" for the "
"tenant name or ID. The response returns the tenant name or ID."
msgstr ""
"If you do not know the tenant name or ID, send a request with \"\" for the "
"tenant name or ID. The response returns the tenant name or ID."
msgid ""
"In a typical OpenStack deployment that runs Identity, you can specify your "
"tenant name, and user name and password credentials to authenticate."
msgstr ""
"In a typical OpenStack deployment that runs Identity, you can specify your "
"tenant name, and user name and password credentials to authenticate."
msgid "Install or update a client package:"
msgstr "Install or update a client package:"
msgid "Install the clients"
msgstr "Install the clients"
msgid "Launch an instance"
msgstr "Launch an instance"
msgid "OpenStack APIs"
msgstr "OpenStack APIs"
msgid "OpenStack command-line clients"
msgstr "OpenStack command-line clients"
msgid "Parameter"
msgstr "Parameter"
msgid ""
"Request an authentication token from the Identity endpoint that your cloud "
"administrator gave you. Send a payload of credentials in the request as "
"shown in :ref:`authenticate`. If the request succeeds, the server returns an "
"authentication token."
msgstr ""
"Request an authentication token from the Identity endpoint that your cloud "
"administrator gave you. Send a payload of credentials in the request as "
"shown in :ref:`authenticate`. If the request succeeds, the server returns an "
"authentication token."
msgid "Send API requests"
msgstr "Send API requests"
msgid ""
"Send API requests and include the token in the ``X-Auth-Token`` header. "
"Continue to send API requests with that token until the service completes "
"the request or the Unauthorized (401) error occurs."
msgstr ""
"Send API requests and include the token in the ``X-Auth-Token`` header. "
"Continue to send API requests with that token until the service completes "
"the request or the Unauthorised (401) error occurs."
msgid ""
"The OpenStack project provides a command-line client that enables you to "
"access APIs through easy-to-use commands. See the section called :ref:"
"`client-intro`."
msgstr ""
"The OpenStack project provides a command-line client that enables you to "
"access APIs through easy-to-use commands. See the section called :ref:"
"`client-intro`."
msgid ""
"The examples in this section use cURL commands. For information about cURL, "
"see http://curl.haxx.se/. For information about the OpenStack APIs, see "
"`OpenStack API Reference <http://developer.openstack.org/api-ref.html>`__."
msgstr ""
"The examples in this section use cURL commands. For information about cURL, "
"see http://curl.haxx.se/. For information about the OpenStack APIs, see "
"`OpenStack API Reference <http://developer.openstack.org/api-ref.html>`__."
msgid "The following example shows a successful response:"
msgstr "The following example shows a successful response:"
msgid "The password for the user."
msgstr "The password for the user."
msgid "The payload of credentials to authenticate contains these parameters:"
msgstr "The payload of credentials to authenticate contains these parameters:"
msgid ""
"The tenant ID. Both the *tenantId* and *tenantName* are optional and "
"mutually exclusive. If you specify both attributes, the server returns the "
"Bad Request (400) response code. If you do not know the tenant name or ID, "
"send a request with \"\" for the tenant name or ID. The response returns the "
"tenant name or ID."
msgstr ""
"The tenant ID. Both the *tenantId* and *tenantName* are optional and "
"mutually exclusive. If you specify both attributes, the server returns the "
"Bad Request (400) response code. If you do not know the tenant name or ID, "
"send a request with \"\" for the tenant name or ID. The response returns the "
"tenant name or ID."
msgid ""
"The tenant name. Both the *tenantId* and *tenantName* are optional and "
"mutually exclusive. If you specify both attributes, the server returns the "
"Bad Request (400) response code."
msgstr ""
"The tenant name. Both the *tenantId* and *tenantName* are optional and "
"mutually exclusive. If you specify both attributes, the server returns the "
"Bad Request (400) response code."
msgid ""
"The user name. If you do not provide a user name and password, you must "
"provide a token."
msgstr ""
"The user name. If you do not provide a user name and password, you must "
"provide a token."
msgid "Then, run this cURL command to request a token:"
msgstr "Then, run this cURL command to request a token:"
msgid ""
"To authenticate access to OpenStack services, you must first issue an "
"authentication request with a payload of credentials to OpenStack Identity "
"to get an authentication token."
msgstr ""
"To authenticate access to OpenStack services, you must first issue an "
"authentication request with a payload of credentials to OpenStack Identity "
"to get an authentication token."
msgid "To begin sending API requests, use one of the following methods:"
msgstr "To begin sending API requests, use one of the following methods:"
msgid "To launch an instance, note the IDs of your desired image and flavor."
msgstr "To launch an instance, note the IDs of your desired image and flavour."
msgid ""
"To launch instances, you must choose a name, an image, and a flavor for your "
"instance."
msgstr ""
"To launch instances, you must choose a name, an image, and a flavour for "
"your instance."
msgid ""
"To launch the ``my_instance`` instance, run the ``openstack server create`` "
"command with the image and flavor IDs and the server name:"
msgstr ""
"To launch the ``my_instance`` instance, run the ``openstack server create`` "
"command with the image and flavour IDs and the server name:"
msgid ""
"To list available images, call the Compute API through the ``openstack`` "
"client:"
msgstr ""
"To list available images, call the Compute API through the ``openstack`` "
"client:"
msgid "To list flavors, run this command:"
msgstr "To list flavours, run this command:"
msgid "To remove the ``openstack`` client, run this command:"
msgstr "To remove the ``openstack`` client, run this command:"
msgid "To update the ``openstack`` client, run this command:"
msgstr "To update the ``openstack`` client, run this command:"
msgid "Type"
msgstr "Type"
msgid ""
"Use ``pip`` to install the OpenStack clients on a Mac OS X or Linux system. "
"It is easy and ensures that you get the latest version of the client from "
"the `Python Package Index <http://pypi.python.org/pypi>`__. Also, ``pip`` "
"lets you update or remove a package."
msgstr ""
"Use ``pip`` to install the OpenStack clients on a Mac OS X or Linux system. "
"It is easy and ensures that you get the latest version of the client from "
"the `Python Package Index <http://pypi.python.org/pypi>`__. Also, ``pip`` "
"lets you update or remove a package."
msgid ""
"Use this SDK to write Python automation scripts that create and manage "
"resources in your OpenStack cloud. The SDK implements Python bindings to the "
"OpenStack API, which enables you to perform automation tasks in Python by "
"making calls on Python objects rather than making REST calls directly. All "
"OpenStack command-line tools are implemented by using the Python SDK. See "
"`OpenStack Python SDK <http://docs.openstack.org/user-guide/sdk.html>`__ in "
"the *OpenStack End User Guide*."
msgstr ""
"Use this SDK to write Python automation scripts that create and manage "
"resources in your OpenStack cloud. The SDK implements Python bindings to the "
"OpenStack API, which enables you to perform automation tasks in Python by "
"making calls on Python objects rather than making REST calls directly. All "
"OpenStack command-line tools are implemented by using the Python SDK. See "
"`OpenStack Python SDK <http://docs.openstack.org/user-guide/sdk.html>`__ in "
"the *OpenStack End User Guide*."
msgid ""
"When you send API requests, you include the token in the ``X-Auth-Token`` "
"header. If you access multiple OpenStack services, you must get a token for "
"each service. A token is valid for a limited time before it expires. A token "
"can also become invalid for other reasons. For example, if the roles for a "
"user change, existing tokens for that user are no longer valid."
msgstr ""
"When you send API requests, you include the token in the ``X-Auth-Token`` "
"header. If you access multiple OpenStack services, you must get a token for "
"each service. A token is valid for a limited time before it expires. A token "
"can also become invalid for other reasons. For example, if the roles for a "
"user change, existing tokens for that user are no longer valid."
msgid "Where *PROJECT* is the project name."
msgstr "Where *PROJECT* is the project name."
msgid ""
"You must install the client for each project separately, but the ``python-"
"openstackclient`` covers multiple projects."
msgstr ""
"You must install the client for each project separately, but the ``python-"
"openstackclient`` covers multiple projects."
msgid "password (required)"
msgstr "password (required)"
msgid "token (Optional)"
msgstr "token (Optional)"
msgid "username (required)"
msgstr "username (required)"