diff --git a/api-quick-start/source/locale/id/LC_MESSAGES/api-quick-start.po b/api-quick-start/source/locale/id/LC_MESSAGES/api-quick-start.po index 1c87e2d0a..7b024bbb5 100644 --- a/api-quick-start/source/locale/id/LC_MESSAGES/api-quick-start.po +++ b/api-quick-start/source/locale/id/LC_MESSAGES/api-quick-start.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: Openstack-API-Documentation 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-03 17:01+0000\n" +"POT-Creation-Date: 2017-08-09 13:27+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-01-17 02:11+0000\n" +"PO-Revision-Date: 2017-08-23 05:23+0000\n" "Last-Translator: suhartono \n" "Language: id\n" "Plural-Forms: nplurals=1; plural=0\n" @@ -28,6 +28,18 @@ 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`." @@ -74,6 +86,19 @@ msgstr "" "firefox/addon/restclient/>` __. Untuk Chrome, lihat `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" @@ -123,13 +148,64 @@ 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 `__, `OpenStack Administrator Guide `__, and `OpenStack Command-Line Interface " +"Reference `__." +msgstr "" +"Untuk informasi lengkap tentang klien OpenStack, termasuk cara mencari file " +"``openrc``, lihat `OpenStack End User Guide `__, `OpenStack Administrator Guide `__, dan `OpenStack Command-Line Interface 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 `__." +msgstr "" +"Untuk informasi tentang klien command-line, lihat `OpenStack Command-Line " +"Interface Reference `__." + +msgid "" +"For information about the default ports that the OpenStack components use, " +"see `Firewalls and default ports `_ in the *OpenStack Configuration " +"Reference*." +msgstr "" +"Untuk informasi tentang port default yang digunakan komponen OpenStack, " +"lihat `Firewalls and default ports `_ di *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 " @@ -147,6 +223,38 @@ msgstr "" 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:" @@ -156,6 +264,17 @@ msgstr "Menginstal klien" msgid "Launch an instance" msgstr "Meluncurkan instance" +msgid "" +"Microversions indicates that the API follows a `pattern established by the " +"Compute service `__ to enable small, documented changes to the API on a " +"resource-by-resource basis." +msgstr "" +"Microversions menunjukkan bahwa API mengikuti pola `pattern established by " +"the Compute service `__ untuk mengaktifkan perubahan kecil dan terdokumentasi " +"ke API pada resource-by-resource basis." + msgid "OpenStack API Documentation" msgstr "Dokumentasi API OpenStack" @@ -213,6 +332,12 @@ 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:" @@ -231,6 +356,25 @@ msgstr "" "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:" @@ -240,6 +384,34 @@ 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 " +"`__ 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 " +"`__." + msgid "" "The user name. If you do not provide a user name and password, you must " "provide a token." @@ -257,6 +429,15 @@ 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 `__." +msgstr "" +"Bagian ini menunjukkan bagaimana membuat beberapa panggilan Compute API " +"dasar. Untuk daftar lengkap panggilan Compute API, lihat `Compute API " +"`__." + msgid "" "To authenticate access to OpenStack services, you must first issue an " "authentication request with a payload of credentials to OpenStack Identity " @@ -328,6 +509,24 @@ msgstr "" "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 `__ 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 " +"` __ 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 " @@ -361,6 +560,178 @@ msgstr "" "Anda harus menginstal klien untuk setiap proyek secara terpisah, tetapi " "``python-openstackclient`` dapat mencakup beberapa proyek." +msgid "" +"`Application Catalog API v1 `__" +msgstr "" +"`Application Catalog API v1 `__" + +msgid "`Backup API v1 `__" +msgstr "`Backup API v1 `__" + +msgid "" +"`Bare Metal API v1 `__ " +"(microversions)" +msgstr "" +"`Bare Metal API v1 `__ " +"(microversions)" + +msgid "" +"`Block Storage API v2 `__" +msgstr "" +"`Block Storage API v2 `__" + +msgid "" +"`Block Storage API v3 `__ (microversions)" +msgstr "" +"`Block Storage API v3 `__ (microversions)" + +msgid "" +"`Clustering API v1 `__" +msgstr "" +"`Clustering API v1 `__" + +msgid "" +"`Compute API `__ " +"(microversions)" +msgstr "" +"`Compute API `__ " +"(microversions)" + +msgid "" +"`Container Infrastructure Management API `__ (microversions)" +msgstr "" +"`Container Infrastructure Management API `__ (microversions)" + +msgid "" +"`Data Processing v1.1 `__" +msgstr "" +"`Data Processing v1.1 `__" + +msgid "" +"`Data Protection Orchestration v1 `__" +msgstr "" +"`Data Protection Orchestration v1 `__" + +msgid "" +"`Database Service API v1.0 `__" +msgstr "" +"`Database Service API v1.0 `__" + +msgid "" +"`Domain Name Server (DNS) API v2 `__" +msgstr "" +"`Domain Name Server (DNS) API v2 `__" + +msgid "`EC2 API Service `__" +msgstr "`EC2 API Service `__" + +msgid "" +"`Identity API v2.0 `__" +msgstr "" +"`Identity API v2.0 `__" + +msgid "" +"`Identity API v2.0 extensions `__" +msgstr "" +"`Identity API v2.0 extensions `__" + +msgid "" +"`Identity API v3 `__" +msgstr "" +"`Identity API v3 `__" + +msgid "" +"`Identity API v3 extensions `__" +msgstr "" +"`Identity API v3 extensions `__" + +msgid "" +"`Identity admin API v2.0 `__" +msgstr "" +"`Identity admin API v2.0 `__" + +msgid "" +"`Image service API v1 `__" +msgstr "" +"`Image service API v1 `__" + +msgid "" +"`Image service API v2 `__" +msgstr "" +"`Image service API v2 `__" + +msgid "" +"`Load Balancer API v2 `__" +msgstr "" +"`Load Balancer API v2 `__" + +msgid "" +"`Messaging API v2 `__" +msgstr "" +"`Messaging API v2 `__" + +msgid "" +"`NFV Orchestration API v1.0 `__" +msgstr "" +"`NFV Orchestration API v1.0 `__" + +msgid "" +"`Networking API v2.0 `__" +msgstr "" +"`Networking API v2.0 `__" + +msgid "" +"`Object Storage API v1 `__" +msgstr "" +"`Object Storage API v1 `__" + +msgid "" +"`Orchestration API v1 `__" +msgstr "" +"`Orchestration API v1 `__" + +msgid "`Search API v1 `__" +msgstr "`Search API v1 `__" + +msgid "" +"`Shared File Systems API v2 `__ (microversions)" +msgstr "" +"`Shared File Systems API v2 `__ (microversions)" + msgid "password (required)" msgstr "password (wajib)"