api-site/api-quick-start/source/locale/id/LC_MESSAGES/api-quick-start.po

694 lines
27 KiB
Plaintext

# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# suhartono <cloudsuhartono@gmail.com>, 2016. #zanata
# suhartono <cloudsuhartono@gmail.com>, 2017. #zanata
# suhartono <cloudsuhartono@gmail.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: OpenStack API Documentation 2013.2.1.dev4222\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-12 10:30+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-01-18 03:03+0000\n"
"Last-Translator: suhartono <cloudsuhartono@gmail.com>\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Generator: Zanata 4.3.3\n"
"Language-Team: Indonesian\n"
msgid "**OpenStack Python Software Development Kit (SDK)**"
msgstr "** OpenStack Python Software Development Kit (SDK) **"
msgid "**OpenStack command-line client**"
msgstr "** OpenStack command-line klien**"
msgid "**REST clients**"
msgstr "**REST klien**"
msgid "**cURL**"
msgstr "**cURL**"
msgid "*Project Domain* (optional)"
msgstr "*Project Domain* (optional)"
msgid "*Project ID* (optional)"
msgstr "*Project ID* (opsional)"
msgid "*Project Name* (optional)"
msgstr "*Project Name* (opsional)"
msgid "*User Domain* (required)"
msgstr "*User Domain* (wajib)"
msgid ""
"A command-line tool that lets you send HTTP requests and receive responses. "
"See the section called :ref:`openstack_API_quick_guide`."
msgstr ""
"Sebuah alat command-line yang memungkinkan Anda mengirim permintaan HTTP dan "
"menerima tanggapan. Lihat bagian yang disebut :ref:"
"`openstack_API_quick_guide`."
msgid "API quick-start examples"
msgstr "API quick-start contoh"
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 ""
"Setelah Anda mengotentikasi melalui Identity, Anda dapat menggunakan "
"OpenStack API lain untuk membuat dan mengelola sumber daya di awan OpenStack "
"Anda. Anda dapat memulai instance dari image dan menetapkan metadata untuk "
"instance melalui Compute API atau ** openstack ** command-line klien."
msgid "Authenticate"
msgstr "Autentikasi"
msgid "Authentication and API request workflow"
msgstr "Alur kerja otentikasi dan permintaan API "
msgid ""
"Before you can issue client commands, you must download and source the "
"``openrc`` file to set environment variables."
msgstr ""
"Sebelum Anda dapat mengeluarkan command klien, Anda harus men-download dan "
"mendapatkan sumber file ''openrc`` untuk mengatur variabel lingkungan."
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 ""
"Kedua Mozilla dan Google menyediakan antarmuka grafis berbasis browser untuk "
"REST. Untuk Firefox, lihat `RESTClient <https://addons.mozilla.org/en-US/"
"firefox/addon/restclient/>` __. Untuk Chrome, lihat `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 project of your cloud. Ask your cloud "
"administrator for your user name, password, and project so that you can "
"generate authentication tokens. Alternatively, you can supply a token rather "
"than a user name and password."
msgstr ""
"Kredensial biasanya merupakan kombinasi antara nama pengguna dan kata sandi "
"Anda, dan secara opsional, nama atau ID proyek awan Anda. Mintalah "
"administrator awan Anda untuk nama pengguna, kata sandi, dan proyek Anda "
"sehingga Anda dapat menghasilkan token otentikasi. Sebagai alternatif, Anda "
"dapat menyediakan token daripada nama pengguna dan kata sandi."
msgid "Current API versions"
msgstr "Versi API saat ini"
msgid "Deprecated API versions"
msgstr "Versi API usang (deprecated)"
msgid "Description"
msgstr "Deskripsi"
msgid ""
"Export the $OS_PROJECT_ID from the token call, and then use the Compute API "
"to list images:"
msgstr ""
"Ekspor $OS_PROJECT_ID dari panggilan tanda, dan kemudian menggunakan Compute "
"API untuk daftar image:"
msgid ""
"Export the $OS_PROJECT_ID from the token call, and then use the Compute API "
"to list servers:"
msgstr ""
"Ekspor $OS_PROJECT_ID dari panggilan tanda, dan kemudian menggunakan Compute "
"API untuk daftar server:"
msgid ""
"Export the project name to the ``OS_PROJECT_NAME`` environment variable. For "
"example:"
msgstr ""
"Ekspor nama proyek ke variabel lingkungan ``OS_PROJECT_NAME``. Sebagai "
"contoh:"
msgid ""
"Export the token ID to the ``OS_TOKEN`` environment variable. For example:"
msgstr "Ekspor token ID ke variabel lingkungan \"OS_TOKEN``. Sebagai contoh:"
msgid ""
"First, export your project name to the ``OS_PROJECT_NAME`` environment "
"variable, your project domain name to the ``OS_PROJECT_DOMAIN_NAME`` "
"environment variable, your user name to the ``OS_USERNAME`` environment "
"variable, your password to the ``OS_PASSWORD`` environment variable and your "
"user domain name to the ``OS_USER_DOMAIN_NAME`` environment variable."
msgstr ""
"Pertama, ekspor nama proyek Anda ke variabel lingkungan ``OS_PROJECT_NAME`, "
"nama domain proyek Anda ke variabel lingkungan ``OS_PROJECT_DOMAIN_NAME``, "
"nama pengguna Anda ke variabel lingkungan ``OS_USERNAME``, kata sandi Anda "
"ke variabel lingkungan``OS_PASSWORD `` dan nama domain pengguna Anda ke "
"variabel lingkungan ``OS_USER_DOMAIN_NAME``."
msgid ""
"For complete information about the OpenStack clients, including how to "
"source the ``openrc`` file, see `OpenStack End User Guide <https://docs."
"openstack.org/user-guide/>`__, `OpenStack Administrator Guide <https://docs."
"openstack.org/admin-guide/>`__, and `OpenStack Command-Line Interface "
"Reference <https://docs.openstack.org/cli-reference/>`__."
msgstr ""
"Untuk informasi lengkap tentang klien OpenStack, termasuk cara mencari file "
"``openrc``, lihat `OpenStack End User Guide <https://docs.openstack.org/user-"
"guide/>`__, `OpenStack Administrator Guide <https://docs.openstack.org/admin-"
"guide/>`__, dan `OpenStack Command-Line Interface Reference <https://docs."
"openstack.org/cli-reference/>`__."
msgid "For example, install the ``openstack`` client:"
msgstr "Contoh install ``openstack`` klien:"
msgid ""
"For information about the command-line clients, see `OpenStack Command-Line "
"Interface Reference <https://docs.openstack.org/cli-reference/>`__."
msgstr ""
"Untuk informasi tentang klien command-line, lihat `OpenStack Command-Line "
"Interface Reference <https://docs.openstack.org/cli-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 ""
"Untuk pekerjaan scripting dan permintaan sederhana, Anda dapat menggunakan "
"command-line klien seperti \"openstack-client`` klien. Klien ini "
"memungkinkan Anda untuk menggunakan Identity, Compute, Block Storage, dan "
"Object Storage API melalui interface command-line. Juga, setiap proyek "
"OpenStack memiliki proyek klien terkait yang meliputi Python API bindings "
"dan interface command-line (CLI)."
msgid "If the Unauthorized (401) error occurs, request another token."
msgstr "Jika terjadi kesalahan Unauthorized (401), mintalah token lain."
msgid ""
"If the request succeeds, it returns the ``Created (201)`` response code "
"along with the token as a value in the ``X-Subject-Token`` response header. "
"The header is followed by a response body that has an object of type "
"``token`` which has the token expiration date and time in the form ``"
"\"expires_at\":\"datetime\"`` along with other attributes."
msgstr ""
"Jika permintaan berhasil, ia mengembalikan kode tanggapan ``Created (201)`` "
"beserta token sebagai nilai pada header tanggapan ``X-Subject-Token``. "
"Header diikuti oleh body respon yang memiliki objek tipe ``token`` yang "
"memiliki tanggal kedaluwarsa token dan waktu dalam bentuk ``\"expires_at\":"
"\"datetime\"`` beserta atribut lainnya."
msgid ""
"In a typical OpenStack deployment that runs Identity, you can specify your "
"project name, and user name and password credentials to authenticate."
msgstr ""
"Dalam pengerahan OpenStack tipikal yang menjalankan Identity, Anda dapat "
"menentukan nama proyek Anda, dan nama pengguna dan kredensial kata sandi "
"untuk diautentikasi."
msgid ""
"In the above request, the query string ``nocatalog`` is used as you just "
"want to get a token and do not want the service catalog (if it is available "
"for the user) cluttering the output. If a user wants to get the service "
"catalog, this query string need not be appended to the URL."
msgstr ""
"Dalam permintaan di atas, string kueri ``nocatalog`` digunakan karena Anda "
"hanya ingin mendapatkan token dan tidak menginginkan katalog layanan (jika "
"tersedia untuk pengguna) mengacaukan hasilnya. Jika pengguna ingin "
"mendapatkan katalog layanan, string kueri ini tidak perlu ditambahkan ke URL."
msgid "Install or update a client package:"
msgstr "Menginstal atau memperbarui paket klien:"
msgid "Install the clients"
msgstr "Menginstal klien"
msgid "Launch an instance"
msgstr "Meluncurkan instance"
msgid "OpenStack API Documentation"
msgstr "Dokumentasi API OpenStack"
msgid "OpenStack APIs"
msgstr "OpenStack API"
msgid "OpenStack command-line clients"
msgstr "OpenStack command-line klien"
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 ""
"Minta token otentikasi dari endpoint Identity dimana administrator cloud "
"memberi Anda. Kirim 'payload of credential' dalam permintaan seperti yang "
"ditunjukkan pada :ref: `authenticate`. Jika permintaan berhasil, server akan "
"mengembalikan token otentikasi."
msgid "Send API requests"
msgstr "Kirim permintaan API"
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 ""
"Kirim permintaan API dan masukan token di ``header X-Auth-Token``. Terus "
"kirim permintaan API dengan token itu sampai layanan menyelesaikan "
"permintaan itu atau terjadi kesalahan Unauthorized (401)."
msgid "Supported API versions"
msgstr "Versi API didukung"
msgid ""
"The Block Storage API v3 is functionally identical to the Block Storage API "
"v2. Subsequent API v3 microversions, such as v3.1, differ from API v2."
msgstr ""
"Blok Storage API v3 secara fungsional identik dengan Blok Storage API v2. "
"Selanjutnya API microversions v3, seperti v3.1, berbeda dari API v2."
msgid "The Domain of the project. This is a required part of the scope object."
msgstr "Domain proyek. Ini adalah bagian yang dibutuhkan dari objek lingkup."
msgid "The Domain of the user."
msgstr "Domain pengguna."
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 ""
"Proyek OpenStack memberikan command-line klien yang memungkinkan Anda untuk "
"mengakses API melalui command easy-to-use. Lihat bagian yang disebut :ref:"
"`client-intro`."
msgid ""
"The Shared File Systems API v1 is functionally identical to the Shared File "
"Systems API v2. Subsequent API v2 microversions, such as v2.1, differ from "
"API v1."
msgstr ""
"Shared File Systems API v1secara fungsional identik dengan Shared File "
"Systems API v2. API v2 microversions selanjutnya, seperti v2.1, berbeda "
"dari API v1."
msgid ""
"The example below uses an endpoint from an installation of Ocata by "
"following the installation guide. However, you can also use ``$OS_AUTH_URL`` "
"as an environment variable as needed to change the URL."
msgstr ""
"Contoh di bawah ini menggunakan endpoint dari instalasi Ocata dengan "
"mengikuti panduan instalasi. Namun, Anda juga dapat menggunakan ``"
"$OS_AUTH_URL`` sebagai variabel lingkungan yang diperlukan untuk mengubah "
"URL."
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 :ref:"
"`current_api_versions`."
msgstr ""
"Contoh di bagian ini menggunakan perintah cURL. Untuk informasi tentang "
"cURL, lihat http://curl.haxx.se/. Untuk informasi tentang API OpenStack, "
"lihat :ref: `current_api_versions`."
msgid "The following example shows a successful response:"
msgstr "Contoh berikut menunjukkan respon yang sukses:"
msgid "The password for the user."
msgstr "Password untuk user."
msgid "The payload of credentials to authenticate contains these parameters:"
msgstr "'Payload of credential' untuk mengotentikasi berisi parameter ini:"
msgid ""
"The project ID. Both the *project ID* and *Project Name* are optional. But "
"one of them is required along with the *Project Domain*. They are wrapped "
"under a scope object. If you do not know the project name or ID, send a "
"request without any scope object."
msgstr ""
"ID proyek *project ID* dan *Project Name* bersifat opsional. Tapi salah "
"satunya diperlukan bersamaan dengan *Project Domain *. Mereka terbungkus "
"dalam lingkup objek. Jika Anda tidak mengetahui nama proyek atau ID, "
"kirimkan sebuah permintaan tanpa objek lingkup apapun."
msgid ""
"The project name. Both the *Project ID* and *Project Name* are optional."
msgstr "Nama proyek. *Project ID* dan *Project Name* bersifat opsional."
msgid ""
"The token expires every hour by default, though it can be configured "
"differently - see the ``expiration`` option in the ``Description of token "
"configuration options`` section of the `Identity Service Configuration "
"<https://docs.openstack.org/newton/config-reference/identity/options."
"html#keystone-token>`__ page."
msgstr ""
"Token kedaluwarsa setiap jam secara default, meskipun dapat dikonfigurasi "
"secara berbeda - lihat ``expiration`` option in the ``Description of token "
"configuration options`` bagian dari halaman `Identity Service Configuration "
"<https://docs.openstack.org/newton/config-reference/identity/options."
"html#keystone-token>`__."
msgid ""
"The user name. If you do not provide a user name and password, you must "
"provide a token."
msgstr ""
"Username. Jika Anda tidak memberikan username dan password, Anda harus "
"memberikan token."
msgid "Then, run this cURL command to request a token:"
msgstr "Kemudian, jalankan command cURL ini untuk meminta token:"
msgid ""
"Then, use the Compute API to list flavors, substituting the Compute API "
"endpoint with one containing your project ID below:"
msgstr ""
"Kemudian, gunakan API Compute untuk daftar flavor, menggantikan Compute API "
"endpoint dengan satu berisi ID proyek Anda di bawah ini:"
msgid ""
"This section shows how to make some basic Compute API calls. For a complete "
"list of Compute API calls, see `Compute API <https://developer.openstack.org/"
"api-ref/compute/>`__."
msgstr ""
"Bagian ini menunjukkan bagaimana membuat beberapa panggilan Compute API "
"dasar. Untuk daftar lengkap panggilan Compute API, lihat `Compute API "
"<https://developer.openstack.org/api-ref/compute/>`__."
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 ""
"Untuk otentikasi akses ke layanan OpenStack, Anda harus terlebih dahulu "
"mengirim permintaan otentikasi dengan 'payload of credential' ke OpenStack "
"Identity untuk mendapatkan token otentikasi."
msgid "To begin sending API requests, use one of the following methods:"
msgstr ""
"Untuk mulai mengirim permintaan API, gunakan salah satu metode berikut:"
msgid "To launch an instance, note the IDs of your desired image and flavor."
msgstr ""
"Untuk memulai sebuah instance, perhatikan ID image yang Anda inginkan dan "
"flavor."
msgid ""
"To launch instances, you must choose a name, an image, and a flavor for your "
"instance."
msgstr ""
"Untuk meluncurkan instance, Anda harus memilih nama, image, dan flavor untuk "
"instance Anda."
msgid ""
"To launch the ``my_instance`` instance, run the ``openstack server create`` "
"command with the image and flavor IDs and the server name:"
msgstr ""
"Untuk meluncurkan instance ``my_instance``, jalankan command ``OpenStack "
"server create`` dengan image dan flavor ID dan nama server:"
msgid ""
"To list available images, call the Compute API through the ``openstack`` "
"client:"
msgstr ""
"Untuk melihat daftar image yang tersedia, panggil API Compute melalui "
"``openstack`` klien:"
msgid "To list flavors, run this command:"
msgstr "Untuk melihat daftar flavor, jalankan command ini:"
msgid "To remove the ``openstack`` client, run this command:"
msgstr "Untuk menghapus ``openstack`` klien, jalankan command ini:"
msgid "To update the ``openstack`` client, run this command:"
msgstr "Untuk memperbarui ``openstack`` klien, jalankan command ini:"
msgid "Type"
msgstr "Tipe"
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 ""
"Gunakan ``pip`` untuk menginstal OpenStack klien pada sistem Mac OS X atau "
"Linux. Sangat mudah dan pastikan bahwa Anda mendapatkan versi terbaru dari "
"klien dari `Python Package Index <http://pypi.python.org/pypi>` __. Juga, "
"``pip`` memungkinkan Anda memperbarui atau menghapus sebuah paket."
msgid ""
"Use the OpenStack APIs to launch server instances, create images, assign "
"metadata to instances and images, create storage containers and objects, and "
"complete other actions in your OpenStack cloud."
msgstr ""
"Gunakan OpenStack API untuk meluncurkan server instance, membuat image, "
"menetapkan metadata untuk instance dan image, membuat kontainer penyimpanan "
"dan objek, dan lengkap tindakan lainnya di cloud OpenStack Anda."
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 <https://docs.openstack.org/user-guide/sdk.html>`__ in "
"the *OpenStack End User Guide*."
msgstr ""
"Gunakan SDK ini untuk menulis skrip otomasi Python yang membuat dan "
"mengelola sumber daya di awan OpenStack Anda. SDK menerapkan binding Python "
"ke API OpenStack, yang memungkinkan Anda untuk melakukan tugas otomasi "
"dengan Python dengan melakukan panggilan pada objek Python daripada membuat "
"panggilan REST secara langsung. Semua alat command-line OpenStack "
"diimplementasikan dengan menggunakan SDK Python. Lihat `OpenStack Python SDK "
"<https://docs.openstack.org/user-guide/sdk.html>` __ di *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 ""
"Ketika Anda mengirim permintaan API, Anda memasukan token di ``header X-Auth-"
"Token``. Jika Anda mengakses beberapa layanan OpenStack, Anda harus "
"mendapatkan token untuk setiap layanan. Token berlaku untuk waktu yang "
"terbatas sebelum kadaluarsa. Token juga dapat menjadi tidak valid karena "
"alasan lain. Misalnya, jika peran user berubah, token yang ada milik user "
"tidak valid lagi."
msgid "Where *PROJECT* is the project name."
msgstr "Dimana *PROJECT* adalah nama proyek."
msgid ""
"With the `TryStack <http://www.trystack.org/>`__ OpenStack installation, "
"these services work together in the background of the installation, and many "
"of these examples work on TryStack."
msgstr ""
"Dengan OpenStack installation `TryStack <http://www.trystack.org/>`__ , "
"layanan ini bekerja sama dalam latar belakang instalasi, dan banyak dari "
"contoh ini bekerja pada TryStack."
msgid ""
"You must install the client for each project separately, but the ``python-"
"openstackclient`` covers multiple projects."
msgstr ""
"Anda harus menginstal klien untuk setiap proyek secara terpisah, tetapi "
"``python-openstackclient`` dapat mencakup beberapa proyek."
msgid ""
"`Application Catalog API v1 <https://developer.openstack.org/api-ref/"
"application-catalog/v1/>`__"
msgstr ""
"`Application Catalog API v1 <https://developer.openstack.org/api-ref/"
"application-catalog/v1/>`__"
msgid ""
"`Application Container Service API <https://developer.openstack.org/api-ref/"
"application-container/>`__ (microversions)"
msgstr ""
"`Application Container Service API <https://developer.openstack.org/api-ref/"
"application-container/>`__ (microversions)"
msgid "`Backup API v1 <https://developer.openstack.org/api-ref/backup/v1/>`__"
msgstr "`Backup API v1 <https://developer.openstack.org/api-ref/backup/v1/>`__"
msgid ""
"`Bare Metal API v1 <https://developer.openstack.org/api-ref/baremetal/>`__ "
"(microversions)"
msgstr ""
"`Bare Metal API v1 <https://developer.openstack.org/api-ref/baremetal/>`__ "
"(microversions)"
msgid ""
"`Block Storage API v2 <https://developer.openstack.org/api-ref/block-storage/"
"v2/>`__"
msgstr ""
"`Block Storage API v2 <https://developer.openstack.org/api-ref/block-storage/"
"v2/>`__"
msgid ""
"`Block Storage API v3 <https://developer.openstack.org/api-ref/block-storage/"
"v3/>`__ (microversions)"
msgstr ""
"`Block Storage API v3 <https://developer.openstack.org/api-ref/block-storage/"
"v3/>`__ (microversions)"
msgid ""
"`Clustering API v1 <https://developer.openstack.org/api-ref/clustering/>`__"
msgstr ""
"`Clustering API v1 <https://developer.openstack.org/api-ref/clustering/>`__"
msgid ""
"`Compute API <https://developer.openstack.org/api-ref/compute/>`__ "
"(microversions)"
msgstr ""
"`Compute API <https://developer.openstack.org/api-ref/compute/>`__ "
"(microversions)"
msgid ""
"`Container Infrastructure Management API <https://developer.openstack.org/"
"api-ref/container-infrastructure-management/>`__ (microversions)"
msgstr ""
"`Container Infrastructure Management API <https://developer.openstack.org/"
"api-ref/container-infrastructure-management/>`__ (microversions)"
msgid ""
"`Data Processing v1.1 <https://developer.openstack.org/api-ref/data-"
"processing/>`__"
msgstr ""
"`Data Processing v1.1 <https://developer.openstack.org/api-ref/data-"
"processing/>`__"
msgid ""
"`Data Protection Orchestration v1 <https://developer.openstack.org/api-ref/"
"data-protection-orchestration/>`__"
msgstr ""
"`Data Protection Orchestration v1 <https://developer.openstack.org/api-ref/"
"data-protection-orchestration/>`__"
msgid ""
"`Database Service API v1.0 <https://developer.openstack.org/api-ref/database/"
">`__"
msgstr ""
"`Database Service API v1.0 <https://developer.openstack.org/api-ref/database/"
">`__"
msgid ""
"`Domain Name Server (DNS) API v2 <https://developer.openstack.org/api-ref/"
"dns/>`__"
msgstr ""
"`Domain Name Server (DNS) API v2 <https://developer.openstack.org/api-ref/"
"dns/>`__"
msgid "`EC2 API Service <https://developer.openstack.org/api-ref/ec2-api/>`__"
msgstr "`EC2 API Service <https://developer.openstack.org/api-ref/ec2-api/>`__"
msgid ""
"`Identity API v2.0 <https://developer.openstack.org/api-ref/identity/v2>`__"
msgstr ""
"`Identity API v2.0 <https://developer.openstack.org/api-ref/identity/v2>`__"
msgid ""
"`Identity API v2.0 extensions <https://developer.openstack.org/api-ref/"
"identity/v2-ext>`__"
msgstr ""
"`Identity API v2.0 extensions <https://developer.openstack.org/api-ref/"
"identity/v2-ext>`__"
msgid ""
"`Identity API v3 <https://developer.openstack.org/api-ref/identity/v3>`__"
msgstr ""
"`Identity API v3 <https://developer.openstack.org/api-ref/identity/v3>`__"
msgid ""
"`Identity API v3 extensions <https://developer.openstack.org/api-ref/"
"identity/v3-ext>`__"
msgstr ""
"`Identity API v3 extensions <https://developer.openstack.org/api-ref/"
"identity/v3-ext>`__"
msgid ""
"`Identity admin API v2.0 <https://developer.openstack.org/api-ref/identity/"
"v2-admin>`__"
msgstr ""
"`Identity admin API v2.0 <https://developer.openstack.org/api-ref/identity/"
"v2-admin>`__"
msgid ""
"`Image service API v1 <https://developer.openstack.org/api-ref/image/v1>`__"
msgstr ""
"`Image service API v1 <https://developer.openstack.org/api-ref/image/v1>`__"
msgid ""
"`Image service API v2 <https://developer.openstack.org/api-ref/image/v2>`__"
msgstr ""
"`Image service API v2 <https://developer.openstack.org/api-ref/image/v2>`__"
msgid ""
"`Load Balancer API v2 <https://developer.openstack.org/api-ref/load-balancer/"
"v2>`__"
msgstr ""
"`Load Balancer API v2 <https://developer.openstack.org/api-ref/load-balancer/"
"v2>`__"
msgid "`Messaging API v2 <https://developer.openstack.org/api-ref/message>`__"
msgstr "`Messaging API v2 <https://developer.openstack.org/api-ref/message>`__"
msgid ""
"`NFV Orchestration API v1.0 <https://developer.openstack.org/api-ref/nfv-"
"orchestration/v1/>`__"
msgstr ""
"`NFV Orchestration API v1.0 <https://developer.openstack.org/api-ref/nfv-"
"orchestration/v1/>`__"
msgid ""
"`Networking API v2.0 <https://developer.openstack.org/api-ref/network/v2>`__"
msgstr ""
"`Networking API v2.0 <https://developer.openstack.org/api-ref/network/v2>`__"
msgid ""
"`Object Storage API v1 <https://developer.openstack.org/api-ref/object-"
"store>`__"
msgstr ""
"`Object Storage API v1 <https://developer.openstack.org/api-ref/object-"
"store>`__"
msgid ""
"`Orchestration API v1 <https://developer.openstack.org/api-ref/orchestration/"
"v1/>`__"
msgstr ""
"`Orchestration API v1 <https://developer.openstack.org/api-ref/orchestration/"
"v1/>`__"
msgid ""
"`Placement API <https://developer.openstack.org/api-ref/placement/>`__ "
"(microversions)"
msgstr ""
"`Placement API <https://developer.openstack.org/api-ref/placement/>`__ "
"(microversions)"
msgid "`Search API v1 <https://developer.openstack.org/api-ref/search>`__"
msgstr "`Search API v1 <https://developer.openstack.org/api-ref/search>`__"
msgid ""
"`Shared File Systems API v2 <https://developer.openstack.org/api-ref/shared-"
"file-system>`__ (microversions)"
msgstr ""
"`Shared File Systems API v2 <https://developer.openstack.org/api-ref/shared-"
"file-system>`__ (microversions)"
msgid "password (required)"
msgstr "password (wajib)"
msgid "string"
msgstr "string"
msgid "username (required)"
msgstr "username (wajib)"