From d92c7ab930109abf427b2287bfbbf2b10a3b6636 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 20 Dec 2018 08:40:08 +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: I08dfad1a335f0bbb4e178fbbbdd6252367444b1b --- .../id/LC_MESSAGES/doc-configuration.po | 1061 ++++++++++++++++- .../locale/id/LC_MESSAGES/doc-install.po | 66 +- .../locale/fr/LC_MESSAGES/django.po | 59 +- .../locale/fr/LC_MESSAGES/djangojs.po | 139 ++- .../locale/id/LC_MESSAGES/releasenotes.po | 7 +- 5 files changed, 1320 insertions(+), 12 deletions(-) diff --git a/doc/source/locale/id/LC_MESSAGES/doc-configuration.po b/doc/source/locale/id/LC_MESSAGES/doc-configuration.po index 1b44c86272..4f3a65a71a 100644 --- a/doc/source/locale/id/LC_MESSAGES/doc-configuration.po +++ b/doc/source/locale/id/LC_MESSAGES/doc-configuration.po @@ -1,13 +1,13 @@ # suhartono , 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 15.0.0.0b2.dev122\n" +"Project-Id-Version: horizon 15.0.0.0b2.dev133\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-12 15:48-0600\n" +"POT-Creation-Date: 2018-12-19 04:03-0600\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-09-13 04:17+0000\n" +"PO-Revision-Date: 2018-12-19 12:04+0000\n" "Last-Translator: suhartono \n" "Language-Team: Indonesian\n" "Language: id\n" @@ -32,6 +32,20 @@ msgstr "8.0.0 (Liberty)" msgid "9.0.0 (Mitaka)" msgstr "9.0.0 (Mitaka)" +msgid "A configuration with a single theme::" +msgstr "Konfigurasi dengan satu tema ::" + +msgid "" +"A custom theme directory can be organized differently, depending on the " +"level of customization that is desired, as it can include static files as " +"well as Django templates. It can include special subdirectories that will " +"be used differently: ``static``, ``templates`` and ``img``." +msgstr "" +"Direktori tema khusus dapat diatur secara berbeda, tergantung pada tingkat " +"kustomisasi yang diinginkan, karena dapat menyertakan file statis serta " +"template Django. Ini dapat mencakup subdirektori khusus yang akan digunakan " +"secara berbeda: ``static``, ``templates`` dan ``img``." + msgid "" "A dictionary containing a regular expression which will be used for password " "validation and help text which will be displayed if the password does not " @@ -58,6 +72,13 @@ msgstr "" "Kamus yang berisi pengaturan yang dapat digunakan untuk mengidentifikasi " "kemampuan backend auth untuk Keystone." +msgid "" +"A dictionary containing settings which can be used to identify the " +"capabilities of the hypervisor for Nova." +msgstr "" +"Kamus yang berisi pengaturan yang dapat digunakan untuk mengidentifikasi " +"kemampuan hypervisor untuk Nova." + msgid "" "A dictionary of currently available AngularJS features. This allows simple " "toggling of legacy or rewritten features, such as new panels, workflows etc." @@ -91,6 +112,15 @@ msgstr "" "yang disediakan oleh cinder. Saat ini hanya layanan cadangan (backup) yang " "tersedia." +msgid "" +"A dictionary of settings which can be used to provide the default values for " +"properties found in the Launch Instance modal. An explanation of each " +"setting is provided below." +msgstr "" +"Kamus pengaturan yang dapat digunakan untuk memberikan nilai default untuk " +"properti yang ditemukan di Launch Instance modal. Penjelasan tentang setiap " +"pengaturan disediakan di bawah ini." + msgid "" "A dictionary of some Horizon configuration values. These are primarily " "separated for historic design reasons." @@ -134,6 +164,15 @@ msgstr "" "Daftar modul AngularJS yang akan dimuat saat bootstraps Angular. Modul-modul " "ini ditambahkan sebagai dependensi pada aplikasi Horizon root ``horizon``." +msgid "" +"A list of Django applications to be prepended to the ``INSTALLED_APPS`` " +"setting. Allows extending the list of installed applications without having " +"to override it completely." +msgstr "" +"Daftar aplikasi Django yang akan ditambahkan ke pengaturan " +"``INSTALLED_APPS``. Memungkinkan perpanjangan daftar aplikasi yang terinstal " +"tanpa harus menimpanya sepenuhnya." + msgid "" "A list of applications to be prepended to ``INSTALLED_APPS``. This is needed " "to expose static files from a plugin." @@ -299,6 +338,27 @@ msgstr "" "nama modul dan nama kelas harus dibatasi oleh suatu periode). Tab yang " "ditentukan melalui ``EXTRA_TABS`` akan ditampilkan dalam urutan terdaftar." +msgid "ADD_INSTALLED_APPS" +msgstr "ADD_INSTALLED_APPS" + +msgid "ADD_TEMPLATE_LOADERS" +msgstr "ADD_TEMPLATE_LOADERS" + +msgid "ALLOWED_HOSTS" +msgstr "ALLOWED_HOSTS" + +msgid "" +"ALLOWED_HOSTS is required. If Horizon is running in production (DEBUG is " +"False), set this with the list of host/domain names that the application can " +"serve. For more information see `Django's Allowed Hosts documentation " +"`_" +msgstr "" +"ALLOWED_HOSTS diperlukan. Jika Horizon berjalan dalam produksi (DEBUG adalah " +"False), atur ini dengan daftar nama host/domain yang dapat dilayani " +"aplikasi. Untuk informasi lebih lanjut, lihat `Django's Allowed Hosts " +"documentation `_" + msgid "ALLOWED_PRIVATE_SUBNET_CIDR" msgstr "ALLOWED_PRIVATE_SUBNET_CIDR" @@ -351,6 +411,19 @@ msgstr "Menambahkan opsi ``None``, yang menonaktifkan konsol in-browser" msgid "Added the ``SERIAL`` option" msgstr "Menambahkan opsi ``SERIAL``" +msgid "Added the ``create_volume`` option." +msgstr "Menambahkan opsi ``create_volume``." + +msgid "" +"Added the ``disable_image``, ``disable_instance_snapshot``, " +"``disable_volume`` and ``disable_volume_snapshot`` options." +msgstr "" +"Menambahkan opsi ``disable_image``, ``disable_instance_snapshot``, " +"``disable_volume`` dan ``disable_volume_snapshot``." + +msgid "Added the ``hide_create_volume`` option." +msgstr "Ditambahkan opsi ``hide_create_volume``." + msgid "" "Additional settings may be required in the config files of your webserver of " "choice. For example to make ``\"/dashboard/\"`` the web root in Apache, the " @@ -412,6 +485,9 @@ msgstr "" "Keystone v3. Pengaturan ini memungkinkan atribut-atribut tersebut " "ditampilkan dalam Horizon." +msgid "Advanced" +msgstr "Advanced" + msgid "Alerts" msgstr "Alerts" @@ -437,6 +513,56 @@ msgstr "" msgid "All dashboard's templates have to inherit from dashboard's base.html::" msgstr "Semua template dasbor harus diwarisi dari base.html:: dasbor" +msgid "" +"All themes will need to be configured in ``AVAILABLE_THEMES`` to allow " +"inheritance. If you wish to inherit from a theme, but not show that theme " +"as a selectable option in the theme picker widget, then simply configure the " +"``SELECTABLE_THEMES`` to exclude the parent theme. ``SELECTABLE_THEMES`` " +"must be of the same format as ``AVAILABLE_THEMES``. It defaults to " +"``AVAILABLE_THEMES`` if it is not set explicitly." +msgstr "" +"Semua tema harus dikonfigurasi dalam ``AVAILABLE_THEMES`` untuk mengizinkan " +"pewarisan. Jika Anda ingin mewarisi dari sebuah tema, tetapi tidak " +"menunjukkan tema itu sebagai opsi yang dapat dipilih dalam widget pemilih " +"tema, maka cukup konfigurasikan ``SELECTABLE_THEMES`` untuk mengecualikan " +"tema induk. ``SELECTABLE_THEMES`` ` harus berformat sama dengan " +"``AVAILABLE_THEMES``. Ini default ke ``AVAILABLE_THEMES`` jika tidak diatur " +"secara eksplisit." + +msgid "" +"Allows to redirect on login to the IdP provider defined on PROTOCOL and " +"REGION In cases you have a single IdP providing websso, in order to improve " +"user experience, you can redirect on the login page to the IdP directly by " +"specifying WEBSSO_DEFAULT_REDIRECT_PROTOCOL and " +"WEBSSO_DEFAULT_REDIRECT_REGION variables." +msgstr "" +"Memungkinkan untuk mengalihkan saat masuk ke penyedia IdP yang ditentukan " +"pada PROTOCOL dan REGION. Jika Anda memiliki satu IdP yang menyediakan web " +"juga, untuk meningkatkan pengalaman pengguna, Anda dapat mengalihkan halaman " +"login ke IdP secara langsung dengan menetapkan variabel " +"WEBSSO_DEFAULT_REDIRECT_PROTOCOL dan WEBSSO_DEFAULT_REDIRECT_REGION." + +msgid "" +"Allows to specify a callback to the IdP to cleanup the SSO resources. Once " +"the user logs out it will redirect to the IdP log out method." +msgstr "" +"Memungkinkan untuk menentukan callback ke IdP untuk membersihkan sumber daya " +"SSO. Setelah pengguna logout, itu akan dialihkan ke metode log keluar IdP." + +msgid "" +"Allows to specify the protocol for the IdP to contact if the " +"WEBSSO_DEFAULT_REDIRECT is set to True" +msgstr "" +"Memungkinkan untuk menentukan protokol untuk IdP untuk dihubungi jika " +"WEBSSO_DEFAULT_REDIRECT disetel ke True" + +msgid "" +"Allows to specify thee region of the IdP to contact if the " +"WEBSSO_DEFAULT_REDIRECT is set to True" +msgstr "" +"Memungkinkan untuk menentukan wilayah IdP untuk dihubungi jika " +"WEBSSO_DEFAULT_REDIRECT disetel ke True" + msgid "" "Angular Templates are cached using this duration (in seconds) if `DEBUG`_ is " "set to ``False``. Default value is ``2592000`` (or 30 days)." @@ -445,6 +571,18 @@ msgstr "" "`DEBUG`_ diatur ke ``False``. Nilai default adalah ``2592000`` (atau 30 " "hari)." +msgid "" +"Any Django template that is used in Horizon can be overridden through a " +"theme. This allows highly customized user experiences to exist within the " +"scope of different themes. Any template that is overridden must adhere to " +"the same directory structure that the extending template expects." +msgstr "" +"Setiap template Django yang digunakan dalam Horizon dapat dikesampingkan " +"melalui sebuah tema. Hal ini memungkinkan pengalaman pengguna yang sangat " +"disesuaikan untuk berada dalam lingkup tema yang berbeda. Template apa pun " +"yang diganti harus mematuhi struktur direktori yang sama yang diharapkan " +"oleh template yang diperluas." + msgid "" "Apache also requires changing your WSGIScriptAlias to reflect the desired " "path. For example, you'd replace ``/`` with ``/dashboard`` for the alias." @@ -461,6 +599,18 @@ msgstr "" "kunci, dan jika tidak ditemukan endpoint yang cocok, ini akan dianggap " "sebagai default global." +msgid "" +"As of the Kilo release, styling for the OpenStack Dashboard can be altered " +"through the use of a theme. A theme is a directory containing a ``_variables." +"scss`` file to override the color codes used throughout the SCSS and a " +"``_styles.scss`` file with additional styles to load after dashboard styles " +"have loaded." +msgstr "" +"Pada rilis Kilo, styling untuk OpenStack Dashboard dapat diubah melalui " +"penggunaan tema. Tema adalah direktori yang berisi file ``_variables.scss`` " +"untuk mengganti kode warna yang digunakan di seluruh SCSS dan file ``_style." +"scss`` dengan gaya tambahan untuk dimuat setelah gaya dasbor dimuat." + msgid "" "As of the Liberty release, Horizon has begun to conform more strictly to " "Bootstrap standards in an effort to embrace more responsive web design as " @@ -472,6 +622,18 @@ msgstr "" "responsif serta mengurangi kebutuhan masa depan untuk re-brand fungsi baru " "untuk setiap rilis." +msgid "" +"As of the Mitaka release, Horizon can be configured to run with multiple " +"themes available at run time. It uses a browser cookie to allow users to " +"toggle between the configured themes. By default, Horizon is configured " +"with the two standard themes available: 'default' and 'material'." +msgstr "" +"Pada rilis Mitaka, Horizon dapat dikonfigurasi untuk dijalankan dengan " +"beberapa tema yang tersedia pada waktu proses. Ini menggunakan cookie " +"browser untuk memungkinkan pengguna untuk beralih di antara tema yang " +"dikonfigurasi. Secara default, Horizon dikonfigurasi dengan dua tema standar " +"yang tersedia: 'default' dan 'material'." + msgid "" "Assuming your ``my_project`` module lives in ``/opt/python/my_project``, " "you'd make it look like the following::" @@ -505,6 +667,9 @@ msgstr "" "Semua alat di atas akan menyediakan file ``variable.less``, yang perlu " "dikonversi ke ``_variables.scss``" +msgid "Bootswatch" +msgstr "Bootswatch" + msgid "Bootswatch and Material Design" msgstr "Bootswatch dan Material Design" @@ -517,9 +682,35 @@ msgstr "" "tema sepenuhnya, akan memungkinkan pengalihan dan penyesuaian yang mudah " "untuk driven experience yang aksesibilitas atau lebih gelap." +msgid "" +"Both the Dashboard custom variables and Bootstrap variables can be " +"overridden. For a full list of the Dashboard SCSS variables that can be " +"changed, see the variables file at ``openstack_dashboard/static/dashboard/" +"scss/_variables.scss``." +msgstr "" +"Variabel khusus Dasbor dan variabel Bootstrap dapat dikesampingkan. Untuk " +"daftar lengkap variabel Dashboard SCSS yang dapat diubah, lihat file " +"variabel di ``openstack_dashboard/static/dashboard/scss/_variables.scss``." + msgid "Branding Horizon" msgstr "Branding Horizon" +msgid "By default this value is ``WEBROOT/static/``." +msgstr "Secara default, nilai ini ``WEBROOT/static/``." + +msgid "" +"By default, all of the themes configured by ``AVAILABLE_THEMES`` setting are " +"collected by horizon during the `collectstatic` process. By default, the " +"themes are collected into the dynamic `static/themes` directory, but this " +"location can be customized via the ``local_settings.py`` variable: " +"``THEME_COLLECTION_DIR``" +msgstr "" +"Secara default, semua tema yang dikonfigurasi oleh pengaturan " +"``AVAILABLE_THEMES`` dikumpulkan oleh horizon selama proses `collectstatic`. " +"Secara default, tema dikumpulkan ke dalam direktori `static/themes` dinamis, " +"tetapi lokasi ini dapat dikustomisasi melalui variabel ``local_settings." +"py``: ``THEME_COLLECTION_DIR``" + msgid "" "By default, the ``theme path`` is the directory that will serve as the " "static root of the theme and the entire contents of the directory is served " @@ -539,6 +730,12 @@ msgstr "" "``static``, maka ``static/custom/static`` akan digunakan sebagai root untuk " "konten yang disajikan di ``/static/custom``." +msgid "CACHED_TEMPLATE_LOADERS" +msgstr "CACHED_TEMPLATE_LOADERS" + +msgid "CONSOLE_TYPE" +msgstr "CONSOLE_TYPE" + msgid "CREATE_IMAGE_DEFAULTS" msgstr "CREATE_IMAGE_DEFAULTS" @@ -592,12 +789,40 @@ msgstr "" "Mengontrol apakah pelengkapan otomatis browser harus diaktifkan pada " "formulir masuk. Nilai yang valid adalah ``\"on\"`` dan ``\"off\"``." +msgid "" +"Controls whether the keystone v2 openrc file is accessible from the user " +"menu and the api access panel." +msgstr "" +"Mengontrol apakah file v2 keystone v2 dapat diakses dari menu pengguna dan " +"panel akses API." + +msgid "" +"Controls whether unhandled exceptions should generate a generic 500 response " +"or present the user with a pretty-formatted debug information page." +msgstr "" +"Mengontrol apakah pengecualian yang tidak ditangani harus menghasilkan " +"respons umum 500 atau menyajikan pengguna dengan halaman informasi debug " +"yang diformat dengan cantik (pretty-formatted)." + msgid "Custom Javascript" msgstr "Custom Javascript" msgid "Custom Stylesheets" msgstr "Custom Stylesheets" +msgid "" +"Custom themes must implement all of the Bootstrap variables required by " +"Horizon in ``_variables.scss`` and ``_styles.scss``. To make this easier, " +"you can inherit the variables needed in the default theme and only override " +"those that you need to customize. To inherit from the default theme, put " +"this in your theme's ``_variables.scss``::" +msgstr "" +"Tema khusus harus mengimplementasikan semua variabel Bootstrap yang " +"diperlukan oleh Horizon di ``_variables.scss`` dan ``_styles.scss``. Agar " +"lebih mudah, Anda dapat mewarisi variabel yang diperlukan dalam tema default " +"dan hanya menimpa variabel yang perlu Anda sesuaikan. Untuk mewarisi dari " +"tema default, letakkan ini di tema Anda ``_variables.scss`` ::" + msgid "Customize Angular dashboards" msgstr "Sesuaikan Angular dashboard" @@ -613,6 +838,12 @@ msgstr "Menyesuaikan Atribut Meta" msgid "Customizing the Footer" msgstr "Menyesuaikan Footer" +msgid "Customizing the Logo" +msgstr "Menyesuaikan Logo" + +msgid "DEBUG" +msgstr "DEBUG" + msgid "DEFAULT_SERVICE_REGIONS" msgstr "DEFAULT_SERVICE_REGIONS" @@ -673,21 +904,33 @@ msgstr "Default:" msgid "Default: ``\"AUTO\"``" msgstr "Default: ``\"AUTO\"``" +msgid "Default: ``35``" +msgstr "Default: ``35``" + msgid "Default: ``os.path.join(ROOT_PATH, \"conf\")``" msgstr "Default: ``os.path.join(ROOT_PATH, \"conf\")``" +msgid "Default: None" +msgstr "Default: None" + msgid "Default: ``\"/\"``" msgstr "Default: ``\"/\"``" msgid "Default: ``\"127.0.0.1\"``" msgstr "Default: ``\"127.0.0.1\"``" +msgid "Default: ``\"25\"``" +msgstr "Default: ``\"25\"``" + msgid "Default: ``\"3600\"``" msgstr "Default: ``\"3600\"``" msgid "Default: ``\"Default\"``" msgstr "Default: ``\"Default\"``" +msgid "Default: ``\"False\"``" +msgstr "Default: ``\"False\"``" + msgid "Default: ``\"Local Keystone\"``" msgstr "Default: ``\"Local Keystone\"``" @@ -730,6 +973,9 @@ msgstr "Default: ``\"themes\"``" msgid "Default: ``-1``" msgstr "Default: ``-1``" +msgid "Default: ``/static/``" +msgstr "Default: ``/static/``" + msgid "Default: ``0``" msgstr "Default: ``0``" @@ -748,6 +994,12 @@ msgstr "Default: ``2500``" msgid "Default: ``30``" msgstr "Default: ``30``" +msgid "Default: ``512 * 1024``" +msgstr "Default: ``512 * 1024``" + +msgid "Default: ``/static``" +msgstr "Default: ``/static``" + msgid "Default: ``AVAILABLE_THEMES``" msgstr "Default: ``AVAILABLE_THEMES``" @@ -760,6 +1012,9 @@ msgstr "Default: ``None``" msgid "Default: ``None`` (Empty)" msgstr "Default: ``None`` (Empty)" +msgid "Default: ``OPENSTACK_KEYSTONE_URL``" +msgstr "Default: ``OPENSTACK_KEYSTONE_URL``" + msgid "Default: ``True``" msgstr "Default: ``True``" @@ -769,6 +1024,9 @@ msgstr "Default: ``[\"*\"]``" msgid "Default: ``[\"admin\"]``" msgstr "Default: ``[\"admin\"]``" +msgid "Default: ``['localhost']``" +msgstr "Default: ``['localhost']``" + msgid "Default: ``['openstack_auth.urls']``" msgstr "Default: ``['openstack_auth.urls']``" @@ -806,9 +1064,15 @@ msgstr "" "Nonaktifkan pemeriksaan sertifikat SSL di klien OpenStack (berguna untuk " "sertifikat yang ditandatangani sendiri)." +msgid "Django Settings" +msgstr "Pengaturan Django" + msgid "ENABLE_CLIENT_TOKEN" msgstr "ENABLE_CLIENT_TOKEN" +msgid "ENABLE_FLAVOR_EDIT" +msgstr "ENABLE_FLAVOR_EDIT" + msgid "ENFORCE_PASSWORD_CHECK" msgstr "ENFORCE_PASSWORD_CHECK" @@ -966,6 +1230,21 @@ msgstr "" msgid "FILTER_DATA_FIRST" msgstr "FILTER_DATA_FIRST" +msgid "For example, a configuration with multiple themes::" +msgstr "Misalnya, konfigurasi dengan beberapa tema ::" + +msgid "" +"For example, if you wish to customize the sidebar, Horizon expects the " +"template to live at ``horizon/_sidebar.html``. You would need to duplicate " +"that directory structure under your templates directory, such that your " +"override would live at ``{ theme_path }/templates/horizon/_sidebar.html``." +msgstr "" +"Sebagai contoh, jika Anda ingin menyesuaikan sidebar, Horizon mengharapkan " +"template untuk tinggal di ``horizon/_sidebar.html``. Anda perlu menduplikasi " +"struktur direktori tersebut di bawah direktori template Anda, sehingga " +"penggantian Anda akan ditayangkan ``{ theme_path }/templates/horizon/" +"_sidebar.html``." + msgid "" "For example, if you wished to remove the Admin State column from the :class:" "`~openstack_dashboard.dashboards.admin.networks.tables.NetworksTable`, you " @@ -1082,6 +1361,20 @@ msgstr "HORIZON_CONFIG" msgid "HORIZON_IMAGES_UPLOAD_MODE" msgstr "HORIZON_IMAGES_UPLOAD_MODE" +msgid "" +"Historically, Horizon has provided the ability to edit Flavors by deleting " +"and creating a new one with the same information. This is not supported in " +"the Nova API and causes unexpected issues and breakages. To avoid breaking " +"standard deprecation procedure, this code is still in Horizon, but disabled " +"by default. It will be removed during the 14.0.0 ('R') release cycle." +msgstr "" +"Secara historis, Horizon telah menyediakan kemampuan untuk mengedit Flavors " +"dengan menghapus dan membuat yang baru dengan informasi yang sama. Ini tidak " +"didukung di API Nova dan menyebabkan masalah dan gangguan yang tidak " +"terduga. Untuk menghindari melanggar prosedur penghentian standar, kode ini " +"masih dalam Horizon, tetapi dinonaktifkan secara default. Ini akan dihapus " +"selama siklus rilis 14.0.0 ('R')." + msgid "" "Horizon allows dashboards, panels and panel groups to be added without " "modifying the default settings. Pluggable settings are a mechanism to allow " @@ -1107,6 +1400,21 @@ msgstr "" "File ini dapat melakukan monkey patching dan bentuk penyesuaian lainnya yang " "tidak mungkin dilakukan melalui metode penyesuaian folder yang diaktifkan." +msgid "" +"Horizon packages the Bootswatch SCSS files for use with its ``material`` " +"theme. Because of this, it is simple to use an existing Bootswatch theme as " +"a base. This is due to the fact that Bootswatch is loaded as a 3rd party " +"static asset, and therefore is automatically collected into the `static` " +"directory in `/horizon/lib/`. The following is an example of how to inherit " +"from Bootswatch's ``darkly`` theme::" +msgstr "" +"Horizon memaketkan file SCSS Bootswatch untuk digunakan dengan tema " +"``material``. Karena itu, mudah menggunakan tema Bootswatch yang sudah ada " +"sebagai basis. Hal ini karena fakta bahwa Bootswatch dimuat sebagai aset " +"statis pihak ke-3, dan karena itu secara otomatis dikumpulkan ke direktori " +"`static` di `/horizon/lib/`. Berikut ini adalah contoh cara mewarisi dari " +"tema ``darkly`` Bootswatch ::" + msgid "" "Horizon ships with two themes configured. 'default' is the default theme, " "and 'material' is based on Google's Material Design." @@ -1136,6 +1444,15 @@ msgstr "Dokumentasi `OPENSTACK_HOST`_ Horizon" msgid "Horizon's settings broadly fall into three categories:" msgstr "Pengaturan Horizon secara luas dibagi menjadi tiga kategori:" +msgid "" +"Horizon's usage of the ``TEMPLATES`` involves 3 further settings below; it " +"is generally advised to use those before attempting to alter the " +"``TEMPLATES`` setting itself." +msgstr "" +"Penggunaan Horizon dari ``TEMPLATES`` melibatkan 3 pengaturan lebih lanjut " +"di bawah ini; umumnya disarankan untuk menggunakannya sebelum mencoba " +"mengubah pengaturan ``TEMPLATES`` itu sendiri." + msgid "" "How frequently resources in transition states should be polled for updates, " "expressed in milliseconds." @@ -1155,6 +1472,9 @@ msgstr "IMAGE_CUSTOM_PROPERTY_TITLES" msgid "IMAGE_RESERVED_CUSTOM_PROPERTIES" msgstr "IMAGE_RESERVED_CUSTOM_PROPERTIES" +msgid "INSTANCE_LOG_LENGTH" +msgstr "INSTANCE_LOG_LENGTH" + msgid "Icons" msgstr "Icons" @@ -1295,6 +1615,34 @@ msgstr "" "terlebih dahulu (jika tidak ada kriteria pencarian yang disediakan) sebelum " "memuat data apa pun." +msgid "" +"If the static root of the theme folder contains an ``img`` directory, then " +"all images that make use of the {% themable_asset %} templatetag can be " +"overridden." +msgstr "" +"Jika akar statis folder tema berisi direktori ``img``, maka semua image yang " +"menggunakan templatetag {% themable_asset%} dapat ditimpa." + +msgid "" +"If the theme folder contains a sub-folder ``templates``, then the path to " +"that sub-folder will be prepended to the ``TEMPLATE_DIRS`` tuple to allow " +"for theme specific template customizations." +msgstr "" +"Jika folder tema berisi sub-folder ``templates``, maka jalur ke sub-folder " +"tersebut akan ditambahkan ke tuple ``TEMPLATE_DIRS`` untuk memungkinkan " +"penyesuaian tema khusus." + +msgid "" +"If the theme folder contains a sub-folder called ``static``, then that sub " +"folder will be used as the **static root of the theme**. I.e., Horizon will " +"look in that sub-folder for the _variables.scss and _styles.scss files. The " +"contents of this folder will also be served up at ``/static/custom``." +msgstr "" +"Jika folder tema berisi sub-folder bernama ``static``, maka sub folder itu " +"akan digunakan sebagai ** static root of theme **. Ya, Horizon akan melihat " +"di sub-folder untuk file _variables.scss dan _styles.scss. Isi folder ini " +"juga akan disajikan di ``/static/custom``." + msgid "" "If you have multiple regions you should use the `AVAILABLE_REGIONS`_ setting " "instead." @@ -1302,6 +1650,21 @@ msgstr "" "Jika Anda memiliki banyak wilayah, Anda harus menggunakan pengaturan " "`AVAILABLE_REGIONS`_." +msgid "" +"If you need to do more to customize the logo than simply replacing the " +"existing PNG, then you can also override the _brand.html through a custom " +"theme. To use this technique, simply add a ``templates/header/_brand.html`` " +"to the root of your custom theme, and add markup directly to the file. For " +"an example of how to do this, see ``openstack_dashboard/themes/material/" +"templates/header/_brand.html``." +msgstr "" +"Jika Anda perlu melakukan lebih banyak untuk menyesuaikan logo daripada " +"mengganti PNG yang ada, Anda juga dapat mengganti _brand.html melalui tema " +"khusus. Untuk menggunakan teknik ini, cukup tambahkan ``templates/header/" +"_brand.html`` ke akar tema khusus Anda, dan tambahkan markup langsung ke " +"file. Untuk contoh cara melakukan ini, lihat ``openstack_dashboard/themes/" +"material/templates/header/_brand.html``." + msgid "" "If you toggle ``domains_panel`` to ``True``, you also need to enable the " "setting of `OPENSTACK_KEYSTONE_DEFAULT_DOMAIN`_ and add " @@ -1311,6 +1674,13 @@ msgstr "" "mengaktifkan pengaturan `OPENSTACK_KEYSTONE_DEFAULT_DOMAIN`_ dan tambahkan " "`OPENSTACK_KEYSTONE_DEFAULT_DOMAIN`_ ke `REST_API_REQUIRED_SETTINGS`_." +msgid "" +"If you use this feature, you need to configure the logger setting like an " +"outputting path for operation log in ``local_settings.py``." +msgstr "" +"Jika Anda menggunakan fitur ini, Anda perlu mengonfigurasi pengaturan " +"pencatat seperti jalur keluaran untuk log operasi di ``local_settings.py``." + msgid "" "If you want to add a column you can override the parent table in a similar " "way, add the new column definition and then use the ``Meta`` ``columns`` " @@ -1332,6 +1702,46 @@ msgstr "" "konstruksi URLconf. Ini memungkinkan untuk persyaratan kustomisasi situs " "seperti:" +msgid "" +"If you wish to customize the logo that is used on the splash screen or in " +"the top navigation bar, then you need to create an ``img`` directory under " +"your theme's static root directory and place your custom ``logo.svg`` or " +"``logo-splash.svg`` within it." +msgstr "" +"Jika Anda ingin menyesuaikan logo yang digunakan pada layar splash atau di " +"bar navigasi atas, maka Anda perlu membuat ``img`` direktori di bawah " +"direktori root statis tema Anda dan tempatkan custom Anda ``logo.svg`` atau " +"``logo-splash.svg`` di dalamnya." + +msgid "" +"If you wish to override the ``logo.svg`` using the previous method, and if " +"the image used is larger than the height of the top navigation, then the " +"image will be constrained to fit within the height of nav. You can " +"customize the height of the top navigation bar by customizing the SCSS " +"variable: ``$navbar-height``. If the image's height is smaller than the " +"navbar height, then the image will retain its original resolution and size, " +"and simply be centered vertically in the available space." +msgstr "" +"Jika Anda ingin mengganti ``logo.svg`` menggunakan metode sebelumnya, dan " +"jika image yang digunakan lebih besar dari ketinggian navigasi atas, maka " +"image akan dibatasi agar pas dalam ketinggian nav. Anda dapat menyesuaikan " +"tinggi bilah navigasi atas dengan menyesuaikan variabel SCSS: ``$navbar-" +"height``. Jika tinggi image lebih kecil dari ketinggian navbar, maka image " +"akan mempertahankan resolusi dan ukuran aslinya, dan hanya diposisikan " +"secara vertikal di ruang yang tersedia." + +msgid "" +"If your deployment has no support of floating IP like provider network " +"scenario, you can set this to ``False`` in most cases. If your deployment " +"supports floating IP, read the detail below and understand the under-the-" +"hood before setting this to ``False``." +msgstr "" +"Jika penyebaran Anda tidak didukung oleh IP mengambang ( floating IP) " +"seperti skenario jaringan penyedia, Anda dapat mengatur ini ke ``False`` " +"dalam banyak kasus. Jika penerapan Anda mendukung IP mengambang, baca detail " +"di bawah dan pahami bagian bawah under-the-hood sebelum menyetelnya ke " +"``False``." + msgid "" "If your deployment requires the use of iframes, you can set this setting to " "``False`` to exclude the frame-busting code and allow iframe embedding." @@ -1340,6 +1750,15 @@ msgstr "" "pengaturan ini ke ``False`` untuk mengecualikan kode penghancur frame dan " "memungkinkan iframe embedding." +msgid "" +"Ignore all listed Nova extensions, and behave as if they were unsupported. " +"Can be used to selectively disable certain costly extensions for performance " +"reasons." +msgstr "" +"Abaikan semua ekstensi Nova yang terdaftar, dan berperilaku seolah-olah " +"tidak didukung. Dapat digunakan untuk menonaktifkan secara selektif ekstensi " +"mahal tertentu untuk alasan kinerja." + msgid "" "In Angular, you may write a plugin to extend certain features. Two " "components in the Horizon framework that make this possible are the " @@ -1360,6 +1779,15 @@ msgstr "" "menggunakan nama tipe Heat seperti ``OS::Glance::Image`` sebagai nama " "referensi kami." +msgid "" +"In order to build a custom theme, both ``_variables.scss`` and ``_styles." +"scss`` are required and ``_variables.scss`` must provide all the default " +"Bootstrap variables." +msgstr "" +"Untuk membuat tema kustom, baik ``_variables.scss`` maupun `` _styles.scss`` " +"diperlukan dan ``_variables.scss`` harus menyediakan semua variabel " +"Bootstrap default." + msgid "" "In order to showcase what can be done to enhance an existing Bootstrap " "theme, Horizon now includes a secondary theme, roughly based on `Google's " @@ -1389,6 +1817,9 @@ msgstr "" "my_custom_dashboard/templates/my_custom_dashboard/base.html`` override " "``block js`` dengan masuknya dashboard sendiri ``_scripts.html``::" +msgid "Inherit from an Existing Theme" +msgstr "Mewarisi dari Tema yang Ada" + msgid "Introduction" msgstr "Pengantar" @@ -1421,6 +1852,24 @@ msgstr "" "Horizon``openstack_dashboard/templates/base.html`` mendefinisikan beberapa " "blok yang dapat di-override." +msgid "" +"It is possible to run both the AngularJS and Python workflows " +"simultaneously, so the other may be need to be toggled with " +"`LAUNCH_INSTANCE_LEGACY_ENABLED`_" +msgstr "" +"Hal ini dimungkinkan untuk menjalankan kedua alur kerja AngularJS dan Python " +"secara bersamaan, sehingga yang lain mungkin perlu toggle dengan " +"`LAUNCH_INSTANCE_LEGACY_ENABLED`_" + +msgid "" +"It is possible to run both the AngularJS and Python workflows " +"simultaneously, so the other may be need to be toggled with " +"`LAUNCH_INSTANCE_NG_ENABLED`_" +msgstr "" +"Adalah mungkin untuk menjalankan kedua alur kerja AngularJS dan Python " +"secara bersamaan, sehingga yang lain mungkin perlu diubah dengan " +"`LAUNCH_INSTANCE_NG_ENABLED`_" + msgid "" "JavaScript files for testing will also be ordered based on naming " "convention: files with extension `.mock.js` listed first, followed by files " @@ -1462,6 +1911,15 @@ msgstr "" "pengguna di Keystone memiliki atribut ``phone_num``, Anda dapat menentukan " "kolom baru ::" +msgid "LAUNCH_INSTANCE_DEFAULTS" +msgstr "LAUNCH_INSTANCE_DEFAULTS" + +msgid "LAUNCH_INSTANCE_LEGACY_ENABLED" +msgstr "LAUNCH_INSTANCE_LEGACY_ENABLED" + +msgid "LAUNCH_INSTANCE_NG_ENABLED" +msgstr "LAUNCH_INSTANCE_NG_ENABLED" + msgid "Login" msgstr "Login" @@ -1471,6 +1929,18 @@ msgstr "Login Splash Page" msgid "Login_" msgstr "Login_" +msgid "MEMOIZED_MAX_SIZE_DEFAULT" +msgstr "MEMOIZED_MAX_SIZE_DEFAULT" + +msgid "" +"MEMOIZED_MAX_SIZE_DEFAULT allows setting a global default to help control " +"memory usage when caching. It should at least be 2 x the number of threads " +"with a little bit of extra buffer." +msgstr "" +"MEMOIZED_MAX_SIZE_DEFAULT memungkinkan pengaturan default global untuk " +"membantu mengontrol penggunaan memori ketika caching. Setidaknya harus 2 x " +"jumlah thread dengan sedikit buffer tambahan." + msgid "MESSAGES_PATH" msgstr "MESSAGES_PATH" @@ -1503,6 +1973,23 @@ msgstr "Neutron" msgid "Nova" msgstr "Nova" +msgid "" +"Nova has a mechanism to cache network info but it is not fast enough in some " +"cases. For example, when a user associates a floating IP or updates an IP " +"address of an server port, it is not reflected to the nova network info " +"cache immediately. This means an action which a user makes from the horizon " +"instance table is not reflected into the table content just after the " +"action. To avoid this, horizon retrieves IP address info from neutron when " +"retrieving a list of servers from nova." +msgstr "" +"Nova memiliki mekanisme untuk menyimpan informasi jaringan tetapi tidak " +"cukup cepat dalam beberapa kasus. Misalnya, ketika pengguna mengaitkan IP " +"mengambang atau memperbarui alamat IP port server, itu tidak tercermin ke " +"nova cache info jaringan segera. Ini berarti tindakan yang dibuat pengguna " +"dari tabel instance horizon tidak tercermin ke isi tabel tepat setelah " +"tindakan. Untuk menghindarinya, horizon mengambil informasi alamat IP dari " +"neutron ketika mengambil daftar server dari nova." + msgid "OPENSTACK_API_VERSIONS" msgstr "OPENSTACK_API_VERSIONS" @@ -1515,15 +2002,24 @@ msgstr "OPENSTACK_CLOUDS_YAML_NAME" msgid "OPENSTACK_CLOUDS_YAML_PROFILE" msgstr "OPENSTACK_CLOUDS_YAML_PROFILE" +msgid "OPENSTACK_ENABLE_PASSWORD_RETRIEVE" +msgstr "OPENSTACK_ENABLE_PASSWORD_RETRIEVE" + msgid "OPENSTACK_ENDPOINT_TYPE" msgstr "OPENSTACK_ENDPOINT_TYPE" msgid "OPENSTACK_HOST" msgstr "OPENSTACK_HOST" +msgid "OPENSTACK_HYPERVISOR_FEATURES" +msgstr "OPENSTACK_HYPERVISOR_FEATURES" + msgid "OPENSTACK_IMAGE_BACKEND" msgstr "OPENSTACK_IMAGE_BACKEND" +msgid "OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES" +msgstr "OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES" + msgid "OPENSTACK_KEYSTONE_ADMIN_ROLES" msgstr "OPENSTACK_KEYSTONE_ADMIN_ROLES" @@ -1554,6 +2050,9 @@ msgstr "OPENSTACK_KEYSTONE_URL" msgid "OPENSTACK_NEUTRON_NETWORK" msgstr "OPENSTACK_NEUTRON_NETWORK" +msgid "OPENSTACK_NOVA_EXTENSIONS_BLACKLIST" +msgstr "OPENSTACK_NOVA_EXTENSIONS_BLACKLIST" + msgid "OPENSTACK_PROFILER" msgstr "OPENSTACK_PROFILER" @@ -1572,6 +2071,41 @@ msgstr "OPERATION_LOG_OPTIONS" msgid "OVERVIEW_DAYS_RANGE" msgstr "OVERVIEW_DAYS_RANGE" +msgid "" +"On the other hand, this operation requires a full list of neutron ports and " +"can potentially lead to a performance issue in large deployments (`bug " +"1722417 `__). This issue " +"can be avoided by skipping querying IP addresses to neutron and setting this " +"to ``False`` achieves this. Note that when disabling the query to neutron it " +"takes some time until associated floating IPs are visible in the project " +"instance table and users may reload the table to check them." +msgstr "" +"Di sisi lain, operasi ini membutuhkan daftar lengkap port neutron dan " +"berpotensi menyebabkan masalah kinerja dalam penyebaran besar (`bug 1722417 " +"` __) . Masalah ini dapat " +"dihindari dengan melewatkan permintaan alamat IP ke neutron dan pengaturan " +"ini ke ``False`` mencapai ini. Perhatikan bahwa ketika menonaktifkan " +"permintaan untuk neutron dibutuhkan beberapa waktu sampai mengambang IP " +"terkait terlihat dalam tabel instance proyek dan pengguna dapat memuat ulang " +"tabel untuk memeriksanya." + +msgid "" +"Once collected, any theme configured via ``AVAILABLE_THEMES`` is available " +"to inherit from by importing its variables and styles from its collection " +"directory. The following is an example of inheriting from the material " +"theme::" +msgstr "" +"Setelah dikumpulkan, setiap tema yang dikonfigurasi melalui " +"``AVAILABLE_THEMES`` tersedia untuk mewarisi dari dengan mengimpor variabel " +"dan gaya dari direktori koleksi. Berikut ini adalah contoh mewarisi dari " +"tema material ::" + +msgid "" +"Once you have made your changes you must re-generate the static files with:" +msgstr "" +"Setelah Anda membuat perubahan, Anda harus menghasilkan kembali file statis " +"dengan:" + msgid "Or get the instances panel::" msgstr "Atau dapatkan instances panel ::" @@ -1582,6 +2116,9 @@ msgid "Or, if you want to turn this on for an specific panel/view do:" msgstr "" "Atau, jika Anda ingin mengaktifkan ini untuk panel/view khusus lakukan:" +msgid "Organizing Your Theme Directory" +msgstr "Mengatur Direktori Tema Anda" + msgid "Override the dict:" msgstr "Ganti dict:" @@ -1673,6 +2210,15 @@ msgstr "" "Nilai yang mungkin untuk level adalah: ``success``, ``info``, ``warning`` " "dan ``error``." +msgid "" +"Prior to the Kilo release the images files inside of Horizon needed to be " +"replaced by your images files or the Horizon stylesheets needed to be " +"altered to point to the location of your image." +msgstr "" +"Sebelum Kilo lepaskan file image di dalam Horizon harus diganti dengan file " +"image Anda atau stylesheet Horizon perlu diubah untuk menunjuk ke lokasi " +"image Anda." + msgid "" "Probably the easiest way is to add a ``python-path`` argument to the " "``WSGIDaemonProcess`` line in Apache's Horizon config." @@ -1705,6 +2251,9 @@ msgstr "" msgid "Registering or unregistering panels from an existing dashboard." msgstr "Mendaftarkan atau membatalkan registrasi panel dari dasbor yang ada." +msgid "SECRET_KEY" +msgstr "SECRET_KEY" + msgid "SECURE_PROXY_ADDR_HEADER" msgstr "SECURE_PROXY_ADDR_HEADER" @@ -1717,11 +2266,27 @@ msgstr "SESSION_TIMEOUT" msgid "SHOW_KEYSTONE_V2_RC" msgstr "SHOW_KEYSTONE_V2_RC" +msgid "STATIC_ROOT" +msgstr "STATIC_ROOT" + +msgid "STATIC_URL" +msgstr "STATIC_URL" + +msgid "SWIFT_FILE_TRANSFER_CHUNK_SIZE" +msgstr "SWIFT_FILE_TRANSFER_CHUNK_SIZE" + msgid "See **Tabs** section of your variables file for variables to customize." msgstr "" "Lihat bagian **Tabs** dari variabel Anda file untuk variabel untuk " "menyesuaikan." +msgid "" +"See `this email thread `_ for further information." +msgstr "" +"Lihat `this email thread `_ untuk informasi lebih lanjut." + msgid "Service-specific Settings" msgstr "Pengaturan khusus layanan (service-specific)" @@ -1758,6 +2323,33 @@ msgstr "" "aturan untuk memetakan atribut protokol federasi ke atribut API Identitas. " "Ekstensi ini memerlukan v3.0 + dari Identity API." +msgid "" +"Setting ``can_set_password`` to ``True`` will enable the option to set an " +"administrator password when launching or rebuilding an instance." +msgstr "" +"Pengaturan ``can_set_password`` ke ``True`` akan mengaktifkan opsi untuk " +"mengatur kata sandi administrator saat meluncurkan atau membangun kembali " +"suatu instance." + +msgid "" +"Setting ``enable_quotas`` to ``False`` will make Horizon treat all Nova " +"quotas as disabled, thus it won't try to modify them. By default, quotas are " +"enabled." +msgstr "" +"Menyetel ``enable_quotas`` ke ``False`` akan membuat Horizon memperlakukan " +"semua kuota Nova sebagai dinonaktifkan, sehingga tidak akan mencoba untuk " +"mengubahnya. Secara default, kuota diaktifkan." + +msgid "" +"Setting ``requires_keypair`` to ``True`` will require users to select a key " +"pair when launching an instance." +msgstr "" +"Pengaturan ``require_keypair`` ke ``True`` akan meminta pengguna untuk " +"memilih pasangan kunci saat meluncurkan instance." + +msgid "Setting a custom secret key:" +msgstr "Menetapkan kunci rahasia khusus:" + msgid "" "Setting this to True will disable the reveal button for password fields, " "including on the login form." @@ -1785,6 +2377,9 @@ msgstr "" "Demikian pula untuk menambahkan styling kustom (lihat di atas), adalah " "mungkin untuk menyertakan file javascript kustom." +msgid "Simple" +msgstr "Simple" + msgid "" "Since there is no native element in Bootstrap specifically for pie charts, " "the look and feel of the charts are inheriting from other elements of the " @@ -1834,6 +2429,15 @@ msgstr "Step 1" msgid "Supported Components" msgstr "Komponen yang Didukung" +msgid "Swift" +msgstr "Swift" + +msgid "TEMPLATES" +msgstr "TEMPLATES" + +msgid "TEMPLATE_LOADERS" +msgstr "TEMPLATE_LOADERS" + msgid "THEME_COLLECTION_DIR" msgstr "THEME_COLLECTION_DIR" @@ -1858,6 +2462,22 @@ msgstr "Tabs" msgid "Tabs_" msgstr "Tabs_" +msgid "" +"Template loaders defined here will be loaded at the end of " +"`TEMPLATE_LOADERS`_, after the `CACHED_TEMPLATE_LOADERS`_ and will never " +"have a cached output." +msgstr "" +"Pemuat template yang ditentukan di sini akan dimuat pada akhir " +"`TEMPLATE_LOADERS`_, setelah `CACHED_TEMPLATE_LOADERS`_ dan tidak akan " +"pernah memiliki output yang di-cache." + +msgid "" +"Template loaders defined here will have their output cached if `DEBUG`_ is " +"set to ``False``." +msgstr "" +"Pemuat kerangka yang ditentukan di sini akan membuat outputnya di-cache jika " +"`DEBUG`_ diatur ke ``False``." + msgid "" "The **key** name of each item in this must be a network type used in the " "Neutron API. **value** should be a dictionary which contains the following " @@ -1914,6 +2534,17 @@ msgstr "" "disesuaikan, jadi disarankan agar Bootstrap Progress Bars digunakan bilamana " "memungkinkan." +msgid "" +"The Xen Hypervisor has the ability to set the mount point for volumes " +"attached to instances (other Hypervisors currently do not). Setting " +"``can_set_mount_point`` to ``True`` will add the option to set the mount " +"point from the UI." +msgstr "" +"Xen Hypervisor memiliki kemampuan untuk mengatur titik mount untuk volume " +"yang dilekatkan ke instance (Hypervisor lain saat ini tidak). Pengaturan " +"``can_set_mount_point`` ke ``True`` akan menambahkan opsi untuk mengatur " +"titik mount dari UI." + msgid "" "The ``image_visibility`` setting specifies the default visibility option. " "Valid values are ``\"public\"`` and ``\"private\"``. By default, the " @@ -1925,6 +2556,22 @@ msgstr "" "visibilitas adalah publik untuk menciptakan modal image. Jika disetel ke ``" "\"private\"``, opsi visibilitas default bersifat private." +msgid "The ``img`` Folder" +msgstr "Folder ``img``" + +msgid "" +"The ``local_settings.py.example`` file includes a quick-and-easy way to " +"generate a secret key for a single installation." +msgstr "" +"File ``local_settings.py.example`` menyertakan cara cepat dan mudah untuk " +"menghasilkan kunci rahasia untuk satu instalasi." + +msgid "The ``static`` Folder" +msgstr "Folder ``static``" + +msgid "The ``templates`` Folder" +msgstr "Folder ``template``" + msgid "" "The ``theme_label`` is the user-facing label that is shown in the theme " "picker. The theme picker is only visible if more than one theme is " @@ -1946,6 +2593,13 @@ msgstr "" msgid "The absolute path to the directory where message files are collected." msgstr "Jalur absolut ke direktori tempat file pesan dikumpulkan." +msgid "" +"The absolute path to the directory where static files are collected when " +"collectstatic is run." +msgstr "" +"Jalur absolut ke direktori tempat file statis dikumpulkan ketika pengumpulan " +"dijalankan." + msgid "" "The custom stylesheets then reside in the dashboard's own ``static`` folder " "``openstack_dashboard/dashboards/my_custom_dashboard/static/ " @@ -1997,6 +2651,21 @@ msgstr "" "lengkap dari endpoint Keystone dengan akhiran versi, nilainya adalah nama " "wilayah." +msgid "The default value for this setting has been changed to ``False``" +msgstr "Nilai default untuk pengaturan ini telah diubah menjadi ``False``" + +msgid "The default value for this setting has been changed to ``True``" +msgstr "Nilai default untuk pengaturan ini telah diubah menjadi ``True``" + +msgid "" +"The directory location for the theme. The path must be relative to the " +"``openstack_dashboard`` directory or an absolute path to an accessible " +"location on the file system" +msgstr "" +"Lokasi direktori untuk tema. Path harus relatif terhadap direktori " +"``openstack_dashboard`` atau jalur absolut ke lokasi yang dapat diakses pada " +"sistem file" + msgid "The display name of the PANEL_GROUP. Required." msgstr "Nama tampilan PANEL_GROUP. Wajib." @@ -2051,6 +2720,21 @@ msgstr "" "atau menggunakan skema URL tidak standar Anda tidak perlu menyentuh " "pengaturan ini." +msgid "" +"The full auth URL for the Keystone endpoint used for web single-sign-on " +"authentication. Use this when ``OPENSTACK_KEYSTONE_URL`` is set to an " +"internal Keystone endpoint and is not reachable from the external network " +"where the identity provider lives. This URL will take precedence over " +"``OPENSTACK_KEYSTONE_URL`` if the login choice is an external identity " +"provider (IdP)." +msgstr "" +"URL auth lengkap untuk titik akhir Keystone yang digunakan untuk otentikasi " +"web-sign-on tunggal. Gunakan ini ketika \"OPENSTACK_KEYSTONE_URL`` diatur ke " +"endpoint Keystone internal dan tidak dapat dijangkau dari jaringan eksternal " +"tempat penyedia identitas tinggal. URL ini akan lebih diutamakan daripada " +"``OPENSTACK_KEYSTONE_URL`` jika pilihan login adalah identity provider " +"eksternal (IdP)." + msgid "" "The hostname of the Keystone server used for authentication if you only have " "one region. This is often the **only** setting that needs to be set for a " @@ -2060,6 +2744,12 @@ msgstr "" "memiliki satu wilayah. Ini seringkali merupakan pengaturan ** only ** yang " "perlu ditetapkan untuk penerapan dasar." +msgid "The key by which the theme value is stored within the cookie" +msgstr "Kunci yang dengannya nilai tema disimpan dalam cookie" + +msgid "The label shown in the theme toggle under the User Menu" +msgstr "Label yang ditampilkan pada tombol tema di bawah User Menu" + msgid "" "The list of roles that have administrator privileges in this OpenStack " "installation. This check is very basic and essentially only works with " @@ -2182,6 +2872,15 @@ msgstr "" msgid "The slug of the panel to be added to ``HORIZON_CONFIG``. Required." msgstr "Slug panel yang akan ditambahkan ke ``HORIZON_CONFIG``. Wajib." +msgid "" +"The splash / login panel can also be customized by adding ``templates/auth/" +"_splash.html``. See ``openstack_dashboard/themes/material/templates/auth/" +"_splash.html`` for an example." +msgstr "" +"Panel splash / login juga dapat dikustomisasi dengan menambahkan " +"``templates/auth/_splash.html``. Lihat ``openstack_dashboard/themes/" +"material/templates/auth/_splash.html`` untuk contoh." + msgid "" "The standard Bootstrap tables will be borderless by default. If you wish to " "add a border, like the ``default`` theme, see ``openstack_dashboard/themes/" @@ -2234,6 +2933,9 @@ msgstr "" "jendela menyentuh nilai ``$screen-sm``` Anda, bar bagian atas akan " "memadatkan ke dalam desain yang lebih sesuai untuk layar kecil." +msgid "The value for STATIC_URL must end in '/'." +msgstr "Nilai untuk STATIC_URL harus diakhiri dengan '/'." + msgid "" "The value is expected to be a tuple formatted as: (, )" msgstr "" @@ -2250,6 +2952,9 @@ msgstr "" "konsisten, sehingga opsi yang valid adalah \"2,0\" atau \"3\". Sebagai " "contoh:" +msgid "Themes" +msgstr "Themes (tema)" + msgid "" "There might be cases where you would like to specify the order of the extra " "tabs as multiple horizon plugins can register extra tabs. You can specify a " @@ -2267,6 +2972,15 @@ msgstr "" "tab dan tab dengan nilai yang lebih rendah akan ditampilkan terlebih dahulu. " "Jika prioritas tab ekstra diabaikan, ``0`` diasumsikan sebagai prioritas." +msgid "" +"These assets include logo.svg, splash-logo.svg and favicon.ico, however " +"overriding the SVG/GIF assets used by Heat within the `dashboard/img` folder " +"is not currently supported." +msgstr "" +"Aset ini termasuk logo.svg, splash-logo.svg dan favicon.ico, namun menimpa " +"aset SVG/GIF yang digunakan oleh Heat dalam folder `dashboard/img` saat ini " +"tidak didukung." + msgid "" "These properties in the registry use the extensibility service (as of Newton " "release):" @@ -2274,6 +2988,17 @@ msgstr "" "Properti ini di registri menggunakan layanan diperpanjang (seperti rilis " "Newton):" +msgid "" +"These template loaders will be the first loaders and get loaded before the " +"CACHED_TEMPLATE_LOADERS. Use ADD_TEMPLATE_LOADERS if you want to add loaders " +"at the end and not cache loaded templates. After the whole settings process " +"has gone through, TEMPLATE_LOADERS will be:" +msgstr "" +"Loader template ini akan menjadi pemuat pertama dan dimuat sebelum " +"CACHED_TEMPLATE_LOADERS. Gunakan ADD_TEMPLATE_LOADERS jika Anda ingin " +"menambahkan loader di bagian akhir dan bukan templat yang dimuat di cache. " +"Setelah seluruh proses pengaturan selesai, TEMPLATE_LOADERS akan menjadi:" + msgid "" "This ID is only used for comparison with the service provider IDs. This ID " "should not match any service provider IDs." @@ -2330,6 +3055,17 @@ msgstr "" "Ini adalah file contoh modul untuk mendemonstrasikan bagaimana membuat " "beberapa penyesuaian pada Images Panel.::" +msgid "" +"This is not meant to be anywhere near a complete list of settings for " +"Django. You should always consult the `upstream documentation `_, especially with regards to " +"deployment considerations and security best-practices." +msgstr "" +"Ini tidak dimaksudkan untuk berada di dekat daftar pengaturan lengkap untuk " +"Django. Anda harus selalu berkonsultasi dengan ``upstream documentation " +"` _, terutama " +"berkaitan dengan pertimbangan penerapan dan praktik terbaik keamanan." + msgid "" "This is the list of authentication mechanisms available to the user. It " "includes Keystone federation protocols such as OpenID Connect and SAML, and " @@ -2347,6 +3083,17 @@ msgstr "" "Jangan keluarkan mekanisme kredensial kecuali Anda yakin. Setelah dihapus, " "bahkan admin tidak akan bisa masuk ke sistem melalui dasbor." +msgid "" +"This list should contain names (or IP addresses) of the host running the " +"dashboard; if it's being accessed via name, the DNS name (and probably short-" +"name) should be added, if it's accessed via IP address, that should be " +"added. The setting may contain more than one entry." +msgstr "" +"Daftar ini harus berisi nama (atau alamat IP) dari host yang menjalankan " +"dasbor; jika diakses melalui nama, nama DNS (dan mungkin nama pendek) harus " +"ditambahkan, jika diakses melalui alamat IP, yang harus ditambahkan. " +"Pengaturan mungkin berisi lebih dari satu entri." + msgid "" "This method of customization is meant to be available for deployers of " "Horizon, and use of this should be avoided by Horizon plugins at all cost. " @@ -2360,6 +3107,15 @@ msgstr "" "ini seharusnya mencari perubahan file __init__.py dan melakukan penyesuaian " "melalui cara lain." +msgid "" +"This setting allow your to hide the \"Create New Volume\" option and rely on " +"the default value you select with ``create_volume`` to be the most suitable " +"for your users." +msgstr "" +"Pengaturan ini memungkinkan Anda untuk menyembunyikan opsi \"Create New " +"Volume\" dan bergantung pada nilai default yang Anda pilih dengan " +"``create_volume`` menjadi yang paling cocok untuk pengguna Anda." + msgid "" "This setting allows deployers to control whether a token is deleted on log " "out. This can be helpful when there are often long running processes being " @@ -2393,6 +3149,14 @@ msgstr "" "Pengaturan ini memungkinkan Anda untuk mengatur aturan untuk kata sandi jika " "organisasi Anda membutuhkannya." +msgid "" +"This setting allows you to specify the default value for the option of " +"creating a new volume in the workflow for image and instance snapshot " +"sources." +msgstr "" +"Pengaturan ini memungkinkan Anda menentukan nilai default untuk opsi membuat " +"volume baru dalam alur kerja untuk image dan sumber snapshot instance." + msgid "" "This setting can be used in the case where a separate panel is used for " "managing a custom property or if a certain custom property should never be " @@ -2440,6 +3204,55 @@ msgstr "" msgid "This setting controls the behavior of the operation log." msgstr "Pengaturan ini mengontrol perilaku log operasi." +msgid "" +"This setting disables Images as a valid boot source for launching instances. " +"Image sources won't show up in the Launch Instance modal." +msgstr "" +"Pengaturan ini menonaktifkan Images sebagai sumber boot yang sah untuk " +"peluncuran instance. Sumber image tidak akan muncul di Launch Instance modal." + +msgid "" +"This setting disables Snapshots as a valid boot source for launching " +"instances. Snapshots sources won't show up in the Launch Instance modal." +msgstr "" +"Pengaturan ini menonaktifkan Snapshots sebagai sumber boot yang sah untuk " +"meluncurkan instance. Sumber snapshots tidak akan muncul di Launch Instance " +"modal." + +msgid "" +"This setting disables Volume Snapshots as a valid boot source for launching " +"instances. Volume Snapshots sources won't show up in the Launch Instance " +"modal." +msgstr "" +"Pengaturan ini menonaktifkan Volume Snapshots sebagai sumber boot yang valid " +"untuk peluncuran instance. Sumber Volume Snapshots tidak akan muncul di " +"Launch Instance modal." + +msgid "" +"This setting disables Volumes as a valid boot source for launching " +"instances. Volumes sources won't show up in the Launch Instance modal." +msgstr "" +"Pengaturan ini menonaktifkan Volume sebagai sumber boot yang valid untuk " +"meluncurkan instance. Sumber volume tidak akan muncul di Launch Instance " +"modal." + +msgid "This setting enables the AngularJS Launch Instance workflow." +msgstr "Pengaturan ini memungkinkan alur kerja AngularJS Launch Instance." + +msgid "This setting enables the Python Launch Instance workflow." +msgstr "Pengaturan ini memungkinkan alur kerja Python Launch Instance." + +msgid "This setting enables the ability to edit flavors." +msgstr "Pengaturan ini memungkinkan kemampuan untuk mengedit flavor." + +msgid "" +"This setting enables you to change the default number of lines displayed for " +"the log of an instance. Valid value must be a positive integer." +msgstr "" +"Pengaturan ini memungkinkan Anda untuk mengubah jumlah baris standar yang " +"ditampilkan untuk log suatu instance. Nilai yang valid harus berupa bilangan " +"integer positif." + msgid "" "This setting sets the maximum number of items displayed in a dropdown. " "Dropdowns that limit based on this value need to support a way to observe " @@ -2449,6 +3262,34 @@ msgstr "" "dropdown. Dropdown yang membatasi berdasarkan nilai ini harus mendukung cara " "untuk mengamati seluruh daftar." +msgid "" +"This setting should **always** be set to ``False`` for production " +"deployments as the debug page can display sensitive information to users and " +"attackers alike." +msgstr "" +"Pengaturan ini harus **always** diatur ke ``False`` untuk penyebaran " +"produksi karena halaman debug dapat menampilkan informasi sensitif untuk " +"pengguna dan penyerang sama." + +msgid "" +"This setting specifies the default value for the Configuration Drive " +"property." +msgstr "" +"Pengaturan ini menentukan nilai default untuk properti Configuration Drive." + +msgid "" +"This setting specifies the size of the chunk (in bytes) for downloading " +"objects from Swift. Do not make it very large (higher than several dozens of " +"Megabytes, exact number depends on your connection speed), otherwise you may " +"encounter socket timeout. The default value is 524288 bytes (or 512 " +"Kilobytes)." +msgstr "" +"Pengaturan ini menentukan ukuran bongkahan (dalam byte) untuk mengunduh " +"objek dari Swift. Jangan membuatnya sangat besar (lebih tinggi dari beberapa " +"lusin Megabyte, angka pastinya tergantung pada kecepatan koneksi Anda), jika " +"tidak Anda mungkin mengalami batas waktu soket. Nilai default adalah 524288 " +"byte (atau 512 Kilobyte)." + msgid "" "This setting specifies the type of in-browser console used to access the " "VMs. Valid values are ``\"AUTO\"``, ``\"VNC\"``, ``\"SPICE\"``, ``\"RDP" @@ -2458,6 +3299,13 @@ msgstr "" "mengakses VM. Nilai yang valid adalah ``\"AUTO\"``, ``\"VNC\"``, ``\"SPICE" "\"``, ``\"RDP\"``, ``\"SERIAL\"``, ``\"MKS\"``, dan ``None``." +msgid "" +"This setting specifies whether or not Scheduler Hints can be provided when " +"launching an instance." +msgstr "" +"Pengaturan ini menentukan apakah Scheduler Hints dapat diberikan saat " +"peluncuran instance." + msgid "" "This setting tells Horizon in which cookie key to store the currently set " "theme. The cookie expiration is currently set to a year." @@ -2528,6 +3376,27 @@ msgstr "" "Password untuk memverifikasi bahwa memang admin yang masuk yang ingin " "mengubah password." +msgid "" +"This settings controls whether IP addresses of servers are retrieved from " +"neutron in the project instance table. Setting this to ``False`` may " +"mitigate a performance issue in the project instance table in large " +"deployments." +msgstr "" +"Pengaturan ini mengontrol apakah alamat IP server diambil dari neutron dalam " +"tabel instance proyek. Pengaturan ini ke ``False`` dapat mengurangi masalah " +"kinerja dalam tabel instance proyek dalam penyebaran besar." + +msgid "" +"This should absolutely be set to a unique (and secret) value for your " +"deployment. Unless you are running a load-balancer with multiple Horizon " +"installations behind it, each Horizon instance should have a unique secret " +"key." +msgstr "" +"Ini harus benar-benar diatur ke nilai unik (dan rahasia) untuk penerapan " +"Anda. Kecuali Anda menjalankan load-balancer dengan beberapa pemasangan " +"Horizon di belakangnya, setiap Horizon instance harus memiliki kunci rahasia " +"yang unik." + msgid "" "This should essentially be the mapping of the contents of " "`POLICY_FILES_PATH`_ to service types. When policy.json files are added to " @@ -2537,6 +3406,22 @@ msgstr "" "Ketika file policy.json ditambahkan ke `POLICY_FILES_PATH`_, maka file-file " "itu harus disertakan di sini juga." +msgid "" +"This value can be changed from the default. When changed, the alias in your " +"webserver configuration should be updated to match." +msgstr "" +"Nilai ini dapat diubah dari default. Saat diubah, alias dalam konfigurasi " +"server web Anda harus diperbarui agar sesuai." + +msgid "" +"This value is also available in the scss namespace with the variable name " +"$static_url. Make sure you run ``python manage.py collectstatic`` and " +"``python manage.py compress`` after any changes to this value in settings.py." +msgstr "" +"Nilai ini juga tersedia di namespace scss dengan nama variabel $ static_url. " +"Pastikan Anda menjalankan ``python manage.py collectstatic`` dan ``python " +"manage.py compress`` setelah perubahan apa pun ke nilai ini di settings.py." + msgid "" "This value should not be changed, although removing it or setting it to " "``None`` would be a means to bypass all policy checks." @@ -2605,6 +3490,15 @@ msgstr "" "``openstack_dashboard/local/enabled/_80_admin_default_panel.py`` dengan " "konten berikut ::" +msgid "" +"To configure or alter the available themes, set ``AVAILABLE_THEMES`` in " +"``local_settings.py`` to a list of tuples, such that ``('name', 'label', " +"'path')``" +msgstr "" +"Untuk mengkonfigurasi atau mengubah tema yang tersedia, atur " +"``AVAILABLE_THEMES`` dalam ``local_settings.py`` ke daftar tupel, seperti `` " +"('name', 'label', 'path') ``" + msgid "" "To define custom css files that apply only to a specific dashboard, create a " "base template in your dashboard's templates folder, which extends Horizon's " @@ -2651,6 +3545,19 @@ msgstr "" "py``. Nilai harus berupa string yang berisi jalur ke modul Anda dalam notasi " "jalur python putus-putus. Contoh::" +msgid "" +"To use a custom theme, set ``AVAILABLE_THEMES`` in ``local_settings.py`` to " +"a list of themes. If you wish to run in a mode similar to legacy Horizon, " +"set ``AVAILABLE_THEMES`` with a single tuple, and the theme toggle will not " +"be available at all through the application to allow user configuration " +"themes." +msgstr "" +"Untuk menggunakan tema khusus, setel ``AVAILABLE_THEMES`` dalam " +"``local_settings.py`` ke daftar tema. Jika Anda ingin menjalankan dalam mode " +"yang mirip dengan Horizon lama, atur ``AVAILABLE_THEMES`` dengan tupel " +"tunggal, dan tombol tema tidak akan tersedia sama sekali melalui aplikasi " +"untuk memungkinkan tema konfigurasi pengguna." + msgid "Top Navbar" msgstr "Top Navbar" @@ -2660,6 +3567,9 @@ msgstr "True untuk URL absolut, False untuk url django." msgid "URL paths to detail view or detail drawer" msgstr "Jalur URL ke tampilan detail atau drawer detail" +msgid "URL that refers to files in `STATIC_ROOT`_." +msgstr "URL yang merujuk ke file di `STATIC_ROOT`_." + msgid "USER_MENU_LINKS" msgstr "USER_MENU_LINKS" @@ -2680,6 +3590,9 @@ msgstr "" "Digunakan untuk menyesuaikan judul untuk atribut properti kustom image yang " "muncul pada halaman detail image." +msgid "Using the ``templates`` Folder" +msgstr "Menggunakan Folder `` template``" + msgid "" "Using the information from the registry, we can build out our dashboard " "panels. Panels use the high-level directive ``hzResourceTable`` that " @@ -2744,6 +3657,18 @@ msgstr "WEBROOT" msgid "WEBSSO_CHOICES" msgstr "WEBSSO_CHOICES" +msgid "WEBSSO_DEFAULT_REDIRECT" +msgstr "WEBSSO_DEFAULT_REDIRECT" + +msgid "WEBSSO_DEFAULT_REDIRECT_LOGOUT" +msgstr "WEBSSO_DEFAULT_REDIRECT_LOGOUT" + +msgid "WEBSSO_DEFAULT_REDIRECT_PROTOCOL" +msgstr "WEBSSO_DEFAULT_REDIRECT_PROTOCOL" + +msgid "WEBSSO_DEFAULT_REDIRECT_REGION" +msgstr "WEBSSO_DEFAULT_REDIRECT_REGION" + msgid "WEBSSO_ENABLED" msgstr "WEBSSO_ENABLED" @@ -2753,6 +3678,9 @@ msgstr "WEBSSO_IDP_MAPPING" msgid "WEBSSO_INITIAL_CHOICE" msgstr "WEBSSO_INITIAL_CHOICE" +msgid "WEBSSO_KEYSTONE_URL" +msgstr "WEBSSO_KEYSTONE_URL" + msgid "" "When developing a new theme for Horizon, it is required that the dynamically " "generated `static` directory be cleared after each change and the server " @@ -2810,6 +3738,16 @@ msgstr "" "untuk memverifikasi semua koneksi ke layanan openstack saat membuat " "panggilan API." +msgid "When set, `CACHED_TEMPLATE_LOADERS`_ will not be cached." +msgstr "Saat disetel, `CACHED_TEMPLATE_LOADERS`_ tidak akan di-cache." + +msgid "" +"When set, enables the instance action \"Retrieve password\" allowing " +"password retrieval from metadata service." +msgstr "" +"Saat disetel, aktifkan tindakan instance \"Retrieve password\" yang " +"memungkinkan pengambilan kata sandi dari layanan metadata." + msgid "" "When the user logins to horizon, the message files collected are processed " "and displayed to the user. Each message file should contain a JSON formatted " @@ -2836,6 +3774,25 @@ msgstr "" "Anda dapat melakukan apa saja yang Anda suka dalam modul kustomisasi. " "Misalnya, Anda dapat mengubah nama panel ::" +msgid "" +"You can either set it to a specific value or you can let Horizon generate a " +"default secret key that is unique on this machine, regardless of the amount " +"of Python WSGI workers (if used behind Apache+mod_wsgi). However, there may " +"be situations where you would want to set this explicitly, e.g. when " +"multiple dashboard instances are distributed on different machines (usually " +"behind a load-balancer). Either you have to make sure that a session gets " +"all requests routed to the same dashboard instance or you set the same " +"SECRET_KEY for all of them." +msgstr "" +"Anda dapat mengaturnya ke nilai tertentu atau Anda dapat membiarkan Horizon " +"menghasilkan kunci rahasia default yang unik pada mesin ini, terlepas dari " +"jumlah worker Python WSGI (jika digunakan di belakang Apache + mod_wsgi). " +"Namun, mungkin ada situasi di mana Anda ingin menetapkan ini secara " +"eksplisit, misal, ketika beberapa instance dasbor didistribusikan pada mesin " +"yang berbeda (biasanya di balik load-balancer). Anda harus memastikan bahwa " +"sesi mendapatkan semua permintaan yang dialihkan ke instance dasbor yang " +"sama atau Anda menetapkan SECRET_KEY yang sama untuk semuanya." + msgid "" "You cannot unregister a ``default_panel``. If you wish to remove a " "``default_panel``, you need to make a different panel in the dashboard as a " @@ -2909,6 +3866,55 @@ msgstr "" "docs.djangoproject.com/en/dev/topics/settings/>`_ untuk melihat opsi lain " "yang tersedia untuk Anda." +msgid "" +"`Django's ALLOWED_HOSTS documentation `_" +msgstr "" +"`Django's ALLOWED_HOSTS documentation `_" + +msgid "" +"`Django's DEBUG documentation `_" +msgstr "" +"`Django's DEBUG documentation `_" + +msgid "" +"`Django's INSTALLED_APPS documentation `_" +msgstr "" +"`Django's INSTALLED_APPS documentation `_" + +msgid "" +"`Django's SECRET_KEY documentation `_" +msgstr "" +"`Django's SECRET_KEY documentation `_" + +msgid "" +"`Django's STATIC_ROOT documentation `_" +msgstr "" +"`Django's STATIC_ROOT documentation `_" + +msgid "" +"`Django's STATIC_URL documentation `_" +msgstr "" +"`Django's STATIC_URL documentation `_" + +msgid "" +"`Django's TEMPLATES documentation `_" +msgstr "" +"`Django's TEMPLATES documentation `_" + msgid "" "`General Settings`_: this includes visual settings like the modal backdrop " "style, bug url and theme configuration, as well as settings that affect " @@ -3113,6 +4119,12 @@ msgstr "``REMOVE_PANEL``" msgid "``UPDATE_HORIZON_CONFIG``" msgstr "``UPDATE_HORIZON_CONFIG``" +msgid "" +"``can_set_mount_point`` and ``can_set_password`` now default to ``False``" +msgstr "" +"``can_set_mount_point`` dan ``can_set_password`` sekarang menjadi default " +"``False``" + msgid "" "``cinder_policy.d`` and ``nova_policy.d`` are registered by default to " "maintain policies which have ben dropped from nova and cinder but horizon " @@ -3137,6 +4149,9 @@ msgid "``ignored_urls`` is a list of request URLs to be hidden from a log." msgstr "" "``ignored_urls`` adalah daftar URL permintaan yang disembunyikan dari log." +msgid "``label``" +msgstr "``label``" + msgid "" "``mask_fields`` is a list of keys of post data which should be masked from " "the point of view of security. Fields like ``password`` should be included. " @@ -3158,6 +4173,12 @@ msgstr "" "dapat menyesuaikan jalur python yang digunakan oleh server WSGI Anda untuk " "memasukkan lokasinya." +msgid "``name``" +msgstr "``name``" + +msgid "``path``" +msgstr "``path``" + msgid "" "``require_physical_network``: a boolean parameter which indicates this " "network type requires a physical network." @@ -3174,6 +4195,13 @@ msgstr "" "jaringan ini memerlukan ID segmentasi. Jika True, rentang ID segmentasi yang " "valid harus dikonfigurasi dalam pengaturan ``segmentation_id_range`` di atas." +msgid "" +"``target_methods`` is a request method which is logged to an operation log. " +"The valid methods are ``POST``, ``GET``, ``PUT``, ``DELETE``." +msgstr "" +"``target_methods`` adalah metode permintaan yang dicatat ke log operasi. " +"Metode yang valid adalah ``POST``, ``GET``, ``PUT``, ``DELETE``." + msgid "ajax_poll_interval" msgstr "ajax_poll_interval" @@ -3199,15 +4227,33 @@ msgstr "batchActions" msgid "bug_url" msgstr "bug_url" +msgid "config_drive" +msgstr "config_drive" + +msgid "create_volume" +msgstr "create_volume" + msgid "default_dns_nameservers" msgstr "default_dns_nameservers" msgid "detailViews" msgstr "detailViews" +msgid "disable_image" +msgstr "disable_image" + +msgid "disable_instance_snapshot" +msgstr "disable_instance_snapshot" + msgid "disable_password_reveal" msgstr "disable_password_reveal" +msgid "disable_volume" +msgstr "disable_volume" + +msgid "disable_volume_snapshot" +msgstr "disable_volume_snapshot" + msgid "enable_auto_allocated_network" msgstr "enable_auto_allocated_network" @@ -3217,6 +4263,9 @@ msgstr "enable_distributed_router" msgid "enable_fip_topology_check" msgstr "enable_fip_topology_check" +msgid "enable_ha_router" +msgstr "enable_ha_router" + msgid "enable_ipv6" msgstr "enable_ipv6" @@ -3226,6 +4275,9 @@ msgstr "enable_quotas" msgid "enable_router" msgstr "enable_router" +msgid "enable_scheduler_hints" +msgstr "enable_scheduler_hints" + msgid "exceptions" msgstr "pengecualian" @@ -3244,6 +4296,9 @@ msgstr "globalActions" msgid "help_url" msgstr "help_url" +msgid "hide_create_volume" +msgstr "hide_create_volume" + msgid "icon_classes" msgstr "icon_classes" diff --git a/doc/source/locale/id/LC_MESSAGES/doc-install.po b/doc/source/locale/id/LC_MESSAGES/doc-install.po index f157e7144d..973de1908b 100644 --- a/doc/source/locale/id/LC_MESSAGES/doc-install.po +++ b/doc/source/locale/id/LC_MESSAGES/doc-install.po @@ -1,13 +1,13 @@ # suhartono , 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 15.0.0.0b2.dev131\n" +"Project-Id-Version: horizon 15.0.0.0b2.dev133\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 02:24-0600\n" +"POT-Creation-Date: 2018-12-19 04:03-0600\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-12-19 08:45+0000\n" +"PO-Revision-Date: 2018-12-19 08:55+0000\n" "Last-Translator: suhartono \n" "Language-Team: Indonesian\n" "Language: id\n" @@ -69,6 +69,15 @@ msgstr "" "Setelah Anda menginstal dan mengkonfigurasi dasbor, Anda dapat menyelesaikan " "tugas-tugas berikut:" +msgid "" +"All other services are optional. Horizon supports the following services as " +"of the Stein release. If the keystone endpoint for a service is configured, " +"horizon detects it and enables its support automatically." +msgstr "" +"Semua layanan lain bersifat opsional. Horizon mendukung layanan berikut pada " +"rilis Stein. Jika keystone endpoint untuk layanan dikonfigurasi, horizon " +"mendeteksi dan memungkinkan dukungannya secara otomatis." + msgid "Allow your hosts to access the dashboard:" msgstr "Izinkan host Anda mengakses dasbor:" @@ -335,6 +344,18 @@ msgstr "" "sesi. Ada banyak sesi backend yang tersedia, yang dipilih melalui pengaturan " "``SESSION_ENGINE`` di file ``local_settings.py`` Anda." +msgid "" +"Horizon usually syncs with `Django's Roadmap `__ and supports LTS (long term support) " +"versions of Django as of the feature freeze of each OpenStack release. " +"Supports for other maintained Django versions are optional and best-effort." +msgstr "" +"Horizon biasanya bersinkronisasi dengan `Django's Roadmap `_dan mendukung versi LTS " +"(long term support) dari Django pada saat pembekuan fitur setiap OpenStack " +"melepaskan. Dukungan untuk versi Django lain yang dipelihara adalah pilihan " +"dan upaya terbaik." + msgid "" "Horizons uses Django's logging configuration mechanism, which can be " "customized by altering the ``LOGGING`` dictionary in ``local_settings.py``. " @@ -351,6 +372,13 @@ msgstr "" "Jika Anda memilih opsi jaringan 1, nonaktifkan dukungan untuk layanan " "jaringan layer-3:" +msgid "" +"If you use the development version, replace \"stable/\" with " +"\"master\"." +msgstr "" +"Jika Anda menggunakan versi pengembangan, ganti \"stable/\" dengan " +"\"master\"." + msgid "" "In the Dashboard configuration section, allow your hosts to access Dashboard:" msgstr "Di bagian konfigurasi Dasbor, izinkan host Anda mengakses Dasbor:" @@ -469,6 +497,16 @@ msgstr "" msgid "Python 2.7 or 3.5" msgstr "Python 2.7 or 3.5" +msgid "Python 3.6 support is experimental." +msgstr "Dukungan Python 3.6 bersifat eksperimental." + +msgid "" +"Python 3.7 (or later versions if any) support will be considered along with " +"the OpenStack community support policy." +msgstr "" +"Dukungan versi Python 3.7 (atau versi lebih baru jika ada) akan " +"dipertimbangkan bersama dengan kebijakan dukungan komunitas OpenStack." + msgid "Python memcached module installed" msgstr "Modul Python memcached terpasang" @@ -547,6 +585,9 @@ msgstr "Persyaratan sistem" msgid "Tacker UI" msgstr "Tacker UI" +msgid "The Stein release of horizon has the following dependencies." +msgstr "Rilis Stein horizon memiliki dependensi berikut." + msgid "" "The ``systemctl restart`` command starts each service if not currently " "running." @@ -593,6 +634,25 @@ msgstr "" "dasbor di lingkungan dengan layanan yang berdiri sendiri seperti Object " "Storage." +msgid "" +"Then configure the web server to host OpenStack dashboard via WSGI. For " +"apache2 web server, you may need to create ``/etc/apache2/sites-available/" +"horizon.conf``. The template in DevStack is a good example of the file. " +"https://git.openstack.org/cgit/openstack-dev/devstack/tree/files/apache-" +"horizon.template Or you can automatically generate an apache configuration " +"file. If you previously generated an ``openstack_dashboard/horizon_wsgi.py`` " +"file it will use that, otherwise will default to using ``openstack_dashboard/" +"wsgi.py``" +msgstr "" +"Kemudian konfigurasikan server web untuk meng-host dashboard OpenStack " +"melalui WSGI. Untuk server web apache2, Anda mungkin perlu membuat ``/etc/" +"apache2/sites-available/horizon.conf``. Template di DevStack adalah contoh " +"file yang bagus. https://git.openstack.org/cgit/openstack-dev/devstack/tree/" +"files/apache-horizon.template Atau Anda dapat secara otomatis menghasilkan " +"file konfigurasi apache. Jika sebelumnya Anda menghasilkan file " +"``openstack_dashboard/horizon_wsgi.py`` maka ia akan menggunakannya, jika " +"tidak, akan secara default menggunakan ``openstack_dashboard/wsgi.py``" + msgid "" "There are a number of horizon plugins for various useful features. You can " "get dashboard supports for them by installing corresponding horizon plugins." diff --git a/openstack_dashboard/locale/fr/LC_MESSAGES/django.po b/openstack_dashboard/locale/fr/LC_MESSAGES/django.po index 2b3ee21da5..e9cb610a4a 100644 --- a/openstack_dashboard/locale/fr/LC_MESSAGES/django.po +++ b/openstack_dashboard/locale/fr/LC_MESSAGES/django.po @@ -26,11 +26,11 @@ msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-12-19 08:24+0000\n" +"POT-Creation-Date: 2018-12-19 10:03+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-12-19 08:31+0000\n" +"PO-Revision-Date: 2018-12-19 09:23+0000\n" "Last-Translator: JF Taltavull \n" "Language-Team: French\n" "Language: fr\n" @@ -852,6 +852,9 @@ msgstr "Types de disponibilité" msgid "Available networks" msgstr "Réseaux disponibles" +msgid "Back-End Example:" +msgstr "Exemple de backend :" + msgctxt "Current status of a Volume" msgid "Backing Up" msgstr "Sauvegarde en cours" @@ -1420,6 +1423,13 @@ msgstr "" "Créer un groupe de cohérence qui contiendra les volumes fraichement clonés " "depuis chaque instantané du groupe de cohérence source." +msgid "" +"Create a Group that will contain newly created volumes cloned from each of " +"the snapshots in the source Group Snapshot." +msgstr "" +"Créer un groupe qui contiendra les volumes clonés depuis chacun des " +"instantanés du groupe source." + msgid "Create a Metadata Namespace" msgstr "Créer un Espace de nom de métadonnées" @@ -1439,6 +1449,17 @@ msgid "Create a new \"extra spec\" key-value pair for a volume type." msgstr "" "Créer une nouvelle paire clé-valeur \"extra spec\" pour un type de volume." +#, python-format +msgid "" +"Create a new \"spec\" key-value pair for QoS Spec \"%(qos_spec_name)s\". " +"Valid key names are expected in the QoS specs. Refer to Cinder documentation " +"for the supported front-end and back-end keys." +msgstr "" +"Créer une nouvelle paire clé-valeur \"spec\" pour la Spec QoS " +"\"%(qos_spec_name)s\". Des noms de clés valides sont attendus dans les specs " +"QoS. Se reporter à la documentation Cinder pour les clés de frontend et " +"backend supportées." + msgid "Create a new application credential." msgstr "Créer un nouvel identifiant d'application." @@ -2207,6 +2228,9 @@ msgstr[1] "Utilisateurs Désactivés" msgid "Disabled compute service for host: %s." msgstr "Service compute désactivé pour l'hôte : %s." +msgid "Disassocaite" +msgstr "Dissocier" + msgid "Disassociate" msgstr "Dissocier" @@ -6417,6 +6441,16 @@ msgstr "" msgid "The admin password is incorrect." msgstr "Le mot de passe de l'administrateur est incorrect." +msgid "" +"The application credential secret will not be available after closing this " +"page, so you must capture it now or download it. If you lose this secret, " +"you must generate a new application credential." +msgstr "" +"Le secret de l'identifiant d'application ne sera plus disponible une fois " +"cette page fermée, vous devez donc le capturer ou le télécharger maintenant. " +"Si vous perdez ce secret, vous devrez générer un nouvel identifiant " +"d'application." + msgid "" "The application credential will be created for the currently selected " "project." @@ -6729,6 +6763,15 @@ msgstr "" msgid "This volume type is used by one or more volumes." msgstr "Ce type de volume est utilisé par un ou plusieurs volumes." +msgid "" +"This will shut down your instance and mount the root disk to a temporary " +"server. Then, you will be able to connect to this server, repair the system " +"configuration or recover your data." +msgstr "" +"Ceci arrêtera votre instance et montera le disque racine sur un serveur " +"temporaire. Vous pourrez ensuite vous connecter à ce serveur, réparer la " +"configuration du système ou recouvrer vos données." + msgid "Time Since Created" msgstr "Créée depuis" @@ -8770,6 +8813,15 @@ msgstr "" "Vous pourrez redéfinir la passerelle plus tard en utilisant l'action de " "passerelle définie, mais l'IP du gateway risque de changer." +msgid "" +"You may select one or more roles for this application credential. If you do " +"not select any, all of the roles you have assigned on the current project " +"will be applied to the application credential." +msgstr "" +"Vous pouvez sélectionner un ou plusieurs rôles pour cet identifiant " +"d'application. Si vous n'en sélectionnez aucun, tous les rôles assignés au " +"projet courant seront appliqués à l'identifiant d'application." + msgid "You may update the editable properties of your network here." msgstr "" "Ici, vous pouvez mettre à jour les propriétés modifiables de votre réseau." @@ -8806,6 +8858,9 @@ msgstr "" msgid "Your Application Credential" msgstr "Votre identifiant d'application" +msgid "Your application credential" +msgstr "Votre identifiant d'application" + #, python-format msgid "Your image %s has been queued for creation." msgstr "Votre image %s a été placée en file d'attente pour création." diff --git a/openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po b/openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po index c760ba62c1..c61460a6ae 100644 --- a/openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po +++ b/openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po @@ -21,11 +21,11 @@ msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-09-15 05:12+0000\n" +"POT-Creation-Date: 2018-12-19 10:03+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-09-13 08:04+0000\n" +"PO-Revision-Date: 2018-12-19 10:37+0000\n" "Last-Translator: JF Taltavull \n" "Language-Team: French\n" "Language: fr\n" @@ -148,6 +148,27 @@ msgstr "" "Un conteneur public autorise quiconque disposant de l'URL publique à accéder " "à vos objets dans le conteneur." +msgid "" +"A container is a storage compartment for your data and provides a way for\n" +" you to organize your data. You can think of a container as a folder in\n" +" Windows® or a directory in UNIX®. The primary difference between a\n" +" container and these other file system concepts is that containers cannot " +"be\n" +" nested. You can, however, create an unlimited number of containers within\n" +" your account. Data must be stored in a container so you must have at " +"least\n" +" one container defined in your account prior to uploading data." +msgstr "" +"Un conteneur est un lieu de stockage pour vos données et un moyen de les\n" +" les organiser. Vous pouvez assimiler un conteneur à un dossier Windows® ou " +"à un répertoire UNIX®.\n" +" La principale différence entre un conteneur et ces concepts de systèmes de " +"fichiers est l'impossibilité\n" +" d'imbriquer des conteneurs . Néanmoins, il est possible de créer un nombre " +"illimité de conteneurs.\n" +" Les données doivent être stockées dans des conteneurs, il vous faut donc " +"créer au moins un conteneur avant de charger des données." + msgid "A container with that name exists." msgstr "Un conteneur du même nom existe déjà." @@ -513,6 +534,11 @@ msgstr "Disque de configuration" msgid "Confirm Delete" msgstr "Confirmer la suppression" +msgid "Confirm Delete Domain" +msgid_plural "Confirm Delete Domains" +msgstr[0] "Confirmer la suppression du domaine" +msgstr[1] "Confirmer la suppression des domaines" + msgid "Confirm Delete Flavor" msgid_plural "Confirm Delete Flavors" msgstr[0] "Confirmer la suppression de la variété" @@ -533,11 +559,21 @@ msgid_plural "Confirm Delete Key Pairs" msgstr[0] "Confirmez la suppression de la paire de clés" msgstr[1] "Confirmez la suppression des paires de clés" +msgid "Confirm Delete Policy" +msgid_plural "Confirm Delete Policies" +msgstr[0] "Confirmer la suppression de la stratégie" +msgstr[1] "Confirmer la suppression des stratégies" + msgid "Confirm Delete Role" msgid_plural "Confirm Delete Roles" msgstr[0] "Confirmation de la suppression du rôle" msgstr[1] "Confirmation de la suppression des rôles" +msgid "Confirm Delete Server Group" +msgid_plural "Confirm Delete Server Groups" +msgstr[0] "Confirmer la suppression du groupe de serveurs" +msgstr[1] "Confirmer la suppression des groupes de serveurs" + msgid "Confirm Delete Trunk" msgid_plural "Confirm Delete Trunks" msgstr[0] "Confirmer la suppression du joncteur" @@ -775,6 +811,14 @@ msgstr "Supprimer" msgid "Delete Container" msgstr "Supprimer le conteneur" +msgid "Delete Domain" +msgid_plural "Delete Domains" +msgstr[0] "Supprimer le domaine" +msgstr[1] "Supprimer les domaines" + +msgid "Delete Domains" +msgstr "Supprimer les domaines" + msgid "Delete Files in {$ ctrl.model.container.name $}" msgstr "Supprimer les fichiers dans {$ ctrl.model.container.name $}" @@ -819,6 +863,14 @@ msgstr "Supprimer les paires de clés" msgid "Delete Network" msgstr "Supprimer le réseau" +msgid "Delete Policies" +msgstr "Supprimer les stratégies" + +msgid "Delete Policy" +msgid_plural "Delete Policies" +msgstr[0] "Supprimer la stratégie" +msgstr[1] "Supprimer les stratégies" + msgid "Delete Role" msgid_plural "Delete Roles" msgstr[0] "Supprimer le rôle" @@ -830,6 +882,11 @@ msgstr "Supprimer les rôles" msgid "Delete Router" msgstr "Supprimer le routeur" +msgid "Delete Server Group" +msgid_plural "Delete Server Groups" +msgstr[0] "Supprimer le groupe de serveurs" +msgstr[1] "Supprimer les groupes de serveurs" + msgid "Delete Server Groups" msgstr "Supprimer un groupe de serveur" @@ -888,6 +945,12 @@ msgid_plural "Deleted Roles: %s." msgstr[0] "Rôle supprimé: %s" msgstr[1] "Rôles supprimés: %s" +#, python-format +msgid "Deleted Server Group: %s." +msgid_plural "Deleted Server Groups: %s." +msgstr[0] "Groupe de serveurs supprimé : %s." +msgstr[1] "Groupes de serveurs supprimés : %s." + #, python-format msgid "Deleted Trunk: %s." msgid_plural "Deleted Trunks: %s." @@ -900,6 +963,18 @@ msgid_plural "Deleted Users: %s." msgstr[0] "Utilisateur supprimé: %s." msgstr[1] "Utilisateurs supprimés: %s;" +#, python-format +msgid "Deleted domain: %s." +msgid_plural "Deleted domains: %s." +msgstr[0] "Domaine supprimé : %s." +msgstr[1] "Domaines supprimés : %s." + +#, python-format +msgid "Deleted policy: %s." +msgid_plural "Deleted policies: %s." +msgstr[0] "Stratégie supprimée : %s." +msgstr[1] "Stratégies supprimées : %s." + msgid "Deleting" msgstr "Suppression" @@ -2121,6 +2196,9 @@ msgstr "Rôle" msgid "Role %s was successfully created." msgstr "Le rôle %s a été créé avec succès." +msgid "Role already exists." +msgstr "Le rôle existe déjà." + msgid "Role updated successfully." msgstr "Rôle mis à jour avec succès." @@ -2292,6 +2370,10 @@ msgstr "Lien séparé" msgid "Server Group" msgstr "Groupe de serveur" +#, python-format +msgid "Server Group %s was successfully created." +msgstr "Le groupe de serveurs %s a été créé avec succès." + msgid "Server Groups" msgstr "Groupes de serveurs" @@ -2870,6 +2952,22 @@ msgid_plural "Unable to delete Users: %s." msgstr[0] "Impossible de supprimer l'utilisateur: %s." msgstr[1] "Impossible de supprimer les utilisateurs: %s." +#, python-format +msgid "Unable to delete domain: %s." +msgid_plural "Unable to delete domains: %s." +msgstr[0] "Impossible de supprimer le domaine : %s." +msgstr[1] "Impossible de supprimer les domaines : %s." + +#, python-format +msgid "Unable to delete policy: %s." +msgid_plural "Unable to delete policies: %s." +msgstr[0] "Impossible de supprimer la stratégie : %s" +msgstr[1] "Impossible de supprimer les stratégies : %s" + +#, python-format +msgid "Unable to delete qos policy %(id)s" +msgstr "Impossible de récupérer la stratégie qos ayant l'ID %(id)s" + msgid "Unable to delete the container." msgstr "Impossible de supprimer le conteneur." @@ -3137,6 +3235,10 @@ msgstr "Impossible de récupérer les réseaux." msgid "Unable to retrieve the nova services." msgstr "Impossible de récupérer les services Nova." +#, python-format +msgid "Unable to retrieve the policy with ID %(id)s" +msgstr "Impossible de récupérer la stratégie ayant l'ID %(id)s" + msgid "Unable to retrieve the ports." msgstr "Impossible de récupérer les ports." @@ -3546,6 +3648,10 @@ msgstr "XS" msgid "Yes" msgstr "Oui" +#, python-format +msgid "You are not allowed to delete domains: %s" +msgstr "Vous n'êtes pas autorisé à supprimer les domaines: %s " + #, python-format msgid "You are not allowed to delete images: %s" msgstr "Vous n'êtes pas autorisé à supprimer les images : %s" @@ -3593,6 +3699,17 @@ msgstr "" "Glance. Utilisez l'option \"Autre\" pour ajouter des Scheduler Hints avec " "la clé de votre choix." +#, python-format +msgid "You have selected \"%s\". Deleted Server Group is not recoverable." +msgid_plural "" +"You have selected \"%s\". Deleted Server Groups are not recoverable." +msgstr[0] "" +"Vous avez sélectionné \"%s\". Le groupe de serveurs supprimé ne sera pas " +"récupérable." +msgstr[1] "" +"Vous avez sélectionné \"%s\". Les groupes de serveurs supprimés ne seront " +"pas récupérables." + #, python-format msgid "You have selected \"%s\". Deleted Trunk is not recoverable." msgid_plural "You have selected \"%s\". Deleted Trunks are not recoverable." @@ -3602,6 +3719,15 @@ msgstr[1] "" "Vous avez sélectionné \"%s\". Les joncteurs supprimés ne seront pas " "récupérables." +#, python-format +msgid "You have selected \"%s\". Deleted domain is not recoverable." +msgid_plural "You have selected \"%s\". Deleted domains are not recoverable." +msgstr[0] "" +"Vous avez sélectionné \"%s\". Le domaine supprimé n'est pas récupérable." +msgstr[1] "" +"Vous avez sélectionné \"%s\". Les domaines supprimés ne sont pas " +"récupérables." + #, python-format msgid "You have selected \"%s\". Deleted flavor is not recoverable." msgid_plural "You have selected \"%s\". Deleted flavors are not recoverable." @@ -3636,6 +3762,15 @@ msgstr[1] "" "Vous avez sélectionné \"%s\". Les paires de clés supprimées sont " "irrécupérables." +#, python-format +msgid "You have selected \"%s\". Deleted policy is not recoverable." +msgid_plural "You have selected \"%s\". Deleted policies are not recoverable." +msgstr[0] "" +"Vous avez sélectionné \"%s\". Une stratégie supprimée n'est pas récupérable." +msgstr[1] "" +"Vous avez sélectionné \"%s\". Les stratégies supprimées ne sont pas " +"récupérables." + #, python-format msgid "You have selected \"%s\". Deleted role is not recoverable." msgid_plural "You have selected \"%s\". Deleted roles are not recoverable." diff --git a/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po index d19814ddea..c5d016e68f 100644 --- a/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: horizon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 08:22+0000\n" +"POT-Creation-Date: 2018-12-19 10:02+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-12-19 08:26+0000\n" +"PO-Revision-Date: 2018-12-19 12:04+0000\n" "Last-Translator: suhartono \n" "Language-Team: Indonesian\n" "Language: id\n" @@ -100,6 +100,9 @@ msgstr "14.0.2" msgid "15.0.0.0b1" msgstr "15.0.0.0b1" +msgid "15.0.0.0b1-73" +msgstr "15.0.0.0b1-73" + msgid "8.0.1" msgstr "8.0.1"